org.geotools.metadata.iso
Class SpatialAttributeSupplementImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by SpatialAttributeSupplementImpl
All Implemented Interfaces:
Serializable, Cloneable, SpatialAttributeSupplement

public class SpatialAttributeSupplementImpl
extends MetadataEntity
implements SpatialAttributeSupplement

Spatial attributes in the application schema for the feature types.

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

Constructor Detail

SpatialAttributeSupplementImpl

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


SpatialAttributeSupplementImpl

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

Since:
2.4

SpatialAttributeSupplementImpl

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

Method Detail

getFeatureTypeList

public Collection<FeatureTypeList> getFeatureTypeList()
Provides information about the list of feature types with the same spatial representation.

Specified by:
getFeatureTypeList in interface SpatialAttributeSupplement

setFeatureTypeList

public void setFeatureTypeList(Collection<? extends FeatureTypeList> newValues)
Set information about the list of feature types with the same spatial representation.



Copyright © 1996-2010 Geotools. All Rights Reserved.