Tagged Questions
2
votes
0answers
25 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 ...
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).
...
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
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 ...
1
vote
1answer
559 views
merge polygon in ArcGIS
I have 300 polygons in a single Shape file, I want merge some polygons together, when I merge two polygons the attribute does not come total count of two polygons,
What I need is, when I merge two ...
1
vote
1answer
279 views
How to find elevation of multiple points on a map on ArcGIS 9.3?
I am working on the sewerage system of a city. I have the x and y coordinates of the station locations stored in EXEL format.
How can I use this data/file to extract the elevations of the stations ?
...
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 ...
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 ...
1
vote
1answer
197 views
Implementing Custom Selection Tool (Adding to current selection) with ArcObjects
I am trying to implement a custom selection tool in ArcMap 9.3.1 that is functionally similar to the default ArcMap selection tool with "Adding to current selection" enabled. ie. the user can click to ...
1
vote
2answers
198 views
IFeature.Store seems to bypass edit sessions and cannot be rolled back. Why?
I'm working with ArcObjects edit sessions for the first time and am having some trouble with it. The C# code I am about to discuss is part of an ArcMap 9.3 extension DLL.
My problem is that calls to ...
3
votes
1answer
169 views
Programatically take screenshot of map extent in ArcMap 9.3
Is it possible to programatically capture a screenshot of the current map extent (the map area with any active displayed layers) in ArcMap with the ArcObjects .NET SDK?
4
votes
1answer
339 views
Find a suitable font size for the map scale?
Is there a website that suggests suitable font sizes for each scale level in the layout? I am currently using ArcGIS 9.3 but pretty soon will upgrade to 10.
Thanks !
4
votes
1answer
133 views
GIS ANALYST + cadastral support
I have many points that were picked by handheld GPS and I want to fit them to their relevant cadastral plots automatically.
The attribute information (plot number) for these points are exactly ...
2
votes
3answers
387 views
How do I zoom to the overall extent of two (or more) selected features from two layers?
I am creating an application where the user picks a value from a combo box, the application then selects that feature and then selects the corresponding features from a second layer, (both selections ...
2
votes
2answers
2k views
Replacing Raster Values in Ras1 with Ras2
I have two rasters Ras1 and Ras2.
I want to change the Ras1.
In Ras1, there are few areas, lines, points I am interested having nodata cells and wrong data cells.(limited to interested areas only ...
2
votes
2answers
198 views
Creating a snapshot in ArcMap of a layer to be use for legend?
I am trying to create a snapshot using FastStone Capture version 5.3 to be use for the legend because it is diffcult to match their color especially is you are using raster or transparent ?
How do I ...
2
votes
3answers
2k views
Problem with ArcToolbox tools
I work with ArcGIS 9.3. When I try to run any ArcToolbox tool I receive the message:
Window Internet Explorer (Title of the Window)
"One or more ActiveX controls could not be displayed because ...
2
votes
2answers
641 views
Symbology or Styles
Anyone know where to find me some more symbology or styles that I can use for my ArcMap 9.3.1 ?
I have lots of mxd files on my computer and how do I apply all of my symbology or styles turn on ? ...
1
vote
2answers
420 views
How do I make a grid inside a polygon without Error Message?
I have a county polygon and a grid containing 1M cells that I want to overlay inside of the polygon. I have tried using the clip feature to cut the grid in the shape of the polygon. I continually get ...
2
votes
1answer
536 views
How to solve an “Error found when retrieving conflicts.” error in ArcMap?
I uncovered this error when testing ArcMap 10 SP2 for a customer:
This occurs when the conflict is detected--ArcMap is attempting to show the conflicts window but fails.
I get this error on all ...
1
vote
3answers
5k views
How to georeference a scanned map in ArcMap 9.3?
I want to georeference a scanned map of Sudan (Africa) as .jpg file format,coordinate points are marked on scanned map in 4 degree intervals. I am not familiar to georeferencing in ArcMap. So looking ...
4
votes
5answers
800 views
How to use python to turn a .dbf into a shapefile
I have been scouring the internet trying to find a pythonic (sp?!) way to process this data..
Everyday we will recieve a load of data in .dbf format (hopefully) - we then need to save this data as a ...
2
votes
2answers
270 views
How to use any ArcMap tool from a python script?
I'm trying to develop a tool that uses some of arcmap default tools like the Sketch Tool or Trace Tool. Is it possible?
Let me explain a little more, I need to draw a feature, ask for user input, and ...
2
votes
1answer
483 views
Disabling/overriding internal arcmap commands with vba
I am creating a template for ArcGis JTX. This is a mxd file, with a vba onload event handler which removes some functionality from vanilla ArcMap.
I'm stumped on one problem: double clicking on a ...
1
vote
1answer
1k views
Feature Cursor Count on mutiple layers
I would like to get a total count of multiple layer features (defined) within the ArcMap view extent. The code works fine with one layer but when I add a second or third layer with an "OR" operator I ...
4
votes
3answers
2k views
Change the symbol scale in ArcMap legends
As you can see from the image below, my enormous scale for traffic pattern shadows the other objects in the legend. Are there ways to reduce the size of object portrayed in the scale?
4
votes
1answer
273 views
How do I disable the Add Spatial Database Connection function in ArcGis?
Is it possible to remove/disable the Add Spatial Database Connection and Add OLE DB Connection functionality from ArcMap and ArcCatalog? Ideally the end user could hit the Add Data button, and the ...
2
votes
3answers
300 views
How do I open the Identify window in ArcMap?
My identify window no longer appears when I identify a feature in ArcMap.
2
votes
3answers
518 views
Is it possible to Automate label settings with ArcMap 9.3.1
We have several users that are using ArcMap, and have asked me to create a fairly complicated label scheme. I have created several classes, each with different Expressions describing the labels.
I ...
