Uses of Interface
org.gvsig.fmap.dal.NewDataStoreParameters
Packages that use NewDataStoreParameters
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 NewDataStoreParameters in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return NewDataStoreParametersModifier and TypeMethodDescriptionDataManager.createNewStoreParameters(String provider) DataManager.createNewStoreParameters(String explorer, String provider) Creates, initializes and returns an instance of NewDataStoreParameters given the name with which their provider is registered.DataServerExplorer.getAddParameters(String storeName) Given the store's name, returns its parameters for creation.Methods in org.gvsig.fmap.dal with parameters of type NewDataStoreParametersModifier and TypeMethodDescriptionbooleanDataServerExplorer.add(String provider, NewDataStoreParameters parameters, boolean overwrite) Creates a new DataStore in this server.voidDataManager.createFileStore(String providerName, NewDataStoreParameters params, boolean overwrite) voidDataManager.newStore(String explorer, String provider, NewDataStoreParameters parameters, boolean overwrite) Create a new physical storevoidDataManager.newStore(String provider, NewDataStoreParameters parameters, boolean overwrite) -
Uses of NewDataStoreParameters in org.gvsig.fmap.dal.feature
Subinterfaces of NewDataStoreParameters in org.gvsig.fmap.dal.feature -
Uses of NewDataStoreParameters in org.gvsig.fmap.dal.raster
Subinterfaces of NewDataStoreParameters in org.gvsig.fmap.dal.rasterModifier and TypeInterfaceDescriptioninterfaceInterface for parameters to create a new raster store -
Uses of NewDataStoreParameters in org.gvsig.fmap.dal.serverexplorer.db
Methods in org.gvsig.fmap.dal.serverexplorer.db that return NewDataStoreParametersModifier and TypeMethodDescriptionDBServerExplorer.getAddParameters()Return a instance ofNewDataStoreParametersto fill -
Uses of NewDataStoreParameters in org.gvsig.fmap.dal.store.db
Subinterfaces of NewDataStoreParameters in org.gvsig.fmap.dal.store.db -
Uses of NewDataStoreParameters in org.gvsig.fmap.dal.store.jdbc
Subinterfaces of NewDataStoreParameters in org.gvsig.fmap.dal.store.jdbcMethods in org.gvsig.fmap.dal.store.jdbc with parameters of type NewDataStoreParametersModifier and TypeMethodDescriptionbooleanJDBCServerExplorer.add(String providerName, NewDataStoreParameters ndsp, boolean overwrite) -
Uses of NewDataStoreParameters in org.gvsig.fmap.dal.store.jdbc2
Methods in org.gvsig.fmap.dal.store.jdbc2 with parameters of type NewDataStoreParametersModifier and TypeMethodDescriptionbooleanJDBCServerExplorer.add(String providerName, NewDataStoreParameters theParams, boolean overwrite)