|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MI_Plan", specification=ISO_19115_2) public interface Plan
Designations for the planning information related to meeting the data acquisition requirements.
Method Summary | |
---|---|
Citation |
getCitation()
Identification of authority requesting target collection. |
Collection<? extends Operation> |
getOperations()
Identification of the activity or activities that satisfy a plan. |
Collection<? extends Requirement> |
getSatisfiedRequirements()
Requirement satisfied by the plan. |
Progress |
getStatus()
Current status of the plan (pending, completed, etc.) |
GeometryType |
getType()
Manner of sampling geometry that the planner expects for collection of objective data. |
Method Detail |
---|
@UML(identifier="type", obligation=OPTIONAL, specification=ISO_19115_2) GeometryType getType()
@UML(identifier="status", obligation=MANDATORY, specification=ISO_19115_2) Progress getStatus()
@UML(identifier="citation", obligation=MANDATORY, specification=ISO_19115_2) Citation getCitation()
@UML(identifier="operation", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Operation> getOperations()
@UML(identifier="satisfiedRequirement", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Requirement> getSatisfiedRequirements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |