A specific software version of ArcGIS that was released in June 2008.
2
votes
0answers
43 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
0answers
51 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 ...
-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 ...
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 ...
-1
votes
2answers
62 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
1
vote
0answers
44 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
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
51 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
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
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, ...
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 ...
0
votes
1answer
95 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 ...
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.
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
65 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
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 ...
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
0answers
35 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 ...
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 ...
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: ...
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
44 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
1answer
96 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):
...
1
vote
2answers
134 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 ...
0
votes
2answers
119 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 ...
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
181 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, ...
1
vote
3answers
204 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 ...
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 ...
5
votes
1answer
195 views
Select By Location in ArcGIS using C#
I am creating a tool which the user will select point or line features from the map and it will display their names in a list then after clicking on any of these features from the list, it will show ...
3
votes
1answer
83 views
Copy Parallel - Problem
Our data is of pipelines and nodes wherein for each feature there is a line and a point node as end points.
So while copying parallel lines, we need to customize the OOTB tool so as to copy specific ...
4
votes
2answers
182 views
How to extract coordinates & elevations of boundary cells of a DEM
I am using a 50mx50m grid irregular shaped DEM file.I have to work on the boundary conditions. How do i extract the cell locations ( in x,y coordinate ) along the boundary edge and consequently find ...
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
3answers
224 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 ...
6
votes
0answers
241 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 ...
3
votes
2answers
126 views
How can I keep the color of the shape file in arc constantly?
I am using arc gis 9.3 when I use a color for the shape file it changes everytime when I close and open the arc map so how I can constantly keep the color of the shape file that I work with
2
votes
2answers
99 views
how to create Basic DEM file with flat geometry in ArcGIS 9.3?
I want to create a basic DEM file in .ascii format which will just be a rectangular grid and with no slope i.e same elevation at every cell. Please provide information on how to achieve this.
I am ...
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 .
2
votes
1answer
86 views
How to move all elements of PageLayout to left (right, right, up, down..) 5 cm (C#) ?
Are there anyone know how to move all element (text, line,) of a PageLayout (in GraphicsContainer) to left (or right, up...) 5 cm using C# ?
Thank you very much !
3
votes
0answers
106 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 ...
4
votes
2answers
128 views
ArcGIS - How to remove additional symbols on single points?
I have problems with a point data layer in ArcGIS (9.3). An additional symbol has appeared on some of the points within the layer which were recently created and checked-in from ArcPad. This ...
2
votes
2answers
335 views
How to determine soil moisture index values from reflectance values in a satellite image?
I'm working on determination of soil moisture by remote sensing. I would like to know how we can determine soil moisture index values from reflectance values in LANDSAT TM images.
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,
...
1
vote
1answer
66 views
How to Pass Multiple Dissolve Fields in VBA Code of ibasicgeoprocessor.dissolve Method
When we use the ibasicgeoprocessor.dissolve method it supports only one dissolve field but if we pass more than one dissolve field then it gives an exception: value does not fall with in the range ...
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 ...
3
votes
2answers
92 views
ArcGIS Calling Wrong fme.exe When Python Script Converted To An ArcGIS Script Tool
I'm using this this bit of code to execute a FME Workbench file through a Python script ...
import os
os.system("fme.exe P:\\Mapping\\Scripts\\FME\\Easements_ROW_Extract_From_CAD.fmw")
However, ...
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 = ...
4
votes
3answers
487 views
Why does arcpy.ImportToolbox() not work in ArcGIS 10 (SP5) when calling custom model for topology?
I have an arcpy/python script using ArcGIS10 and using a custom toolbox and model. The toolbox has an alias of defaultTopo and my model within the toolbox is called AddRuleToTopologyModel. This model ...
3
votes
3answers
395 views
Make selected polygon a different color without covering everything
Working in ArcGIS 9.3
I'm selecting polygons by attributes and trying to have the selection show up as a light yellow. I set the selection color to the light yellow and it's the 'lowest/last' layer ...


