- All Known Subinterfaces:
Scope
The target resource and physical extent for which information is reported.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends Extent> Information about the spatial, vertical and temporal extents of the resource specified by the scope.getLevel()
Hierarchical level of the data specified by the scope.default 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.
-
getExtents
@UML(identifier="extent", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends Extent> getExtents()Information about the spatial, vertical and temporal extents of the resource specified by the scope.- Returns:
- information about the extent of the resource.
-
getLevelDescription
@UML(identifier="levelDescription", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends ScopeDescription> getLevelDescription()Detailed description about the level of the data specified by the scope.- Returns:
- detailed description about the level of the data.
-