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

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

public static final class Capabilities.Layer.Extent
extends Object

Encapsulates the Extent of a Dimension.


Method Summary
 String getDefaultValue()
          Returns the default value of the Extent; may be null.
 String getName()
          Returns the name of the Extent.
 String getValue()
          Returns the value of the Extent.
 boolean isCurrent()
          Returns whether the temporal data are normally kept current and the request parameter TIME may include the keyword "current" instead of an ending value.
 boolean isMulipleValuesAllowed()
          Returns whether the client may specify multiple values in the request.
 boolean isNearestValues()
          Returns whether the server will round off imprecise values.
 
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 Extent.


getDefaultValue

public String getDefaultValue()
Returns the default value of the Extent; may be null.


isMulipleValuesAllowed

public boolean isMulipleValuesAllowed()
Returns whether the client may specify multiple values in the request.


isNearestValues

public boolean isNearestValues()
Returns whether the server will round off imprecise values.


isCurrent

public boolean isCurrent()
Returns whether the temporal data are normally kept current and the request parameter TIME may include the keyword "current" instead of an ending value. Only valid for Time extents.


getValue

public String getValue()
Returns the value of the Extent. This is the unparsed content of the Extent tag. See table C.1 in the spec. for a description of the format.