A specific software version of ArcGIS that was released in June 2008.
0
votes
2answers
2k views
How can I add the Spatial Analyst ArcToolBox?
I tried to add the Spatial Analyst ArcToolBox by right click and selecting 'Add Toolbox' but I cannot find in any folder the available toolboxes. They seem that they have disappered. I work with ...
3
votes
3answers
217 views
MODIS image reprojection/ change coordinate system in ArcGIS 9.3
I have downloaded Utah state shapefile in NAD_1983_UTM_Zone_12N projection and also downloaded the MODIS image of the area (MOD09Q1) in .hdf format which has sinusoidal projection.
the .hdf format ...
0
votes
0answers
30 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 ...
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
votes
0answers
39 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
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
1answer
22 views
ArcGIS 9.3 geoprocessing service output consideration
I'm developing geoprocessing service which do few processes with geographic data. I would like to get somehow geometry of those data and use it in my web aplication (JS ArcGIS API). Now I'm wondering ...
3
votes
2answers
227 views
Why does ArcMap connect to a Personal Geodatabase (PGDB) even when no feature classes (or tables?) are referenced in the MXD?
I have an odd question from a user in the same goverment that I work for.
When he opens a .MXD-project in ArcMAP a Personal Geodatabase also opens that is not part of the project and does not have ...
0
votes
1answer
94 views
How to calculate surface area of highland region using DEM with ArcGIS (ArcEditor)?
Am shyaka from Rwanda.
I use GIS tools and have all required data to perform or calculate surface area from the polygons that have been given by GPS (Trimble) with ArcPad 8.
I originate from a high ...
1
vote
0answers
42 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
votes
2answers
54 views
How to use Raster Calculator in ArcGIS 9.3? [closed]
Raster Calculator tool is not available in ArcGIS 9.3 , so how to do in 9.3.??? thanks in advance
9
votes
1answer
479 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 ...
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 ...
0
votes
2answers
50 views
Joining Points and Polygons
I am new at using arcGIS 9.3.1 and am having trouble joining data. I have a shapefile of census tract polygons and a separate file of points that are crimes in Chicago in 2010. The crime points were ...
1
vote
0answers
31 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 ...
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:
...
0
votes
1answer
234 views
ArcCatalog hangs 9.3.1 build 3000 [closed]
I'd like to apologized for earlier I posted and no one was able to read my msn screen shot. I have change to imgur.
My question earlier today was about ArcCatalog hang.
Ever time when I open my ...
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 ...
4
votes
0answers
267 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 ...
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
1answer
130 views
How to merge different classes/clusters in one single raster in arcgis 9.3?
I've created a signature file with 8 clusters and performed an unsupervised classification. Later I have grouped values (spatial) classes together to form 4 classes I needed (in symbology) but that ...
1
vote
1answer
41 views
How to save ArcGIS process output to variable?
I've created script in Python for ArcGIS that simplify Line, and make buffer from processed line.
input = "input.shp"
name = "bord"
buffer = "buffer.shp"
gp.SimplifyLine_management(name, input, ...
2
votes
2answers
666 views
Collapse layers in ArcMap Table of Contents using ArcObjects
Can someone offer up a Christmas present here? I'm stuck on how to collapse all layers in my ArcMap projects (9.3). I've tried a few bits of sample code, but they all seem to fail for some reason or ...
4
votes
1answer
43 views
Why would running LocateFeautresAlongRoutes GP tool return null?
I'm currently using the LocateFeaturesAlongRoutes tool wrapper for C#/.NET for a custom tool I'm developing for ArcMap 9.3.1. I've been able to run this tool in ArcMap outside of code in a tool with ...
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 ...
2
votes
2answers
50 views
Creating Workspace
Can I create a Workspace without using IWorkspaceFactory.Create
I am trying to create a Workspace without specifying it's parent directory, is that possible ?
Thanks in advance.
1
vote
1answer
159 views
spatial join by attribute match from shapefile
i require to spatial join the shapefile having attribute by ie selecting by attribute which remains same for the target and join feature and get the output as per attribute selected
i want to prepare ...
5
votes
6answers
4k views
How to create duplicate features based on related table - many-to-one conversion
I need to create duplicate features (in this case parcels), using a related table to populate ID fields. In essence, I need to use a related table of parcel owners to create duplicate parcels, each ...
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 ...
2
votes
1answer
75 views
Reproject raster catalog - ArcGIS 9.3/FME 2012
I have a couple of raster catalogs in different file geodatabases and I need to re-project them to a new coordinate system. Now there is no option to project a whole raster catalog, nor can I use the ...
1
vote
2answers
61 views
problem about reprojection
I am a new GIS user, I have some problem can not be solved by myself. I get a shape file generated from an Excel file. at first, my projection is WGS_1984_UTM_Zone_48N some data are inside my country ...
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
63 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!!!
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 ...
2
votes
1answer
66 views
Raster export for regressions analysis
I have the following issue:
I am trying to do a regression analysis between the (z) values of two rasters. What I would ideally like to have is the raster output not as grid but rather a list of ...
5
votes
1answer
95 views
how to capture the clicked point before moving a vertex
I need the location of clicked point before moving a vertex.
IVertexMoved event will provide me the coordinates of the point after vertex is moved but I need before moving.
Please help.
Regards,
...
3
votes
1answer
54 views
How to avoid field map change when altering file locations in a model (e.g. using feature class to feature class tool)?
I have a backed up file GDB which I have to use because the current one had some broken models in it. I got this backup delivered on my local D:\ drive and have to copy models from this GDB to a ...
0
votes
1answer
40 views
ArcCatalog 9.3 (ArcInfo) wont open
ArcMap, ArcScene and everything works fine and opens without problem. But, ArcCatalog cannot open. A window pops up and says-
Microsoft Visual C++ Runtime Library.
Runtime Error!
Program: ...
0
votes
1answer
42 views
TIN when generated goes off the limits ARCGIS 9.3
i have to creat TINs for a specific areas so the original points or countours are exactly whithin the geographical limits of the area, but when i generate TIN it goes out of those limits and its ...
1
vote
2answers
132 views
Problem creating TIN from multiple contour shapefiles with ArcGIS 9.3 Spatial Analyst
I have about 20 shapefiles that contain contours lines, and I'm trying to convert them to one TIN using Spatial Analyst in ArcGIS 9.3. I included all of the SHP's as input to generate a TIN, but it ...
1
vote
1answer
91 views
Change coordinate system in multiple MXDs ArcGIS 9.3 using Python
I have to loop through some folders which may contain *.mxd files and change their coordinate system. I already found this piece of Python which should do the trick for ArcGIS 10.x (from here):
...
6
votes
2answers
185 views
Why am I getting duplicate ghost points (features), i.e., one point in the feature class but two points?
When editing some of the attributes in a point feature class in ArcMap 9.3, duplicate labels started showing up. When I click on the point, I discovered that the point has duplicated itself BUT there ...
0
votes
2answers
117 views
Network Analyst not working
I have network analyst installed as an extension in my arcGIS 9.3, but it just does not work!!! when I go to ArcCatalog, the option of new network data set also does not appear... :( I have to do this ...
1
vote
3answers
196 views
How to auto fill or delete sliver polygons without losing precision?
I am developing some boundaries in which precision holds the key value.
Using ArcGIS 9.3 I am converting lines to polygons using the "feature to polygon" tool. The lines are accurate but I find ...
2
votes
1answer
37 views
ArcGIS 9.3.1 User Privileges
I know that you can grant privileges for users using ArcCatalog for the whole Dataset as letting them select, update, delete and insert feature classes. But my question is how could I grant the ...
2
votes
1answer
167 views
Can ArcGIS Desktop 9.3.1 open Geodatabase created using ArcGIS for Server 10.1?
can it possible to use old version of arcgIS desktop, say ver 9.3.1, if we develop a geodatabase using arcGIS 10.1. The above answers were very useful will make me to understand more on arcgis server, ...
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 ...
2
votes
3answers
4k views
Raster to Shapefile (Polygon)
Have you experienced converting a polygon from raster? The raster dataset is a satellite image created from zonal statistics? The problem is when I was converting the raster to polygon errors came out ...
2
votes
1answer
151 views
How to display custom context menu during create feature task?
I have a created a custom context menu using ICommandBar and am displaying it on create feature mouse-down right click. I am constructing a point collection on each mouse down and then creating a ...
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.

