Class AbstractOutputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
-
- Direct Known Subclasses:
FMEFileOutputDriver,GMLFileOutputDriver,JMLFileOutputDriver,ShapefileOutputDriver,WKTFileOutputDriver
public abstract class AbstractOutputDriver extends AbstractDriver
Deprecated.Use DataSourceQueryChooser instead
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description AbstractOutputDriver()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AbstractDriverPanelgetPanel()Deprecated.voidinitialize(DriverManager driverManager, ErrorHandler errorHandler)Deprecated.abstract voidoutput(Layer layer)Deprecated.Called after the user has pressed OK on the DriverDialog.-
Methods inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
toString
-
-
-
-
Method Detail
-
output
public abstract void output(Layer layer) throws Exception
Deprecated.Called after the user has pressed OK on the DriverDialog.- Throws:
Exception
-
getPanel
public AbstractDriverPanel getPanel()
Deprecated.- Specified by:
getPanelin classAbstractDriver
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.- Overrides:
initializein classAbstractDriver
-
-