|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MI_Requirement", specification=ISO_19115_2) public interface Requirement
Requirement to be satisfied by the planned data acquisition.
Method Summary | |
---|---|
Citation |
getCitation()
Identification of reference or guidance material for the requirement. |
Date |
getExpiryDate()
Date and time after which collection is no longer valid. |
Identifier |
getIdentifier()
Unique name, or code, for the requirement. |
Priority |
getPriority()
Relative ordered importance, or urgency, of the requirement. |
Collection<? extends ResponsibleParty> |
getRecipients()
Person(s), or body(ies), to receive results of requirement. |
RequestedDate |
getRequestedDate()
Required or preferred acquisition date and time. |
Collection<? extends ResponsibleParty> |
getRequestors()
Origin of requirement. |
Collection<? extends Plan> |
getSatisfiedPlans()
Plan that identifies solution to satisfy the requirement. |
Method Detail |
---|
@UML(identifier="citation", obligation=OPTIONAL, specification=ISO_19115_2) Citation getCitation()
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()
@UML(identifier="requestor", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends ResponsibleParty> getRequestors()
@UML(identifier="recipient", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends ResponsibleParty> getRecipients()
@UML(identifier="priority", obligation=MANDATORY, specification=ISO_19115_2) Priority getPriority()
@UML(identifier="requestedDate", obligation=MANDATORY, specification=ISO_19115_2) RequestedDate getRequestedDate()
@UML(identifier="expiryDate", obligation=MANDATORY, specification=ISO_19115_2) Date getExpiryDate()
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. |
@UML(identifier="satisfiedPlan", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Plan> getSatisfiedPlans()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |