laptop and a wrench

不具合

Unable to create features in FeatureLayer when adding an attribute of type date.

最後に公開された状態: May 23, 2019 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000122250
送信されましたMay 8, 2019
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン100.5
オペレーティング システムAndroid
オペレーティング システムのバージョンN/A
ステータスWill Not Be Addressed

参考情報

The DATE field is of Type Java Calendar so when editing or creating new features, the Calendar object must be used for the date field: https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/data/Field.Type.html#DATE Example: DateFormat sdf= new SimpleDateFormat("MM/dd/yyyy hh:mm:ss a"); String dateInString="05/05/2019 10:20:56 AM"; Date date= (Date) sdf.parse(dateInString); Calendar calendar = Calendar.getInstance(); calendar.setTime(date); attributes.put("DATE",calendar);

再現の手順

不具合 ID: BUG-000122250

ソフトウェア:

  • ArcGIS Runtime SDK

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

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

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

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

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

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

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