laptop and a wrench

不具合

KML Layers in ArcGIS Runtime SDK for Android 10.2.9 does not throw FileNotFoundException.

最後に公開された状態: November 27, 2017 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000108624
送信されましたOctober 9, 2017
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン10.2.9
オペレーティング システムAndroid
オペレーティング システムのバージョン7.0x
ステータスNon-Reproducible

参考情報

This is resolved in 100.x versions of ArcGIS Runtime.

対処法

Use the Android core File class to check if the kmlLayer exists or not and then proceed with creating the object of the KmlLayer.File file = new File(filePath);if (file.exists()) {KmlLayer kmlLayer = new KmlLayer(file.getPath());kmlLayer.getRootNodes();Toast.makeText(MainActivity.this, "Layer found", Toast.LENGTH_LONG).show();} else {Toast.makeText(MainActivity.this, "Layer not found", Toast.LENGTH_LONG).show();}

再現の手順

不具合 ID: BUG-000108624

ソフトウェア:

  • ArcGIS Runtime SDK

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

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

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

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

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

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

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