|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sequence | |
---|---|
org.opengis.metadata.acquisition | Acquisition information. |
Uses of Sequence in org.opengis.metadata.acquisition |
---|
Fields in org.opengis.metadata.acquisition declared as Sequence | |
---|---|
static Sequence |
Sequence.END
End of a collection. |
static Sequence |
Sequence.INSTANTANEOUS
Collection without a significant duration |
static Sequence |
Sequence.START
Beginning of a collection. |
Methods in org.opengis.metadata.acquisition that return Sequence | |
---|---|
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(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 of Sequence s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |