Package org.opengis.metadata
Interface MetadataScope
-
@UML(identifier="MD_MetadataScope", specification=ISO_19115) public interface MetadataScope
Class of information to which the referencing entity applies.- Since:
- 3.1
-
-
Method Summary
Modifier and Type Method Description default InternationalStringgetName()Description of the scope.ScopeCodegetResourceScope()Code for the scope.
-
-
-
Method Detail
-
getResourceScope
@UML(identifier="resourceScope", obligation=MANDATORY, specification=ISO_19115) ScopeCode getResourceScope()
Code for the scope.- Returns:
- code for the scope.
-
getName
@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getName()
Description of the scope. May benullif unspecified.- Returns:
- the description of the scope, or
nullif none.
-
-