|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.capabilities.Extent_Impl
The Extent element indicates what _values_ along a dimension are valid.
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
default_
|
private java.lang.String |
name
|
private boolean |
useNearestValue
|
Constructor Summary | |
(package private) |
Extent_Impl()
default constructor |
(package private) |
Extent_Impl(java.lang.String name,
java.lang.String default_,
boolean useNearestValue)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
java.lang.String |
getDefault()
returns the default extent |
java.lang.String |
getName()
returns the name of the extent |
void |
setDefault(java.lang.String default_)
sets the default extent |
void |
setName(java.lang.String name)
sets the name of the extent |
void |
setUseNearestValue(boolean useNearestValue)
sets true if a WMS should use the extent that is nearest to the requested level. |
java.lang.String |
toString()
|
boolean |
useNearestValue()
returns true if a WMS should use the extent that is nearest to the requested level. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String default_
private java.lang.String name
private boolean useNearestValue
Constructor Detail |
Extent_Impl()
Extent_Impl(java.lang.String name, java.lang.String default_, boolean useNearestValue)
Method Detail |
public java.lang.String getName()
getName
in interface Extent
public void setName(java.lang.String name)
public java.lang.String getDefault()
getDefault
in interface Extent
public void setDefault(java.lang.String default_)
public boolean useNearestValue()
useNearestValue
in interface Extent
public void setUseNearestValue(boolean useNearestValue)
public java.lang.String toString()
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |