Class DataSourceLocation

  • All Implemented Interfaces:
    org.orbisgis.data.api.datasource.IDataSourceLocation

    public class DataSourceLocation
    extends Object
    implements org.orbisgis.data.api.datasource.IDataSourceLocation
    Implementation of IDataSourceLocation
    Author:
    Erwan Bocher (CNRS), Sylvain PALOMINOS (UBS 2018-2019)
    • Constructor Detail

      • DataSourceLocation

        public DataSourceLocation​(String location)
        Main constructor.
        Parameters:
        location - Path of the IDataSource.
    • Method Detail

      • toString

        public String toString()
        Specified by:
        toString in interface org.orbisgis.data.api.datasource.IDataSourceLocation
        Overrides:
        toString in class Object
      • asType

        public Object asType​(Class<?> type)
        Specified by:
        asType in interface org.orbisgis.data.api.datasource.IDataSourceLocation