The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
14 views

How to fix buffer selection issue in ESRI ArcGIS Javascript API and LGIM applications

I had strange LGIM application behavior where the map spatial search did not highlighted the parcels within the Geometry Buffer. What could be the possible reasons? LGIM stands for the Local ...
4
votes
0answers
706 views

FeatureLayer SaveEdits failing

I've created a layer which I have bound a DataFeatureForm. Everything is working hunky dory, up to the point where I try to call the layers SaveEdits method in the EditEnded event. When I call this ...
2
votes
0answers
54 views

Recommendations on universal projection API or algorithm for ArcObjects?

As asked on the esri forum here, we are trying to convert a geometry from any spatial reference to any other spatial reference. We have tried the default IGeometry.Project(target_spatial_reference) ...
2
votes
0answers
112 views

Performance issues after upgrading from 9.2 to ArcGIS Mobile release 10

We have recently upgraded an application originally written for ArcGIS mobile release 9.2 to the release 10. Even though we have just made a code conversion (no code refractory was applied), the ...
1
vote
0answers
33 views

Why is there no Map.SnapToLevels property in the ESRI JS API?

The ESRI Silverlight and WPF API's both have a Map.SnapToLevels property that can be set on or off. It "gets or sets whether zooming will snap to scale levels if the map contains cached layers". But ...
-1
votes
0answers
33 views

Get attributes and geometry from a feature and convert it to a graphic in JavaScript

How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic? Any idea?