Uses of Class
org.geotools.coverage.grid.InvalidGridGeometryException
Packages that use InvalidGridGeometryException
Package
Description
GridCoverage2D implementation.
Coverage processing
implementations.
GRASS input/output drivers
-
Uses of InvalidGridGeometryException in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that throw InvalidGridGeometryExceptionModifier and TypeMethodDescriptionGeneralGridGeometry.getCoordinateReferenceSystem()
Returns the "real world" coordinate reference system.GridGeometry2D.getCoordinateReferenceSystem2D()
Returns the two-dimensional part of this grid geometry CRS.GridGeometry2D.getCRSToGrid2D()
Returns a math transform for the two dimensional part for conversion from world to grid coordinates.GeneralGridGeometry.getEnvelope()
Returns the bounding box of "real world" coordinates for this grid geometry.GridGeometry2D.getEnvelope2D()
Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.GeneralGridGeometry.getGridRange()
Returns the valid coordinate range of a grid coverage.GridGeometry2D.getGridRange2D()
Returns the two-dimensional part of the grid range as a rectangle.GeneralGridGeometry.getGridToCRS()
Returns the transform from grid coordinates to real world earth coordinates.GeneralGridGeometry.getGridToCRS
(PixelInCell anchor) Returns the transform from grid coordinates to real world earth coordinates.GridGeometry2D.getGridToCRS2D()
Returns a math transform for the two dimensional part.final GridEnvelope2D
GridGeometry2D.worldToGrid
(BoundingBox envelope) Transforms a rectangle represented by an Envelope2D object from world to grid coordinates.final GridCoordinates2D
GridGeometry2D.worldToGrid
(Position point) Transforms a point represented by a DirectPosition object from world to grid coordinates.final GridEnvelope2D
GridGeometry2D.worldToGrid
(ReferencedEnvelope envelope) Transforms a rectangle represented by an ReferencedEnvelope (or BoundingBox) from world to grid coordinates. -
Uses of InvalidGridGeometryException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw InvalidGridGeometryExceptionModifier and TypeMethodDescriptionprotected void
OperationJAI.resampleToCommonGeometry
(GridCoverage2D[] sources, CoordinateReferenceSystem crs2D, MathTransform2D gridToCrs2D, Hints hints) Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation. -
Uses of InvalidGridGeometryException in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that throw InvalidGridGeometryExceptionModifier and TypeMethodDescriptionstatic JGrassRegion
JGrassUtilities.getJGrassRegionFromGridCoverage
(GridCoverage2D gridCoverage2D)