Uses of Interface
org.opengis.util.Record
Packages that use Record
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.
Information about the mechanisms (grid or vector) used to represent spatial data.
Implementations of GeoAPI types from the
org.opengis.util package.Content information
(includes Feature catalogue and Coverage descriptions).
Spatial representation information
(includes grid and vector representation).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of Record in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return RecordModifier and TypeMethodDescriptionDefaultSampleDimension.getOtherProperty()Returns instance of other/attributeType that defines attributes not explicitly included inCoverageContentType, ornullif none.Methods in org.apache.sis.metadata.iso.content that return types with arguments of type RecordModifier and TypeMethodDescriptionDefaultRangeElementDescription.getRangeElements()Returns the specific range elements, i.e. range elements associated with a name and their definition.Methods in org.apache.sis.metadata.iso.content with parameters of type RecordModifier and TypeMethodDescriptionvoidDefaultSampleDimension.setOtherProperty(Record newValue) Sets a new instance of other/attributeType that defines attributes not explicitly included inCoverageContentType.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type RecordModifier and TypeMethodDescriptionvoidDefaultRangeElementDescription.setRangeElements(Collection<? extends Record> newValues) Sets the specific range elements, i.e. range elements associated with a name and their definition. -
Uses of Record in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return RecordModifier and TypeMethodDescriptionDefaultStandardOrderProcess.getOrderOptions()Returns the request/purchase choices.Methods in org.apache.sis.metadata.iso.distribution with parameters of type RecordModifier and TypeMethodDescriptionvoidDefaultStandardOrderProcess.setOrderOptions(Record newValue) Sets the request/purchase choices. -
Uses of Record in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type RecordModifier and TypeMethodDescriptionDefaultQuantitativeResult.getValues()Returns the quantitative value or values, content determined by the evaluation procedure used.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type Record -
Uses of Record in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return RecordModifier and TypeMethodDescriptionDefaultGeoreferenceable.getGeoreferencedParameters()Returns the terms which support grid data georeferencing.Methods in org.apache.sis.metadata.iso.spatial with parameters of type RecordModifier and TypeMethodDescriptionvoidDefaultGeoreferenceable.setGeoreferencedParameters(Record newValue) Sets the terms which support grid data georeferencing. -
Uses of Record in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement RecordModifier and TypeClassDescriptionclassA list of logically related elements as (name, value) pairs in a dictionary.Methods in org.apache.sis.util.iso with parameters of type RecordModifier and TypeMethodDescriptionstatic DefaultRecordDefaultRecord.castOrCopy(Record other) Returns a SIS implementation with the name and fields of the given arbitrary implementation.booleanDefaultRecordType.isInstance(Record record) Determines if the given record is compatible with this record type.Constructors in org.apache.sis.util.iso with parameters of type RecordModifierConstructorDescriptionDefaultRecord(Record record) Creates a new record initialized to a shallow copy of the given record. -
Uses of Record in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return types with arguments of type RecordModifier and TypeMethodDescriptionCollection<? extends Record> RangeElementDescription.getRangeElements()Specific range elements, i.e. range elements associated with a name and their definition. -
Uses of Record in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return types with arguments of type RecordModifier and TypeMethodDescriptionCollection<? extends Record> QuantitativeResult.getValues()Quantitative value or values, content determined by the evaluation procedure used. -
Uses of Record in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return RecordModifier and TypeMethodDescriptionGeoreferenceable.getGeoreferencedParameters()Terms which support grid data georeferencing. -
Uses of Record in org.opengis.util
Methods in org.opengis.util with parameters of type RecordModifier and TypeMethodDescriptionbooleanRecordType.isInstance(Record record) Determines if the specified record is compatible with this record type.