com.vividsolutions.jump.workbench.driver
Class GMLFileInputDriver
java.lang.Object
com.vividsolutions.jump.workbench.driver.AbstractDriver
com.vividsolutions.jump.workbench.driver.AbstractInputDriver
com.vividsolutions.jump.workbench.driver.GMLFileInputDriver
public class GMLFileInputDriver
- extends AbstractInputDriver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GMLFileInputDriver
public GMLFileInputDriver()
input
public void input(LayerManager layerManager,
java.lang.String categoryName)
throws 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.lang.Exception
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
initialize
public void initialize(DriverManager driverManager,
ErrorHandler errorHandler)
- Overrides:
initialize in class AbstractInputDriver
getPanel
public AbstractDriverPanel getPanel()
- Overrides:
getPanel in class AbstractInputDriver