Description of the data specified by the scope.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the spatial, vertical and temporal extent of the data specified by the scope.getLevel()
Hierarchical level of the data specified by the scope.Collection<? extends ScopeDescription>
Detailed description about the level of the data specified by the scope.
-
Method Details
-
getLevel
Hierarchical level of the data specified by the scope.- Returns:
- Hierarchical level of the data.
-
getLevelDescription
@UML(identifier="levelDescription", obligation=CONDITIONAL, specification=ISO_19115) Collection<? extends ScopeDescription> getLevelDescription()Detailed description about the level of the data specified by the scope. Shall be defined only if the level is not equal toDATASET
orSERIES
.- Returns:
- Detailed description about the level of the data.
- Since:
- 2.1
-
getExtent
Information about the spatial, vertical and temporal extent of the data specified by the scope.- Returns:
- Information about the extent of the data, or
null
.
-