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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic SpatialAttributeSupplementImpl()
public SpatialAttributeSupplementImpl(SpatialAttributeSupplement source)
public SpatialAttributeSupplementImpl(Collection featureTypeList)
public Collection<FeatureTypeList> getFeatureTypeList()
getFeatureTypeList in interface SpatialAttributeSupplementpublic void setFeatureTypeList(Collection<? extends FeatureTypeList> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.