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 AbstractDriverPanelgetPanel()voidinitialize(DriverManager driverManager, ErrorHandler errorHandler)voidoutput(Layer layer)Called after the user has pressed OK on the DriverDialog.StringtoString()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:AbstractOutputDriverCalled after the user has pressed OK on the DriverDialog.- Specified by:
outputin classAbstractOutputDriver- Throws:
Exception
-
toString
public String 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
public AbstractDriverPanel getPanel()
- Overrides:
getPanelin classAbstractOutputDriver
-
initialize
public void initialize(DriverManager driverManager, ErrorHandler errorHandler)
- Overrides:
initializein classAbstractOutputDriver
-
-