laptop and a wrench

不具合

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

ArcGIS Maps SDK for Qt
不具合 ID 番号 BUG-000159565
送信されましたJune 30, 2023
最終更新日December 13, 2024
適用対象ArcGIS Maps SDK for Qt
見つかったバージョン200.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
ステータスIn Product Plan

対処法

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[])

再現の手順

不具合 ID: BUG-000159565

ソフトウェア:

  • ArcGIS Maps SDK for Qt

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動