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.Methods in org.opengis.metadata.acquisition that return Context Modifier and Type Method Description Context[]Context. family()Returns the list of codes of the same kind than this code list element.ContextEvent. getContext()Meaning of the event.static ContextContext. valueOf(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.
-