public static interface CodeList.Filter
CodeList.valueOf(Class, Filter) to select codes matching an arbitrary
criterion.Departure from OGC/ISO specification:
The innerCodeList.Filterinterface is not part of the OGC specification. It has been added becauseCodeListis one of the few concrete classes in GeoAPI and there is a need to give some user control over the behavior of theCodeListimplementation.
boolean accept(CodeList<?> code)
true if the given code matches the criterion defined by this filter.code - The code to test.true if the code matches the criterion.String codename()
null if unknown.
This method is invoked by CodeList.valueOf(Class, Filter) if no code
match the criterion defined by this filter. In such case, there is a choice:
CodeList.valueOf returns null.null.Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.