Class JMLFileOutputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
-
- org.locationtech.jts.jump.workbench.driver.JMLFileOutputDriver
-
public class JMLFileOutputDriver extends AbstractOutputDriver
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description JMLFileOutputDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
getPanel, initialize
-
-
-
-
Method Detail
-
output
public void output(Layer layer) throws FileNotFoundException, IOException, ParseException, org.locationtech.jts.io.ParseException, Exception
Description copied from class:AbstractOutputDriver
Called after the user has pressed OK on the DriverDialog.- Specified by:
output
in classAbstractOutputDriver
- Throws:
FileNotFoundException
IOException
ParseException
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
-
-