org.geotools.metadata.iso.extent
Class GeographicDescriptionImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.extent.GeographicExtentImpl
                  extended by 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

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
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 org.geotools.metadata.iso.extent.GeographicExtentImpl
getInclusion, setInclusion
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.metadata.extent.GeographicExtent
getInclusion
 

Constructor Detail

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.

Method Detail

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.