Uses of Class
org.opengis.metadata.acquisition.Sequence
-
Packages that use Sequence Package Description org.opengis.metadata.acquisition -
-
Uses of Sequence in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as Sequence Modifier and Type Field Description static SequenceSequence. ENDEnd of a collection.static SequenceSequence. INSTANTANEOUSCollection without a significant durationstatic SequenceSequence. STARTBeginning of a collection.Fields in org.opengis.metadata.acquisition with type parameters of type Sequence Modifier and Type Field Description private static java.util.List<Sequence>Sequence. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return Sequence Modifier and Type Method Description Sequence[]Sequence. family()Returns the list of enumerations of the same kind than this enum.SequenceEvent. getSequence()Relative time ordering of the event.static SequenceSequence. valueOf(java.lang.String code)Returns the sequence that matches the given string, or returns a new one if none match it.static Sequence[]Sequence. values()Returns the list ofSequences.
-