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, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowCreate, allowRead, allowWrite, getDescription, getName, hasRasterSupport, hasTabularSupport, hasVectorialSupport
create, initialize
public DataStoreProvider createProvider(DataParameters parameters, DataStoreProviderServices providerServices) throws InitializeException
DataStoreProviderFactory
createProvider
in interface DataStoreProviderFactory
InitializeException
public final DynObject createParameters()
ProviderFactory
Provider
created by this factory.createParameters
in interface ProviderFactory
protected Constructor findConstructor(Class clazz, Class[] types) throws SecurityException, NoSuchMethodException