Class GMLFileOutputDriver
java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
com.vividsolutions.jump.workbench.driver.AbstractOutputDriver
com.vividsolutions.jump.workbench.driver.GMLFileOutputDriver
-
Field Summary
Fields inherited from class AbstractDriver
driverManager, errorHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPanel()voidinitialize(DriverManager driverManager, ErrorHandler errorHandler) voidCalled after the user has pressed OK on the DriverDialog.toString()Brief description of the data source to which this driver connects.
-
Constructor Details
-
GMLFileOutputDriver
public GMLFileOutputDriver()
-
-
Method Details
-
output
Description copied from class:AbstractOutputDriverCalled after the user has pressed OK on the DriverDialog.- Specified by:
outputin classAbstractOutputDriver- Throws:
Exception
-
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
- Overrides:
getPanelin classAbstractOutputDriver
-
initialize
- Overrides:
initializein classAbstractOutputDriver
-