The eclipse tag has no wiki summary.
3
votes
1answer
267 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 ...
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 :
...
6
votes
0answers
177 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 ...
1
vote
0answers
45 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
1answer
613 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 ...
0
votes
1answer
75 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 ...
3
votes
1answer
75 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 ...
4
votes
3answers
483 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 ...
0
votes
0answers
27 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 ...
13
votes
5answers
266 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 ...
1
vote
1answer
66 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 ...
0
votes
0answers
183 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 ...
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):
...
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:
...
2
votes
1answer
259 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 ...
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?
