Applies to version 10.1 of ArcGIS

learn more… | top users | synonyms

1
vote
1answer
123 views

Distance of many polygons to a segmented line

I have a shapefile of U.S. counties. I also have a line segment. I want to compute the distance of each county to the line. I have also divided the line segment into 10 equal segments. I want to ...
1
vote
1answer
189 views

Convert a FeatureLayer to graphics in Arcobjects

I want to convert a Map or FeatureLayer to graphics on Arcobjects 10.1, Any help or code examples Problem Solved this is the working code: private void Convert_to_graphics( IMapDocument doc) ...
1
vote
1answer
400 views

Drawing a Straight Line Between Two Polygons on a Map and Listing Which Polygons It Passes Through

I have a shapefile of United States counties. I have two counties that I would like to highlight. I would like to draw a straight line distance between them. By straight line, I mean, if you were ...
1
vote
1answer
138 views

arcgis python window VS pywin32

I have problems while using the ZonalHistogram function in Python. It seems to give strange results, while, with the same code run in arcgis' python window everything works fine. I am trying to study ...
1
vote
1answer
264 views

How can I prevent label text from overlapping in ArcGIS 10.1?

Using ArcGIS 10.1 Desktop of Home Use (ArcInfo license I believe), I'm getting results like this using the included Maplex labelling engine: https://dl.dropbox.com/u/1282990/Clipboard01%20%282%29.jpg ...
1
vote
1answer
102 views

How to get SOAP API Access on an ArcGIS Online Map?

I published a tiled map service to ArcGIS Online. This web site reported that we would be able to access the ArcGIS Online maps via the SOAP API from our applications. I check my first published ...
1
vote
1answer
301 views

How do I retain transparency in graphics with exporting on the web?

At 10 and 10.1 you can make use of arcpy.mapping to publish a gp service to do printing with. This is a sample that does this: As you can see, transparency is respected with the arcpy approach. ...
1
vote
0answers
13 views

list all authorized services for a given user in ArcGIS 10.1 API FLEX

I'm trying to get the list of all authorized services for a given user in ArcGIS 10.1 API for FLEX. I can't find a way to automatically list all of the services granted to my account. I can fix the ...
1
vote
1answer
28 views

What is difference between simultaneous users and simultaneous connections in ArcGIS for Server 10.1?

What is the difference between simultaneous users and simultaneous connections. We're looking at Workgroup standard vs Enterprise Standard. Here's what we want to do: Use Arc Gis Server to serve ...
1
vote
0answers
26 views

Different results from Spatial Analyst GP Tool and Python

I am writing a script that has to subtract one raster from another. The rasters I have represent 1) Parking Lots (1 = Parking Lot, 0 = not Parking Lot) and 2) a buffer around the Parking Lot (1 = ...
1
vote
0answers
47 views

Speeding Up ArcGIS, redrawing sooooo slow!

I just updated ArcGIS to 10.1 and it is so slow. When I load my template mxds they can take 30 plus seconds. And if I have to change the view it's another 30 seconds. Does anyone have any ideas ...
1
vote
0answers
19 views

create table with IDs for all arcs downstream of all others

I need to summarize downstream information associated with each arc in an NHD dataset. I have a table with the downstream ID for stream segment but am not sure how to get all of the downstream IDs. ...
1
vote
3answers
27 views

Arcgis 10.1 server, arcgis manager shows page cannot be displayed

I am facing this issue only in one machine. I installed ArcGIS 10.1 SP1 in Windows 2008 R2 machine, installation went fine. But the select Arcgis manager, localhost:6080/arcgis/manager, it shows ...
1
vote
1answer
27 views

Are database client files platform specific?

I'm just looking for some clarification on a question that came up with me this morning. Are the DLL client files (libeay32.dll, libiconv-2.dll, libintl-8.dll, libpq.dll, and ssleay32.dll) platform ...
1
vote
0answers
39 views

Call Vehicle Routing Problem Service via REST - Problem with “time” attributes?

I am trying to get a Vehicle Routing Problem to work as a geoprocessing service on one of our servers. If I call the geoprocessing service via REST url and submit depots, orders and routes WITHOUT ...
1
vote
1answer
79 views

Search cursor stops selecting after two iterations

I have a script which selects an extent from a grid and exports the data frame. import os, arcpy mxd = arcpy.mapping.MapDocument('CURRENT') df = arcpy.mapping.ListDataFrames(mxd,"Layers")[0] ...
1
vote
1answer
41 views

Maps with Clipping on ArcGIS Server

We are publishing raster layers (computed via kriging) to ArcGIS server 10.1. A significant feature of our local geography is a large body of water, in our case, Lake Michigan. Although I can clip ...
1
vote
1answer
33 views

How to extend a custom NASolver in ArcGIS Server 10.1?

The past year we developed a custom NASolver with C# , it works fine and that job has finished. Now we are planning to use it from ArcGIS Server. The problem is that we have no information for that. ...
1
vote
1answer
48 views

Make Table View with field_info Output

I am using Make Table View to copy data from one table to a table view object and in the process hide and/or rename some fields. When I output the data to a dbf it hides and/or renames the fields ...
1
vote
0answers
50 views

Reclassifying a raster based on values in another raster

I am attempting to create a new raster based on the values of two rasters I have already created. I am using ArcGIS 10.1 Raster1 is an area with my true values. Raster2 was created by reclassifying ...
1
vote
1answer
64 views

Copy and Paste symbology in Raster?

Hi all, I am trying to figure it out how can I take a preserved color from a raster I already set up before and then apply the colormap to a new raster file? Here are the details of what occurred: ...
1
vote
0answers
54 views

3D polyline editing

I have a question similar to Poalo's question. Polyline ZM: automatic vertex height errors correction. It could be that I am using the wrong workflow. I have a 3d polyline feature class in sde. EDIT: ...
1
vote
0answers
62 views

I cannot connect to ArcGIS for Server 10.1 from ArcMap, I can in ArcCatalog

I have a strange error, I created three connections to ArcGIS for Server 10.1 in ArcCatalog as admin, publisher & user, and they connect and opens normally in ArcCatalog. However, when I try to ...
1
vote
0answers
127 views

Is there workaround for very slow ArcSDE 10.1 editing

I'm suffering from very slow editing in SDE from an Arcgis engine application, the SDE database is in local so there's no network issues. but i still ignore the reasons neither how to solve this ...
1
vote
0answers
62 views

Agent Analyst: Unable to edit

I recently installed agent-analyst on arcgis 10.1 sp1 build 3143. In toolbox, i can right click and add a new toolbox, and in the new toolbox i am able to create agent-analyst tool. Now I want to edit ...
1
vote
1answer
50 views

How to set min and max value for stretchType: esriRasterStretch_PercentMinimumMaximum

How can I set the min and max values for the stretch type "Percent Clip" in arcobjects? It's possible to set the Stretch type: rasterStretch.StretchType = ...
1
vote
0answers
42 views

Using Python to Switch Layout Templates

Using ArcMap 10.1: Since there is not a way to control portrait or landscape of the layout view through python, is there a way to switch layout templates without opening a new mxd through python? ...
1
vote
0answers
42 views

SSHFS won't read / write ArcMap documents (.mxd)

I am trying to use SSHFS to access our file server and work on geographic data. I can mount the drive, get arc catalog to connect to the folder, and I can access and edit geodatabases and shapefiles. ...
1
vote
0answers
33 views

Hiding dynamically added toolbar will crash ArcGIS desktop 10.1 on XP

I have weird bug If you create dynamically a toolbar on ArcGIS Desktop extension, and then try to hide it . It will crash Desktop 10.1 on Windows XP. But work find on Windows 7. So, for example this ...
1
vote
1answer
38 views

Filter ArcSDE layers of the TOC into a combobox

I've a list of layers of the current workspace in a combobox, but I want to list only the layers of the ArcSDE Connection, not the others I've in the TOC. How can I filter the name of this layers?
1
vote
0answers
84 views

WMS feed displays in ArcCatalog 9.3 but not in ArcMap 9.3

I am facing a very very weird behaviour. We used to work with a WMS feed in ArcGIS 9.3 and, since a few weeks, we are no longer able to display it. The providers of the feed informed us that they ...
1
vote
0answers
36 views

Is there a way to show outlines in a multipatch feature in ArcScene?

When viewed in ArcMap 2D environment, multipatch faces are outlined. When viewed in ArcScene 2.5 D environment, multipatch faces are not outlined, yet the symbol in symbology properties still shows an ...
1
vote
0answers
28 views

When should I use recycling = true with IFeatureClass.Update? [duplicate]

I am migrating .NET code from 9.3 to 10.1 The code is using IFeatureClass.Update(queryfileter, true) where true is for recycling. I know recycling should not be used when we do update, and actually ...
1
vote
0answers
82 views

How to access selected feature attributes using Python Add-in button?

I'm trying to extract the attributes of a selected feature in ArcMap using an add-in button, but I don't know how to refer to this selection in the script. Later I need to copy these attributes into ...
1
vote
3answers
123 views

Remove/dissolve parts in ESRI line feature class

I am using ESRI ArcGIS 10.1. I have a line which has been dissolved, having initially been composed of 4 features. I want to remove these parts, properly dissolving it into one continuous feature. I ...
1
vote
0answers
50 views

Are multiple separate feature classes more efficient than repeatedly deleting all features from the same feature class?

Quick Version: Is it more efficient, in terms of database performance, to have multiple separate temporary feature classes or one feature class that you repeatedly empty out and fill? I am working ...
1
vote
2answers
147 views

Creating non-spatial Many to One Joins/Relationships between tables

I may have missed a trick here but I can't seem to find a solution. I have a table of ~1.6 million postcodes, also containing co-ordinates, and a separate file detailing ~6000 a population with ...
1
vote
0answers
56 views

Is there an inbuilt arcpy method to insert a new line? [duplicate]

I need to extract a list of all the files and folders within a top level folder. My first thought was to use os.walk in a small python script as it is a simple task. However, I cannot run scripts on ...
1
vote
0answers
49 views

edit 10.1 feature service

has anyone edited a 10.1 feat. service using desktop 10? I can view the service and add it to the map, but when I go to edit features/create local copy for editing, I get an "error creating the..." I ...
1
vote
0answers
47 views

How to clip Raster using multiple polygons and Python? [duplicate]

Possible Duplicate: clipping a raster by multiple datasets or polygons I have polygon layer and DEM and I want to write a program using python to cut the raster into multi-raster based on ...
1
vote
0answers
53 views

Performance of dataset iterator over a network

I have a copy of the same folder on two (separate) network drives. I'm using a dataset iterator in a model to collect all the paths of files containing *_road*. There are a few dozen files in the ...
1
vote
0answers
132 views

Algorithm to place the minimum of rectangles to cover a polygon

I'm trying to cover a polygon with the minimum set of rectangles like explained in the picture below, the used rectangles have the same size a*b (a != b) , the rectangle could be rotated by ...
1
vote
0answers
60 views

Spatial Analyst's CostPath toolbox/function has PATHCOST of 0 when using in_memory workspace

I have a point feature and am interested in finding the least cost path between two points in the feature using a raster as the cost surface. I first calculate the cost distance and cost backlink via ...
1
vote
0answers
41 views

How to indicate a change in transport mode for directions in a multimodal dataset

When I solve a route and generate directions for my multimodal dataset, the end product is not very user friendly: The pedestrian started walking along Main Street and then boarded a bus to travel ...
1
vote
0answers
116 views

Changing page orientation using data driven pages

Is it possible to change the page orientation of a map using data driven pages in ArcGIS 10.1? After setting up the DDP I have 80 portrait maps with all the map elements set up correctly. About 10 of ...
1
vote
0answers
52 views

Creating a custom, local Route Task

I'm trying to replicate something similar to the ArcGIS WPF Runtime SDK (C:\ArcGIS\WPF1.0\SDK\Samples\Sample Application\Sample Application.exe) "Routing with Barriers Online" sample with two major ...
1
vote
0answers
57 views

Page POST to web page to Print Map With GISServer 10.1

I am using ArcGISServer 10.1. I need pass in a lat/lng to a webPage as query parameter and print a map with a TiledMapServiceLayer, DynamicMapServiceLayer, and a 1 mile buffer graphic around the ...
1
vote
0answers
55 views

Problem entering stops in a published multimodal network service

I have created a multimodal network that works fine in Desktop, but my question is more related to publishing a multimodal network dataset as a network service. I have looked for an example of this, ...
1
vote
1answer
242 views

cannot get rid of sr.lock files while FOR LOOPING dbfTables

I am new to Python and to this community as well, hope someone could help me. I am running script to extract and merge toghether the tables of some Raster. Each Attribute Table presents only one row ...
1
vote
1answer
61 views

How to implement Landmarks in Network Analyst of ArcGIS 10.1?

I have been trying to implement the landmark functionality into route solving in Network Analyst using ArcGIS 10.1. I have added a point class as turn landmarks (as well as playing around with ...

1 7 8 9 10 11