Uses of Interface
org.gvsig.fmap.dal.DataStore
Packages that use DataStore
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
Provides API for accessing and managing raster data.
-
Uses of DataStore in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return DataStoreModifier and TypeMethodDescriptionDataManager.createStore(DataStoreParameters parameters) DataStoreFactory_v2_2.createStore()Builds a specific kind of storeDataStoreFactory.createStore()Builds a specific kind of storeHasDataStore.getDataStore()DataStoreNotification.getSource()Returns the DataStore that produced this notificationDataServerExplorer_v2.open(DataStoreParameters dsp) Open a store defined bydspDataManager.openStore(String provider, DataStoreParameters parameters) DataManager.openStore(String providerName, DataStoreParameters parameters, boolean ignoreDALResource) Creates, initializes and returns an instance of DataStore given the DataStoreParameters.DataManager.openStore(DataTransaction transaction, String provider, DataStoreParameters parameters) DataManager.openStore(DataTransaction transaction, String providerName, DataStoreParameters parameters, boolean ignoreDALResource) DataManager.openStore(org.gvsig.tools.dynobject.DynStruct struct) Methods in org.gvsig.fmap.dal that return types with arguments of type DataStoreModifier and TypeMethodDescriptionDataStore.getChildren()Returns an UnmodifiableBasicMap with this store children.Methods in org.gvsig.fmap.dal with parameters of type DataStoreModifier and TypeMethodDescriptionvoidvoidAdd store to transaction.voidvoidbooleanstatic StringDataStore.getFullNameQuietly(DataStore store) static StringDataStore.getNameQuietly(DataStore store) DataServerExplorer.getResourcePath(DataStore dataStore, String resourceName) Return the file resource associated to this name and store.org.gvsig.tools.resourcesstorage.ResourcesStorageDataServerExplorer.getResourcesStorage(DataStore dataStore) booleanDataSet.isFromStore(DataStore store) Indicates whether this DataSet belongs to a specific storevoidvoidDataTransaction.setKeepEditingMode(DataStore store, boolean keep) voidDataStoreFactory_v2_4.setProvider(DataStore store, DataStoreProvider provider) voidDataManager.writeDALResource(org.gvsig.tools.resourcesstorage.ResourcesStorage resources, DataStore store) -
Uses of DataStore in org.gvsig.fmap.dal.feature
Subinterfaces of DataStore in org.gvsig.fmap.dal.featureModifier and TypeInterfaceDescriptioninterfaceA FeatureStore is a type of store whose data consists on sets ofFeature(s). -
Uses of DataStore in org.gvsig.fmap.dal.raster
Subinterfaces of DataStore in org.gvsig.fmap.dal.rasterModifier and TypeInterfaceDescriptioninterfaceinterfaceStore for rasters -
Uses of DataStore in org.gvsig.fmap.dal.serverexplorer.db
Methods in org.gvsig.fmap.dal.serverexplorer.db that return DataStoreModifier and TypeMethodDescriptionDBServerExplorer.open(DataStoreParameters dsp) Open a store defined bydsp -
Uses of DataStore in org.gvsig.fmap.dal.spi
Methods in org.gvsig.fmap.dal.spi that return DataStore -
Uses of DataStore in org.gvsig.fmap.dal.store.jdbc
Methods in org.gvsig.fmap.dal.store.jdbc that return DataStore -
Uses of DataStore in org.gvsig.fmap.dal.store.jdbc2
Methods in org.gvsig.fmap.dal.store.jdbc2 that return DataStore