Tagged Questions
The arcmap tag has no wiki summary.
2
votes
1answer
63 views
Are the loops in python similar to matlab?
I'm new in using Python - Arcmap.
I have on my map a list of layers with the nearly same name (bound3 to bound50)
I want to calculate the MinimumBoundingGeometry_management. I found out how to do ...
2
votes
2answers
139 views
Is it possible to animate markers in ArcMap?
I'm completely new to ArcGIS and ArcMap, but someone suggested this program to me for a project I'm working on.
I would like to animate individual entities on a map, and was wondering if it is ...
2
votes
7answers
2k views
Developing ArcMap extension .Net books? [closed]
We have 2 new GIS programmer/analyst in our department (new to programming and ArcObjects) and I don't feel I'm qualified enough or have the time to teach them. So I'm looking for entry level ...
1
vote
1answer
33 views
Help wth number to roman numeral Python script
I am trying to convert numbers (up to 30) to roman numerals. Using a script for another field calculator function as a template, I created this script that doesn't want to work. Any help would be ...
1
vote
1answer
44 views
Python UUID badly formed hexadecimal string
Trying to generate a UUID based on an 6.6 XY coordinate pair and the date. However I am giving the function a 'badly formed hexadecimal UUID string'. Python noob plz help.
def LeID(Xv,Yv,Dv):
...
1
vote
1answer
169 views
EOL stops python on Calculate Field
Would anyone be able to help me modify these scripts to ignore the error and continue running ? I just need to figure out how to make the script skip over these errors and finish the rest of the ...
1
vote
4answers
331 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 ...
1
vote
1answer
409 views
Python - removing double quotation marks " so that script runs
I am using Python scripts to edit the table of many shape files. The following script runs fine, but if there are any " marks in the SIT_FULL_S field, the script errors and shuts down.
...
1
vote
2answers
280 views
Raster to polygon script loop failing!! error 99999!
I am trying to make a script which selects every .png file in a folder beginning with the letters "LG". I then want the scipt create a shapefile, replacing the "LG" with "SH", and then i want the ...
1
vote
2answers
780 views
How to Convert ILayer to IPolygon In ArcObjects
Having trouble converting an Ilayer to an IPolygon.
I am developing a toolbar for ArcMap and I grab a layer via code from the side table of contents. The Layer is a Polygon, but the code won't ...
1
vote
1answer
349 views
Network analysis and adjacency matrices
I want to try and create a network for several hundred shapefiles that consist of polylines. The polylines are snapped to each other and consistent. Then I want to create an adjacency matrix for this ...
0
votes
1answer
51 views
Bug output feature class
I just encounter a little bug, maybe someone can help me.
I'm creating Thiessen Polygons.
I define my shapefile in Input Features, and in Output Feature Class, then I have to possibilities either ...
0
votes
1answer
25 views
Output Extent (Environment Setting)
I would like to know how to set up the Output extent on ArcMAP using Python.
I have a loop to Create Thiessen Polygons, but I didn't mange to change my output extent the size I want.
...
0
votes
0answers
16 views
toolbar in ArcMap
There are four buttons, three open applications (notepad, media, and Opera), 4 is the form in which you can set each button to the way. "Exe" and it will open it. I need to in the path to the icons on ...
0
votes
0answers
10 views
ArcMap DockableWindow docked or floating changed event
I created an ArcMap DockableWindow extension in C# using the 10.0 .NET SDK. How can I tell that my dockable window has changed from floating to docked and vice versa?
I found this link (below) which ...
0
votes
2answers
54 views
How can I select layer by location AND attributes in ArcMap?
I have a dataset (i.e. a shapefile) containing spatial location data (coordinates) and elevation data as well as other attribute fields.
I want to select points which have at least 200m vertical ...
0
votes
0answers
30 views
Arcmap layers in a single map service (Silverlight consumption as a REST service)
I am new to map services and just learnt how to create a simple service in arcmap (as mxd), define some symbol to display a point and then publish to a map server.
Now, what we really need is to ...
0
votes
1answer
304 views
ArcMap Data Driven Pages Dynamic Feature Labels
I am trying to work out a way to change between two sets of labels on a map. I have a map with zip codes that are labeled and I want to be able to output two maps: one with the zip code label (ZIP) ...
0
votes
0answers
162 views
Color contour lines in ArcMap
I have contour lines with height values from 0 to 1030 (sorted by height 110, 115, 120, 125). Values with in-between number (like 5, 15, 115, 135...) should be grouped and colored with same color, and ...
0
votes
1answer
396 views
How to create an ArcMap Layer from a ArcGIS Map Service
I would like to add an ILayer created from an ArcGIS Server Map service to an IMap with ArcObjects, but don't see how to do it.
I am getting an IMapServer3 with the following code, where mapName = ...
0
votes
1answer
248 views
error 00865! ArcMap geoprocessing. Raster to Polygon
I am trying to write a python script to process image files into shapefiles and then to buffer these files with a 5 meter buffer. I first made the script in model builder in arcmap but I am trying to ...
0
votes
3answers
86 views
comparing two DEMs
i have two Lidar las files, one is original let's say with X points. And the other is copy of the first las file but with Y points, where Y is less than X. Now, i wanted to compare how the Digital ...
0
votes
5answers
279 views
How to remove tags from a string in python using regular expressions? (NOT in HTML)
I need to remove tags from a string in python.
<FNT name="Century Schoolbook" size="22">Title</FNT>
What is the most efficient way to remove the entire tag on both ends, leaving only ...
0
votes
2answers
339 views
How do I get the DropDown selection from a Command Button in ArcObjects?
I have a dropdown and a Icommand button in the same toolbar in ArcMap. I can't seem to get access to the dropdowns selection when I am using the command button.
How can I find the dropdown so I ...
0
votes
1answer
307 views
How to Capture an OnMouseDown Event in a ArcMap Control?
I have a Control in ArcMap in which I created with buttons, A Listbox and some more buttons. I want to add coordinate items to the list box.
Scenario:
A user clicks a Add a Coordinate button on ...
0
votes
1answer
374 views
How to (programmatically) figure out the path of the current ArcMap document with VBA
I would like a Visual Basic for Application Function which shows the path of the current document.
For example if ArcMap is displaying map.mxd I need to display its path.
I found only some examples ...
0
votes
1answer
56 views
Moving entities in ArcMap
For a project, I want to simulate movement of individual entities on a map. Someone recommended ArcGIS for this purpose, so I looked around a bit and found ArcMap. For anyone who is experienced with ...
0
votes
4answers
769 views
How do you get a unique id for a layer or generate one in Arcmap?
Is there a way in arcobjects to get a unique id for a layer? If you do a search by layer name there could be possible duplicates.
If there isn't a property is there a way to generate an id?
I tried ...
0
votes
1answer
265 views
Opening ArcFM Attribute Editor from ArcObjects
I am trying to get the ArcFM Attribute Editor to open, after selecting a certain feature programatically.
I figured the simplest way would be to grab a hold on a reference to its button, and call its ...
0
votes
1answer
661 views
ArcGIS : Labels only rendered at 10,000,000 scale
I'm using ArcGIS Server 9.3 with an Oracle 10.2g database. I've created an MXD which contains my feature class and I've configured it to show one of the attributes as a label - both the feature class ...
0
votes
2answers
1k views
Is there a way to get graphic text to scale in ArcMap?
I'm using this code to create text in ArcMap. But I can't seem to get it to scale like annotation text when you zoom in.
Does anyone know how to do this?
//'First setup a color. We'll use RGB red ...