|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordType | |
---|---|
org.geotools.coverage | Coverage implementation. |
org.geotools.metadata.iso.content | Content information implementation. |
org.geotools.metadata.iso.quality | Data quality 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.content | Content information (includes Feature catalogue and Coverage descriptions). |
org.opengis.metadata.quality | Data quality and positional accuracy. |
org.opengis.util | A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. |
Uses of RecordType in org.geotools.coverage |
---|
Methods in org.geotools.coverage that return RecordType | |
---|---|
RecordType |
AbstractCoverage.getRangeType()
Describes the range of the coverage. |
Uses of RecordType in org.geotools.metadata.iso.content |
---|
Methods in org.geotools.metadata.iso.content that return RecordType | |
---|---|
RecordType |
CoverageDescriptionImpl.getAttributeDescription()
Returns the description of the attribute described by the measurement value. |
Methods in org.geotools.metadata.iso.content with parameters of type RecordType | |
---|---|
void |
CoverageDescriptionImpl.setAttributeDescription(RecordType newValue)
Set the description of the attribute described by the measurement value. |
Uses of RecordType in org.geotools.metadata.iso.quality |
---|
Methods in org.geotools.metadata.iso.quality that return RecordType | |
---|---|
RecordType |
QuantitativeResultImpl.getValueType()
Value type for reporting a data quality result, or null if none. |
Methods in org.geotools.metadata.iso.quality with parameters of type RecordType | |
---|---|
void |
QuantitativeResultImpl.setValueType(RecordType newValue)
Set the value type for reporting a data quality result, or null if none. |
Uses of RecordType in org.geotools.util |
---|
Classes in org.geotools.util that implement RecordType | |
---|---|
class |
RecordTypeImpl
The type definition of a record. |
Uses of RecordType in org.opengis.coverage |
---|
Methods in org.opengis.coverage that return RecordType | |
---|---|
RecordType |
Coverage.getRangeType()
Describes the range of the coverage. |
Uses of RecordType in org.opengis.metadata.content |
---|
Methods in org.opengis.metadata.content that return RecordType | |
---|---|
RecordType |
CoverageDescription.getAttributeDescription()
Description of the attribute described by the measurement value. |
Uses of RecordType in org.opengis.metadata.quality |
---|
Methods in org.opengis.metadata.quality that return RecordType | |
---|---|
RecordType |
QuantitativeResult.getValueType()
Value type for reporting a data quality result, or null if none. |
Uses of RecordType in org.opengis.util |
---|
Methods in org.opengis.util that return RecordType | |
---|---|
RecordType |
Record.getRecordType()
Returns the type definition of record. |
RecordType |
RecordSchema.locate(TypeName name)
Looks up the provided type name and returns the associated record type. |
Methods in org.opengis.util that return types with arguments of type RecordType | |
---|---|
Map<TypeName,RecordType> |
RecordSchema.getDescription()
Returns the dictionary of all (name, record type) pairs in this schema. |
Collection<RecordType> |
RecordSchema.getElements()
Returns all record types declared in this schema. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |