Uses of Interface
org.geotools.api.util.Record
-
Packages that use Record Package Description org.geotools.api.coverage Coverages (generate a value for any point).org.geotools.api.metadata.quality org.geotools.api.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.org.geotools.coverage Coverage implementation.org.geotools.coverage.io.impl org.geotools.metadata.iso.quality -
-
Uses of Record in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return types with arguments of type Record Modifier and Type Method Description Set<Record>
Coverage. evaluate(Position p, Collection<String> list)
Returns a set of records of feature attribute values for the specified direct position. -
Uses of Record in org.geotools.api.metadata.quality
Methods in org.geotools.api.metadata.quality that return types with arguments of type Record Modifier and Type Method Description Collection<? extends Record>
QuantitativeResult. getValues()
Quantitative value or values, content determined by the evaluation procedure used. -
Uses of Record in org.geotools.api.util
Methods in org.geotools.api.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. -
Uses of Record in org.geotools.coverage
Methods in org.geotools.coverage that return types with arguments of type Record Modifier and Type Method Description Set<Record>
AbstractCoverage. evaluate(Position p, Collection<String> list)
Returns a set of records of feature attribute values for the specified direct position. -
Uses of Record in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return types with arguments of type Record Modifier and Type Method Description Set<Record>
DefaultGridCoverageResponse. evaluate(Position p, Collection<String> list)
-
Uses of Record in org.geotools.metadata.iso.quality
Methods in org.geotools.metadata.iso.quality that return types with arguments of type Record Modifier and Type Method Description 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 Modifier and Type Method Description void
QuantitativeResultImpl. setValues(List<Record> newValues)
Set the quantitative value or values, content determined by the evaluation procedure used.
-