Requirement to be satisfied by the planned data acquisition.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionIdentification of reference or guidance material for the requirement.Date and time after which collection is no longer valid.Unique name, or code, for the requirement.Relative ordered importance, or urgency, of the requirement.Collection<? extends ResponsibleParty>
Person(s), or body(ies), to receive results of requirement.Required or preferred acquisition date and time.Collection<? extends ResponsibleParty>
Origin of requirement.Collection<? extends Plan>
Plan that identifies solution to satisfy the requirement.
-
Method Details
-
getCitation
Identification of reference or guidance material for the requirement.- Returns:
- Identification of reference or guidance material.
-
getIdentifier
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()Unique name, or code, for the requirement.- Returns:
- Unique name or code.
-
getRequestors
@UML(identifier="requestor", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends ResponsibleParty> getRequestors()Origin of requirement.- Returns:
- Origin of requirement.
-
getRecipients
@UML(identifier="recipient", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends ResponsibleParty> getRecipients()Person(s), or body(ies), to receive results of requirement.- Returns:
- Person(s), or body(ies), to receive results.
-
getPriority
Relative ordered importance, or urgency, of the requirement.- Returns:
- Relative ordered importance, or urgency.
-
getRequestedDate
@UML(identifier="requestedDate", obligation=MANDATORY, specification=ISO_19115_2) RequestedDate getRequestedDate()Required or preferred acquisition date and time.- Returns:
- Required or preferred acquisition date and time.
-
getExpiryDate
Date and time after which collection is no longer valid.Warning: The return type of this method may change in GeoAPI 3.1 release. It may be replaced by a type matching more closely either ISO 19108 (Temporal Schema) or ISO 19103.
- Returns:
- Date and time after which collection is no longer valid.
-
getSatisfiedPlans
@UML(identifier="satisfiedPlan", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Plan> getSatisfiedPlans()Plan that identifies solution to satisfy the requirement.- Returns:
- Plan that identifies solution to satisfy the requirement.
-