Uses of Interface
org.opengis.util.Type
-
Packages that use Type 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 Type in org.opengis.util
Subinterfaces of Type in org.opengis.util Modifier and Type Interface Description interface
RecordType
The type definition of a record.Methods in org.opengis.util that return types with arguments of type Type Modifier and Type Method Description java.util.Map<MemberName,Type>
RecordType. getMemberTypes()
Returns the dictionary of all (name, type) pairs in this record type.
-