Uses of Interface
org.opengis.util.CodeList.Filter
-
Packages that use CodeList.Filter Package Description org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of CodeList.Filter in org.opengis.util
Methods in org.opengis.util with parameters of type CodeList.Filter Modifier and Type Method Description static <T extends CodeList<T>>
TCodeList. valueOf(java.lang.Class<T> codeType, CodeList.Filter filter)
Returns the code of the given type that matches the given criterion, or returns a new one if none match it.
-