|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MI_Event", specification=ISO_19115_2) public interface Event
Identification of a significant collection point within an operation.
Method Summary | |
---|---|
Context |
getContext()
Meaning of the event. |
Collection<? extends Objective> |
getExpectedObjectives()
Objective or objectives satisfied by an event. |
Identifier |
getIdentifier()
Event name or number. |
PlatformPass |
getRelatedPass()
Pass during which an event occurs. |
Collection<? extends Instrument> |
getRelatedSensors()
Instrument or instruments for which the event is meaningful. |
Sequence |
getSequence()
Relative time ordering of the event. |
Date |
getTime()
Time the event occurred. |
Trigger |
getTrigger()
Initiator of the event. |
Method Detail |
---|
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()
@UML(identifier="trigger", obligation=MANDATORY, specification=ISO_19115_2) Trigger getTrigger()
@UML(identifier="context", obligation=MANDATORY, specification=ISO_19115_2) Context getContext()
@UML(identifier="sequence", obligation=MANDATORY, specification=ISO_19115_2) Sequence getSequence()
@UML(identifier="time", obligation=MANDATORY, specification=ISO_19115_2) Date getTime()
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="expectedObjective", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Objective> getExpectedObjectives()
@UML(identifier="relatedPass", obligation=OPTIONAL, specification=ISO_19115_2) PlatformPass getRelatedPass()
@UML(identifier="relatedSensor", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Instrument> getRelatedSensors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |