Class WKTFileOutputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
-
- org.locationtech.jts.jump.workbench.driver.WKTFileOutputDriver
-
public class WKTFileOutputDriver extends AbstractOutputDriver
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description WKTFileOutputDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
getPanel, initialize
-
-
-
-
Method Detail
-
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
-
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
-
-