Class ShapefileOutputDriver
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.driver.AbstractDriver
-
- org.locationtech.jts.jump.workbench.driver.AbstractOutputDriver
-
- org.locationtech.jts.jump.workbench.driver.ShapefileOutputDriver
-
public class ShapefileOutputDriver extends AbstractOutputDriver
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.driver.AbstractDriver
driverManager, errorHandler
-
-
Constructor Summary
Constructors Constructor Description ShapefileOutputDriver()
-
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
-
output
public void output(Layer layer) throws FileNotFoundException, IOException, ParseException, org.locationtech.jts.io.ParseException, Exception
Description copied from class:AbstractOutputDriverCalled after the user has pressed OK on the DriverDialog.- Specified by:
outputin classAbstractOutputDriver- Throws:
FileNotFoundExceptionIOExceptionParseExceptionException
-
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
-
-