Tagged Questions
1
vote
1answer
114 views
I'm trying to zoom to a graphic, but nothing happens
I'm trying to zoom to a graphic retuned from the query;
query.OutSpatialReference = MyMap.SpatialReference;
query.ReturnGeometry = true;
After this query I used ...
3
votes
0answers
95 views
Feature layer graphics count zero after Initialization
I faced a problem when I added a feature layer onto the map and wanted to do something with the graphics. In the onInitialized() event I found that the graphics count is zero, why is that and is there ...
1
vote
1answer
321 views
Overlaping graphics not visible in featureLayer
I have constructed featureCollection from Json and feature collection has 44 features. I have given this feature collection as input to the Featurelayer which is showing only 32 graphics objects of ...
14
votes
5answers
4k views
What's the difference between feature class and feature layer?
This may be very trivial question. To me they seems very similar in concept. What's the difference between feature class and feature layer?
1
vote
4answers
3k views
Cutting features in ArcGIS 10
What´s the easiest/smartest way of getting the opposite output of the clipping tool? I just need the area of feature A1 which is not covered by feature A2 in a new Layer/File.
Now, I get the result by ...
5
votes
1answer
510 views
Drag a Feature in ESRI, ArcObjects Engine (AxMapControl)
I'm trying to implement moving a point feature in a custom C# ArcGIS Engine application on an AxMapControl. I've already created a custom tool to do some other things. And I can track when the user is ...
3
votes
1answer
1k views
slow to draw mapservices after access featureLayers within an ESRI Mapservice using Javaascript API
I am working on creating an online map using ESRI mapservices as a basemap and existing mapservices on our arcserver.. The problem I am running into is that the mapservices we have here are really ...
