Uses of Interface
org.opengis.util.RecordType
Packages that use RecordType
Package
Description
Description of the dataset content.
Information about the options for obtaining a resource (data or service).
Information about data quality, accuracy and consistency of a dataset.
Implementations of GeoAPI types from the
org.opengis.util package.Content information
(includes Feature catalogue and Coverage descriptions).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of RecordType in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return RecordTypeModifier and TypeMethodDescriptionDefaultCoverageDescription.getAttributeDescription()Returns the description of the attribute described by the measurement value.DefaultSampleDimension.getOtherPropertyType()Returns type of other attribute description.Methods in org.apache.sis.metadata.iso.content with parameters of type RecordTypeModifier and TypeMethodDescriptionvoidDefaultCoverageDescription.setAttributeDescription(RecordType newValue) Sets the description of the attribute described by the measurement value.voidDefaultSampleDimension.setOtherPropertyType(RecordType newValue) Sets a new type of other attribute description. -
Uses of RecordType in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return RecordTypeModifier and TypeMethodDescriptionDefaultStandardOrderProcess.getOrderOptionsType()Returns the description of the order options record.Methods in org.apache.sis.metadata.iso.distribution with parameters of type RecordTypeModifier and TypeMethodDescriptionvoidDefaultStandardOrderProcess.setOrderOptionsType(RecordType newValue) Sets the description of the order options record. -
Uses of RecordType in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return RecordTypeModifier and TypeMethodDescriptionDefaultQuantitativeResult.getValueType()Returns the value type for reporting a data quality result.Methods in org.apache.sis.metadata.iso.quality with parameters of type RecordTypeModifier and TypeMethodDescriptionvoidDefaultQuantitativeResult.setValueType(RecordType newValue) Sets the value type for reporting a data quality result. -
Uses of RecordType in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement RecordTypeMethods in org.apache.sis.util.iso that return RecordTypeModifier and TypeMethodDescriptionDefaultRecord.getRecordType()Returns the type definition of this record.Returns the record type for the given name.Methods in org.apache.sis.util.iso that return types with arguments of type RecordTypeModifier and TypeMethodDescriptionDefaultRecordSchema.getDescription()Returns the dictionary of all (name, record type) pairs in this schema.Methods in org.apache.sis.util.iso with parameters of type RecordTypeModifier and TypeMethodDescriptionstatic DefaultRecordTypeDefaultRecordType.castOrCopy(RecordType other) Returns a SIS implementation with the name and fields of the given arbitrary implementation.Constructors in org.apache.sis.util.iso with parameters of type RecordTypeModifierConstructorDescriptionDefaultRecord(RecordType type) Creates a new record for the given record type.DefaultRecordType(RecordType other) Creates a new record with the same names and fields than the given one. -
Uses of RecordType in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return RecordTypeModifier and TypeMethodDescriptionCoverageDescription.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 RecordTypeModifier and TypeMethodDescriptionQuantitativeResult.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 RecordTypeModifier and TypeMethodDescriptionRecord.getRecordType()Returns the type definition of record.Looks up the provided type name and returns the associated record type.Methods in org.opengis.util that return types with arguments of type RecordTypeModifier and TypeMethodDescriptionRecordSchema.getDescription()Returns the dictionary of all (name, record type) pairs in this schema.