public class TileProviderFactory extends AbstractDataStoreProviderFactory implements DataStoreProviderFactory
NO, UNKNOWN, YES
Modifier | Constructor and Description |
---|---|
protected |
TileProviderFactory(java.lang.String name,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
DynObject |
createParameters() |
DataStoreProvider |
createProvider(DataParameters arg0,
DataStoreProviderServices arg1)
Builds a specific provider
|
int |
isTiledSupported()
Return YES if the provider supports tiled.
|
allowCreate, allowRead, allowWrite, create, hasRasterSupport, hasSQLSupport, hasTabularSupport, hasVectorialSupport, worksBestTiled
getDescription, getName, isHidden
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowCreate, allowRead, allowWrite, getDescription, getName, hasRasterSupport, hasSQLSupport, hasTabularSupport, hasVectorialSupport, worksBestTiled
create, isHidden
protected TileProviderFactory(java.lang.String name, java.lang.String description)
name
- description
- public DynObject createParameters()
createParameters
in interface DataFactory
public DataStoreProvider createProvider(DataParameters arg0, DataStoreProviderServices arg1) throws InitializeException
DataStoreProviderFactory
createProvider
in interface DataStoreProviderFactory
InitializeException
public int isTiledSupported()
DataStoreProviderFactory
isTiledSupported
in interface DataStoreProviderFactory
isTiledSupported
in class AbstractDataStoreProviderFactory