Designations for the planning information related to meeting the data acquisition requirements.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionIdentification of authority requesting target collection.default Collection
<? extends Operation> Identification of the activity or activities that satisfy a plan.default Collection
<? extends Requirement> Requirement satisfied by the plan.Current status of the plan (pending, completed, etc.)default GeometryType
getType()
Manner of sampling geometry that the planner expects for collection of objective data.
-
Method Details
-
getType
@UML(identifier="type", obligation=OPTIONAL, specification=ISO_19115_2) default GeometryType getType()Manner of sampling geometry that the planner expects for collection of objective data.- Returns:
- manner of sampling geometry, or
null
.
-
getStatus
Current status of the plan (pending, completed, etc.)- Returns:
- current status of the plan.
-
getCitation
Identification of authority requesting target collection.- Returns:
- identification of authority requesting target collection.
-
getOperations
@UML(identifier="operation", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Operation> getOperations()Identification of the activity or activities that satisfy a plan.- Returns:
- identification of the activity or activities.
-
getSatisfiedRequirements
@UML(identifier="satisfiedRequirement", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Requirement> getSatisfiedRequirements()Requirement satisfied by the plan.- Returns:
- requirement satisfied by the plan.
-