Uses of Interface
org.geotools.coverage.io.Driver
Packages that use Driver
Package
Description
-
Uses of Driver in org.geotools.coverage.io
Subinterfaces of Driver in org.geotools.coverage.ioMethods in org.geotools.coverage.io that return Driver -
Uses of Driver in org.geotools.coverage.io.impl
Classes in org.geotools.coverage.io.impl that implement DriverModifier and TypeClassDescriptionclass
Base Implementation for theDriver
interface.class
Base class extendingDefaultDriver
leveraging on URLs.Fields in org.geotools.coverage.io.impl declared as DriverModifier and TypeFieldDescriptionprotected final Driver
DefaultCoverageAccess.driver
Driver used to create this CoverageAccess.Methods in org.geotools.coverage.io.impl that return DriverModifier and TypeMethodDescriptionstatic Driver
CoverageIO.findDriver
(URL url) Returns aDriver
that is able to read a certain object.static Driver[]
CoverageIO.getAvailableDriversArray()
Returns an array with all availableDriver
implementations.DefaultCoverageAccess.getDriver()
Methods in org.geotools.coverage.io.impl that return types with arguments of type DriverModifier and TypeMethodDescriptionCoverageIO.findDrivers
(URL url) CoverageIO.getAvailableDrivers()
Finds all available implementations ofDriver
which 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 DriverModifierConstructorDescriptionDefaultCoverageAccess
(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