Uses of Interface
org.opengis.util.Record

Packages that use Record
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
org.opengis.metadata.quality Data quality and positional accuracy
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
 Collection<? 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 Record
 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
 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
 boolean RecordType.isInstance(Record record)
          Determines if the specified record is compatible with this record type.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.