| Package | Description | 
|---|---|
| org.geotools.coverage.grid | GridCoverage2D implementation. | 
| org.geotools.coverage.io.util | |
| org.geotools.coverage.util | |
| org.geotools.gce.grassraster | GRASS input/output drivers
 In this package the I/O drivers for reading and writing GRASS raster maps are placed. | 
| org.geotools.geometry.jts | |
| org.geotools.referencing.operation.projection | Basic implementations of map projections. | 
| Modifier and Type | Method and Description | 
|---|---|
| Envelope2D | GridCoverage2D. getEnvelope2D()Returns the two-dimensional bounding box for the coverage domain in coordinate reference
 system coordinates. | 
| Envelope2D | GridGeometry2D. getEnvelope2D()Returns the two-dimensional bounding box for the coverage domain in coordinate reference
 system coordinates. | 
| Envelope2D | GridGeometry2D. gridToWorld(GridEnvelope2D gridEnv)Transforms a rectangle represented by a GridEnvelope2D object from grid to world coordinates. | 
| Envelope2D | GridGeometry2D. reduce(Envelope envelope)Reduces the specified envelope to a two-dimensional one. | 
| Modifier and Type | Method and Description | 
|---|---|
| GridEnvelope2D | GridGeometry2D. worldToGrid(Envelope2D envelope)Transforms a rectangle represented by an Envelope2D object from world to grid coordinates. | 
| Constructor and Description | 
|---|
| GridEnvelope2D(Envelope2D envelope,
              PixelInCell anchor)Casts the specified envelope into a grid envelope. | 
| GridEnvelope2D(Envelope2D envelope,
              PixelInCell anchor,
              boolean isHighIncluded)Casts the specified envelope into a grid envelope. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GeneralEnvelope | Utilities. evaluateRequestedParams(GridEnvelope originalGridRange,
                       Envelope2D baseEnvelope2D,
                       CoordinateReferenceSystem spatialReferenceSystem2D,
                       MathTransform originalGridToWorld,
                       GeneralEnvelope requestedEnvelope,
                       Rectangle sourceRegion,
                       Rectangle requestedDim,
                       MathTransform2D readGridToWorld,
                       Envelope2D wgs84BaseEnvelope2D)Evaluates the requested envelope and builds a new adjusted version of it fitting this
 coverage envelope. | 
| static GeneralEnvelope | Utilities. getIntersection(Envelope2D baseEnvelope2D,
               CoordinateReferenceSystem spatialReferenceSystem2D,
               GeneralEnvelope requestedEnvelope2D,
               Rectangle requestedDim,
               MathTransform2D readGridToWorld,
               Envelope2D wgs84BaseEnvelope2D)Returns the intersection between the base envelope and the requested envelope. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Envelope2D | CoverageUtilities. getEnvelope2D(Coverage coverage)Returns a two-dimensional envelope for the given coverage. | 
| Constructor and Description | 
|---|
| JGrassRegion(Envelope2D envelope2D)Creates a new instance of  JGrassRegionfrom anEnvelope2D. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Envelope2D | JTS. getEnvelope2D(Envelope envelope,
             CoordinateReferenceSystem crs)Converts a JTS 2D envelope in an  Envelope2Dfor interoperability with the referencing
 package. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Envelope2D | GeostationarySatellite. circumscribeFullDisk(CoordinateReferenceSystem geosCRS)Circumscribed rectangle (smallest) for full disk earth image | 
| static Envelope2D | GeostationarySatellite. inscribeFullDiskEstimate(CoordinateReferenceSystem geosCRS)Inscribed rectangle for for full disk earth image (not largest inscribing rectangle but
 close, hence "Estimate") | 
Copyright © 1996–2019 Geotools. All rights reserved.