Class AbstractInputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractInputDriver
-
- Direct Known Subclasses:
FMEFileInputDriver,GMLFileInputDriver,JMLFileInputDriver,ShapeFileInputDriver,WKTFileInputDriver
public abstract class AbstractInputDriver 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 AbstractInputDriver()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 voidinput(LayerManager layerManager, String categoryName)Deprecated.Prompts the user for a data source to add as a Layer to the LayerManager.-
Methods inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
toString
-
-
-
-
Method Detail
-
input
public abstract void input(LayerManager layerManager, String categoryName) throws Exception
Deprecated.Prompts the user for a data source to add as a Layer to the LayerManager.- Throws:
Exception
-
getPanel
public AbstractDriverPanel getPanel()
Deprecated.- Specified by:
getPanelin classAbstractDriver
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.- Overrides:
initializein classAbstractDriver
-
-