WRAPPER_API bool ConvertTargetToSource(const CoordPoint &targetPoint, CoordPoint &sourcePoint) const;
WRAPPER_API bool ConvertTargetToSource(constdouble sourceXYZ[], double targetXYZ[]) const;
Converts the passed point from the target coordinate system to the source coordinate system.
void DataSource_Put(GEOCALCPBW_NAMESPACE::DataSource & data)
{
if(data.get_IsLoaded() && data.get_Editable())
{
GEOCALCPBW_NAMESPACE::AngularUnit au;
au.get_Identifiers().Add(_towchar("GC"), _towchar("A_Super_Great_AngularUnit"));
if(! data.PutAngularUnit(au, TRUE))
{
AfxMessageBox("PutAngularUnit failed");
}
}
}