|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MI_Objective", specification=ISO_19115_2) public interface Objective
Describes the characteristics, spatial and temporal extent of the intended object to be observed.
Method Summary | |
---|---|
Collection<? extends Extent> |
getExtents()
Extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective. |
Collection<? extends InternationalString> |
getFunctions()
Role or purpose performed by or activity performed at the objective. |
Collection<? extends Identifier> |
getIdentifiers()
Code used to identify the objective. |
Collection<? extends Event> |
getObjectiveOccurences()
Event or events associated with objective completion. |
Collection<? extends PlatformPass> |
getPass()
Pass of the platform over the objective. |
InternationalString |
getPriority()
Priority applied to the target. |
Collection<? extends Instrument> |
getSensingInstruments()
Instrument which senses the objective data. |
Collection<? extends ObjectiveType> |
getTypes()
Collection technique for the objective. |
Method Detail |
---|
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends Identifier> getIdentifiers()
@UML(identifier="priority", obligation=OPTIONAL, specification=ISO_19115_2) InternationalString getPriority()
@UML(identifier="type", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends ObjectiveType> getTypes()
@UML(identifier="function", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends InternationalString> getFunctions()
@UML(identifier="extent", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Extent> getExtents()
@UML(identifier="objectiveOccurence", obligation=MANDATORY, specification=ISO_19115_2) Collection<? extends Event> getObjectiveOccurences()
@UML(identifier="pass", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends PlatformPass> getPass()
@UML(identifier="sensingInstrument", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Instrument> getSensingInstruments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |