org.geotools.metadata.iso.extent
Class GeographicDescriptionImpl
java.lang.Object
org.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.extent.GeographicExtentImpl
org.geotools.metadata.iso.extent.GeographicDescriptionImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.extent.GeographicDescription, org.opengis.metadata.extent.GeographicExtent
public class GeographicDescriptionImpl
- extends GeographicExtentImpl
- implements org.opengis.metadata.extent.GeographicDescription
Description of the geographic area using identifiers.
- Since:
- 2.1
- Version:
- $Id: GeographicDescriptionImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
Constructor Summary |
GeographicDescriptionImpl()
Constructs an initially empty geographic description. |
GeographicDescriptionImpl(org.opengis.metadata.extent.GeographicDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
GeographicDescriptionImpl(org.opengis.metadata.Identifier geographicIdentifier)
Creates a geographic description initialized to the specified value. |
Method Summary |
org.opengis.metadata.Identifier |
getGeographicIdentifier()
Returns the identifier used to represent a geographic area. |
void |
setGeographicIdentifier(org.opengis.metadata.Identifier newValue)
Set the identifier used to represent a geographic area. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.metadata.extent.GeographicExtent |
getInclusion |
GeographicDescriptionImpl
public GeographicDescriptionImpl()
- Constructs an initially empty geographic description.
GeographicDescriptionImpl
public GeographicDescriptionImpl(org.opengis.metadata.extent.GeographicDescription source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
GeographicDescriptionImpl
public GeographicDescriptionImpl(org.opengis.metadata.Identifier geographicIdentifier)
- Creates a geographic description initialized to the specified value.
getGeographicIdentifier
public org.opengis.metadata.Identifier getGeographicIdentifier()
- Returns the identifier used to represent a geographic area.
- Specified by:
getGeographicIdentifier
in interface org.opengis.metadata.extent.GeographicDescription
setGeographicIdentifier
public void setGeographicIdentifier(org.opengis.metadata.Identifier newValue)
- Set the identifier used to represent a geographic area.
Copyright © 1996-2010 Geotools. All Rights Reserved.