Class FMEFileInputDriver
java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
com.vividsolutions.jump.workbench.driver.AbstractInputDriver
com.vividsolutions.jump.workbench.driver.FMEFileInputDriver
-
Field Summary
Fields inherited from class AbstractDriver
driverManager, errorHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPanel()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.toString()Brief description of the data source to which this driver connects.
-
Constructor Details
-
FMEFileInputDriver
public FMEFileInputDriver()
-
-
Method Details
-
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
-
initialize
- Overrides:
initializein classAbstractInputDriver
-
input
Description copied from class:AbstractInputDriverPrompts the user for a data source to add as a Layer to the LayerManager.- Specified by:
inputin classAbstractInputDriver- Throws:
Exception
-
getPanel
- Overrides:
getPanelin classAbstractInputDriver
-