@UML(identifier="MD_Dimension", specification=ISO_19115) public interface Dimension
Modifier and Type | Method and Description |
---|---|
DimensionNameType |
getDimensionName()
Name of the axis.
|
Integer |
getDimensionSize()
Number of elements along the axis.
|
Double |
getResolution()
Degree of detail in the grid dataset.
|
@UML(identifier="dimensionName", obligation=MANDATORY, specification=ISO_19115) DimensionNameType getDimensionName()
@UML(identifier="dimensionSize", obligation=MANDATORY, specification=ISO_19115) Integer getDimensionSize()
@UML(identifier="resolution", obligation=OPTIONAL, specification=ISO_19115) Double getResolution()
null
.Copyright © 1996–2019 Geotools. All rights reserved.