org.geotools.metadata.iso
Class SpatialAttributeSupplementImpl
java.lang.Object
org.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
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
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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.
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.