ArcGIS 10.0 is a specific software version of ArcGIS.
0
votes
0answers
14 views
Why can ArcGISDynamicMapServiceLayer read cached data?
I have a cached map service that has a cache different from what its MXD contains. The MXD was used just to create the map service. The cache wasn't generated by me => I don't have the data.
So the ...
1
vote
1answer
36 views
Data Frame Property options have changed
I have Googled and searched ESRI help files and experimented until I am blue, not to mention reloading ArcGIS Desktop10 for Repair and adding the SP5 to it. I no longer have the options of border or ...
2
votes
1answer
19 views
About Spatial Adjusment ArcMap 10.0
I have a converted data (from Microstation) on ArcGIS. It has e gaps in the whole line. So ı want to snap this lines using Spatial Adjusment. I've added some control points but arcmap didn't fix them. ...
0
votes
0answers
24 views
How to Average neighboring county data and store in original?
I have data for several rain stations, i have averaged the data and given each county a value. Some counties have null values and I would like to pull the data from the all the bordering counties and ...
0
votes
1answer
34 views
Merge attribute of points into a polygon : Arcmap 10
I have points layer which the attribute looks like this:
FID Shape ID Lat Long
0 Point 2065 -5.51666 106.48333
1 Point 2319 21.93333 120.73366
I also have polygons layer :
FID Shape ...
0
votes
1answer
24 views
How to import HDF (L1G) files in to Erdas or ArcGIS?
I have downloaded satellite imagery from GLCF website, it has downloaded with .L1G file extension, I am not able to open this file in ArcGIS as well in Erdas, so please let me know how to open this.
2
votes
1answer
35 views
About regression analysis in arcgis
I'm trying to do regression analysis using a shapefile which contains dependent variable (NDVI) and explanatory variable (prec) in Arcgis. First, I run GWR analysis and then run spatial ...
2
votes
0answers
23 views
Trouble storing an IMap with ArcObjects 10 and IPersistStream
I'm storing a reference to an IMap in a custom object (which is stored by a custom extension) so that it can listen to map events. When I save the custom object using IPersistStream and then reload ...
1
vote
2answers
83 views
Esri Technical Certification: Arc Gis Desktop
Esri Technical Certification, Arc Gis Desktop and Developer..
Where I can find books or course materials for esri arc gis desktop and developer certifications?
3
votes
0answers
42 views
Create easy Annotations from point features with python in ArcGIS 10.0
Because in ArcGIS 10.0 there is still no simple toolbox function to convert labels to Annotation, I try to go a substitude way with the callable Toolbox function [TiledLabelsToAnnotation][1] on a ...
0
votes
1answer
25 views
How to set Symbology On Create Feature Window using arcobjects?
programmatically I set the custom symbology for the layers. When i started the edit session programmatically, the create feature window did not show the respective symbology assigned to feature. pl ...
0
votes
1answer
43 views
Elevation Drop Along a Stream [duplicate]
Previous discussion
In reference to a previous discussion, suppose I want to cut the stream every 100 m and find the elevation drop every 100 m. How can I do this?
0
votes
1answer
16 views
NVS Vector Stream Tool installation problem
I can't the NVS Vector Stream Tool working (version for ArcGis 10.0) in ArcGIS 10.0 SP4. I cannot find any associated toolbox. I have tried System Toolbox, My Toolbox, looking in the installation ...
2
votes
1answer
49 views
Arcgis 10.0 desktop: how to clear All transformations from map
I have a custom extension which adds some custom transformations to the map. When turned off, the extension is supposed to remove all the added transformations.
However, when calling ...
4
votes
1answer
40 views
Extract Z information from different vector layers in ArcMap 10.1
I have 2 different vector layers, Layer A detailing the area of different polygons and Layer B having similar size polygons with z values instead. I would need to combine Layer A with Layer B so that ...