Package org.gvsig.fmap.dal.impl
Class DataServerExplorerToDataExplorerFactoryWrapper
java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataFactory
org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory
org.gvsig.fmap.dal.impl.DataServerExplorerToDataExplorerFactoryWrapper
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataFactory,org.gvsig.fmap.dal.DataServerExplorerFactory,org.gvsig.tools.extensionpoint.ExtensionSingleton
public class DataServerExplorerToDataExplorerFactoryWrapper
extends org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory
-
Constructor Summary
ConstructorsConstructorDescriptionDataServerExplorerToDataExplorerFactoryWrapper(String name, String description, Class explorerClass, Class parametersClass) -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.DataServerExplorercreate(org.gvsig.fmap.dal.DataServerExplorerParameters parameters, org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices providerServices) org.gvsig.tools.dynobject.DynObjectbooleanisStoreSupported(String name) Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory
allowCreate, create, hasRasterSupport, hasTabularSupport, hasVectorialSupportMethods inherited from class org.gvsig.fmap.dal.spi.AbstractDataFactory
getDescription, getName, isHiddenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.DataFactory
getDescription, getName, isHidden
-
Constructor Details
-
DataServerExplorerToDataExplorerFactoryWrapper
-
-
Method Details
-
create
public org.gvsig.fmap.dal.DataServerExplorer create(org.gvsig.fmap.dal.DataServerExplorerParameters parameters, org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices providerServices) throws org.gvsig.fmap.dal.exception.InitializeException - Throws:
org.gvsig.fmap.dal.exception.InitializeException
-
createParameters
public org.gvsig.tools.dynobject.DynObject createParameters() -
isStoreSupported
- Specified by:
isStoreSupportedin interfaceorg.gvsig.fmap.dal.DataServerExplorerFactory- Overrides:
isStoreSupportedin classorg.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory
-