public class SimpleSequentialReaderStoreProviderFactory extends AbstractFeatureStoreProviderFactory
NO, UNKNOWN, YES| Modifier | Constructor and Description |
|---|---|
protected |
SimpleSequentialReaderStoreProviderFactory(SimpleSequentialReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
int |
allowCreate()
The provider can create new stores.
|
int |
allowEditableFeatureType() |
int |
allowRead()
The provider has read support
|
int |
allowWrite()
The provider has write support
|
DynObject |
createParameters() |
DataStoreProvider |
createProvider(DataParameters parameters,
DataStoreProviderServices providerServices)
Builds a specific provider
|
SimpleSequentialReaderFactory |
getReaderFactory() |
int |
hasRasterSupport()
The provider has raster support.
|
int |
hasTabularSupport()
The provider has tabular support.
|
int |
hasVectorialSupport()
The provider has vectorial support.
|
allowFunction, allowGroupBy, allowsMandatoryAttributes, allowSpatialIndexSupport, allowsPrimaryKeyAttributes, createDefaultFeatureType, getMaxAttributeNameSize, getSupportedDataTypes, getSupportedGeometryTypesSubtypes, isOptimalRecoverFeaturesByReference, preferNotToUseNonNullRestrictions, supportInsertOrUpdate, supportNumericOID, supportPassthroughMode, useLocalIndexesCanImprovePerformancecreate, hasSQLSupport, isTiledSupported, worksBestTiledgetDescription, getName, isHiddenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getName, hasSQLSupport, isTiledSupported, worksBestTiledcreate, isHiddenprotected SimpleSequentialReaderStoreProviderFactory(SimpleSequentialReaderFactory readerFactory)
public SimpleSequentialReaderFactory getReaderFactory()
public DynObject createParameters()
public DataStoreProvider createProvider(DataParameters parameters, DataStoreProviderServices providerServices) throws InitializeException
DataStoreProviderFactoryInitializeExceptionpublic int allowCreate()
DataStoreProviderFactoryallowCreate in interface DataStoreProviderFactoryallowCreate in class AbstractDataStoreProviderFactorypublic int allowWrite()
DataStoreProviderFactoryallowWrite in interface DataStoreProviderFactoryallowWrite in class AbstractDataStoreProviderFactorypublic int allowRead()
DataStoreProviderFactoryallowRead in interface DataStoreProviderFactoryallowRead in class AbstractDataStoreProviderFactorypublic int hasRasterSupport()
DataStoreProviderFactoryhasRasterSupport in interface DataStoreProviderFactoryhasRasterSupport in class AbstractDataStoreProviderFactorypublic int hasTabularSupport()
DataStoreProviderFactoryhasTabularSupport in interface DataStoreProviderFactoryhasTabularSupport in class AbstractDataStoreProviderFactorypublic int hasVectorialSupport()
DataStoreProviderFactoryhasVectorialSupport in interface DataStoreProviderFactoryhasVectorialSupport in class AbstractDataStoreProviderFactorypublic int allowEditableFeatureType()
allowEditableFeatureType in interface FeatureStoreProviderFactoryallowEditableFeatureType in class AbstractFeatureStoreProviderFactory