Users needing more control over the nature of the conversion can access the {@linkplain MathsTransform} provided by{@linkplain GridGeometry2D#getCRSToGrid2D(PixelOrientation) }which is accessed via {@linkplain #getGridGeometry()}. @param point The point in world coordinate system. @return A new point in the grid coordinate system as a GridCoordinates2D object @throws InvalidGridGeometryException if a two-dimensional inversetransform is not available. @throws TransformException if the transformation failed. @since 2.6
|
|