Package | Description |
---|---|
org.geotools.coverage.io | |
org.geotools.coverage.io.impl | |
org.geotools.coverage.io.netcdf |
Modifier and Type | Interface and Description |
---|---|
interface |
FileDriver |
Modifier and Type | Method and Description |
---|---|
Driver |
CoverageAccess.getDriver()
Returns the
Driver which has been used to connect to this CoverageAccess. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDriver
Base Implementation for the
Driver interface. |
class |
DefaultFileDriver
Base class extending
DefaultDriver leveraging on URLs. |
Modifier and Type | Field and Description |
---|---|
protected Driver |
DefaultCoverageAccess.driver
Driver used to create this CoverageAccess.
|
Modifier and Type | Method and Description |
---|---|
static Driver |
CoverageIO.findDriver(URL url)
Returns a
Driver that is able to read a certain object. |
static Driver[] |
CoverageIO.getAvailableDriversArray()
Returns an array with all available
Driver implementations. |
Driver |
DefaultCoverageAccess.getDriver() |
Modifier and Type | Method and Description |
---|---|
static Set<Driver> |
CoverageIO.findDrivers(URL url)
|
static Set<Driver> |
CoverageIO.getAvailableDrivers()
Finds all available implementations of
Driver which have registered using the
services mechanism, and that have the appropriate libraries on the class-path. |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
NetCDFDriver
NetCDF Driver
|
Copyright © 1996–2019 Geotools. All rights reserved.