A specific software version of ArcGIS that was released in June 2008.
1
vote
1answer
28 views
How to iterate all input folders (containing coverages) using Python with ArcGIS 9.3?
I'm trying to write python scripts to batch convert thousands of coverages to shapefiles in arcgis 9.3. The coverages files are in different folders:
d:/area_A/building
d:/area_B/building
...
0
votes
0answers
71 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
26 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
50 views
Remove unused references in ArcGIS 9.3.1 vba
Can anyone suggest me how will I find and remove unused references used in a project done in ArcGIS 9.3.1 vb6.
Thanks
Khaled
0
votes
1answer
18 views
ArcGIS Server 9.3 - Javascript API - Selecting Feature Problem
I have ArcGIS Server 9.3 , I'm trying to use the JS API , I successfully displayed the map , and also i could locate a feature based on ParcelID value , zoomed into this parcel , the problem is i ...
3
votes
2answers
49 views
Problems displaying joined attribute data through ArcGIS Server
I have an ArcSDE feature class in an ArcMap MXD which I have 'joined' to a view into an external SQL database table, that is connected via an OLE DB connection.
In the MXD the join works perfectly; I ...
1
vote
0answers
32 views
add an INDEX to an IFeatureClass with ARCGIS Java sdk
I want to add an index to a feature class. To do so, I used the very short and complete example given there:
...
1
vote
2answers
57 views
cast from IFeatureClass to ISchemaLock
I'm programming with the ARCGIS Java SDK, in Eclipse.
I need to cast an IFeatureClass to an ISchemalock. This cast is supposed to be allowed. There is an example of this cast in:
...
2
votes
1answer
39 views
How to display point features w.r.t field values of a polygon file in arcobjects?
I have a point & polygon shapefile. Point file has a field namely, Type: atm,hospital,school etc... Polygon file has a field Zone: Zn1, Zn2, Zn3. There will be two combo boxes which will populate ...
2
votes
0answers
65 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 ...
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
230 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
55 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
42 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
228 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
23 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
235 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
98 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
45 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
66 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
482 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
44 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
52 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
33 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
220 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
235 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
269 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
133 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
673 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
36 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
160 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
78 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 ...
1
vote
0answers
36 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
67 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
96 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
55 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
45 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
136 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
97 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
186 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 ...