Uses of Interface
org.opengis.util.Record

Packages that use Record
org.geotools.coverage Coverage implementation. 
org.geotools.metadata.iso.quality Data quality implementation. 
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.geotools.util Contains utilities and addition to the collection framework. 
org.opengis.coverage Coverages (generate a value for any point). 
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.geotools.coverage
 

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

Uses of Record in org.geotools.metadata.iso.quality
 

Methods in org.geotools.metadata.iso.quality that return types with arguments of type Record
 List<Record> QuantitativeResultImpl.getValues()
          Quantitative value or values, content determined by the evaluation procedure used.
 

Method parameters in org.geotools.metadata.iso.quality with type arguments of type Record
 void QuantitativeResultImpl.setValues(List<Record> newValues)
          Set the quantitative value or values, content determined by the evaluation procedure used.
 

Uses of Record in org.geotools.metadata.iso.spatial
 

Methods in org.geotools.metadata.iso.spatial that return Record
 Record GeoreferenceableImpl.getGeoreferencedParameters()
          Terms which support grid data georeferencing.
 

Methods in org.geotools.metadata.iso.spatial with parameters of type Record
 void GeoreferenceableImpl.setGeoreferencedParameters(Record newValue)
          Set terms which support grid data georeferencing.
 

Uses of Record in org.geotools.util
 

Methods in org.geotools.util with parameters of type Record
 boolean RecordTypeImpl.isInstance(Record record)
          Determines if the specified record is compatible with this record type.
 

Uses of Record in org.opengis.coverage
 

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

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 © 1996-2014 Geotools. All Rights Reserved.