Identification of collection coverage.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptiondefault Geometry
Area covered by the pass.Unique name of the pass.default 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
@UML(identifier="extent", obligation=OPTIONAL, specification=ISO_19115_2) default Geometry getExtent()Area covered by the pass.- Returns:
- area covered by the pass, or
null
.
-
getRelatedEvents
@UML(identifier="relatedEvent", obligation=OPTIONAL, specification=ISO_19115_2) default Collection<? extends Event> getRelatedEvents()Occurrence of one or more events for a pass.- Returns:
- occurrence of one or more events for a pass.
-