public bool ConvertSourceToTarget(const CoordPoint &sourcePoint,
CoordPoint &targetPoint) const;
public bool ConvertSourceToTarget(constdouble
sourceXYZ[], double targetXYZ[])
const;
Description
place holder
Example
void DataSource_Put(GeoCalc.DataSource & data)
{
if(data.get_IsLoaded() &&
data.get_Editable())
{
GeoCalc.AngularUnit au;
au.get_Identifiers().Add(string("GC"),
string("A_Super_Great_AngularUnit"));
if(! data.PutAngularUnit(au,
TRUE))
{
AfxMessageBox("PutAngularUnit
failed");
}
}
}
Comments
0 comments
Please sign in to leave a comment.