|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.maintenance.ScopeDescriptionImpl
public class ScopeDescriptionImpl
Description of the class of information covered by the information.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ScopeDescriptionImpl()
Creates an initially empty scope description. |
|
ScopeDescriptionImpl(org.opengis.metadata.maintenance.ScopeDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Set<org.opengis.feature.type.AttributeType> |
getAttributeInstances()
Returns the attribute instances to which the information applies. |
java.util.Set<org.opengis.feature.type.AttributeType> |
getAttributes()
Returns the attributes to which the information applies. |
java.lang.String |
getDataset()
Returns the dataset to which the information applies. |
java.util.Set<org.opengis.feature.type.FeatureType> |
getFeatureInstances()
Returns the feature instances to which the information applies. |
java.util.Set<org.opengis.feature.type.FeatureType> |
getFeatures()
Returns the features to which the information applies. |
java.lang.String |
getOther()
Returns the class of information that does not fall into the other categories to which the information applies. |
void |
setAttributeInstances(java.util.Set<? extends org.opengis.feature.type.AttributeType> newValues)
Set the attribute instances to which the information applies. |
void |
setAttributes(java.util.Set<? extends org.opengis.feature.type.AttributeType> newValues)
Set the attributes to which the information applies. |
void |
setDataset(java.lang.String newValue)
Set the dataset to which the information applies. |
void |
setFeatureInstances(java.util.Set<? extends org.opengis.feature.type.FeatureType> newValues)
Set the feature instances to which the information applies. |
void |
setFeatures(java.util.Set<? extends org.opengis.feature.type.FeatureType> newValues)
Set the features to which the information applies. |
void |
setOther(java.lang.String newValue)
Set the class of information that does not fall into the other categories to which the information applies. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScopeDescriptionImpl()
public ScopeDescriptionImpl(org.opengis.metadata.maintenance.ScopeDescription source)
Method Detail |
---|
public java.util.Set<org.opengis.feature.type.AttributeType> getAttributes()
getAttributes
in interface org.opengis.metadata.maintenance.ScopeDescription
public void setAttributes(java.util.Set<? extends org.opengis.feature.type.AttributeType> newValues)
public java.util.Set<org.opengis.feature.type.FeatureType> getFeatures()
getFeatures
in interface org.opengis.metadata.maintenance.ScopeDescription
public void setFeatures(java.util.Set<? extends org.opengis.feature.type.FeatureType> newValues)
public java.util.Set<org.opengis.feature.type.FeatureType> getFeatureInstances()
getFeatureInstances
in interface org.opengis.metadata.maintenance.ScopeDescription
public void setFeatureInstances(java.util.Set<? extends org.opengis.feature.type.FeatureType> newValues)
public java.util.Set<org.opengis.feature.type.AttributeType> getAttributeInstances()
getAttributeInstances
in interface org.opengis.metadata.maintenance.ScopeDescription
public void setAttributeInstances(java.util.Set<? extends org.opengis.feature.type.AttributeType> newValues)
public java.lang.String getDataset()
getDataset
in interface org.opengis.metadata.maintenance.ScopeDescription
public void setDataset(java.lang.String newValue)
public java.lang.String getOther()
getOther
in interface org.opengis.metadata.maintenance.ScopeDescription
public void setOther(java.lang.String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |