Esri is a developer of general-purpose commercial GIS software, currently marketed under the ArcGIS name. This tag should be used for questions about the company rather than its products which will usually have separate tags.
1
vote
0answers
33 views
Why is there no Map.SnapToLevels property in the ESRI JS API?
The ESRI Silverlight and WPF API's both have a Map.SnapToLevels property that can be set on or off. It "gets or sets whether zooming will snap to scale levels if the map contains cached layers". But ...
2
votes
3answers
2k views
Redoing an ArcGIS Server post-install
I'd like to reconfigure an ArcGIS Server 10 Java implementation (single machine, Windows Server 2008 R2) and I plan to re-run the post-install.
Complete: I do not need to save anything on the current ...
1
vote
1answer
181 views
sorted ItemFileReadStore list not pushed to dropdown menu // Dojo, ArcGIS
this may be more a Dojo question than ArcGIS, but I am not sure if the Javascript API is related to this issue.
I am trying to alphabetically sort a Dojo store and show these items in a dropdown ...
1
vote
3answers
986 views
Error when creating insert cursor in arcpy
I've written several scripts that copy data from MS Access db into a new, empty ESRI Geodatabase. I've pretty much copied the code and changed it for each table -- the first two scripts have worked ...
0
votes
1answer
50 views
infotemplate getting cutoff on top or bottom of screen
in my app, i display few points across the map. these points have infotemplate with details in them and sometimes are quite large (around 350px height) if they have alot of information associated with ...
4
votes
1answer
166 views
Work-around for slow processing times in ArcGIS 9.3 with Spatial Analyst functions
I am batch processing a large amount of distance functions (~50,000) using ArcGIS 9.3. In this version, using spatial analyst functions, it seems to be the case that users cannot parallelize processes ...
3
votes
1answer
105 views
What's the difference between Viewshed and Observer Points?
Can someone explain to me in layman's terms the difference between Viewshed and Observer Points?
Thanks.
2
votes
1answer
86 views
Difficulty converting standalone script to ArcGIS tool
As my title says, I am currently trying to make my (working) standalone script into an ArcGIS tool so I'm not the only person in my office that can use it. It essentially selects all the data within ...
2
votes
2answers
150 views
Can I perform a viewshed analysis with ArcGIS Desktop 10.1 - Standard License?
Is there a way to perform a Viewshed Analysis with the Standard license?
If not, what is the difference (if any) between:
Viewshed with (Spatial Analyst)-
...
3
votes
1answer
198 views
How to import ESRI grid into Matlab
I have some ESRI grid data that I would like to import into Matlab.
As a typical ESRI grid data I have the two folders with the *.adf files and *.dat, .nit and.dat files.
I would like to know how ...
0
votes
0answers
36 views
esri ArcObjects slow performance accessing features [duplicate]
I have to create my own control like Attributes Table using C#. My version of attributes table is very slow, for ex. for 300.000 rows in table and 140 fields it takes about 1 minute!
esri Cursors are ...
4
votes
5answers
2k views
The Geometry is not M-Aware
When using the Erase geoprocessing tool from the Analyst Toolbox I get the following error "ERROR 999999: Error executing function. The geometry is not M-aware Failed to execute (Erase)."
With small ...
2
votes
0answers
48 views
Error: Layer not found: -1
We are using ESRI SL 2.4 API- and our application has one dynamic service and one feature layer. Only few of the users getting below error, not sure whether this is issue with Microsoft sliverlight ...
2
votes
1answer
77 views
Using a map from ESRI Server in a radMap
I was wondering if there was a way to use a map that I have stored on an ESRI server in a telerik radMap. I am not very familiar with the radMap control so any help would be appreciated. I have found ...
3
votes
2answers
283 views
How do I install ArcGIS 10.1 and use my current Python 2.7.2 install?
I just did a clean OS install and installed ActivePython 2.7.2
I want to use this Python install for use with ArcGIS 10.1
I just installed ArcGIS 10.1 and it did a new Python install.
What do I ...
1
vote
0answers
45 views
ogr2ogr Convert to FileGeoDatabase FGDB_BULK_LOAD YES makes no difference
I am trying to export a lot of data from a PostGIS database to a FileGeoDatabase.
The command I used to use was
ogr2ogr -progress -append -f "FileGDB" -gt 66536 -sql "SELECT * FROM line" ...
8
votes
3answers
154 views
Is there a way to tell the geodatabase version using Python?
I want to find out if either a file or personal geodatabase is 9.3, 10.0, 10.1, etc
Is there a way to do this using Python?
3
votes
0answers
43 views
Select by location not working properly after using Multipart to Singlepart
I'm having issues using Arcgis 9.3 and the multipart to singlepart feature and then selecting by location.
Basically I'm able to run the multipart to single part feature to split up some of my ...
0
votes
1answer
42 views
How to configure web map data layer that can accept csv data uploaded by user?
I made this map: http://tinyurl.com/a368268 on arcgis online. How do I get the same map but instead you can upload a new csv every time? Instead of having to first add it as data layer on arcgis ...
2
votes
1answer
75 views
ESRI Geoprocessing service and other servers
I am new to ESRI GeoProcessing (GP) services so please excuse the naive question. I have an FLEX application running off of ArcGIS Server. I need to push data from the ArcGIS Server to an analytic ...
19
votes
2answers
1k views
Can ESRI's File Geodatabase API be Redistributed?
ESRI's file geodatabase API can now be used with GDAL/OGR - http://www.gdal.org/ogr/drv_filegdb.html however each individual seems to have to login to ESRI and download the API files individually. For ...
1
vote
1answer
214 views
Python/Arc10- Loop through multiple feature datasets and Intersect Files
I am getting an error with a python script I have created. I have 1 geodatabase with 3 feature datasets. What I would like to do, is loop through 1 feature dataset (NB) to get a list of feature ...
1
vote
2answers
158 views
How to create a routing application with ArcGIS Server?
I have the task to find out what is necessary to build a routing application using ArcGIS Server. I am not a GIS beginner, but have had no experience with ArcGIS Server. As this project is at the ...
2
votes
4answers
206 views
What are the advantages either way between GML and ShapeFiles?
After a good start many months ago of getting into GIS through QGIS, I had to drop what I was doing and did not touch it for quite some time. I am now able to get back into it and have a need to load ...
1
vote
1answer
175 views
Add WMS group layer (only) to ArcMap
I am trying to add a WMS group layer to ArcMap, without having the sublayers being listed in the TOC.
I will give a little background here: We are sourcing images from Nearmap.com, and their WMS data ...
1
vote
0answers
75 views
enhanced grid dojo [closed]
I have a widget which consists of two panels.I need to place a dojo enhancedGrid in both the panels .
However,the enhancedGrid appears only in one of the two panels despite the fact that I have ...
1
vote
0answers
129 views
How to add dynamic index layer for data driven pages
I am trying to create a dynamic map book based on user defined geometry. I can use Grid Index and calculate adjacent tool to create the grids in my Python script. How can I set this newly created grid ...
1
vote
1answer
171 views
Getting error in applyEdits function for ArcGIS
I have been trying to add an entry to a featureLayer and in want to get a callback from this so I can update another field in it. below is my code
clkListenerAddFeature = dojo.connect(map, "onClick", ...
5
votes
2answers
140 views
Is it possible to modify the ArcObjects IProgressDialog2?
It turns out that the best way to run long tasks in ArcMap is to use the IProgressDialog2. The BackgroundWorker in combination with ArcObjects (STA Threads) is a mess.
However, it seems that the only ...
5
votes
3answers
232 views
How to keep track of changes (version control) to MXD files?
I am trying to use ArcMap for the first time, so please bear with me and don't down vote the question. My superior at the work place has asked me to do some research about the life cycle of an .mxd ...
0
votes
0answers
35 views
Pass client image to ESRI GP Print Service
Creating an HTML5 canvas graphic of a text label renders nicely within the browser, but blows up when rendered in a PDF through the PrintTask.
I've noticed the wider the graphic in relation to it's ...
4
votes
3answers
96 views
How to print from arcpad without buying more ESRi sofware?
I am running ArcPad 10 in windows 7 on a laptop and on a field unit consisting of an Ashtech MobileMapper 10 as a PDA talking to an SXBlue GPS. This system provides the real time half meter (without ...
1
vote
0answers
190 views
How to solve error 'coordinate exceeds the valid coordinate' in ArcGIS?
All of the layers in map document are in wgs84. I am getting an error message in the ArcGIS server log for one specific layer (see below). I ran the analyze tool from the Map Service Publishing option ...
5
votes
1answer
166 views
Geodesic buffers for polygons
How can I create geodesic buffers around polygons? I'm on 9.3.1 ArcMap, but I need a programatic solution.
IBUfferConstruction only does geodesic buffers for points.
What are my options?
4
votes
1answer
58 views
Cannot use a SnapAgent alone?
I'm trying to use a standalone snap agent. Is that not possible?
Here's some code:
// instantiate these agents.
_snapSupportAgent = new FeatureSnapClass();
...
0
votes
1answer
115 views
Geocortex using MS WF [closed]
I am going to be looking at the new Geocortex software soon, and wondered if anyone else was using it, what they think of it and if they had any online resources they could share.
Thanks in advance
3
votes
2answers
496 views
How to read MapInfo .tab files in ArcPy?
I want to use arcpy (the ESRI install of python 2.65) to analyse tab files...can this be done directly or do I need to convert them to shp files...if so would it be possible to do something like
...
0
votes
1answer
219 views
How to get Esri *.gdb file into QGIS on Mac?
I have tried the above options, but not being too computer savy, some I didnt get. I tried the homebrew option, but terminal says an error occurs when trying to install. I need this 1 file for a work ...
2
votes
2answers
122 views
Some data Loss when Import PGDB Table from Excel
When import table from excel some data were loss. i was try to change field type but i cant solve this error. I have attached an example image to show the problem.
2
votes
1answer
205 views
ESRI Licensing For ArcGIS server
I need a help on buying ArcGIS server 10 license(s) for production environment. We have two servers with below configuration
a) Server 1 - 8 core, 24GB, 64-bit OS, Windows 2008 Server R2 Enterprise
...
2
votes
1answer
134 views
CopyRows_Management with Python (ArcGIS 10.1)
I get the following error when running a CopyRows_Management with Python (ArcGIS 10.1):
ERROR 000732: Input Rows: Dataset \MyConnection.odc\MyTable does not exist or is not supported
Here is the ...
1
vote
2answers
290 views
PRJ file for Stereo70 S-42 projection
I receive lots of Romanian maps with the projection STEREO70 with Datum "S-42 for ROMANIA". I have only found the "Stereo 1970.prj" by ESRI, and when I open the maps with my GIS software the ...
0
votes
0answers
34 views
How to select from an ODC Table?
I want to run the following query, using Esri's Select by Attributes tool, on a table found in an ODC. After selecting these rows, I want to append the records to a table found on an SDE connection. ...
10
votes
2answers
1k views
How to add custom Feature attributes to ESRI Shapefile with Python?
I am seeking a way to take an existing ESRI Shapefile that has a Feature set of 200 countries. Each country Feature has an attribute of "NAME." My objective is to create a Python script that adds an ...
2
votes
1answer
80 views
Is there an out of the box Flexviewer set up for a Flex Mobile Project?
Question:
Is there an out of the box Flexviewer set up for a Flex Mobile Project?
Background:
I could just create a Flex Mobile AIR Project from one the samples that ESRI supplies, but that would ...
0
votes
0answers
50 views
How to publish web map to specific website?
I installed arcgis server10.1 with vb.net, and i have created web map application and gis services,i want to know what is the next steps to publish web map to specific website, not arcgis.com,i am ...
2
votes
1answer
241 views
Check if lat/long point is within shape
I'm a bit new to ESRI and GIS so forgive me if this is a simple question.
Looking at this example ESRI Javascript sample (source code is here) I see you can click on a shape (via a published shape ...
1
vote
1answer
114 views
I'm trying to zoom to a graphic, but nothing happens
I'm trying to zoom to a graphic retuned from the query;
query.OutSpatialReference = MyMap.SpatialReference;
query.ReturnGeometry = true;
After this query I used ...
5
votes
0answers
72 views
Symbolizing route data
I'm working on a project that routes various modes of transport to one location (a school) in Arc Map 10. I have about 400 routes, so there is a significant amount of overlap as they near the school. ...
1
vote
1answer
93 views
Is there a bug when creating a relationship class with Python using a GlobalID?
I'm trying to create a relationship class with Python using a GlobalID.
When I use Python it gives me the error:
Failed to execute. Parameters are not valid. ERROR 000800: The value
is not a ...






