Uses of Class
org.opengis.metadata.acquisition.Context

Packages that use Context
org.opengis.metadata.acquisition Acquisition information
 

Uses of Context in org.opengis.metadata.acquisition
 

Fields in org.opengis.metadata.acquisition declared as Context
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.
 

Methods in org.opengis.metadata.acquisition that return Context
 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(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 of Contexts.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.