org.eclipse.ohf.stem.definitions.adapters.spatial.geo
Class LatLongProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.ohf.stem.definitions.adapters.spatial.SpatialProviderAdapterFactory
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
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 |
INSTANCE
public static final LatLongProviderAdapterFactory INSTANCE
- This is a static reference to the adapter factory to use.
LatLongProviderAdapterFactory
public LatLongProviderAdapterFactory()
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)