org.eclipse.ohf.stem.definitions.adapters.spatial.geo
Class LatLongProviderAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.ohf.stem.definitions.adapters.spatial.SpatialProviderAdapterFactory
          extended by org.eclipse.ohf.stem.definitions.adapters.spatial.geo.LatLongProviderAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class LatLongProviderAdapterFactory
extends SpatialProviderAdapterFactory

This class creates adapters that that adapt Identifiable's to LatLongProvider's. The typical LatLongProvider that is returned extracts the lat/long data from the spatial attribute of an Identifiable's dublin core instance.

See Also:
Identifiable

Field Summary
static LatLongProviderAdapterFactory INSTANCE
          This is a static reference to the adapter factory to use.
 
Constructor Summary
LatLongProviderAdapterFactory()
           
 
Method Summary
 boolean isFactoryForType(java.lang.Object type)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final LatLongProviderAdapterFactory INSTANCE
This is a static reference to the adapter factory to use.

Constructor Detail

LatLongProviderAdapterFactory

public LatLongProviderAdapterFactory()
Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object type)
Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class SpatialProviderAdapterFactory
See Also:
SpatialProviderAdapterFactory.isFactoryForType(java.lang.Object)