Package org.gvsig.fmap.dal
Interface DataServerExplorerFactory
- All Superinterfaces:
DataFactory,org.gvsig.tools.extensionpoint.ExtensionSingleton
- All Known Subinterfaces:
PersonalDatabaseServerExplorerFactory
-
Method Summary
Modifier and TypeMethodDescriptionintcreate(DataServerExplorerParameters parameters, DataServerExplorerProviderServices providerServices) intintintbooleanisStoreSupported(String name) Methods inherited from interface org.gvsig.fmap.dal.DataFactory
create, createParameters, getDescription, getName, isHidden
-
Method Details
-
create
DataServerExplorer create(DataServerExplorerParameters parameters, DataServerExplorerProviderServices providerServices) throws InitializeException - Throws:
InitializeException
-
isStoreSupported
-
allowCreate
int allowCreate() -
hasTabularSupport
int hasTabularSupport() -
hasVectorialSupport
int hasVectorialSupport() -
hasRasterSupport
int hasRasterSupport()
-