Uses of Class
org.opengis.metadata.acquisition.Context
-
Packages that use Context Package Description org.opengis.metadata.acquisition -
-
Uses of Context in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as Context Modifier and Type Field Description static Context
Context. ACQUISITION
Event related to a specific collection.static Context
Context. PASS
Event related to a sequence of collections.static Context
Context. WAY_POINT
Event related to a navigational manoeuvre.Fields in org.opengis.metadata.acquisition with type parameters of type Context Modifier and Type Field Description private static java.util.List<Context>
Context. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return Context Modifier and Type Method Description Context[]
Context. family()
Returns the list of enumerations of the same kind than this enum.Context
Event. getContext()
Meaning of the event.static Context
Context. valueOf(java.lang.String code)
Returns the context that matches the given string, or returns a new one if none match it.static Context[]
Context. values()
Returns the list ofContext
s.
-