ArcGIS runtime error "Polygon Geometry is null"

1802
1
07-17-2016 10:15 PM
AhsanMukhtar1
New Contributor II

I have created a Feature service using Point, Line, Polygon representation. I have used dataset that is provided by default in ESRI military Feature Template. I am using Advance feature symbology in ArcGIS Runtime, That feature service is working perfectly fine in ArcGIS Runtime in Offline mode. but when i added my custom representation in the area, it generated the error showing that "Geometry is Empty" while creating the feature layer in arcgis runtime. This error is only for polygons, custom added symbology is perfectly working fine in offline mode for point and line.

Environments:

ArcGIS Runtime API for Java 10.2

ArcGIS Server 10.4.1

ArcGIS Desktop 10.4.1

0 Kudos
1 Reply
nita14
by
Occasional Contributor III

Inspect, how the geometry is collected. Does it use DrawingOverlay? Is ouput geometry null? Post your code.

Regards,

Adam

0 Kudos