|
MapGuide API Reference
|
| virtual void MgCoordinateSystemGeodeticTransformDef::SetParameters | ( | MgCoordinateSystemGeodeticTransformDefParams * | parameters | ) | [pure virtual] |
Sets the extended parameters for this transformation.
| parameters | The parameters to set for this transformation. The object passed in, has to be of the same type as it has been returned by GetParameters. Otherwise, an exception will be thrown. This parameter must not be NULL. Creating a transformation that is supposed to do nothing except for allowing to switch from one datum to another (that is considered to be equal), requires to create standalone transformation of type NullX. |