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 Sequence
Sequence. END
End of a collection.static Sequence
Sequence. INSTANTANEOUS
Collection without a significant durationstatic Sequence
Sequence. START
Beginning 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. VALUES
List 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.Sequence
Event. getSequence()
Relative time ordering of the event.static Sequence
Sequence. 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 ofSequence
s.
-