Uses of Interface
org.opengis.metadata.acquisition.Event
Packages that use Event
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Event in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement EventModifier and TypeClassDescriptionclassIdentification of a significant collection point within an operation.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type EventModifier and TypeMethodDescriptionDefaultObjective.getObjectiveOccurences()Returns the event or events associated with objective completion.DefaultPlatformPass.getRelatedEvents()Returns the occurrence of one or more events for a pass.DefaultOperation.getSignificantEvents()Returns the record of an event occurring during an operation.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type EventModifier and TypeMethodDescriptionstatic DefaultEventDefaultEvent.castOrCopy(Event object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type EventModifier and TypeMethodDescriptionvoidDefaultObjective.setObjectiveOccurences(Collection<? extends Event> newValues) Sets the event or events associated with objective completion.voidDefaultPlatformPass.setRelatedEvents(Collection<? extends Event> newValues) Sets the occurrence of one or more events for a pass.voidDefaultOperation.setSignificantEvents(Collection<? extends Event> newValues) Sets the record of an event occurring during an operation.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type EventModifierConstructorDescriptionDefaultEvent(Event object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Event in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type EventModifier and TypeMethodDescriptionCollection<? extends Event> Objective.getObjectiveOccurences()Event or events associated with objective completion.Collection<? extends Event> PlatformPass.getRelatedEvents()Occurrence of one or more events for a pass.Collection<? extends Event> Operation.getSignificantEvents()Record of an event occurring during an operation.