Description of the class of information covered by the information.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionSet<? extends AttributeType>
Attribute instances to which the information applies.Set<? extends AttributeType>
Attributes to which the information applies.Dataset to which the information applies.Set<? extends FeatureType>
Feature instances to which the information applies.Set<? extends FeatureType>
Features to which the information applies.getOther()
Class of information that does not fall into the other categories to which the information applies.
-
Method Details
-
getAttributes
@UML(identifier="attributes", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends AttributeType> getAttributes()Attributes to which the information applies.- Returns:
- Attributes to which the information applies.
- Condition:
- Features, featureInstances, attributeInstances, dataset and other not documented.
-
getFeatures
@UML(identifier="features", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends FeatureType> getFeatures()Features to which the information applies.- Returns:
- Features to which the information applies.
- Condition:
- attributes, featureInstances, attributeInstances, dataset and other not documented.
-
getFeatureInstances
@UML(identifier="featureInstances", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends FeatureType> getFeatureInstances()Feature instances to which the information applies.- Returns:
- Feature instances to which the information applies.
- Condition:
- Attributes, features, attributeInstances, dataset and other not documented.
-
getAttributeInstances
@UML(identifier="attributeInstances", obligation=CONDITIONAL, specification=ISO_19115) Set<? extends AttributeType> getAttributeInstances()Attribute instances to which the information applies.- Returns:
- Attribute instances to which the information applies.
- Since:
- 2.1
- Condition:
- Attributes, features, featureInstances, dataset and other not documented.
-
getDataset
Dataset to which the information applies.- Returns:
- Dataset to which the information applies.
- Since:
- 2.1
- Condition:
- Attributes, features, featureInstances, attributeInstances and other not documented.
-
getOther
Class of information that does not fall into the other categories to which the information applies.- Returns:
- Class of information that does not fall into the other categories.
- Since:
- 2.1
- Condition:
- Attributes, features, featureInstances, attributeInstances and dataset not documented.
-