| |
|
| org.geotools.metadata.iso.extent.GeographicExtentImpl org.geotools.metadata.iso.extent.GeographicDescriptionImpl
GeographicDescriptionImpl | public class GeographicDescriptionImpl extends GeographicExtentImpl implements GeographicDescription(Code) | | Description of the geographic area using identifiers.
version: $Id: GeographicDescriptionImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | GeographicDescriptionImpl() Constructs an initially empty geographic description. | public | GeographicDescriptionImpl(GeographicDescription source) Constructs a metadata entity initialized with the values from the specified metadata. | public | GeographicDescriptionImpl(Identifier geographicIdentifier) Creates a geographic description initialized to the specified value. |
Method Summary | |
public Identifier | getGeographicIdentifier() Returns the identifier used to represent a geographic area. | public synchronized void | setGeographicIdentifier(Identifier newValue) Set the identifier used to represent a geographic area. |
GeographicDescriptionImpl | public GeographicDescriptionImpl()(Code) | | Constructs an initially empty geographic description.
|
GeographicDescriptionImpl | public GeographicDescriptionImpl(GeographicDescription source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
GeographicDescriptionImpl | public GeographicDescriptionImpl(Identifier geographicIdentifier)(Code) | | Creates a geographic description initialized to the specified value.
|
getGeographicIdentifier | public Identifier getGeographicIdentifier()(Code) | | Returns the identifier used to represent a geographic area.
|
setGeographicIdentifier | public synchronized void setGeographicIdentifier(Identifier newValue)(Code) | | Set the identifier used to represent a geographic area.
|
|
|
|