|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidGridGeometryException | |
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.gc | Grid coverage implementation. |
Uses of InvalidGridGeometryException in org.geotools.coverage.grid |
Methods in org.geotools.coverage.grid that throw InvalidGridGeometryException | |
org.opengis.referencing.crs.CoordinateReferenceSystem |
GridGeometry2D.getCoordinateReferenceSystem2D()
Returns the two-dimensional part of this grid geometry CRS. |
Envelope2D |
GridGeometry2D.getEnvelope2D()
Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates. |
java.awt.Rectangle |
GridGeometry2D.getGridRange2D()
Returns the two-dimensional part of the grid range as a rectangle. |
org.opengis.referencing.operation.MathTransform2D |
GridGeometry2D.getGridToCoordinateSystem2D()
Returns a math transform for the two dimensional part. |
org.opengis.referencing.crs.CoordinateReferenceSystem |
GeneralGridGeometry.getCoordinateReferenceSystem()
Returns the "real world" coordinate reference system. |
org.opengis.spatialschema.geometry.Envelope |
GeneralGridGeometry.getEnvelope()
Returns the bounding box of "real world" coordinates for this grid geometry. |
org.opengis.coverage.grid.GridRange |
GeneralGridGeometry.getGridRange()
Returns the valid coordinate range of a grid coverage. |
org.opengis.referencing.operation.MathTransform |
GeneralGridGeometry.getGridToCoordinateSystem()
Returns the math transform which allows for the transformations from grid coordinates to real world earth coordinates. |
Uses of InvalidGridGeometryException in org.geotools.coverage.processing |
Methods in org.geotools.coverage.processing that throw InvalidGridGeometryException | |
protected void |
OperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources,
org.opengis.referencing.crs.CoordinateReferenceSystem crs2D,
org.opengis.referencing.operation.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.gc |
Subclasses of InvalidGridGeometryException in org.geotools.gc | |
class |
InvalidGridGeometryException
Deprecated. Replaced by InvalidGridGeometryException . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |