public class ScopeDescriptionImpl extends MetadataEntity implements ScopeDescription
LOGGER| Constructor and Description |
|---|
ScopeDescriptionImpl()
Creates an initially empty scope description.
|
ScopeDescriptionImpl(ScopeDescription source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeType> |
getAttributeInstances()
Returns the attribute instances to which the information applies.
|
Set<AttributeType> |
getAttributes()
Returns the attributes to which the information applies.
|
String |
getDataset()
Returns the dataset to which the information applies.
|
Set<FeatureType> |
getFeatureInstances()
Returns the feature instances to which the information applies.
|
Set<FeatureType> |
getFeatures()
Returns the features to which the information applies.
|
String |
getOther()
Returns the class of information that does not fall into the other categories to which the
information applies.
|
void |
setAttributeInstances(Set<? extends AttributeType> newValues)
Set the attribute instances to which the information applies.
|
void |
setAttributes(Set<? extends AttributeType> newValues)
Set the attributes to which the information applies.
|
void |
setDataset(String newValue)
Set the dataset to which the information applies.
|
void |
setFeatureInstances(Set<? extends FeatureType> newValues)
Set the feature instances to which the information applies.
|
void |
setFeatures(Set<? extends FeatureType> newValues)
Set the features to which the information applies.
|
void |
setOther(String newValue)
Set the class of information that does not fall into the other categories to which the
information applies.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic ScopeDescriptionImpl()
public ScopeDescriptionImpl(ScopeDescription source)
public Set<AttributeType> getAttributes()
getAttributes in interface ScopeDescriptionpublic void setAttributes(Set<? extends AttributeType> newValues)
public Set<FeatureType> getFeatures()
getFeatures in interface ScopeDescriptionpublic void setFeatures(Set<? extends FeatureType> newValues)
public Set<FeatureType> getFeatureInstances()
getFeatureInstances in interface ScopeDescriptionpublic void setFeatureInstances(Set<? extends FeatureType> newValues)
public Set<AttributeType> getAttributeInstances()
getAttributeInstances in interface ScopeDescriptionpublic void setAttributeInstances(Set<? extends AttributeType> newValues)
public String getDataset()
getDataset in interface ScopeDescriptionpublic void setDataset(String newValue)
public String getOther()
getOther in interface ScopeDescriptionpublic void setOther(String newValue)
Copyright © 1996–2019 Geotools. All rights reserved.