com.maryanovsky.map.client.opengis.wms
Class Capabilities.Layer.Dimension

java.lang.Object
  extended by com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Enclosing class:
Capabilities.Layer

public static final class Capabilities.Layer.Dimension
extends Object

Encapsulates a Dimension.


Method Summary
 String getName()
          Returns the name of the Dimension.
 String getUnits()
          Returns the units of the Dimension.
 String getUnitSymbol()
          Returns the unit symbol of the Dimension units.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of the Dimension.


getUnits

public String getUnits()
Returns the units of the Dimension.


getUnitSymbol

public String getUnitSymbol()
Returns the unit symbol of the Dimension units. null if unspecified.