org.deegree.graphics.sld
Interface Extent

All Known Implementing Classes:
Extent_Impl

public interface Extent

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

Version:
$Revision: 1.2 $ $Date: 2004/01/12 14:48:13 $
Author:
Andreas Poth

Method Summary
 java.lang.String getName()
          returns the name of the extent
 java.lang.String getValue()
          returns the value of the Extent as a String.
 void setName(java.lang.String name)
          Sets the name attribute's value of the Extent.
 void setValue(java.lang.String value)
          Sets the value of the Extent as a String.
 

Method Detail

getName

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

Returns:
the name of the extent

setName

public void setName(java.lang.String name)
Sets the name attribute's value of the Extent.

Parameters:
name - the name of the extent

getValue

public java.lang.String getValue()
returns the value of the Extent as a String.

Returns:
the value of the extent

setValue

public void setValue(java.lang.String value)
Sets the value of the Extent as a String.

Parameters:
value - the value of the extent