org.geotools.metadata.iso.extent
Class GeographicDescriptionImpl
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
GeographicExtentImpl
GeographicDescriptionImpl
- All Implemented Interfaces:
- Serializable, Cloneable, GeographicDescription, GeographicExtent
public class GeographicDescriptionImpl
- extends GeographicExtentImpl
- implements GeographicDescription
Description of the geographic area using identifiers.
- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
- Module:
modules/library/metadata (gt-metadata.jar)
GeographicDescriptionImpl
public GeographicDescriptionImpl()
- Constructs an initially empty geographic description.
GeographicDescriptionImpl
public GeographicDescriptionImpl(GeographicDescription source)
- Constructs a metadata entity initialized with the values from the specified metadata.
- Since:
- 2.4
GeographicDescriptionImpl
public GeographicDescriptionImpl(Identifier geographicIdentifier)
- Creates a geographic description initialized to the specified value.
getGeographicIdentifier
public Identifier getGeographicIdentifier()
- Returns the identifier used to represent a geographic area.
- Specified by:
getGeographicIdentifier
in interface GeographicDescription
setGeographicIdentifier
public void setGeographicIdentifier(Identifier newValue)
- Set the identifier used to represent a geographic area.
Copyright © 1996-2009 Geotools. All Rights Reserved.