org.geotools.metadata.iso
Class SpatialAttributeSupplementImpl

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.SpatialAttributeSupplementImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, 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 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
SpatialAttributeSupplementImpl()
          Construct an initially empty spatial attribute supplement.
SpatialAttributeSupplementImpl(java.util.Collection featureTypeList)
          Creates a spatial attribute supplement initialized to the given values.
SpatialAttributeSupplementImpl(org.opengis.metadata.SpatialAttributeSupplement source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 java.util.Collection<org.opengis.metadata.FeatureTypeList> getFeatureTypeList()
          Provides information about the list of feature types with the same spatial representation.
 void setFeatureTypeList(java.util.Collection<? extends org.opengis.metadata.FeatureTypeList> newValues)
          Set information about the list of feature types with the same spatial representation.
 
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
 

Constructor Detail

SpatialAttributeSupplementImpl

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


SpatialAttributeSupplementImpl

public SpatialAttributeSupplementImpl(org.opengis.metadata.SpatialAttributeSupplement source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

SpatialAttributeSupplementImpl

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

Method Detail

getFeatureTypeList

public java.util.Collection<org.opengis.metadata.FeatureTypeList> 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<? extends org.opengis.metadata.FeatureTypeList> newValues)
Set information about the list of feature types with the same spatial representation.



Copyright © 1996-2010 Geotools. All Rights Reserved.