Uses of Class
com.vividsolutions.jump.workbench.datastore.ConnectionDescriptor
-
-
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.datastore
Methods in com.vividsolutions.jump.workbench.datastore that return types with arguments of type ConnectionDescriptor Modifier and Type Method Description Collection<ConnectionDescriptor>ConnectionManager. getConnectionDescriptors()Methods in com.vividsolutions.jump.workbench.datastore with parameters of type ConnectionDescriptor Modifier and Type Method Description voidConnectionManager. closeConnection(ConnectionDescriptor cd2remove)try to close the connection for the given connection descriptorvoidConnectionManager.Listener. connectionDescriptorAdded(ConnectionDescriptor connectionDescriptor)voidConnectionManager.Listener. connectionDescriptorRemoved(ConnectionDescriptor connectionDescriptor)voidConnectionManager. deleteConnectionDescriptor(ConnectionDescriptor connectionDescriptor)Removes the ConnectionDescriptor and closes its associated DataStoreConnection.DataStoreConnectionConnectionManager. getConnection(ConnectionDescriptor connectionDescriptor)DataStoreConnectionConnectionManager. getOpenConnection(ConnectionDescriptor connectionDescriptor) -
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.model.cache
Constructors in com.vividsolutions.jump.workbench.model.cache with parameters of type ConnectionDescriptor Constructor Description DynamicFeatureCollection(ConnectionDescriptor connectionDescriptor, ConnectionManager connectionManager, FilterQuery spatialQuery) -
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return ConnectionDescriptor Modifier and Type Method Description ConnectionDescriptorConnectionDescriptorPanel. getConnectionDescriptor()ConnectionDescriptorConnectionPanel. getConnectionDescriptor()Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return types with arguments of type ConnectionDescriptor Modifier and Type Method Description Collection<ConnectionDescriptor>ConnectionManagerPanel. getSelectedConnectionDescriptors()Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionDescriptor Modifier and Type Method Description static IconConnectionManagerPanel. getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context)Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)DataStoreConnectionPasswordPrompter. getOpenConnection(ConnectionManager connectionManager, ConnectionDescriptor connectionDescriptor, Component parentComponent)voidConnectionPanel. setConnectionDescriptor(ConnectionDescriptor cd)voidConnectionDescriptorPanel. setParameters(ConnectionDescriptor connDesc)Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionDescriptor Constructor Description DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, int maxFeatures, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context)DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context)DataStoreQueryDataSource(String datasetName, String query, ConnectionDescriptor connectionDescriptor, WorkbenchContext context) -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return ConnectionDescriptor Modifier and Type Method Description ConnectionDescriptorDataStoreSaveDriverPanel. getConnectionDescriptor()Methods in org.openjump.core.ui.plugin.datastore with parameters of type ConnectionDescriptor Modifier and Type Method Description static WritableDataStoreDataSourceDataStoreDataSourceFactory. createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context)voidDataStoreSaveDriverPanel. setConnectionDescriptor(ConnectionDescriptor cd)Constructors in org.openjump.core.ui.plugin.datastore with parameters of type ConnectionDescriptor Constructor Description WritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, String txManager, WorkbenchContext context)Constructor with mandatory parameters for a WritableDataStoreDataSource. -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.h2
Constructors in org.openjump.core.ui.plugin.datastore.h2 with parameters of type ConnectionDescriptor Constructor Description H2DataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context) -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.postgis
Methods in org.openjump.core.ui.plugin.datastore.postgis that return ConnectionDescriptor Modifier and Type Method Description ConnectionDescriptorPostGISSaveDriverPanel. getConnectionDescriptor()Constructors in org.openjump.core.ui.plugin.datastore.postgis with parameters of type ConnectionDescriptor Constructor Description SaveToPostGISDataSource(String tableName, String geometryColumnName, ConnectionDescriptor connectionDescriptor, WorkbenchContext context) -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.postgis2
Constructors in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type ConnectionDescriptor Constructor Description PostGISDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context)
-