laptop and a wrench

不具合

Unable to correctly display a TextSymbol for a Point Graphic with a labeling expression as the text string.

最後に公開された状態: July 30, 2015 ArcGIS Runtime SDK for Java
不具合 ID 番号 BUG-000088931
送信されましたJuly 8, 2015
最終更新日June 11, 2020
適用対象ArcGIS Runtime SDK for Java
見つかったバージョン10.2.4
サーバー プラットフォームRed Hat Enterprise Linux
クライアント プラットフォーム6.4 64 Bit
ステータスKnown Limit

参考情報

The label expression functionality was added for 3D scene views and does work for 2D maps. The Quartz release provides a feature label capability.

対処法

Lookup the value of the needed label in the HashMap by supplying the key for the value that needs to be returned. Use the string that is returned to display the TextSymbol. Example; //Create an attribute Map<String, Object> attributes = new HashMap<String, Object>(); //Put the key value into the Map attributes.put("Name", "This is some text"); //get the string value by supplying the key String expression = (String) attributes.get("Name");

再現の手順

不具合 ID: BUG-000088931

ソフトウェア:

  • ArcGIS Runtime SDK for Java

ArcGIS の専門家からヘルプを受ける

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

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

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

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