startLon property

  1. @ImcField('Start Point -- WGS-84 Longitude', 'start_lon', ImcType.typeFp64, units: 'rad')
double startLon

WGS-84 longitude of start point. This will be ignored unless the 'START' flag is set.

Implementation

@ImcField('Start Point -- WGS-84 Longitude', 'start_lon', ImcType.typeFp64,
    units: 'rad')
double get startLon;