public class DataStoreProviderToCoverageProviderFactoryWrapper extends AbstractDataStoreProviderFactory implements ExternalStoreProviderFactory
NO, UNKNOWN, YES| Constructor and Description |
|---|
DataStoreProviderToCoverageProviderFactoryWrapper(String name,
String description,
Class provider,
Class parametersClass) |
| Modifier and Type | Method and Description |
|---|---|
DynObject |
createParameters()
Creates the parameters for the
Provider created by this factory. |
DataStoreProvider |
createProvider(DataParameters parameters,
DataStoreProviderServices providerServices)
Builds a specific provider
|
protected Constructor |
findConstructor(Class clazz,
Class[] types) |
allowCreate, allowRead, allowWrite, create, getDescription, getName, hasRasterSupport, hasTabularSupport, hasVectorialSupport, initializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowCreate, allowRead, allowWrite, getDescription, getName, hasRasterSupport, hasTabularSupport, hasVectorialSupportcreate, initializepublic DataStoreProvider createProvider(DataParameters parameters, DataStoreProviderServices providerServices) throws InitializeException
DataStoreProviderFactorycreateProvider in interface DataStoreProviderFactoryInitializeExceptionpublic final DynObject createParameters()
ProviderFactoryProvider created by this factory.createParameters in interface ProviderFactoryprotected Constructor findConstructor(Class clazz, Class[] types) throws SecurityException, NoSuchMethodException