Identification of a significant collection point within an operation.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionMeaning of the event.Date and time the event occurred.default Collection
<? extends Objective> Objective or objectives satisfied by an event.Event name or number.default PlatformPass
Pass during which an event occurs.default Collection
<? extends Instrument> Instrument or instruments for which the event is meaningful.Relative time ordering of the event.default Date
getTime()
Deprecated.Initiator of the event.
-
Method Details
-
getIdentifier
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()Event name or number.- Returns:
- event name or number.
-
getTrigger
Initiator of the event.- Returns:
- initiator of the event.
-
getContext
Meaning of the event.- Returns:
- meaning of the event.
-
getSequence
Relative time ordering of the event.- Returns:
- relative time ordering.
-
getTime
Deprecated.Replaced bygetDateOfOccurrence()
.Time the event occurred.- Returns:
- time the event occurred.
-
getDateOfOccurrence
@UML(identifier="time", obligation=MANDATORY, specification=ISO_19115_2) Temporal getDateOfOccurrence()Date and time the event occurred. The returned value should be an instance ofLocalDate
,LocalDateTime
,OffsetDateTime
orZonedDateTime
, depending whether hours are defined and how the timezone (if any) is defined. But other types are also allowed.- Returns:
- time the event occurred.
- Since:
- 3.1
Details
Renamed for avoiding a conflict with thegetTime()
method defined in GeoAPI 3.0. -
getExpectedObjectives
@UML(identifier="expectedObjective", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Objective> getExpectedObjectives()Objective or objectives satisfied by an event.- Returns:
- objectives satisfied by an event.
-
getRelatedPass
@UML(identifier="relatedPass", obligation=OPTIONAL, specification=ISO_19115_2) default PlatformPass getRelatedPass()Pass during which an event occurs.- Returns:
- pass during which an event occurs, or
null
.
-
getRelatedSensors
@UML(identifier="relatedSensor", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Instrument> getRelatedSensors()Instrument or instruments for which the event is meaningful.- Returns:
- instruments for which the event is meaningful.
-
getDateOfOccurrence()
.