Uses of Class
org.opengis.metadata.acquisition.Trigger
Packages that use Trigger
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Trigger in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return TriggerMethods in org.apache.sis.metadata.iso.acquisition with parameters of type TriggerModifier and TypeMethodDescriptionvoidDefaultEvent.setTrigger(Trigger newValue) Sets the initiator of the event. -
Uses of Trigger in org.opengis.metadata.acquisition
Subclasses with type arguments of type Trigger in org.opengis.metadata.acquisitionFields in org.opengis.metadata.acquisition declared as TriggerModifier and TypeFieldDescriptionstatic final TriggerTrigger.AUTOMATICEvent due to external stimuli.static final TriggerTrigger.MANUALEvent manually instigated.static final TriggerTrigger.PRE_PROGRAMMEDEvent instigated by planned internal stimuli.Methods in org.opengis.metadata.acquisition that return TriggerModifier and TypeMethodDescriptionTrigger[]Trigger.family()Returns the list of enumerations of the same kind as this enum.Event.getTrigger()Initiator of the event.static TriggerReturns the trigger that matches the given string, or returns a new one if none match it.static Trigger[]Trigger.values()Returns the list ofTriggers.