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, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public ScopeDescriptionImpl()
public ScopeDescriptionImpl(ScopeDescription source)
public Set<AttributeType> getAttributes()
getAttributes
in interface ScopeDescription
public void setAttributes(Set<? extends AttributeType> newValues)
public Set<FeatureType> getFeatures()
getFeatures
in interface ScopeDescription
public void setFeatures(Set<? extends FeatureType> newValues)
public Set<FeatureType> getFeatureInstances()
getFeatureInstances
in interface ScopeDescription
public void setFeatureInstances(Set<? extends FeatureType> newValues)
public Set<AttributeType> getAttributeInstances()
getAttributeInstances
in interface ScopeDescription
public void setAttributeInstances(Set<? extends AttributeType> newValues)
public String getDataset()
getDataset
in interface ScopeDescription
public void setDataset(String newValue)
public String getOther()
getOther
in interface ScopeDescription
public void setOther(String newValue)
Copyright © 1996–2019 Geotools. All rights reserved.