Class GMLFileOutputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
-
- org.locationtech.jts.jump.workbench.driver.GMLFileOutputDriver
-
public class GMLFileOutputDriver extends AbstractOutputDriver
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description GMLFileOutputDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDriverPanel
getPanel()
void
initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
output(Layer layer)
Called after the user has pressed OK on the DriverDialog.String
toString()
Brief description of the data source to which this driver connects.
-
-
-
Method Detail
-
output
public void output(Layer layer) throws Exception
Description copied from class:AbstractOutputDriver
Called after the user has pressed OK on the DriverDialog.- Specified by:
output
in classAbstractOutputDriver
- Throws:
Exception
-
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 classAbstractOutputDriver
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
- Overrides:
initialize
in classAbstractOutputDriver
-
-