|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used by all algorithms to abstractly access transformations.
Method Summary | |
PointI |
forwardTransform(PointI point)
Returns a transformed point. |
RangeI |
forwardTransform(RangeI range)
Returns a transformed range. |
CoordinateSystemI |
inputCoordinateSystem()
Returns the coordinate system used by the input. |
PointI |
inverseTransform(PointI point)
Returns an inverse transformed point. |
RangeI |
inverseTransform(RangeI range)
Returns an inverse transformed range. |
CoordinateSystemI |
outputCoordinateSystem()
Returns the coordinate system used by the output. |
Method Detail |
public CoordinateSystemI inputCoordinateSystem()
public CoordinateSystemI outputCoordinateSystem()
public PointI forwardTransform(PointI point) throws GeomException
public PointI inverseTransform(PointI point) throws GeomException
public RangeI forwardTransform(RangeI range) throws GeomException
public RangeI inverseTransform(RangeI range) throws GeomException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |