ArcMap is the main component of the ESRI ArcGIS suite of geospatial processing programs.

learn more… | top users | synonyms

1
vote
0answers
50 views

Overlapping polygon outlines dashed at overlapping locations but solid elsewhere

In ArcMap 10.0, if one smaller polygon fits inside of another and shares a portion of the larger polygon's boundary, and they both are set to display thick outlines on the inside, is there a way to ...
4
votes
5answers
99 views

How do I add a field that determines the feature's transparency in ArcMap?

I have a feature layer that has points. I want these points to be transparent depending on a field that I've created. Here are references to being able to actually do this (I do understand that these ...
2
votes
1answer
75 views

how to add the label for located charts in ArcGIS

I am creating a Location Pie chart for my study area using Male and Female population in ArcGIS software, the software creates for legend of charts but I want to create a label on chart itself, how to ...
2
votes
1answer
47 views

How to generate Report with Unicode Character. (Gujarati)

I am using ArcMap 10.1 and want to generate report using Report Designer. In Report header i use Label Control for display unicode character(Gujarati). but when i copied gujarati ...
0
votes
2answers
253 views

Is there any API in C# for Zooming selected feature?

I am new to ArcGIS and want to implement the Zoom to Selected Features functionality available in Selection menu option (Selection-> Zoom to Selected Features), using C# API. Is any API available in ...
1
vote
1answer
155 views

ArcMap10: Changing transparency of a polygon affects symbol in table of contents but not in the map

I am working with polygon shapefiles both that I have created and that colleagues have sent me. When I try to change the transparency of the polygon through Layer Properties > Display >"Transparent: ...
1
vote
0answers
35 views

Problem with deployment of GeoProcessors

I am developing an AddIn which requires lots of Geoprocessing but whenever I deploy any Geoprocessor, the ArcMap crashes and its always with the Geoprocessors only. All other commands are working fine ...
1
vote
0answers
45 views

Interpolate shape (3d analyst) problem

I am making a code on C# to interpolate z values of a line on a DEM. Below is the code that I've written. I have also tried step by step debugging, the program works fine till the Geoprocessor ...
4
votes
2answers
223 views

Error 000735: Input Dataset or Feature Class: Value is required

I am a true novice when it comes to ArcGIS and computer programs like this one. Am taking a class and cannot get the Project function to work under the tool box. The path I used was ArcTool box --> ...
0
votes
1answer
92 views

How to save selected feature(“polygon”) as image from the shape file using C#?

I am new to ArcGIS and trying a do following things.. 1) Select polygon in the loaded shape file.(right click on polygon -> choose option (select features). 2) Click button (build as Add-in) in ...
4
votes
3answers
138 views

Add Doppler RADAR as a Layer in ArcMap

I am hoping for an answer here even though it's a long shot. My goal is to add a raster service into ArcMap that shows the Doppler RADAR information that is shown at the Weather Office website. I am ...
2
votes
0answers
183 views

How can I copy selected polygon features to a polyline feature class with ArcObjects?

I would like to copy selected polygon features to a polyline feature class. (Similar to how polygon features can be copied and pasted inside an edit session in ArcMap) Until recently I've been using ...
2
votes
1answer
83 views

how to create a web app in java(spring framework) with automated service publishing to the ArcGIS server?

I am a newbie and my requirement is to create a web application in java. The app depicts the data like success, failures of my orgainsation's ventures at various Geo locations. The geo data is stored ...
3
votes
1answer
69 views

Spatial Adjustment - ArcMap

I want to select an edge of parcel instead of creating multiple displacement links. The problem is when selecting the parcel, and the edge of the parcel contains vertices, the links that will be ...
-1
votes
1answer
144 views

layer to KML conversion

I am using arcgis 10.1 and my concern is to convert a layer to KML. The size of the layer that I would like to convert is of 7KB. For some reason it is being converted all the time with errors. Any ...
1
vote
0answers
29 views

How do I prevent Arcmap from verifying SQL expressions when using a plugin dataset?

I've written a plugin workspace for ArcGIS. I'm able to compose a where clause containing syntax that my implementation of IPluginDatasetHelper understands, assign it to IQueryFilter.Whereclause, and ...
2
votes
0answers
35 views

ArcObjects custom GP tool: Multiple extensions using IGPFileDomain

I am using IGPFileDomain to make the user select between different file extensions, for example .type1, .type2, .type3. These are added using domain.AddType("type1") etc. The dialog box then lists ...
1
vote
1answer
57 views

Is there a way to perform zonal statistics-like operations with feature zone data without doing feature-to-raster transformation?

I want to use zonal statistics on Chinese counties (which can be very small) from a fairly coarse (0.5 degree) raster grid. The problem with zonal statistics is that it returns a much smaller number ...
5
votes
3answers
70 views

Can I access Trimble logged positions in ArcMap10?

We recently walked a fence perimeter with a Trimble Ranger, auto-logging positions at 5 second intervals in a generic point file. The exported file acknowledges over 800 points, but only displays the ...
5
votes
2answers
206 views

Code to open web browser crashes ArcMap when run from a Python add-in

I created an ArcMap Python add-in using ArcGIS 10.1 to open a webpage after the map is clicked. It opens the page but then ArcGIS crashes. import arcpy import pythonaddins import webbrowser class ...
5
votes
2answers
346 views

Select and copy features in ArcMap using Python add-in tool

I'm trying to add a tool to an add-in toobar to select features from an existing feature class and copy them across to another feature class. I need two tools, one for a point and one for a rectangle. ...
5
votes
0answers
122 views

Slow performance when selecting features

I am trying to use the following code to select the features that have the attribute values that I pass in. The performance is really slow when it comes to a lot of values e.g >16k values to match ...
1
vote
1answer
40 views

how to set workspace of Geoprocessor in .net?

I am migrating some code from VBA to C# for developing an addin. In VBA, the geoprocessor's workspace could easily be accessed by workspace property of Geoprocessor. But how to set the geoprocessor's ...
2
votes
1answer
37 views

How to visualize the water equivalent between two raster layers in arcmap 10.1?

I do have two raster layers (interpolated with Empirical Bayesian Kriging), that show the elevation of a glacier in April, and September. I want to show the change in elevation between the layers in ...
4
votes
1answer
271 views

ArcMap tables - copying multiple horizontal cells between rows

I would like to be able to select a contiguous set of horizontal cells in a row, take a copy, then paste the values into another row at the same position in the same table. I do not want to copy all ...
3
votes
4answers
160 views

Geocodes fails when published to ArcGIS Server

I have a composite address locator that was built using our streets line file and our address points that works great in ArcMap 10.1 sp1. But when published to ArcGIS Server (10.1 sp1) no results are ...
0
votes
0answers
121 views

Geoprocessing tool GUI windows displaying blank

Using 10.1, both SP1 and no service pack, I'm getting blank windows when I open the GUI dialog for any geoprocessing tool from the ArcToolbox. The Environments window is also blank. Tool help windows ...
2
votes
2answers
40 views

How does the geoprocessing results window store the tasks?

Yesterday I was working in a single mxd all day, performing dozens of calculations and other analysis using multiple tools. A lot of it was trial and error, so when I found the correct combination I ...
2
votes
1answer
85 views

Case sensitive query of shapefile in ArcMap 10

I am an IT guy, not a GIS guy. What I know about how to use ArcMap 10 I learned from Google. It has served me well so far. Apparently what I'm wanting to do worked in version 9, but no longer does in ...
2
votes
0answers
71 views

ArcMAP path distance function handling of polygon and raster inputs

I am using a path distance function to calculate distances from a set of source cells on a land use raster. Unfortunately, my land use raster and my other inputs have different cell sizes. The land ...
5
votes
2answers
128 views

Symbolizing xyz data

I have hydrographic data in the form of an xyz file. I would like to display it in ArcMap. I need to symbolize the points based on their depth, shallow points one colour and deep points another. With ...
1
vote
0answers
31 views

How to exclude some layers from ArcReader legend?

I have created an ArcReader map for staff which has a number of imagery layers, such as satellite imagery and a raster topographic map. I also have a legend which automatically updates based on which ...
-1
votes
2answers
62 views

How to add items to the TOC without automatically displaying the items? [closed]

Is it possible to add items to the table of contents (ArcMap) without automatically displaying the items in the main window?
2
votes
1answer
91 views

Getting Error while exporting

I am making an addin to create subsets and export them to a new workspace. I have stepped through my program and getting error at this particular line while running the addin: ...
2
votes
1answer
93 views

Update Layer with python, error attribute renderer

I am attempting to automate symbology using python, and ArcMap 10.0. I am importing this script into a toolbox, which I run from arcmap Currently I am getting two errors: 1) LayerObject: Set ...
7
votes
4answers
98 views

How do you programmatically read the coordinate display format in ArcMap?

I'm looking for a property (or properties) that will give me the display units and the formatting. I assume I need IMap.DistanceUnits but I can't find the formatting. Is this exposed? I am also ...
1
vote
2answers
243 views

Import Civil 3D DEM to ArcMap or QGIS

I have some survey data exported from Civil 3D in both dtm and dem formats. I thought the I would be able to use the dem more easily, but I think the format is different from a USGS DEM. Is it ...
1
vote
2answers
160 views

How to Add Values together using FindLabel (VBscript) function of ArcMap Label Expression?

I'm wanting to add together values from multiple fields in shp file and display the result as a the label here's what I'm looking at right now: if ( [SwineGesBo] + [SwineSowLt] > 0) then output = ...
6
votes
3answers
170 views

How can you find ArcGIS version programatically?

Is there a way using ArcObjects.net to find out what version of ArcGIS is installed on a machine (i.e. 9.3., 10.0, 10.1)?
0
votes
0answers
72 views

MS Access join table values, not recognized by ArcGIS symbology

I joined a MS Access database table to a GIS file. When I try to use symbology (categories) to represent a yes/no value which is in the table file (0/-1) it does not recognize it as a value.
1
vote
1answer
48 views

ArcMap: Help with FindLabel funtion

I'm starting to try and work with the advanced findlabel function in ArcMap label expression editor. I will say I'm a complete novice at this up front. Here is what I have so far: Function ...
4
votes
4answers
143 views

How to assign IDs to villages which may have duplicate names?

I have more than 150 village points, each with a village name attribute village. The same village name may appear on multiple points. I want to assign individual IDs for each village name, say vill_A ...
1
vote
2answers
122 views

Query Layer to access data on Sharepoint

I want to connect to a Sharepoint list from ArcMap. Without knowing very much about these things I thought that it would be possible to read this non-spatial data to create lookup tables in my file ...
2
votes
1answer
40 views

Selecting features with attachments

Is there a way to select features in a layer that have an attachment. I want identify all features on a map that have an attachment accociated with it Thanks
2
votes
1answer
42 views

Table Borders won't print when added to display

I've encountered this problem every so often over the last few years. When adding tables to the display in ArcMap, the following occurs when printing the map: All table borders visible on the ...
0
votes
1answer
96 views

Batch Export feature attribute to ascii

I have around 160 feature classes that I need to convert into ascii files. Spatial statistics tool ---> Utilities ---> Export feature attribute to ascii only allows converting one file at a time. Is ...
0
votes
1answer
128 views

Given a C# ArcMap custom toolbar with engine source files in a folder is there a way to install the toolbar and engine without going through VS?

I was given ArcMap toolbar and tool engine files without instructions on how to install but the code was done by someone else and it should work. How do I install it in ArcMap 10? I attempted to add ...
2
votes
1answer
187 views

How to Convert labels to DWG Cad file?

I have a new task where the client is asking for a .dwg file of layer labels. My first thought would be to create an annotation of the labels and then try and use the Export to CAD tool in ArcMap. ...
4
votes
3answers
173 views

Is it possible to target an ArcMap add-in to an earlier version?

My development environment is Visual studio 2010 with ArcGIS Desktop 10.1 installed. I need my add-in to support 10.0 AND 10.1. Right now, if I try to install it on ArcMap 10.0, it fails. Is it ...
0
votes
0answers
98 views

How to set date as default value in Arcmap?

I need to set default value of the field "ExpireDate" to 31/12/9999. When I'm trying to set it it changes to the number 2958465. What is the problem here?

1 2 3 4 5 20