Uses of Interface
org.opengis.util.Record
-
Packages that use Record Package Description org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.metadata.quality org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation).org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of Record in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return types with arguments of type Record Modifier and Type Method Description java.util.Collection<? extends Record>
RangeElementDescription. getRangeElements()
Specific range elements, i.e. -
Uses of Record in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return types with arguments of type Record Modifier and Type Method Description java.util.Collection<? 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 Record Modifier and Type Method Description Record
Georeferenceable. getGeoreferencedParameters()
Terms which support grid data georeferencing. -
Uses of Record in org.opengis.util
Methods in org.opengis.util with parameters of type Record Modifier and Type Method Description boolean
RecordType. isInstance(Record record)
Determines if the specified record is compatible with this record type.
-