Class AbstractDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- Direct Known Subclasses:
AbstractInputDriver
,AbstractOutputDriver
public abstract class AbstractDriver extends Object
Deprecated.Use DataSourceQueryChooser insteadAdds/saves a Layer from/to a data source, such as a file. Subclasses should call #setReader and #setDriverProperties on the layers they create
-
-
Field Summary
Fields Modifier and Type Field Description protected DriverManager
driverManager
Deprecated.protected ErrorHandler
errorHandler
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractDriver()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract AbstractDriverPanel
getPanel()
Deprecated.void
initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.abstract String
toString()
Deprecated.Brief description of the data source to which this driver connects.
-
-
-
Field Detail
-
driverManager
protected DriverManager driverManager
Deprecated.
-
errorHandler
protected ErrorHandler errorHandler
Deprecated.
-
-
Method Detail
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.
-
toString
public abstract String toString()
Deprecated.Brief description of the data source to which this driver connects. Displayed in the DriverDialog "Format" combobox.
-
getPanel
public abstract AbstractDriverPanel getPanel()
Deprecated.
-
-