Skip to main content

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#
CAPL

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

Example

In the examples it is assumed in each case that a DO object of the type IScenarioManager was created.

CAPL

C#