GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.spatial
Interface Dimension


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

Axis properties.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0

Method Summary
 DimensionNameType getDimensionName()
          Name of the axis.
 int 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.


getDimensionSize

@UML(identifier="dimensionSize",
     obligation=MANDATORY,
     specification=ISO_19115)
int getDimensionSize()
Number of elements along the axis.


getResolution

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


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium