org.geotools.metadata.iso
Class SpatialAttributeSupplementImpl

java.lang.Object
  extended byorg.geotools.metadata.iso.MetadataEntity
      extended byorg.geotools.metadata.iso.SpatialAttributeSupplementImpl
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable, org.opengis.metadata.SpatialAttributeSupplement

public class SpatialAttributeSupplementImpl
extends MetadataEntity
implements org.opengis.metadata.SpatialAttributeSupplement

Spatial attributes in the application schema for the feature types.

Since:
2.1
Version:
$Id: SpatialAttributeSupplementImpl.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux, Toura?vane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.iso.MetadataEntity
LOGGER
 
Constructor Summary
SpatialAttributeSupplementImpl()
          Construct an initially empty spatial attribute supplement.
SpatialAttributeSupplementImpl(java.util.Collection featureTypeList)
          Creates a spatial attribute supplement initialized to the given values.
 
Method Summary
 boolean equals(java.lang.Object object)
          Compare this spatial attribute supplement with the specified object for equality.
protected  void freeze()
          Declare this metadata and all its attributes as unmodifiable.
 java.util.Collection getFeatureTypeList()
          Provides information about the list of feature types with the same spatial representation.
 int hashCode()
          Returns a hash code value for this object.
 void setFeatureTypeList(java.util.Collection newValues)
          Set information about the list of feature types with the same spatial representation.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpatialAttributeSupplementImpl

public SpatialAttributeSupplementImpl()
Construct an initially empty spatial attribute supplement.


SpatialAttributeSupplementImpl

public SpatialAttributeSupplementImpl(java.util.Collection featureTypeList)
Creates a spatial attribute supplement initialized to the given values.

Method Detail

getFeatureTypeList

public java.util.Collection getFeatureTypeList()
Provides information about the list of feature types with the same spatial representation.

Specified by:
getFeatureTypeList in interface org.opengis.metadata.SpatialAttributeSupplement

setFeatureTypeList

public void setFeatureTypeList(java.util.Collection newValues)
Set information about the list of feature types with the same spatial representation.


freeze

protected void freeze()
Declare this metadata and all its attributes as unmodifiable.

Overrides:
freeze in class MetadataEntity

equals

public boolean equals(java.lang.Object object)
Compare this spatial attribute supplement with the specified object for equality.


hashCode

public int hashCode()
Returns a hash code value for this object.


toString

public java.lang.String toString()
Returns a string representation of this object.



Copyright © GeoTools. All Rights Reserved.