com.vividsolutions.jump.workbench.driver
Class JMLFileInputDriver
java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
com.vividsolutions.jump.workbench.driver.AbstractInputDriver
com.vividsolutions.jump.workbench.driver.JMLFileInputDriver
public class JMLFileInputDriver
- extends AbstractInputDriver
- Version:
- 1.0
Title: JMLFileInputDriver
Description: Input Driver for JML type of files
Copyright: Copyright (c) 2002
Company: Vivid Solutions Inc.
- Author:
- Alan Chang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JMLFileInputDriver
public JMLFileInputDriver()
toString
public java.lang.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 class AbstractDriver
getPanel
public AbstractDriverPanel getPanel()
- Overrides:
getPanel in class AbstractInputDriver
initialize
public void initialize(DriverManager driverManager,
ErrorHandler errorHandler)
- Overrides:
initialize in class AbstractInputDriver
input
public void input(LayerManager layerManager,
java.lang.String categoryName)
throws java.io.FileNotFoundException,
java.io.IOException,
ParseException,
com.vividsolutions.jts.io.ParseException,
IllegalParametersException,
java.lang.Exception
- Description copied from class:
AbstractInputDriver
- Prompts the user for a data source to add as a Layer to the LayerManager.
- Specified by:
input in class AbstractInputDriver
- Throws:
java.io.FileNotFoundException
java.io.IOException
ParseException
IllegalParametersException
java.lang.Exception