public interface ICOperation extends 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).
|
ICrs |
getSource() |
ICrs |
getTarget() |
Point2D |
operate(Point2D pt0) |
getInverted, getPDest, getPOrig
ICrs getSource()
ICrs getTarget()
Point2D operate(Point2D pt0) throws CrsException
CrsException
Point2D convert(Point2D ptOrig, Point2D ptDest)
convert
in interface ICoordTrans
Rectangle2D convert(Rectangle2D rect)
ICoordTrans
convert
in interface ICoordTrans