Uses of Interface
org.opengis.util.Type
Packages that use Type
Package
Description
Implementations of GeoAPI types from the
org.opengis.util package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of Type in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement TypeMethods in org.apache.sis.util.iso that return types with arguments of type TypeModifier and TypeMethodDescriptionDefaultRecordType.getFieldTypes()Returns the dictionary of all (name, type) pairs in this record type.DefaultRecordType.getMemberTypes()Deprecated.Constructor parameters in org.apache.sis.util.iso with type arguments of type TypeModifierConstructorDescriptionDefaultRecordType(TypeName typeName, Map<? extends MemberName, ? extends Type> fields) Creates a new record type. -
Uses of Type in org.opengis.util
Subinterfaces of Type in org.opengis.utilMethods in org.opengis.util that return types with arguments of type TypeModifier and TypeMethodDescriptionRecordType.getMemberTypes()Returns the dictionary of all (name, type) pairs in this record type.
DefaultRecordType.getFieldTypes()for consistency with the 2015 revision of ISO 19103 standard.