laptop and a wrench

Bug

SDK Runtime wrappers are missing rounding parameters from the Projection Engine.

ArcGIS Maps SDK for Qt
Bug ID Number BUG-000159565
SubmittedJune 30, 2023
Last ModifiedDecember 13, 2024
Applies toArcGIS Maps SDK for Qt
Version found200.1
Operating SystemWindows OS
Operating System Version10.0
StatusIn Product Plan

Workaround

Include a numeric_rounding option as outlined by the C projection engine code provided:

int PEAPI pe_geog_to_mgrs(

            PE_GEOGCS geogcs,

            int n,

            PE_COORD coord[],

            int num_digits,

            PE_BOOL  numeric_rounding,

            char *str[])

or

int PEAPI pe_geog_to_mgrs_extended(

            PE_GEOGCS geogcs,

            int n,

            PE_COORD coord[],

            int num_digits,

            PE_BOOL numeric_rounding,

            int mode,

            char     *str[])

Steps to Reproduce

Bug ID: BUG-000159565

Software:

  • ArcGIS Maps SDK for Qt

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options