public interface ICoordTrans
| Modifier and Type | Method and Description |
|---|---|
Point2D |
convert(Point2D ptOrig,
Point2D ptDest) |
Rectangle2D |
convert(Rectangle2D rect)
Reprojects the input rectangle and returns the minimum rectangle
containing the result of that reprojection (which was not
necessarily a rectangle).
|
ICoordTrans |
getInverted() |
IProjection |
getPDest() |
IProjection |
getPOrig() |
IProjection getPOrig()
IProjection getPDest()
Point2D convert(Point2D ptOrig, Point2D ptDest) throws CoordTransRuntimeException
CoordTransRuntimeExceptionRectangle2D convert(Rectangle2D rect) throws CoordTransRuntimeException
rect - CoordTransRuntimeExceptionICoordTrans getInverted()