org.opengis.metadata.spatial
Interface Dimension

All Known Implementing Classes:
DimensionImpl

@UML(identifier="MD_Dimension",
     specification=ISO_19115)
public interface Dimension

Axis properties.

Since:
GeoAPI 2.0
Author:
Martin Desruisseaux (IRD), Cory Horner (Refractions Research)

Method Summary
 DimensionNameType getDimensionName()
          Name of the axis.
 Integer getDimensionSize()
          Number of elements along the axis.
 Double getResolution()
          Degree of detail in the grid dataset.
 

Method Detail

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

@UML(identifier="resolution",
     obligation=OPTIONAL,
     specification=ISO_19115)
Double getResolution()
Degree of detail in the grid dataset.

Returns:
Degree of detail in the grid dataset, or null.


Copyright © 1996-2014 Geotools. All Rights Reserved.