Interface Dimension
- All Known Implementing Classes:
DefaultDimension
Axis properties.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionName of the axis.Number of elements along the axis.Degree of detail in the grid dataset.
-
Method Details
-
getDimensionName
@UML(identifier="dimensionName", obligation=MANDATORY, specification=ISO_19115) DimensionNameType getDimensionName()Name of the axis.- Returns:
- Name of the axis.
-
getDimensionSize
@UML(identifier="dimensionSize", obligation=MANDATORY, specification=ISO_19115) Integer getDimensionSize()Number of elements along the axis.- Returns:
- Number of elements along the axis.
-
getResolution
Degree of detail in the grid dataset.Warning: The return type of this method may change in GeoAPI 3.1. It may be replaced by the
type in order to provide unit of measurement together with the value.invalid reference
javax.measure.quantity.Quantity- Returns:
- Degree of detail in the grid dataset, or
null.
-