@UML(identifier="MD_ScopeDescription", specification=ISO_19115) public interface ScopeDescription
Modifier and Type | Method and Description |
---|---|
Set<? extends AttributeType> |
getAttributeInstances()
Attribute instances to which the information applies.
|
Set<? extends AttributeType> |
getAttributes()
Attributes to which the information applies.
|
String |
getDataset()
Dataset to which the information applies.
|
Set<? extends FeatureType> |
getFeatureInstances()
Feature instances to which the information applies.
|
Set<? extends FeatureType> |
getFeatures()
Features to which the information applies.
|
String |
getOther()
Class of information that does not fall into the other categories to which the information
applies.
|
@UML(identifier="attributes", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends AttributeType> getAttributes()
@UML(identifier="features", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends FeatureType> getFeatures()
@UML(identifier="featureInstances", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends FeatureType> getFeatureInstances()
@UML(identifier="attributeInstances", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends AttributeType> getAttributeInstances()
@UML(identifier="dataset", obligation=CONDITIONAL, specification=ISO_19115) String getDataset()
@UML(identifier="other", obligation=CONDITIONAL, specification=ISO_19115) String getOther()
Copyright © 1996–2019 Geotools. All rights reserved.