Class PostgisDataStoreDriver

java.lang.Object
com.vividsolutions.jump.datastore.spatialdatabases.AbstractSpatialDatabasesDSDriver
com.vividsolutions.jump.datastore.postgis.PostgisDataStoreDriver
All Implemented Interfaces:
DataStoreDriver

public class PostgisDataStoreDriver extends AbstractSpatialDatabasesDSDriver
A driver for supplying SpatialDatabasesDSConnections
  • Field Details

  • Constructor Details

    • PostgisDataStoreDriver

      public PostgisDataStoreDriver()
  • Method Details

    • createConnection

      public DataStoreConnection createConnection(ParameterList params) throws Exception
      returns the right type of DataStoreConnection
      Specified by:
      createConnection in interface DataStoreDriver
      Specified by:
      createConnection in class AbstractSpatialDatabasesDSDriver
      Parameters:
      params - list of parameters for this Connection
      Returns:
      a DataStoreConnection
      Throws:
      Exception - if an Exception occurs
    • getConnectedIcon

      public Icon getConnectedIcon()
      Default icon for this driver after a connection to the datastore has been set. Subclass should overload this method to offer a database specific icon.
    • getDisconnectedIcon

      public Icon getDisconnectedIcon()
      Default icon for this driver when there is no active connection. Subclass should overload this method to offer a database specific icon.