|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used to abstractly access all geographic projections.
References:
Map Projections : A Reference Manual
Lev M. Bugayevskiy, John P. Snyder / Hardcover / Published 1995
Flattening the Earth : Two Thousand Years of Map Projections
John P. Synder, John P. Snyder / Paperback / Published 1997
Method Summary | |
PointI |
forward(PointI point)
Returns a projected point. |
RangeI |
forward(RangeI range)
Returns a projected range. |
double |
getEasting()
Gets the easting value for the projection. |
double |
getNorthing()
Gets the northing value for the projection. |
PointI |
inverse(PointI point)
Returns an inverse projected point. |
RangeI |
inverse(RangeI range)
Returns an inverse projected range. |
void |
setEasting(double easting)
Sets the easting value for the projection. |
void |
setEllipsoid(EllipsoidI ellipsoid)
|
void |
setNorthing(double northing)
Sets the northing value for the projection. |
Methods inherited from interface drasys.or.geom.TransformI |
forwardTransform,
forwardTransform,
inputCoordinateSystem,
inverseTransform,
inverseTransform,
outputCoordinateSystem |
Method Detail |
public void setEllipsoid(EllipsoidI ellipsoid)
public void setEasting(double easting)
public double getEasting()
public void setNorthing(double northing)
public double getNorthing()
public PointI forward(PointI point) throws GeomException
public PointI inverse(PointI point) throws GeomException
public RangeI forward(RangeI range) throws GeomException
public RangeI inverse(RangeI range) throws GeomException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |