A specific software version of ArcGIS that was released in June 2008.
-1
votes
0answers
34 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
21 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
48 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
37 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
38 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
47 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 ...
0
votes
0answers
28 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
40 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
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 ...
0
votes
1answer
89 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
49 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
60 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
74 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 ...