| |
|
| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.SpatialAttributeSupplementImpl
SpatialAttributeSupplementImpl | public class SpatialAttributeSupplementImpl extends MetadataEntity implements SpatialAttributeSupplement(Code) | | Spatial attributes in the application schema for the feature types.
version: $Id: SpatialAttributeSupplementImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Method Summary | |
public synchronized Collection | getFeatureTypeList() Provides information about the list of feature types with the same spatial representation. | public synchronized void | setFeatureTypeList(Collection newValues) Set information about the list of feature types with the same spatial representation. |
SpatialAttributeSupplementImpl | public SpatialAttributeSupplementImpl()(Code) | | Construct an initially empty spatial attribute supplement.
|
SpatialAttributeSupplementImpl | public SpatialAttributeSupplementImpl(SpatialAttributeSupplement source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
SpatialAttributeSupplementImpl | public SpatialAttributeSupplementImpl(Collection featureTypeList)(Code) | | Creates a spatial attribute supplement initialized to the given values.
|
getFeatureTypeList | public synchronized Collection getFeatureTypeList()(Code) | | Provides information about the list of feature types with the same spatial representation.
|
setFeatureTypeList | public synchronized void setFeatureTypeList(Collection newValues)(Code) | | Set information about the list of feature types with the same spatial representation.
|
|
|
|