Proj_Create (ADAS)
Valid for: CANoe DE NoteThis CAPL function is also available in C#.
Function Syntax
C#Description
This function initializes the Proj Access (interface IProjAccess) with a proj definition. After this, the methods Proj_TransformToGeo or Proj_TransformToInertial can be used to transform coordinates using the Proj Access.Parameters
- definition : string
The Proj String
Return Values
- bool
true if initialization is correct, false otherwise