Package org.geotools.coverage.io
-
Interface Summary Interface Description CoverageAccess Represents a Physical storage of coverage data (that we have a connection to).CoverageSource Allows read-only access to a Coverage.CoverageStore Provided read-write access to a coverage data product.Driver A driver adding the ability to work with a new coverage format or service.FileCoverageAccess FileDriver GridCoverageResponse An interface implementingGridCoverage
with add of temporal extent and vertical extent -
Class Summary Class Description CoverageReadRequest Request information from aCoverageSource
.CoverageRequest CoverageResponse CoverageSource.AdditionalDomain CoverageSource.SpatialDomain CoverageSource.TemporalDomain CoverageSource.VerticalDomain CoverageSourceDescriptor Describes aCoverageSource
in terms of Name,CoverageSource.SpatialDomain
,CoverageSource.VerticalDomain
,CoverageSource.TemporalDomain
,CoverageSource.AdditionalDomain
s,DimensionDescriptor
sCoverageUpdateRequest RasterLayout A class describing the desired layout of anOpImage
.SpatialRequestHelper Helper class which takes coverage's spatial information input (CRS, bbox, resolution,...) and a set of request's parameters (requestedCRS, requestedBBox, requested resolution, ...) and takes care of computing all auxiliary spatial variables for future computations.SpatialRequestHelper.CoverageProperties -
Enum Summary Enum Description CoverageAccess.AccessType Level of access supported.CoverageCapabilities Describes the capabilities of thisCoverageSource
CoverageResponse.Status CoverageSource.DomainType Driver.DriverCapabilities ReadType This enum can be used to distinguish between differet read methods, namely, JAI ImageRead based and Java2D direct read via ImageReader.