Uses of Interface
org.opengis.util.Record

Packages that use Record
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
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 utilities classes and interfaces for OpenGIS interfaces. 
 

Uses of Record in org.opengis.coverage
 

Methods in org.opengis.coverage that return Record
 Record ValueObject.getInterpolationParameters()
          Holds the values of the parameters required to execute the interpolate operation, as specified by the interpolation parameter types attribute of the continuous coverage.
 Record GeometryValuePair.getValue()
          Holds the record of feature attribute values associated with the domain object.
 Record AttributeValues.getValues()
          Returns a record containing one value for each attribute, as specified in the coverage's range type.
 Record ValueObject.interpolate(DirectPosition p)
          Returns the record of feature attribute values computed for the specified direct position.
 

Methods in org.opengis.coverage that return types with arguments of type Record
 Set<Record> ContinuousCoverage.evaluate(DirectPosition p, Set<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> Coverage.evaluate(DirectPosition p, Set<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 

Methods in org.opengis.coverage with parameters of type Record
 Set<? extends DomainObject> ContinuousCoverage.evaluateInverse(Record v)
          Locates the geometry-value pairs for which value equals the specified record, and return the set of domain objects belonging to those pairs.
 Set<? extends DomainObject> Coverage.evaluateInverse(Record v)
          Returns a set of domain objects for the specified record of feature attribute values.
 

Uses of Record in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return Record
 Record GridPointValuePair.getValue()
          Holds the record of feature attribute values associated with the grid point.
 

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-2008 Open Geospatial Consortium. All Rights Reserved.