Uses of Interface
org.opengis.util.RecordType
-
Packages that use RecordType Package Description org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.metadata.quality org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of RecordType in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return RecordType Modifier and Type Method Description RecordTypeCoverageDescription. getAttributeDescription()Description of the attribute described by the measurement value. -
Uses of RecordType in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return RecordType Modifier and Type Method Description RecordTypeQuantitativeResult. getValueType()Value type for reporting a data quality result, ornullif none. -
Uses of RecordType in org.opengis.util
Methods in org.opengis.util that return RecordType Modifier and Type Method Description RecordTypeRecord. getRecordType()Returns the type definition of record.RecordTypeRecordSchema. locate(TypeName name)Looks up the provided type name and returns the associated record type.Methods in org.opengis.util that return types with arguments of type RecordType Modifier and Type Method Description java.util.Map<TypeName,RecordType>RecordSchema. getDescription()Returns the dictionary of all (name, record type) pairs in this schema.
-