Proj_TransformToInertial (ADAS)
CAPL Functions » ADAS » Proj_TransformToInertial (ADAS) Valid for: CANoe DE Note: This CAPL function is also available in C#.Function Syntax
C#Description
This function transforms a geodetic coordinate to an inertial coordinate. Proj_Create has to be called first to initialize the Proj Access with a definition/proj_string.Parameters
-
geoCoordinate : _ADAS.DataModel.GeoPosition
A geodetic coordinate -
inertialCoordinate : _ADAS.DataModel.Position3d
An inertial coordinate (out-Param)
Return Values
- bool
true if transformation is correct, false otherwise