org.deegree.services.wms.capabilities
Interface Dimension

All Known Implementing Classes:
Dimension_Impl

public interface Dimension

The Dimension element declares the _existence_ of a dimension.

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 java.lang.String getName()
          returns the name of the dimension
 java.lang.String getUnits()
          returns the units the dimension is measured
 java.lang.String getUnitSymbol()
           
 

Method Detail

getName

public java.lang.String getName()
returns the name of the dimension


getUnits

public java.lang.String getUnits()
returns the units the dimension is measured


getUnitSymbol

public java.lang.String getUnitSymbol()