Uses of Interface
org.geotools.coverage.io.Driver
-
Packages that use Driver Package Description org.geotools.coverage.io org.geotools.coverage.io.impl org.geotools.coverage.io.netcdf -
-
Uses of Driver in org.geotools.coverage.io
Subinterfaces of Driver in org.geotools.coverage.io Modifier and Type Interface Description interfaceFileDriverMethods in org.geotools.coverage.io that return Driver Modifier and Type Method Description DriverCoverageAccess. getDriver()Returns theDriverwhich has been used to connect to this CoverageAccess. -
Uses of Driver in org.geotools.coverage.io.impl
Classes in org.geotools.coverage.io.impl that implement Driver Modifier and Type Class Description classDefaultDriverBase Implementation for theDriverinterface.classDefaultFileDriverBase class extendingDefaultDriverleveraging on URLs.Fields in org.geotools.coverage.io.impl declared as Driver Modifier and Type Field Description protected DriverDefaultCoverageAccess. driverDriver used to create this CoverageAccess.Methods in org.geotools.coverage.io.impl that return Driver Modifier and Type Method Description static DriverCoverageIO. findDriver(URL url)Returns aDriverthat is able to read a certain object.static Driver[]CoverageIO. getAvailableDriversArray()Returns an array with all availableDriverimplementations.DriverDefaultCoverageAccess. getDriver()Methods in org.geotools.coverage.io.impl that return types with arguments of type Driver Modifier and Type Method Description static Set<Driver>CoverageIO. findDrivers(URL url)static Set<Driver>CoverageIO. getAvailableDrivers()Finds all available implementations ofDriverwhich have registered using the services mechanism, and that have the appropriate libraries on the class-path.Constructors in org.geotools.coverage.io.impl with parameters of type Driver Constructor Description DefaultCoverageAccess(Driver driver, EnumSet<CoverageAccess.AccessType> allowedAccessTypes, Map<String,Parameter<?>> accessParams, Map<String,Serializable> connectionParameters)DefaultFileCoverageAccess(Driver driver, EnumSet<CoverageAccess.AccessType> allowedAccessTypes, Map<String,Parameter<?>> accessParams, URL source, Map<String,Serializable> connectionParameters) -
Uses of Driver in org.geotools.coverage.io.netcdf
Classes in org.geotools.coverage.io.netcdf that implement Driver Modifier and Type Class Description classNetCDFDriverNetCDF Driver
-