| net.refractions.udig.project.internal.impl.LayerFactoryImpl
LayerFactoryImpl | public class LayerFactoryImpl extends EObjectImpl implements LayerFactory(Code) | | An implementation of the model object 'Layer Factory'.
The following features are implemented:
|
LayerFactoryImpl | protected LayerFactoryImpl()(Code) | |
|
createLayer | public Layer createLayer(IGeoResource resource) throws IOException(Code) | | Creates a layer from a service and a resource. The layer is represented the data in resource.
May return null if it cannot resolve the service.
Parameters: service - Parameters: resource - throws: IOException - |
eBasicRemoveFromContainer | public NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)(Code) | |
|
eGet | public Object eGet(EStructuralFeature eFeature, boolean resolve)(Code) | |
|
eInverseAdd | public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eInverseRemove | public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)(Code) | |
|
eIsSet | public boolean eIsSet(EStructuralFeature eFeature)(Code) | |
|
eSet | public void eSet(EStructuralFeature eFeature, Object newValue)(Code) | |
|
eStaticClass | protected EClass eStaticClass()(Code) | |
|
eUnset | public void eUnset(EStructuralFeature eFeature)(Code) | |
|
getLayers | public List<Layer> getLayers(List selection) throws IOException(Code) | | Creates a list of
objects from the provided selection.
Parameters: selection - A selection of CatalogEntries obtained from a object. a list of objects from the provided selection. throws: IOException - |
|
|