Package | Description |
---|---|
org.geotools.coverage |
Coverage implementation.
|
org.geotools.coverage.io.impl | |
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 | |
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.
|
Modifier and Type | Method and Description |
---|---|
Set<Record> |
AbstractCoverage.evaluate(DirectPosition p,
Collection<String> list)
Returns a set of records of feature attribute values for the specified direct position.
|
Modifier and Type | Method and Description |
---|---|
Set<Record> |
DefaultGridCoverageResponse.evaluate(DirectPosition p,
Collection<String> list) |
Modifier and Type | Method and Description |
---|---|
List<Record> |
QuantitativeResultImpl.getValues()
Quantitative value or values, content determined by the evaluation procedure used.
|
Modifier and Type | Method and Description |
---|---|
void |
QuantitativeResultImpl.setValues(List<Record> newValues)
Set the quantitative value or values, content determined by the evaluation procedure used.
|
Modifier and Type | Method and Description |
---|---|
Record |
GeoreferenceableImpl.getGeoreferencedParameters()
Terms which support grid data georeferencing.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoreferenceableImpl.setGeoreferencedParameters(Record newValue)
Set terms which support grid data georeferencing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RecordTypeImpl.isInstance(Record record)
Determines if the specified record is compatible with this record type.
|
Modifier and Type | Method and Description |
---|---|
Set<Record> |
Coverage.evaluate(DirectPosition p,
Collection<String> list)
Returns a set of records of feature attribute values for the specified direct position.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Record> |
QuantitativeResult.getValues()
Quantitative value or values, content determined by the evaluation procedure used.
|
Modifier and Type | Method and Description |
---|---|
Record |
Georeferenceable.getGeoreferencedParameters()
Terms which support grid data georeferencing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RecordType.isInstance(Record record)
Determines if the specified record is compatible with this record type.
|
Copyright © 1996–2019 Geotools. All rights reserved.