laptop and a wrench

Bug

The ShapefileFeatureTable class returns long integer values as double when querying shapefiles.

Last Published: March 20, 2019 ArcGIS Runtime SDK
Bug ID Number BUG-000098479
SubmittedAugust 10, 2016
Last ModifiedJune 5, 2025
Applies toArcGIS Runtime SDK
Version found10.2.4
Operating SystemWindows OS
Operating System Version7
Version Fixed100
StatusFixed

Additional Information

The shapefile implementation was reimplemented in the 100.x releases and returns the correct data types.

Workaround

Lower the precision of the long integer field to nine, or convert the value returned to an integer. For example, new Double((double) r.getAttributeValue("IntField")).intValue().

Steps to Reproduce

Bug ID: BUG-000098479

Software:

  • ArcGIS Runtime SDK

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