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

learn more… | top users | synonyms (1)

9
votes
1answer
480 views

How to implement MultiValue Parameter with Multiple Columns?

This might be a simple question, but I haven't been able to find a straightforward answer. I'm working on an ArcGIS (9.3) Python script. One of the inputs is a list of features. For each feature, I ...
3
votes
1answer
38 views

Extracting points bordering shape extent

I'm using ArcGis 9.31. I have a set of points as elevation and in order to get a soft clip area for the TIN, I would like to extract only all the points bording the extent of this shape, or to get a ...
1
vote
1answer
40 views

What are the options for working around the max number of records returned for a query task on ArcGIS Server 9.3.1?

I'm trying to return polygon features that intersect a larger polygon which defines my area of interest. It is working in some cases, but when the area of interest gets large (7000 intersecting ...
6
votes
0answers
239 views

python.exe has stopped working

A python script was written about 18 months ago by a person who has now left. It produced the required outputs then. I've been asked to run it again but with different (finer resolution) data ...
4
votes
0answers
53 views

Importing existing data model into geodatabase

How can I integrate an existing ArcGIS datamodel like Arc Marine into my geodatabase? I dont have schematics in my ArcGIS 9.3.1.
4
votes
0answers
268 views

How to specify attributes for network dataset?

Using ArcGIS 9.3 to try and create some routes with network analyst... currently following this tutorial: Network analyst tutorial for 9.3 I have a street dataset from NYS clearinghouse. I can't seem ...
3
votes
0answers
43 views

Select by location not working properly after using Multipart to Singlepart

I'm having issues using Arcgis 9.3 and the multipart to singlepart feature and then selecting by location. Basically I'm able to run the multipart to single part feature to split up some of my ...
3
votes
0answers
105 views

How to change page size of pagelayout for printing custom size?

I have a A3 printer (size: 297mm x 420mm). But I am wanting to print my pagelayout with paper size is: 265mm x 380mm I tried to change the page size of my pagelayout to 265mm x 380mm by using the ...
3
votes
0answers
79 views

Multiple leader lines on one annotation (non feature-linked)

Working in ArcView 9.3 with non-feature linked geodatabase annotation. I have hundreds of numbers labeling various polygons, but some polygons share a number. Instead of creating multiple ...
3
votes
0answers
143 views

How to draw a rectangle graphic element (given feature and extents in meters) with ArcObjects?

I am trying to render a rectangle graphics box onto the map, given the center location of an polygonal feature and the extent dimensions (length and width) in meters. The feature has the spatial ...
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
0answers
30 views

How to Calculate Utilization Distribution Overlap Index (UDOI) in ArcGIS

I'm interested in calculating the overlap of home ranges (=utilization distributions in my case) of a bird species using sighting coordinates. This article introduced UDOI as the best index for such ...
2
votes
0answers
164 views

Creating a new map frame: Error HRESULT E_FAIL has been returned from a call to a COM component

I am trying to create a new map frame in the PageLayout Control. But I got the error: Error HRESULT E_FAIL has been returned from a call to a COM component at the method AddElement. Please see ...
2
votes
0answers
60 views

How to print two pagelayout on two sides at the same time ?

I am having a PageLayoutControl with name: PageControl1. I used below codes for printing it: public override void OnClick() { try { PrintDialog ...
2
votes
0answers
166 views

Store elements of Imap into BLOB fields using IPersistStream

I have an IMap (include elements: text, line) and I want to store it into a field of a table in SQL, so I can load it again later. I used below codes, but I got an the error : public class Test { ...
2
votes
0answers
45 views

Auto Update of Pmf from a specific mxd

I currently have two file folders with a mxd in each of the folder. These two file structures and mxd name will be kept constant. Once a week or month, I will update these two mxd. Then, I will ...
2
votes
0answers
433 views

How to calculate the area of a polygon considering the relief?

I work in a fire department and i'm mapping all the fires that occur in my area, creating polygons that represent burnt areas. my problem is that the values are not accurate... for instance, arcgis ...
2
votes
0answers
415 views

Calculate cumulative distance between points in a dataset in ArcGIS 9.3 ArcInfo

I am working with several point datasets that I have received, with the points representing xy locations with elevation data for several levees in south Louisiana. I would like to be able to calculate ...
2
votes
0answers
125 views

Question on QA/QC error list

As I am working on reviewing my soils spatial data, and I am doing my QA/QC I placed a point layer to check for errors. I add the field column to mark the error and state the error. I recently ...
2
votes
0answers
116 views

Network Analyst directions window options

I have created a vehicle route problem with multiple route zones with one depot in each zone. Each zone has a pickup route that delivers to the depot in the zone. Some addresses have special ...
2
votes
0answers
589 views

Clipping MrSID files

Does anyone have experience subsetting/clipping a large NAIP imagery file in MrSID format? Some of the NAIP files we have are by county and they have really large file sizes. The files are from the ...
2
votes
0answers
219 views

Deploy ArcGIS Mobile App Without AGMRuntime.CAB

I want to deploy my ArcGIS Mobile app to a Windows Mobile device but I don't want users to deal with installing the AGMRuntime.CAB. I tried just adding the following dlls to my project: ...
1
vote
0answers
43 views

How to get hold of the Activated Event for the ArcMap window?

I am using ArcObjects 9.3 .NET. In my ArcMap dockable window, I have a single element host hosting a WPF user control (That's the only means of using WPF for ArcMap extensions as far as I know). ...
1
vote
0answers
32 views

InsertFeature on a versioned layer [vba]

I am writing an application that takes data from an Excel Spreadsheet and loads it into an ArcSDE feature class. The Feature class is editable within ArcMap, but I am having trouble inserting a ...
1
vote
0answers
34 views

ESRI CreateGeometryFromWkbVariant creates CCW polygon

I am using ESRI GeometryEnvironmentClass that implements IGeometryFactory3 and I use the method CreateGeometryFromWkbVariant. For the same wkb, in ESRI 9.3.1 the returned polygon is oriented ...
1
vote
0answers
34 views

Joining a In_memory table with an SDE table

I have a in memory table that gets created, and want to join it to a table from SDE. I have tried the following code. Private Sub JoinTables(sdetable As ITable, inMemoryTable As ITable, joinField As ...
1
vote
0answers
84 views

WMS feed displays in ArcCatalog 9.3 but not in ArcMap 9.3

I am facing a very very weird behaviour. We used to work with a WMS feed in ArcGIS 9.3 and, since a few weeks, we are no longer able to display it. The providers of the feed informed us that they ...
1
vote
0answers
65 views

Problems with Define Projection Tool in ArcGIS 9.3.1 SP2

I have problems with Define Projection tool. I have Windows 7. and ArcGIS 9.3.1 with SP2. I have to define projection (spatial reference is undefined) for standard Croatian tif+tfw rasters and both ...
1
vote
0answers
82 views

How to set the font size of ITextElement if only know Height of the text?

When I read text elements from a .dgn file. I only can get the "height", "length" attribute of the text (it doesn't have a "size" attribute) (example: total height = 0.9; total length = 8.6). I need ...
1
vote
0answers
161 views

Should Delete Field work in ModelBuilder while there is a Join present that appears unrelated?

I am having an issue with a very simple Model, both in ArcGIS 9.3 and ArcGIS 10.0. The part of the Model that is causing trouble is shown below, along with ModelBuilder's error message (in ArcGIS ...
1
vote
0answers
143 views

Hack to change data source of a layer file in ArcGIS 9.3.1 with python?

I'm looking for a way to change the source of my layer file using python. Actually I want to do this because I need to re-use a XSL template which is defined under the tap HTML popup of the layer ...
1
vote
0answers
101 views

Bug in ArcGIS Spatial Adjustment with Geometric Networks?

I am trying to do spatial adjustment between two datasets as shown in the the figure below. The Pipe line(selected(green color)) is part of a Geometric Network. It has three vertices. When I ...
1
vote
0answers
120 views

Relative paths in ArcScene document are broken if opened programmatically

When I open ArcScene document with relative paths programmatically from ArcMap, all those paths are broken. The location in source tab for broken layers is set to some different path like ...
1
vote
0answers
73 views

Can I export a layer's field value to metadata ?

Is there a way around for me to export a layer that has the field name "Quadname" and export it to metadata to capture all the quads names? I am looking for that to work on my metadata using Arcgis ...
1
vote
0answers
295 views

Network Analysis: Solve Route - No Solution

I'm using ArcGIS 9.3.1 In my network there are isolated network(not connected to main network) and restricted(non-traversable network element position) When I plot 1 point close to a isolated or ...
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: ...
1
vote
0answers
510 views

Conversion to Raster issue in ArcGIS 9.3.1

Trying to convert a polygon to raster in ArcGIS gives me an error... I am wondering if there is another way around to do this? I am using ArcGIS 9.3.1. The error i am getting is number 9999 when I ...
1
vote
0answers
43 views

How do I get non modal .dll things to work in ArcGIS 9 Education edition?

I dont know if I have installed it correctly on my computer. I think I need Non-Modal Forms Support in Visual Basic DLLs? and forcing VBA to load automatically in ArcGIS 9?
1
vote
0answers
263 views

Argument is not a com object : null

With ArcEngine 9.3.1 in java (but I suppose, it's the same in .NET), I'm developping an application which loads a mxd file. This file contains about 20 layers with shapefile, JPG's, TIFF's files. This ...
0
votes
0answers
43 views

Export ArcGIS 9.3 .lyr symbology styles to QGIS

There are numerous posts on GIS.SE on exporting ArcGIS 10.x symbology to SLD then to QGIS; however, I don't think this is possible for ArcGIS 9.3.x. Is it possible to convert *.lyr styles from ArcGIS ...
0
votes
0answers
24 views

multiple data atach with shape file in GIS-regarding

I have different sampling data of one location that is a point so, multiple data how to join with single point. after joining i need quries by select attribute in GIS.
0
votes
0answers
64 views

How can I get shape filename in attribute field using field calculator with VBA?

I want to store ths shapefile name in an attribute field using the field calculator and visual, but can't find the way to do it. Can anyone help me, please? Thanks!!!
0
votes
0answers
19 views

Is it possible to do a conversion and add layers with command prompt in ArcGIS 9.3?

Is it possible to operate ArcGIS 9.3 from command prompt? I want to convert an ascii file to raster format and adding layers to the obtained raster file. How can this be done ? Thanks .
0
votes
0answers
53 views

How to display font with UTF-8 coding charset in MapControl (C#) ?

I can display Unicode font without error. But, I got font error when trying to use UTF-8 font. Are there anyone know how to fix it ? I used below statements to set font for Text: IFontDisp pFont = ...
0
votes
0answers
163 views

Deleting Features In ModelBuilder ArcGIS 9.3

In ModelBuilder, I have a work flow (data is stored in a File Geodatabase) that currently concludes with the use of the Append tool. I am looking to delete a features, as the last function of the ...
0
votes
0answers
190 views

Spatial Join Get ZERO Value in ArcMap

The dataset contains about 70,000 point features. And I want to use spatial join tool in arctool box, to join a polygon feature. But it went that the values in the joined column are all zero, values ...
0
votes
0answers
337 views

Problem with calendar object in VBA (ArcGIS 9.3.1, Windows 7)

I have an application (that wasnt created by me), which was created on Win Xp, the user it was created for now has Windows 7. The userform has a calendar control, but when they try and run the ...
0
votes
0answers
93 views

How to make sure OnSketchFinished always works?

In my VBA application i have a listener setup that listens for OnSketchFinished, when the polygon is created a messagebox appears and then a userform. My problem is that the listener will work 90% of ...
0
votes
0answers
255 views

Issue with Oracle Connection on Windows 7 machine

I have an extension for Arcmap 931 that connects to Oracle 10 client for data access. In windows XP, it works fine. If I install the extension on Windows 7 machine. It give this error. I am not sure ...
-1
votes
0answers
41 views

Need help with VBA code for filling a table

Bonjour a tous; je travail VBA dans arcgis 9.3 j'ai crée un formulaire avec une liste déroulante et une liste texte et autre controls: quand je sélectionne un type de station dans la liste ...

1 2