Uses of Interface
org.eclipse.ohf.stem.definitions.adapters.spatial.geo.LatLongDataProvider

Packages that use LatLongDataProvider
org.eclipse.ohf.stem.definitions.adapters.spatial.geo   
 

Uses of LatLongDataProvider in org.eclipse.ohf.stem.definitions.adapters.spatial.geo
 

Classes in org.eclipse.ohf.stem.definitions.adapters.spatial.geo that implement LatLongDataProvider
 class InlineLatLongDataProvider
          This class interprets a URI that contains embedded (i.e., "inline") lat/long data.
 class PlatformLatLongDataProvider
          This class interprets a URI that specifies a file of (i.e., "platform") lat/long data in some format (currently GML).
 

Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo that return types with arguments of type LatLongDataProvider
static java.util.Map<java.lang.String,LatLongDataProvider> LatLongProviderAdapter.getLatLongDataProviders()
           
 

Methods in org.eclipse.ohf.stem.definitions.adapters.spatial.geo with parameters of type LatLongDataProvider
static void LatLongProviderAdapter.registerLatLongDataProvider(java.lang.String scheme, LatLongDataProvider latLongDataProvider)
          Add the latLongDataProvider to the collection of available to this adapter