Class AbstractDriver

  • Direct Known Subclasses:
    AbstractInputDriver, AbstractOutputDriver

    public abstract class AbstractDriver
    extends Object
    Deprecated.
    Use DataSourceQueryChooser instead
    Adds/saves a Layer from/to a data source, such as a file. Subclasses should call #setReader and #setDriverProperties on the layers they create
    • Field Detail

      • driverManager

        protected DriverManager driverManager
        Deprecated.
      • errorHandler

        protected ErrorHandler errorHandler
        Deprecated.
    • Constructor Detail

      • AbstractDriver

        public AbstractDriver()
        Deprecated.
    • Method Detail

      • toString

        public abstract String toString()
        Deprecated.
        Brief description of the data source to which this driver connects. Displayed in the DriverDialog "Format" combobox.
        Overrides:
        toString in class Object