org.opengis.metadata.content
Interface CoverageDescription
-
- All Superinterfaces:
- ContentInformation
- All Known Subinterfaces:
- ImageDescription
@UML(identifier="MD_CoverageDescription", specification=ISO_19115) public interface CoverageDescription extends ContentInformation
Information about the content of a grid data cell.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.ClassgetAttributeDescription()Description of the attribute described by the measurement value.CoverageContentTypegetContentType()Type of information represented by the cell value.RangeDimensiongetDimension()Information on the dimensions of the cell measurement value.
-
-
-
Method Detail
-
getAttributeDescription
@UML(identifier="attributeDescription", obligation=MANDATORY, specification=ISO_19115) java.lang.Class getAttributeDescription()
Description of the attribute described by the measurement value.
-
getContentType
@UML(identifier="contentType", obligation=MANDATORY, specification=ISO_19115) CoverageContentType getContentType()
Type of information represented by the cell value.
-
getDimension
@UML(identifier="dimension", obligation=OPTIONAL, specification=ISO_19115) RangeDimension getDimension()
Information on the dimensions of the cell measurement value.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG