Class FMEFileInputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractInputDriver
-
- org.locationtech.jts.jump.workbench.driver.FMEFileInputDriver
-
public class FMEFileInputDriver extends AbstractInputDriver
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description FMEFileInputDriver()
-
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
-
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
-
getPanel
public AbstractDriverPanel getPanel()
- Overrides:
getPanel
in classAbstractInputDriver
-
-