The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
265 views

Python Development Project - Team working

We have a development project in Python (ArcGIS 10). This project involves a mixture of toolboxes, map templates, layer files, file geodatabase templates (acting as templates being imported into a ...
6
votes
0answers
175 views

Recommended Eclipse Plugins for development with OpenLayers and GeoExt?

we plan to create an map oriented online application and muse about the 'best' / helpful plugins for Eclipse. The used technology is OpenLayers and GeoExt. For example is the Javascript development ...
4
votes
2answers
2k views

Any idea how to resolve “ImportError: No module named arcgisscripting”

I am trying to run a ESRI python script from eclipse and get the following message: "ImportError: No module named arcgisscripting" I can run this in IDLE... any ideas?
4
votes
3answers
477 views

Why does arcpy.ImportToolbox() not work in ArcGIS 10 (SP5) when calling custom model for topology?

I have an arcpy/python script using ArcGIS10 and using a custom toolbox and model. The toolbox has an alias of defaultTopo and my model within the toolbox is called AddRuleToTopologyModel. This model ...
3
votes
1answer
74 views

Problem installing ArcSDE engine plugin for Eclipse

I'm looking for the following jars for the ArcSDE API: jsde_sdk.jar jpe_sdk.jar concurrent.jar icu4_3_2.jar thanks to this answer I've found that they can be gotten installing the ArcSDE engine ...
3
votes
1answer
255 views

Geotools - overlay shapefile on WMS layer

I am trying to overlay a shp file on wms layer using the example http://docs.geotools.org/latest/userguide/tutorial/raster/image.html. Each time I want to read the format of the file to get a reader ...
2
votes
1answer
313 views

AddMessage issue

I wrote the following code as a wrapper around messages pushed durring the running of the script. Using Python IDLE this works fine, but in eclipse I get the following output: def ESRIP(gp,message): ...
2
votes
1answer
258 views

Enumeration Problem with Eclipse and ArcGis 9.3

i'm recently using Python for my Processing work that I do with ArcGis 9.3. I figured out, that using Eclipse (with PyDev) could be helpfull for debugging purpose. The geoprocessor is starting as ...
1
vote
1answer
64 views

Having trouble setting up Eclipse for ArcGIS 10.0 Java development

I'm trying to setup Eclipse for ArcGIS development. I've been reading for days and weeks through the documentation and through the forums here and elsewhere. It seems that no one has this same ...
1
vote
1answer
612 views

Getting exceptions with simple hello worldwind java app

Let me preface this by saying I'm very new to Java, eclipse and worldwind. So, I've got a bare bones java app. I imported worldwind.jar into the build path. Created a simple JFrame, code below, and ...
1
vote
0answers
43 views

running geoserver in tomcat7 with eclipse

i downloaded geoserver,put it in tomcat7, lunched tomcat7 with powercmd and published my layers and styles.i created a web application, where i add the laters above to a google basemap. Now when i ...
1
vote
0answers
206 views

how do you create an editable combobox addin for ArciGIS using Eclipse

Arc have a walkthrough to take you through this. Looks like I'm still crawling. The walkthrough can be found here: ...
0
votes
1answer
72 views

IDE Problem ArcGIS Runtime SDK for Android

I'm trying to develop an app with ArcGIS Runtime SDK for Android. Honestly, I'm not much experienced. Just looking for the best IDE choise. Eclipse works just fine with the Runtime SDK. But has no ...
0
votes
0answers
15 views

How to develop an Opengeo Suite Client SDK with Eclipse? [migrated]

I have a problem in developing an Client SDK application with Eclipse, maybe someone already do this. I started by creating a new application with the Client SDK by following the tutorial : ...
0
votes
0answers
26 views

Udig Compatibility with eclipse 3.2

I have an eclipse 3.2 RCP application wich use arcims and kogis api/plugins to display and query arcims server. I will have to change map tools for open source tools. so, I would like to know wich ...
0
votes
0answers
182 views

Qgis python plugins development with Eclipse

I'm using Eclipse's PyDev extension to develop python plugins for Qgis. I did the required configs for the interpreter in Eclipse to be able to use python. When I start a PyDev project, all the Python ...