org.geotools.metadata.iso
Class SpatialAttributeSupplementImpl
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
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)
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.
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-2009 Geotools. All Rights Reserved.