public class SpatialAttributeSupplementImpl extends MetadataEntity implements SpatialAttributeSupplement
LOGGER
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public SpatialAttributeSupplementImpl()
public SpatialAttributeSupplementImpl(SpatialAttributeSupplement source)
public SpatialAttributeSupplementImpl(Collection featureTypeList)
public Collection<FeatureTypeList> getFeatureTypeList()
getFeatureTypeList
in interface SpatialAttributeSupplement
public void setFeatureTypeList(Collection<? extends FeatureTypeList> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.