public class KMLStoreProviderFactory extends AbstractFeatureStoreProviderFactory implements FeatureStoreProviderFactory
NO, UNKNOWN, YES| Constructor and Description |
|---|
KMLStoreProviderFactory(java.lang.String name,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
allowCreate()
The provider can create new stores.
|
int |
allowEditableFeatureType() |
int |
allowMultipleGeometryTypes() |
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
|
int |
hasRasterSupport()
The provider has raster support.
|
int |
hasTabularSupport()
The provider has tabular support.
|
int |
hasVectorialSupport()
The provider has vectorial support.
|
int |
isOptimalRecoverFeaturesByReference() |
boolean |
supportNumericOID() |
int |
useLocalIndexesCanImprovePerformance() |
allowFunction, allowGroupBy, allowsMandatoryAttributes, allowSpatialIndexSupport, allowsPrimaryKeyAttributes, createDefaultFeatureType, getMaxAttributeNameSize, getSupportedDataTypes, getSupportedGeometryTypesSubtypes, preferNotToUseNonNullRestrictions, supportInsertOrUpdate, supportPassthroughModecreate, hasSQLSupport, isTiledSupported, worksBestTiledgetDescription, getName, isHiddenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowFunction, allowGroupBy, allowsMandatoryAttributes, allowSpatialIndexSupport, allowsPrimaryKeyAttributes, createDefaultFeatureType, getMaxAttributeNameSize, getSupportedDataTypes, getSupportedGeometryTypesSubtypes, preferNotToUseNonNullRestrictions, supportInsertOrUpdate, supportPassthroughModegetDescription, getName, hasSQLSupport, isTiledSupported, worksBestTiledcreate, isHiddenpublic KMLStoreProviderFactory(java.lang.String name,
java.lang.String description)
public DataStoreProvider createProvider(DataParameters parameters, DataStoreProviderServices providerServices) throws InitializeException
DataStoreProviderFactorycreateProvider in interface DataStoreProviderFactoryInitializeExceptionpublic DynObject createParameters()
createParameters in interface DataFactorypublic 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 allowMultipleGeometryTypes()
public int allowEditableFeatureType()
allowEditableFeatureType in interface FeatureStoreProviderFactoryallowEditableFeatureType in class AbstractFeatureStoreProviderFactorypublic int useLocalIndexesCanImprovePerformance()
useLocalIndexesCanImprovePerformance in interface FeatureStoreProviderFactoryuseLocalIndexesCanImprovePerformance in class AbstractFeatureStoreProviderFactorypublic int isOptimalRecoverFeaturesByReference()
isOptimalRecoverFeaturesByReference in interface FeatureStoreProviderFactoryisOptimalRecoverFeaturesByReference in class AbstractFeatureStoreProviderFactorypublic boolean supportNumericOID()
supportNumericOID in interface FeatureStoreProviderFactorysupportNumericOID in class AbstractFeatureStoreProviderFactory