@UML(identifier="MD_CoverageDescription", specification=ISO_19115) public interface CoverageDescription extends ContentInformation
Modifier and Type | Method and Description |
---|---|
RecordType |
getAttributeDescription()
Description of the attribute described by the measurement value.
|
CoverageContentType |
getContentType()
Type of information represented by the cell value.
|
Collection<? extends RangeDimension> |
getDimensions()
Information on the dimensions of the cell measurement value.
|
@UML(identifier="attributeDescription", obligation=MANDATORY, specification=ISO_19115) RecordType getAttributeDescription()
@UML(identifier="contentType", obligation=MANDATORY, specification=ISO_19115) CoverageContentType getContentType()
@UML(identifier="dimension", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends RangeDimension> getDimensions()
Copyright © 1996–2019 Geotools. All rights reserved.