Package | Description |
---|---|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.geotools.coverageio.jp2k |
Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.
|
Modifier and Type | Method and Description |
---|---|
GridEnvelope2D |
GridEnvelope2D.clone()
Returns a clone of this grid envelope.
|
GridEnvelope2D |
ImageGeometry.getGridRange()
Returns the image bounds in pixel coordinates.
|
GridEnvelope2D |
GridGeometry2D.getGridRange2D()
Returns the two-dimensional part of the grid range as a rectangle.
|
GridEnvelope2D |
GridGeometry2D.worldToGrid(Envelope2D envelope)
Transforms a rectangle represented by an Envelope2D object from world to grid coordinates.
|
Modifier and Type | Method and Description |
---|---|
Envelope2D |
GridGeometry2D.gridToWorld(GridEnvelope2D gridEnv)
Transforms a rectangle represented by a GridEnvelope2D object from grid to world coordinates.
|
Modifier and Type | Method and Description |
---|---|
protected GridEnvelope2D |
JP2KReader.getCoverageGridRange() |
Modifier and Type | Method and Description |
---|---|
protected void |
JP2KReader.setCoverageGridRange(GridEnvelope2D coverageGridRange) |
Copyright © 1996–2019 Geotools. All rights reserved.