|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordType | |
---|---|
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 utilities classes and interfaces for OpenGIS interfaces. |
Uses of RecordType in org.opengis.coverage |
---|
Methods in org.opengis.coverage that return RecordType | |
---|---|
RecordType |
ContinuousCoverage.getInterpolationParameterTypes()
Returns the optional parameter types for interpolation. |
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 |