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 ContextContext. ACQUISITIONEvent related to a specific collection.static ContextContext. PASSEvent related to a sequence of collections.static ContextContext. WAY_POINTEvent 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. VALUESList 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.ContextEvent. getContext()Meaning of the event.static ContextContext. 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 ofContexts.
-