FromGeodeticBase Method

bool FromGeodeticBase(const GeodeticPoint &inputPoint, CoordPoint &outputPoint) const

 

Description

The FromGeodeticBase method converts a GeodeticPoint given in the base GeodeticCoordSys to a CoordPoint in this CoordSys.  The base GeodeticCoordSys uses the same HorizontalDatum as is used by this CoordSys, except it always uses the Greenwich PrimeMeridian.  The method takes two arguments, the first of which is the point to be converted, and the second of which is the point that will store the result of the method.  The method returns a boolean value indicating the success of the operation.