org.geotools.metadata.iso.extent
Class GeographicDescriptionImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by GeographicExtentImpl
                  extended by 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)

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
GeographicDescriptionImpl()
          Constructs an initially empty geographic description.
GeographicDescriptionImpl(GeographicDescription source)
          Constructs a metadata entity initialized with the values from the specified metadata.
GeographicDescriptionImpl(Identifier geographicIdentifier)
          Creates a geographic description initialized to the specified value.
 
Method Summary
 Identifier getGeographicIdentifier()
          Returns the identifier used to represent a geographic area.
 void setGeographicIdentifier(Identifier newValue)
          Set the identifier used to represent a geographic area.
 
Methods inherited from class GeographicExtentImpl
getInclusion, setInclusion
 
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface GeographicExtent
getInclusion
 

Constructor Detail

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.

Method Detail

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.