public abstract class AbstractDataStore extends AbstractDisposable implements DataStore
Modifier and Type | Field and Description |
---|---|
protected boolean |
ignoreDALResource |
protected static Logger |
LOGGER |
CSV_PROVIDER_NAME, DBASE_PROVIDER_NAME, FEATURE_METADATA_DEFINITION_NAME, GEOPACKAGE_PROVIDER_NAME, H2SPATIAL_PROVIDER_NAME, MDB_PROVIDER_NAME, METADATA_CONTAINERNAME, METADATA_CRS, METADATA_DEFINITION_NAME, METADATA_ENVELOPE, METADATA_FEATURETYPE, METADATA_PROVIDER, SHAPE_PROVIDER_NAME, SPATIAL_METADATA_DEFINITION_NAME
Modifier | Constructor and Description |
---|---|
protected |
AbstractDataStore() |
Modifier and Type | Method and Description |
---|---|
UnmodifiableBasicMap<java.lang.String,DataStore> |
getChildren()
Returns an UnmodifiableBasicMap with this store children.
|
protected abstract DataManager |
getDataManager() |
ResourcesStorage |
getResourcesStorage() |
StoresRepository |
getStoresRepository() |
void |
setIgnoreDALResource(boolean ignoreDALResource) |
dispose, dispose, doDispose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, accept, createQuery, createSelection, getCache, getDataSet, getDataSet, getDataSet, getDataSet, getExplorer, getFullName, getFullNameQuietly, getInterval, getName, getNameQuietly, getParameters, getProviderFactory, getProviderName, getSelection, getTimes, getTimes, refresh, setSelection, useCache
beginComplexNotification, disableNotifications, enableNotifications, endComplexNotification
addObserver, deleteObserver, deleteObservers
loadFromState, saveToState
getMetadataChildren, getMetadataID, getMetadataName
dispose
hasDynMethod
clear, clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
protected static final Logger LOGGER
protected boolean ignoreDALResource
protected abstract DataManager getDataManager()
public ResourcesStorage getResourcesStorage()
getResourcesStorage
in interface DataStore
public StoresRepository getStoresRepository()
getStoresRepository
in interface DataStore
public UnmodifiableBasicMap<java.lang.String,DataStore> getChildren()
DataStore
getChildren
in interface DataStore
public void setIgnoreDALResource(boolean ignoreDALResource)