Class JMLFileInputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractInputDriver
-
- org.locationtech.jts.jump.workbench.driver.JMLFileInputDriver
-
public class JMLFileInputDriver extends AbstractInputDriver
- Version:
- 1.0
Title: JMLFileInputDriver
Description: Input Driver for JML type of files
Copyright: Copyright (c) 2002
Company: Vivid Solutions Inc.
- Author:
- Alan Chang
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description JMLFileInputDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDriverPanel
getPanel()
void
initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
input(LayerManager layerManager, String categoryName)
Prompts the user for a data source to add as a Layer to the LayerManager.String
toString()
Brief description of the data source to which this driver connects.
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:AbstractDriver
Brief description of the data source to which this driver connects. Displayed in the DriverDialog "Format" combobox.- Specified by:
toString
in classAbstractDriver
-
getPanel
public AbstractDriverPanel getPanel()
- Overrides:
getPanel
in classAbstractInputDriver
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
- Overrides:
initialize
in classAbstractInputDriver
-
input
public void input(LayerManager layerManager, String categoryName) throws FileNotFoundException, IOException, ParseException, org.locationtech.jts.io.ParseException, IllegalParametersException, Exception
Description copied from class:AbstractInputDriver
Prompts the user for a data source to add as a Layer to the LayerManager.- Specified by:
input
in classAbstractInputDriver
- Throws:
FileNotFoundException
IOException
ParseException
IllegalParametersException
Exception
-
-