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.coverage.grid.quadrilateral Proposed extensions to ISO 19123 grid package. 
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.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> TinCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> ContinuousCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> DiscreteCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> ThiessenPolygonCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> Coverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> SegmentedCurveCoverage.evaluate(DirectPosition p, Collection<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<GridPoint> DiscreteGridPointCoverage.evaluateInverse(Record v)
          Returns a set of grid points for the specified record of feature attribute values.
 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<?>> DiscreteCoverage.evaluateInverse(Record v)
          Locates the geometry-value pairs for which value equals the input record, and return the set of domain objects belonging to those geometry-value 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.
 

Methods in org.opengis.coverage.grid that return types with arguments of type Record
 Set<Record> HexagonalGridCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 Set<Record> ContinuousQuadrilateralGridCoverage.evaluate(DirectPosition p, Collection<String> list)
          Returns a set of records of feature attribute values for the specified direct position.
 List<Record> GridValuesMatrix.getValues()
          Returns a sequence of N feature attribute value records where N is the number of grid points within the section of the grid specified by the extent.
 

Uses of Record in org.opengis.coverage.grid.quadrilateral
 

Methods in org.opengis.coverage.grid.quadrilateral that return types with arguments of type Record
 List<Record> GridValuesMatrix.getValues()
          Returns a sequence of N feature attribute value records where N is the number of grid points within the section of the grid specified by the extent.
 

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