Uses of Class
org.opengis.metadata.acquisition.Trigger
-
Packages that use Trigger Package Description org.opengis.metadata.acquisition -
-
Uses of Trigger in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as Trigger Modifier and Type Field Description static TriggerTrigger. AUTOMATICEvent due to external stimuli.static TriggerTrigger. MANUALEvent manually instigated.static TriggerTrigger. PRE_PROGRAMMEDEvent instigated by planned internal stimuli.Fields in org.opengis.metadata.acquisition with type parameters of type Trigger Modifier and Type Field Description private static java.util.List<Trigger>Trigger. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return Trigger Modifier and Type Method Description Trigger[]Trigger. family()Returns the list of enumerations of the same kind than this enum.TriggerEvent. getTrigger()Initiator of the event.static TriggerTrigger. valueOf(java.lang.String code)Returns the trigger that matches the given string, or returns a new one if none match it.static Trigger[]Trigger. values()Returns the list ofTriggers.
-