A specific version of the ArcGIS package by ESRI
2
votes
0answers
281 views
Output raster extents when using the Spatial Analyst Extract By Mask tool to clip a raster
I am using ArcGIS 9.2 and I have a simple python script that does the following :
Loop over a polygon feature class (shown in red in the image
below)
For each record, create a feature layer to ...
0
votes
0answers
150 views
Why do I get an error when using CalculateField in a loop with a Windows form? [closed]
I have developed a command button for ArcGIS 9.2 (Visual Studio 2005) that copies the selected features of a featureclass to a shapefile. It then examines the attribute table of the shapefile (via a ...
0
votes
1answer
59 views
Finding gaps between polygons
I am trying to build procedure for finding gaps and convert the procedure steps in to code, but i am finding some difficulty, i wonder if someone can help me with it.
the steps i planned in seek of ...
1
vote
0answers
234 views
Is it possible to create an updateable spatial view? [closed]
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:
...
3
votes
1answer
76 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 ...
2
votes
0answers
116 views
Performance issues after upgrading from 9.2 to ArcGIS Mobile release 10 [closed]
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 ...
0
votes
0answers
136 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.
...
2
votes
0answers
44 views
How to split multiple overlapping points in ArcMap 9.2? [duplicate]
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 ...
1
vote
1answer
90 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
1answer
101 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 ...
5
votes
1answer
111 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 ...
2
votes
1answer
126 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
249 views
How to assign values to a polygon layer based on nearest point in a point layer? [closed]
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 ...
3
votes
1answer
245 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 ...
