org.geotools.styling
Class ExtentImpl
java.lang.Object
org.geotools.event.AbstractGTComponent
org.geotools.styling.ExtentImpl
- All Implemented Interfaces:
- java.lang.Cloneable, org.opengis.util.Cloneable, Extent, GTComponent
- public class ExtentImpl
- extends AbstractGTComponent
- implements Extent, org.opengis.util.Cloneable
Method Summary |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
DOCUMENT ME! |
java.lang.String |
getValue()
DOCUMENT ME! |
int |
hashCode()
|
void |
setName(java.lang.String name)
DOCUMENT ME! |
void |
setValue(java.lang.String value)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ExtentImpl
public ExtentImpl()
getName
public java.lang.String getName()
- Description copied from interface:
Extent
- DOCUMENT ME!
- Specified by:
getName
in interface Extent
- Returns:
- The name of the extent.
setName
public void setName(java.lang.String name)
- Description copied from interface:
Extent
- DOCUMENT ME!
- Specified by:
setName
in interface Extent
- Parameters:
name
- Thw new name of the extent.
getValue
public java.lang.String getValue()
- Description copied from interface:
Extent
- DOCUMENT ME!
- Specified by:
getValue
in interface Extent
- Returns:
- The value of the exent.
setValue
public void setValue(java.lang.String value)
- Description copied from interface:
Extent
- DOCUMENT ME!
- Specified by:
setValue
in interface Extent
- Parameters:
value
- The new value of the exent.
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
clone
public java.lang.Object clone()
- Specified by:
clone
in interface org.opengis.util.Cloneable
- Overrides:
clone
in class AbstractGTComponent
Copyright © GeoTools. All Rights Reserved.