org.deegree.services.wms.capabilities
Interface Extent

All Known Implementing Classes:
Extent_Impl

public interface Extent

The Extent element indicates what _values_ along a dimension are valid.

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

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 java.lang.String getDefault()
          returns the default extent
 java.lang.String getName()
          returns the name of the extent
 boolean useNearestValue()
          returns true if a WMS should use the extent that is nearest to the requested level.
 

Method Detail

getName

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


getDefault

public java.lang.String getDefault()
returns the default extent


useNearestValue

public boolean useNearestValue()
returns true if a WMS should use the extent that is nearest to the requested level.