Identification of collection coverage.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionArea covered by the pass.Unique name of the pass.Collection<? extends Event>
Occurrence of one or more events for a pass.
-
Method Details
-
getIdentifier
@UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2) Identifier getIdentifier()Unique name of the pass.- Returns:
- Unique name of the pass.
-
getExtent
Area covered by the pass.- Returns:
- Area covered by the pass.
-
getRelatedEvents
@UML(identifier="relatedEvent", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends Event> getRelatedEvents()Occurrence of one or more events for a pass.- Returns:
- Occurrence of one or more events for a pass.
-