Tagged Questions
ESRI (Environmental Systems Research Institute) is a GIS (Geographical Information Systems) Development company. ESRI produces GIS Software
30
votes
47answers
3k views
Survey of GIS Programming
How many programmers on this site work with GIS?
What middleware do you work with? ESRI? Mapguide? Google?
What kind of projects do you work on? Are you focused on web work, making desktop ...
10
votes
7answers
1k views
Where do you get ArcGIS development questions answered?
Where do you have the most success getting your ArcGIS development questions answered?
ESRI forums?
Stack Overflow?
Google?
Mailing lists?
Blog posts?
ESRI documentation?
I can usually get answers ...
6
votes
3answers
581 views
Remove all CSS rules
Is there a way to wipe out all CSS rules once style sheets have already been loaded?
I have to use a proprietary JavaScript library (ESRI's ArcGIS Server API) which is built on top of Dojo. I make ...
6
votes
1answer
3k views
reading and plotting an esri shape file in R
I'm having difficulties reading in a .shp (esri shape file) into R. I have tried several options in R, and tried to convert the shape file in ArcMap to something that correctly reads in the shape file ...
4
votes
3answers
415 views
Available GIS toolkits?
We are considering using ESRI's ArcGIS Engine to write an application with some GIS features. The GIS toolkit features that we are primarily concerned with are:
3D visualization: Blend elevation ...
4
votes
2answers
987 views
Help plotting Geographic Data in R using PBSMapping and Shapefiles
Using O'Reilly's Data Mashups in R as inspiration, I'm trying to plot a handful of addresses on a shapefile of Salt Lake County, Utah found here.
I have data frame geoTable:
> geoTable
...
3
votes
1answer
226 views
Intersect two layers and get resulting features
I have X layers on a map and I need to intersect chosen layers (two per time) and color resulting features.
I'm trying to get this code working
// get first feature (index 0)
...
3
votes
2answers
195 views
ways to convert current screen into array of bytes in silverlight3
I would like to know if there is any other way than using WriteableBitmap to convert the current screen into array of bytes.
Because I am trying to get a screenshot of Esri map, but I am getting ...
3
votes
3answers
918 views
TimeZone by Coordinate
As the title infers I need to find a time zone (or perhaps just the UTC offset) based on a pair of coordinates. I've been searching for different solutions, and there is a couple of web services out ...
3
votes
1answer
705 views
Print using a template in flex
I've set up an application to print the current state of the control I'm using (in this case an ArcGIS server map), but I'd like to set up a print function that uses it's own template to print rather ...
3
votes
4answers
955 views
Which is the best ESRI ArcGIS component library to use with GWT?
We are currently designing a GIS intranet application using GWT and ESRI ArcGIS. We are looking at 2 client side Javascript libraries:
The ESRI Javascript API
Open Layers
The library will have to ...
3
votes
10answers
1k views
ESRI frameworks: java vs javascript
I'm about to develop a web mapping application with ESRI Products like ArcGIS Server and Image Server.
I can't find a good comparison between the Java Web ADF and the Javascript Framework. They're of ...
3
votes
2answers
2k views
How can I check to see if a Dojo dialog is loaded?
I am running a function that needs to close a Dojo dialog if it is loaded. How do I check if a dojo dialog is running? Do I use pure JavaScript and check by id if it is undefined?
if ...
2
votes
1answer
139 views
Measure the Length of a Line on a Map after a MOUSE_MOVE Event
One of the actions a user can perform using the ESRI Flex Viewer application is to draw a shape on a map (e.g. a line). Once the user is finished drawing the line, they will double-click the mouse ...
2
votes
1answer
520 views
AccessViolationException from System.Windows.Forms, using WinFormsHost in WPF
I'm facing a nasty issue when developing a WPF/WinForms interop application. I've been trying to resolve this issue for three days, but I'm unable to make any headway. I doubt I can provide enough ...
2
votes
2answers
489 views
ESRI's shapefile to Matlab
I am looking for a function to read/write points, lines and polygons from ESRI's shapefile format (as used in Arcview) for use in Matlab
2
votes
3answers
488 views
How do I convert ESRI or MapInfo GIS data to images using free tools?
The Australian Electoral Commission has free ESRI and MapInfo formate GIS layers of Australian electoral boundaries for download. I want to convert this data to a thumbnail polygon image using a free ...
2
votes
1answer
156 views
How to create variables from strings in arcobjects?
This hopefully is a simple question with a simple answer. If I have a list box or something that has a list of like 4 years (like 2006 through 2009), how do I programmatically make variables of these ...
2
votes
1answer
1k views
How to save esri map as an image file
I am using Silverlight 3 and I am trying to take a screenshot of esri map.
I was able to take a screenshot and save as a file for silverlight controls, but when I try to access Esri map image, I ...
2
votes
1answer
502 views
Script or automate feature class creation in ESRI/ArcSDE
I'm looking for info on how to write SQL scripts to automate the creation of a versioned feature class in ArcSDE I want to be able to automate the process itself as well as put the scripts under ...
2
votes
3answers
202 views
using external maps with bing map
can i use bing map platform with an external mapping source ?
for example, i want to use bing map siverlight client with my own map files instead of the provided maps. (some areas coverage is ...
2
votes
2answers
984 views
Error editing a blob field in ArcGIS Engine
I have a GIS layer backed by a MSSQL db. The features on the layer have, say, one field of type esriFieldTypeString and one of type esriFieldTypeBlob. I can edit the string field just fine, but, when ...
2
votes
1answer
430 views
Roads Shapefile Names
I have a shapefile with a road network and it seems like the roads are all listed as 1 big polyline. Is this typical is it possible to get a road network where the roads are listed individually and ...
2
votes
2answers
603 views
ArcGIS Flex API: Convert a screen point to a MapPoint
Using the ArcGIS Server Flex API, is there a way to convert mouse coordinates on the screen or the a map control to spatial coordinates in the map? It seems like there's functionality to convert map ...
2
votes
2answers
1k views
Convert ESRI projection coordinates to lat-lng
I have a large dataset of x,y coordinates in "NAD 1983 StatePlane Michigan South FIPS 2113 Feet" (aka ESRI 102690). I'd like to convert them to lat-lng points.
In theory, this is something proj is ...
2
votes
2answers
738 views
Which open-source Python or Java library provides an easy way to draw circles on a ESRI Shapefile?
I need to write a software that creates an shapefile with various circles or circumferences on it.
The shapefile created should be readable by ESRI ArcMap.
I need a library that let me add circles or ...
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
0answers
39 views
Couldn't load GLMapCore: findLibrary returned null
Im getting this Error when loading an ESRI map inside the Android Environment. This didn't happen with ESRI's .1 Alpha SDK, but it does happen with their 1.0.0 SDK.
I know it has something to do ...
1
vote
0answers
27 views
Android - How to know if mapView is properly loaded?
I am having trouble in detecting if mapview is loaded in my android map appication. In OnCreate method, when I assign the map URL, I want to know if any problem occured. Problems may occur due to my ...
1
vote
1answer
75 views
How to pick up the information for the nearest associated polygon to points using R?
I'm figuring out how to do a Intersection (Spatial Join) between point and polygons from shapefiles. My idea is to get the closest points and those points that match completely inside the polygons. In ...
1
vote
2answers
65 views
Convert latitude and longitude into esri arcGIS MapPoint
I am having trouble in converting the latitude and longitude values into android esri arcGIS map Point. Here's my code to get latitude and longitude values from GPS coordinates:
LocationManager lm;
...
1
vote
0answers
33 views
Mapping points to polygons in ESRI shape file in Python
I have an ESRI shape file with many geographic areas, represented as non-overlapping polygons. I'm trying to map arbitrary points to the polygons which they belong to in Python.
I've looked into ...
1
vote
2answers
104 views
matching GIS points with polygons in ESRI shape file
I have an ESRI shape file containing a library of about 150 contiguous geographic areas (polygons) that together comprise a geographic region. I also have a csv file containing 60,000 events which ...
1
vote
1answer
18 views
Embed a count statement in a a select list
I am using Esri ArcMap 10.0 with Microsoft Sql Server 2008 R2
I have 2 tables:
MN_SCHOOLS_PUBLIC - the school ID field is called ORGID_REL
TRPD_Schdgrps_Schools - the school ID field is called ...
1
vote
1answer
26 views
querying arcgis and getting results sorted by distance from some point
Using the REST or javascript api, does anyone know how to get results back sorted by distance from a point? I'm doing someething like this:
...
1
vote
1answer
128 views
Force dialog close in C#
I'm writing a GIS application in C#. A portion of the application allows the user to select a KML file, and then the program will process that file. I'm using an OpenFileDialog, but the problem is ...
1
vote
0answers
150 views
In ESRI engine application (C#), how to add a raster layer with tiles and pyramids
I'm using ESRI, working on a windows form applicaion using C#
I have a raster layer with 4 tiles, and I've created pyramids for this layer.
The raster layer is in the folder "C:/Map", this folder ...
1
vote
2answers
80 views
Convert raw bytes to a type in .NET
I have the raw bytes of a COM object (ESRI IPOINT) in a SQL DB. I want to somehow force the casting of it to an IPOINT. I tried IPoint p = object as IPOINT which failed. Is there some hacky way to ...
1
vote
1answer
425 views
What's the official ESRI solution for serving up static map images (i.e. png, jpg, etc)?
I need to write a map service that returns a single, static map image (png, jpg, etc). In the old days (i.e. before Google Maps took off) this was the default way that server software like ArcIMS ...
1
vote
1answer
258 views
Convert early-binding code to late-binding
I've often written early-binding code in VBA and VB6 to automate office applications (Word, Excel, etc) then switched it to late-binding to handle multiple versions of those applications. I'm trying ...
1
vote
1answer
257 views
GIS systems, Rundown of advantages
First word of warning, I believe this is a stackoverflow rather than programmers question, Mods feel free to move it if i'm wrong.
The company I am at is looking to create GIS solutions, which could ...
1
vote
2answers
279 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
0answers
182 views
Silverlight + WCF with ESRI… performance issue
I currently have some performance issue in some application. Since this is not what I programmed, I am not sure if what I say makes sense, but please take a look.
Lets consider a region as an ...
1
vote
1answer
710 views
Adding 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 ...
1
vote
2answers
55 views
GPS application with downloadable Maps
I am looking for a map application with the following:
Windows based.
City/Town street maps are downloaded to computer (i.e. does not required a wireless internet connection to get the map images ...
1
vote
1answer
885 views
How to convert an ESRI Shape-file into SQL Server 2008?
I have a shapefile that I would like to upload to a spatial SQL Server 2008. I have tried using this tool: SQL Server 2008 Spatial Tools. But without luck.
Does anyone know any other (free) tools for ...
1
vote
1answer
98 views
ArcGIS Explorer: Invoke main thread from secondary thread
I'm developing a small add-in for ESRI ArcGIS Explorer 1200. The extension itself is quite simple, it just uses a FileSystemWatcher to wait for an incoming file, then processes the file.
My main ...
1
vote
2answers
325 views
Combining bordering shapefiles in R
I have five shapefiles of bordering counties in California that I am trying to combine into one large shapefile and maintain the original borders of the counties. I then want to plot points such as ...
1
vote
0answers
262 views
ESRI Map object - Is it possible to disable the MouseWheel event handler?
I've posted this on the ESRI support forum, but no one has come back with a solution as yet.
Background: I'm maintaining a C++ map display application that makes use of ESRI ArcGIS components ...
1
vote
2answers
777 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 ...