A specific software version of ArcGIS that was released in June 2008.

learn more… | top users | synonyms (1)

23
votes
4answers
2k views

Performance of ArcGISScripting and large spatial data sets

I am currently writing a python script using the arcgisscripting module to process a reasonably large data set (~10,000 records in total) normalised over a small number of tables, 8 in total. The ...
5
votes
2answers
4k views

ArcGIS: In the Legend, show legend items that are only displayed on the map

Using ArcGIS, is there a way for the legend, to only show the subitems that are displayed on the map?
2
votes
3answers
2k views

Problem with ArcToolbox tools

I work with ArcGIS 9.3. When I try to run any ArcToolbox tool I receive the message: Window Internet Explorer (Title of the Window) "One or more ActiveX controls could not be displayed because ...
3
votes
2answers
3k views

Can I use python 2.6 with ArcGIS 9.3?

Is it possible to use Python 2.6 (or 2.7?) with ArcGIS 9.3? The official stance is no, not supported. There are a number of reports in the wild though that it can be done. How is this accomplished? ...
6
votes
6answers
4k views

How do I cluster XY point data? (ArcGIS 9.3)

I have a whole bunch of icons displaying on a map, I want these clustered together as was suggested to me for a different question here... ArcGIS 9.3. How do I increase Picture Marker Symbol ...
6
votes
4answers
1k views

How to interpolate points along a line in Python for ArcGIS 9.3?

I am building a Python geoprocessing script for ArcGIS 9.3. In the script, I have a simple LINE feature class with one row, one line. How can I use a linear referencing system to interpolate a point ...
3
votes
3answers
531 views

How do I convert existing fields to lat and long using the Calculate Field tool?

I am trying to convert my X and Y fields from feet to lat and long. I can easily do this in Calculate Geometry from the attribute table, but I'm needing to use this in a model and Calculate Geometry ...
2
votes
4answers
445 views

How to distinguish between File and Personal Geodb workspace?

I am looking for a way - given an IWorkspace object - to check if it was created from a Personal-GDB or a File-GDB. I tried using IWorkspace.WorkspaceFactory to check if it's an instance of e.g. ...
2
votes
1answer
2k views

How to update feature class by iterating through values with branching?

I'm really struggling with getting this to work. Basically, I want my script to get the "newID" value and use that as a look up value. If the "newID" is found in the OldID list then do one thing, ...
0
votes
0answers
1k views

Problem with control ACTIVEX and Arctoolbox (9.3.1) on windows 7 64 bit [duplicate]

Possible Duplicate: Problem with ArcToolbox tools "one or more activex controls could not be displayed when ever you try to open any tools from Arctoolbox it display this errors. then go ...
4
votes
1answer
1k views

Create a definition query for groups of layers: Is it possible?

I have a large number of groups created, with each group having many layers. I have looked for a way to set a definition query for all the layers in each group but haven't found anything. Is it even ...
9
votes
7answers
736 views

Are there any “highly customizeable” GIS platforms out there or am I doomed to manual labor?

I'm new to this site which I find useful and refreshing until now. And to my question ( WARNING: it's a bit long, so you can skip right to the question two paragraphs down). I was educated in GIS ...
5
votes
9answers
6k views

ArcGIS: Create a line layer from a point layer and csv data file

UPDATED DECEMBER 20 I have a Regular point layer and a csv file that has the same ids as the point layer. The csv file is organized as ID From To Weight -- ---- -- ------ 01 ...
4
votes
3answers
1k views

How to clip raster image by the extent of each row in a shapefile with ArcGIS 9.3

I'm using Python to clip a raster image by each row in a shapefile with ArcGIS 9.3. I am hoping to end up with one raster image for each polygon row, clipped to the extent of the polygon row. ...
4
votes
2answers
4k views

How to write a script that will automatically draw lines from one point to multiple destination points? (ArcMap 9.3)

I need to create lines from an airport to numerous destination locations. The destinations change often, so drawing them manually becomes tedious. I want to create a script that will draw them ...
3
votes
1answer
348 views

In ArcGIS 9.3, how do I split a 3-band raster (.tiff) file and summarize the band values?

Using ArcGIS 9.3, I would like to make a new, single-band raster file that includes only one value: a summary of the three existing bands. The composite band is currently a composite .tiff file. ...
3
votes
2answers
3k views

Can you use OpenStreetMap tiles in ArcGIS 9.3.1?

I was hoping to use ESRI's ArcGIS Editor for OpenStreetMap to view OpenStreetMap data in ArcMap, but my organization hasn't upgraded to version 10 yet. I also know about ArcBruTile, but I prefer not ...
2
votes
2answers
760 views

Display labels for all point features in ArcGIS

I might be missing something silly, but is there a way to guarantee that each point label in my point layer gets displayed?
5
votes
1answer
5k views

creating a dem from contours

I have a large set of contours that I received broken down into several different subsets. I have merged most of the subsets together creating a larger set of contours in three different files. I have ...
4
votes
2answers
280 views

What generation of the MrSID format is supported by ArcGIS 9.3?

This is probably old news to some, but I just learned that MrSID (.sid) files have different 'generations' of file formats - so there are MrSID Generation 2, Generation 3, and Generation 4 files. ...
4
votes
2answers
485 views

How can we use SQL to update feature class attributes in a versioned geodatabase in ArcGIS Workgroup

ArcGIS Workgroup Edition 9.3.1, MS SQL 2005 Express I have some attribute data that I want to periodically update with information from another RDBMS using SQL UPDATE commands. The data is ...
3
votes
2answers
422 views

Creating Regular points every meter at a county level. Is this possible?

I have a need to create regular points with a coordinate every meter in a county. I've tried several methods including Hawthes Tools in ArcMap9.3, ET GeoWizards, and the standard Toolbox. I have ...
3
votes
2answers
1k views

How to create a feature class in a file geodatabase in ArcGIS 9.3 with Python?

I'm not entirely sure if I am using the correct terminology, so I apologize in advance. What I am looking to do is create a file geodatabase and add a feature class directly into that file ...
3
votes
0answers
222 views

Bad data beaking IRelationshipclass.GetObjectsRelatedToObjectSet

I have two workspaces - one a File GDB, the other SDE (SQL Server). Both workspaces contain the same data with the same relationship classes. When identifying features in ArcCatalog, the results ...
2
votes
2answers
862 views

ArcGIS and Python Issues with Different Versions

As we know, there are few versions of Arcgis (9.x,10) and Python(2.x,3.x) are in use. Issues are facing when we run scripts/toolbox of arcgis since the script written in one version of python and the ...
2
votes
3answers
2k views

How to create a series of points along a polyline

I have a series of polylines, these represent various linear landscape features (Roads, hedges,rivers). I need to convert these to a series of points equally spaced (so hedges a point every 2m, a ...
2
votes
2answers
1k views

ArcGIS 9.3. How do I increase Picture Marker Symbol performance?

I have a layer with 400 point features that display a picture marker symbol on the map. We expect this number to increase a great deal. Unfortunately it's already noticeably slow. This is being ...
2
votes
3answers
302 views

How do I open the Identify window in ArcMap?

My identify window no longer appears when I identify a feature in ArcMap.
1
vote
1answer
173 views

Setting Script Tool Parameters Using Python and ArcGIS 9.3.1

Can't quite figure this out and i'm sure it's a simple fix. I have a script that utilizes the AGSSOM tool. It first stops all published services, allows for databases to be tidied up by ...
1
vote
3answers
536 views

ArcGIS problem accessing fields attribute table

I encounter a strange problem. I have a simple shape file to which I added some fields and then populated them. Now I wanna access those fields from a script to run some buffer operations. I wanna ...
1
vote
2answers
637 views

I want create a crystal report in gis with writing code

I am working in ArcGIS 9.3.1 and I try to write code for creating a crystal report and work with it in VBA, but I recieved an error when the program arrived at this line of code: Dim pProj As ...