ArcMap is the main application of ArcGIS for Desktop and the tag for that (arcgis-desktop) should normally be used in preference

learn more… | top users | synonyms

-3
votes
2answers
36 views

ArcMap creates unnecessary file types when saving shape file (.cpg .prj, lock, etc.)

When saving shape files, geocoding results or even exporting data in ArcMap, many different files are created. Most of the time when I save a shape file, I want only the shape file and not a .cpg, ...
2
votes
1answer
44 views

Copy and Paste Map Annotation between Data Frames in ArcMap?

I frequently make ArcMap documents with two data frames, representing a Before and After condition of a site. Each of the two data frames shows the property owner names, parcel numbers and road ...
0
votes
1answer
34 views

Get country statistics using Iterate Feature Selection in ModelBuilder

I'm using night light data from the NOAA and I want to generate statistics on luminosity for each country, ie what is the mean pixel value for a country. I have been following this guide: ...
2
votes
1answer
38 views

How to represent different colors based on a field with representation rule (ArcMap)?

I've got a single polygon feature class with hierarchy overlapping polygons (one-to-many - "tree"). The hierarchy is varying between 1-4 levels but can edited to be even more leveled in the future. ...
0
votes
1answer
13 views

How to adjust the tolerance when showing vertices with the V key (ArcGIS)

When in the editing mode in ArcMap, it is possible to approach the mouse cursor close enough to a feature and press the V key. This will show the vertices of the feature. However, you should move ...
1
vote
1answer
14 views

Saving each file in for loop gives ERROR 000872?

I am beginner to Python programming. I know, I am asking a really silly question. I am trying to extract DEM for each watershed from a bigger DEM. Therefore, I am using extract by mask. The bigger DEM ...
1
vote
1answer
30 views

Points on polygon perimeter ArcGIS

I actually did this a few weeks ago but I can't remember how. I want to create points on the perimeter of a set of polygons at a specific distance interval. I am using ArcMap. I could do Polygon ...
1
vote
2answers
86 views

How to identify, spatial references of two layers are same?

I have two layers. Polygon layer Polyline layer Now I want to check if spatial references of these two layers are same. How can I achieve this ?? In spatial reference there are many property ...
-1
votes
0answers
10 views

Import and save 'dwg' file from flex to Access database [duplicate]

I have 'dwg' file and I want to save them into my database from a webmapping interface using flash builder flex.! How to that please ! image http://img11.hostingpics.net/pics/908240Capture.png
1
vote
1answer
37 views

3D Symbology for a Model Farm in ArcScene

I am working on visualization of a model farm I have developed consisting of various types of grazing land, cropping areas and other. As I have constructed it myself, I don't have an image with it for ...
3
votes
0answers
22 views

Arcmap Combine tool output missing one field [on hold]

I have sets of two rasters in Arcmap with identical extents and resolutions, but different values. I previously have used Combine in the Local toolset of Spatial Analyst to create a new raster with ...
0
votes
1answer
21 views

How to create/select a unique Identifier OID in case I have a spatial view and none of the fields or their combination can be unique

How to create/select a unique Identifier OID in case I have a table view in oracle and none of the fields or their combination can be unique. The process of selecting OID is described here and here.
0
votes
0answers
26 views

How to rank states or areas based on suitability map results? [on hold]

I am looking into Renewable energy suitability of a region in my country. After obtaining the suitability map for the region, I clipped it to have four suitability maps representing four states (say ...
0
votes
1answer
33 views

How to add item to an existing selection layer

I have a selection layer of about 150 properties in ArcGIS ArcMap, and I want to add one more building to it (see image, area outlined in red circle). The problem is that I missed this building in ...
2
votes
1answer
51 views

Why are there strange horizontal lines in raster data?

I have a feature class (stored in a file geodatabase) containing information on land use for the Amazon rainforest. It is very detailed and looks like this I need to convert this shapefile to a ...
1
vote
1answer
19 views

Saving Reclassed Intervals

Is there a way to save reclassed intervals done on-the-fly as a layer without use of the reclass tool? I lost the reclass intervals I've created on-the-fly.
2
votes
1answer
28 views

Are calculations in ArcMap performed using map units or display units?

When using ArcMap (10.1), say I perform an operation like a Polygon Volume calculation. Are the results in map units or display units (i.e., according to the Data Frame Properties > General tab)? ...
0
votes
1answer
16 views

Stretching the polygon layer into another polygon layer [duplicate]

Is there a possibility to stretch the blue layer into the white one? I would like to fit the districts (the blue layer) into the city (the white layer), but I don't have any idea how to do it with ...
0
votes
1answer
60 views

How to calculate frontages of city parcel data in ArcMap 10.0?

I need to calculate the length of polygon frontages (along streets) from our city's parcel (i.e. lot) data in order to do an analysis on lot frontages in various zoning districts. How can I do this?
0
votes
0answers
14 views

Precise aligning of two web layer

In Arcmap I add basemap from arcgis server (arcgisonline.com). On top of it I add another layer from a regional arcgis server which is in Bessel 1841 coordinate system. In this case Arcmap shows ...
1
vote
0answers
17 views

cutting contour lines over raster (building) areas

I am looking to cut the contours in ArcMap and /or AutoCAD so they don't pass through buildings or roads. Is there a process or code to do this, so it doesn't have to be done manually? Also, looking ...
0
votes
0answers
13 views

Using dynamic text to display mosaic name

I'm trying to use dynamic text to show the name/credits for a raster mosaic I've made, and can't seem to figure out how to do so. I've tried editing the code for the Service Layer Credits dynamic ...
0
votes
0answers
21 views

UTM ED 50 transformation to WGS84

I have a set of navigation shot points (pre 1975) with coordinates that are based on a UTM ED50 zone 33 projection and I need to transform these to WGS84. My procedure has been to load the excel fine ...
2
votes
1answer
42 views

Uploading fields from Excel into ArcMap Attribute table?

I have digitized a polygon using ArcMap 10.1. I want to upload fields from an excel table into the attribute table of the polygon layer. How do I do this ?
1
vote
1answer
44 views

In ArcPy, How to call specific columns of attribute table?

I'm trying to figure out how to spline specific columns of a shapefile attribute table, but my question is intermediate to this-- how do I select a range of columns, e.g. the 20th column to the ...
0
votes
2answers
36 views

Specifying alternate symbology for print vs screen

Is there a way to specify an alternate symbology for print output in ArcMap (as opposed to what is currently on-screen? I am thinking along the lines of the functionality offered by CSS. For ...
0
votes
0answers
16 views

Adding task for selecting polygon or rectangle using ModelBuilder?

I was trying to create a model which could include selecting a polygon or rectangle and clipping it and then create buffer. I could do the later steps but adding a task for selecting a polygon or ...
0
votes
1answer
23 views

Exporting list of tables contained in *.mdb with ArcPy gives Indentation Error?

I'd like to export to excel each of the tables in a .mdb database as separate .xml files. The code works until the last line which gives an unexpected indentation error, and I'm also struggling with ...
1
vote
1answer
23 views

Euclidean distance outside a Polygon (ArcMap)

I got some university coursework to analyse the best potential areas for a residential development project and I'm currently doing multi-criteria evaluation. One of the shapefiles in the dataset given ...
0
votes
1answer
47 views

Showing multiple attributes in legend of ArcMap?

I have two questions regarding creating the legend in ArcMap 10.2.2: In the attribute table of my shapefile I change the number of decimals from 6 to 2; I can see the changes in the attribute table ...
-2
votes
1answer
49 views

Adding VBA code to ArcMap

I have a VBA code and I need to add it to ARCMap 10.2.2 but not sure how to do it I couldn't find anything online.
1
vote
1answer
36 views

Is there an equivalent of “Not <Null>” in symbology categories with unique values, many fields

I would like to symbolise based on 2 date fields (d1,d2) in a layer. I would like to be able to have 3 different symbols: d2 is NOT null d1 is null AND d2 is null dl is NOT null AND d2 is null Is ...
0
votes
0answers
25 views

Clipping vector data (Point) with one class in symbolised raster

I have some .asc raster data I symbolised with ranges in two classes. Say 2.145 to 10.000 and 10.001 to 30.1254. Now I want to clip vector data with the area covered by 2.145 to 10.000. How can I ...
1
vote
1answer
30 views

Using a feature iterator Value variable in a SQL expression of select by attribute

I am using Iterate feature selection to select dealers one by one as input features to the Near tool. I'm using Select by Attributes to select sales points from that same dealer. How do I sync the ...
0
votes
0answers
23 views

Easy way to digitize DSM for feature extraction

I have a Digital Surface Model (DSM) that I would like to digitized to extract features (buildings, etc.) using ArcMap 10.1. I would like to know if there is an easy way to digitize the DSM or to ...
2
votes
2answers
43 views

Extract from raster by tightest rectangle mask without Nodata

I'm using ArcMap 10.2.2 and I have a raster that has Nodata around the edges. How can I extract the tightest rectangle from this raster that does not include Nodata? The screenshot may help ...
0
votes
0answers
8 views

Using ArcGIS SDK for Java to get Driving Directions

I'm very new to GIS and I may not know what I'm talking about at some points throughout this question so please bear with me. Currently I'm trying to make a Java application (using the ArcGIS SDK for ...
1
vote
0answers
32 views

Querying on Household Income ranges in a dataset

I've recently been assigned a project to create an ArcGIS database to hold responses from a survey which will be used to perform analysis on the data. One column requires me to enter a dollar-range ...
0
votes
0answers
40 views

How to add 3D buildings in tourism map with ArcGIS?

I'm working with ArcMap making a tourism map in which I would add 3D monuments like this map for example. I have my monuments in KMZ format, that I can already add in the map, but currently view from ...
0
votes
0answers
25 views

Export customized shortcut keys made in ArcMap

Is it possible to export custom shortcut keys made in ArcMap? I have a bunch a of customized key bindings that I would like to export to my co-workers. The idea is to export the shortcut keys to a ...
0
votes
3answers
69 views

Using arcpy outside the arcmap

I want to use some arcpy function outside arc map i used following code but it ends up with error no module named arcpy can anyone help import sys sys.path.append("D:\Installed ...
1
vote
1answer
66 views

Why is my context menu not showing

I am trying to create and show a context menu for arcmap desktop 10.2. I have followed the steps in the link provided by esri, which explains that I must override OnContextMenu. I am not sure if I am ...
0
votes
0answers
33 views

Is there a tool that will tell you what isn't auto labeling with Maplex labeling engine?

Is there a tool that will tell you what isn't auto labeling with Maplex labeling engine? Arcmap 9.2 or latest version Basically, I do a lot of Parcel mapping with assigned unique ID's etc. Sometimes, ...
0
votes
2answers
34 views

Distance to, travel only on one surface

Looking to create a distance to wetland raster. However this travel distance must be through the water only. I have tried setting land to a high cost (e.g. 99) however doing so I have to set each ...
0
votes
0answers
10 views

How to personalize a special widget or menu in web interface that communication with database Arcgisserver [on hold]

How can I create a personalized widgets as "import dwg", "zoom on map", "select layers", "information about an object", "search by coordinate" on an map in web interface Arcgis server. What should ...
0
votes
0answers
21 views

Polygon Shifting in WGS 84

I'm troubleshooting some discrepancies between intersection results in State Plane and WGS 84. The intersect was ran when both the polygons and points were same PCS ...
1
vote
1answer
80 views

How to add HERE maps to ArcMap?

I am trying to add HERE maps to ArcMap. I am using ArcGIS 10 and the path I have been following so far is through "Add WMS Server" (Catalog -> GIS Servers -> Add WMS Server). Unfortunately, this isn't ...
0
votes
0answers
13 views

edit tif from dem by polygon selected in arcmap

i need to edit the tif of dem generated from agisoft photoscan using the arcmap to do a slope map from area. how to select the pixels and change their altimetry information mainly in trees locations ...
0
votes
0answers
23 views

Shifting Page Layout Elements Based on Width of Feature (ArcMap)

I have a situation where 3-4% of the time my DDP grids are not uniform. This occurs when the grid approach a change in the UTM zone. The normal size of my grids are 1 KM x 1 KM cells. I have a ...
0
votes
0answers
43 views

How to create visibility map in ArcGIS

I want to create a visiblity map for a certain area. First I created a fishnet based on the DEM. Next i need to calculate the visible number of cells for each observer point. Using viewshed for each ...