public abstract class GvSigLayerLoader extends LayerLoader
Modifier and Type | Field and Description |
---|---|
protected static DataManager |
DATA_MANAGER |
protected static MapContextManager |
MAP_CONTEXT_MANAGER |
Constructor and Description |
---|
GvSigLayerLoader(Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
addLayerToView(FLayer lyr)
It adds a new layer to the current view
|
protected abstract DataStoreParameters |
createDataStoreParameters() |
protected FLayer |
createLayerFromExtensionPoint() |
protected FLayer |
createLayerFromParameters() |
protected String |
extensionPointName() |
protected abstract String |
getLayerName() |
protected abstract boolean |
hasSpecificLayer() |
void |
loadLayer() |
getErrorMessage, getResource, getWindowMessage, setResource
protected static final MapContextManager MAP_CONTEXT_MANAGER
protected static final DataManager DATA_MANAGER
public GvSigLayerLoader(Resource resource)
resource
- public void loadLayer() throws LayerLoaderException
loadLayer
in class LayerLoader
LayerLoaderException
protected FLayer createLayerFromParameters() throws InitializeException, ProviderNotRegisteredException, LoadLayerException
protected FLayer createLayerFromExtensionPoint() throws Exception
Exception
protected void addLayerToView(FLayer lyr)
lyr
- Layer lo loadprotected abstract boolean hasSpecificLayer()
protected String extensionPointName()
protected abstract DataStoreParameters createDataStoreParameters() throws InitializeException, ProviderNotRegisteredException
protected abstract String getLayerName()