Tagged Questions
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 ...
2
votes
1answer
241 views
Check if lat/long point is within shape
I'm a bit new to ESRI and GIS so forgive me if this is a simple question.
Looking at this example ESRI Javascript sample (source code is here) I see you can click on a shape (via a published shape ...
1
vote
1answer
362 views
ArcGIS JavaScript API: Override infowindow 'Zoom To' function or fire a second event
Those of you familiar with the Popup version of InfoWindow in ESRI's JavaScript API know that the Popup has a 'Zoom To' link on it that zooms you 4 levels closer to the linked feature. I'd like to ...
1
vote
1answer
135 views
Why does QueryFeatureIDs return an empty array when querying a Route Event Source?
I'm struggling with using the ESRI SOAP api to perform a spatial filter against a layer with a datatype of 'Route Event Source'
Because the number of features returned by a single spatial query could ...
0
votes
2answers
164 views
Is it possible to try the ESRI EDN without purchasing a license?
Albeit using QGIS for most of my GIS tasks, I still use ArcMAP for final map production. I am curious and would like to test out EDN. According to ESRI the annual subscription is $1,500. I'm not sure ...
2
votes
2answers
2k views
ESRI - add graphics from a different spatialReference
I want to know if I'm approaching this incorrectly. We are attempting to create an esri-based map where we add graphics to a map thru the javascript API. The points that we're adding are lat/lng ...
1
vote
2answers
104 views
How do I use the OverviewClass in ArcObjects?
I want to display an Overview map - I know how to do it using a separate PageLayout or MapControl - but I noticed ESRI has an OverviewClass - how do I make use of this with the AxMapControl?
3
votes
3answers
836 views
esri draw graphic at a fixed screen coordinate
I am using ESRI silverlight. I have graphic objects on the screen and each graphic object has an attached silverlight label. What I want to do is to have each label shown at a fixed screen (pixel) ...