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.Collection<? extends Operation>
Identification of the activity or activities that satisfy a plan.Collection<? extends Requirement>
Requirement satisfied by the plan.Current status of the plan (pending, completed, etc.)getType()
Manner of sampling geometry that the planner expects for collection of objective data.
-
Method Details
-
getType
Manner of sampling geometry that the planner expects for collection of objective data.- Returns:
- Manner of sampling geometry.
-
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) 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) Collection<? extends Requirement> getSatisfiedRequirements()Requirement satisfied by the plan.- Returns:
- Requirement satisfied by the plan.
-