A specific version of the ArcGIS package by ESRI

learn more… | top users | synonyms

5
votes
1answer
93 views

How do I average a set of rasters?

How do I average a set of rasters? I have remotely sensed chlorophyll a rasters for several days and I need to get an average of the days represented as one raster layer. I've got QGIS 18.0 with the ...
3
votes
1answer
72 views

Connect overlapping lines

I am currently trying to build my first multimodal network using ArcGis 9.2. This is a test using simple data of what I will need to do later with more complex data. Here is my data: layer 1: One ...
3
votes
1answer
233 views

ArcObjects 9.2 SDK: How to intersect two SelectionSets (in-memory pointers) and return a FeatureClass?

[Update] Since posting this question, I've come to the conclusion I'm not fighting flaws in the BasicGeoprocessor object, but more likely having issues with poor object lifecycle management on my ...
2
votes
1answer
87 views

Load locations faster in ArcGis network analyst

I am currently using ArcGis Network Analyst to calculate an OD cost matrix. I was wondering whether there is a faster way to load my locations (origins, destinations and barriers) because my current ...
2
votes
0answers
36 views

How to split multiple overlapping points in ArcMap 9.2?

I am using ArcGIS (ArcMap with Info license) 9.2. I have many points that have the same XY coordinates. Is there any method to apply any sort of buffer by which they'll get desegregated at different ...
2
votes
0answers
226 views

How to assign values to a polygon layer based on nearest point in a point layer?

I have a point file depicting groundstations for rainfall measurment. I also have a polygon file representing districts of a state. I want to assign rainfall values in a particular district based on ...
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
1answer
92 views

ArcGIS10 VBA requires library references

I just upgraded from ArcGIS 9.2 to 10.0, and I'm trying to create some tools using VBA. It doesn't recognize any of the ArcObjects Classes, Interfaces, or Constants unless the reference includes its ...
1
vote
1answer
72 views

How to do spatial adjustment of Line features by edge snapping in ArcGIS?

I have two polyline features of same area which are prepared based on two different raster imagery. Hence the two features are not exactly matched and has some shift. How can I adjust them to overlay ...
1
vote
0answers
226 views

Is it possible to create an updateable spatial view?

1- I have encountered a problem relating with sde commands for creating sde_ view and also sde_table . I used appropriate codes but an error massage occured during execution. the related codes: ...
0
votes
0answers
135 views

How to loop through Identify Dialog fields? [closed]

Is there a way to loop through the values displayed by Identify Dialog? I tried the IIdentifyDialog interface but it does not expose any useful method; neither is there any QI which can be of use. ...