Class WKTFileInputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractInputDriver
-
- org.locationtech.jts.jump.workbench.driver.WKTFileInputDriver
-
public class WKTFileInputDriver extends AbstractInputDriver
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description WKTFileInputDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDriverPanelgetPanel()voidinitialize(DriverManager driverManager, ErrorHandler errorHandler)voidinput(LayerManager layerManager, String categoryName)Prompts the user for a data source to add as a Layer to the LayerManager.StringtoString()Brief description of the data source to which this driver connects.
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:AbstractDriverBrief description of the data source to which this driver connects. Displayed in the DriverDialog "Format" combobox.- Specified by:
toStringin classAbstractDriver
-
getPanel
public AbstractDriverPanel getPanel()
- Overrides:
getPanelin classAbstractInputDriver
-
input
public void input(LayerManager layerManager, String categoryName) throws FileNotFoundException, IOException, ParseException, org.locationtech.jts.io.ParseException, IllegalParametersException, Exception
Description copied from class:AbstractInputDriverPrompts the user for a data source to add as a Layer to the LayerManager.- Specified by:
inputin classAbstractInputDriver- Throws:
FileNotFoundExceptionIOExceptionParseExceptionIllegalParametersExceptionException
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
- Overrides:
initializein classAbstractInputDriver
-
-