Uses of Class
org.opengis.metadata.acquisition.Context
Packages that use Context
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Context in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return ContextMethods in org.apache.sis.metadata.iso.acquisition with parameters of type ContextModifier and TypeMethodDescriptionvoidDefaultEvent.setContext(Context newValue) Sets the meaning of the event. -
Uses of Context in org.opengis.metadata.acquisition
Subclasses with type arguments of type Context in org.opengis.metadata.acquisitionModifier and TypeClassDescriptionfinal classDesignation of criterion for defining the context of the scanning process event.Fields in org.opengis.metadata.acquisition declared as ContextModifier and TypeFieldDescriptionstatic final ContextContext.ACQUISITIONEvent related to a specific collection.static final ContextContext.PASSEvent related to a sequence of collections.static final ContextContext.WAY_POINTEvent related to a navigational manoeuvre.Methods in org.opengis.metadata.acquisition that return ContextModifier and TypeMethodDescriptionContext[]Context.family()Returns the list of enumerations of the same kind as this enum.Event.getContext()Meaning of the event.static ContextReturns the context that matches the given string, or returns a new one if none match it.static Context[]Context.values()Returns the list ofContexts.