An object-oriented cross-platform programming language developed by Sun Microsystems.
6
votes
4answers
813 views
How would I create my own geocoding web service
I would like to write a geocoding web service for genealogy in Java. Because it is for genealogy, I don't need to go down to the street level. I only need to go down to the county.
Looking at ...
9
votes
6answers
766 views
Java, GIS knowledge…What next?
I know programming in Java and I am familiar with GIS concepts as well. I do GIS programming using javascript and PHP. I want to now do it using Java. How should I go about it? PLease let me know ...
4
votes
6answers
2k views
How to get started on web GIS development with Java?
I am very new for GIS, I know java web development.
I want to develop a GIS web application in Struts, can you suggest me how to start?
My requirement are as -
Any API/Tool should be open source.
...
4
votes
1answer
468 views
Write out a WKT file from a loaded shapefile
We are looking to load and display a shapefile, simple polygons, then write out a WKT string of that shapefile and have the user save it somewhere.
Does anyone have some code snippets of that very ...
2
votes
1answer
116 views
What is the best API to use GeoTools or uDig (for the context of my application)?
I am trying to develop a java application that displays : Google maps, Openstreetmap and Bing Map Data.
So which is the best SDK to use in this contet Geotools or uDig ?
0
votes
1answer
51 views
building opentripplaner gtfs.zip [closed]
I am building a journey planner app using opentripplanner. i have followed their two minutes tutorial in which we just run webapp which uses pre build graph.obj file, it works fine.
But in next five ...
5
votes
1answer
256 views
How to add Opencarto to a Geotools project?
I've installed geotools through maven (and m2ecplise) but i'm not able to add opencarto library to my project. (As you can guess, I'm new to java)
I tried by adding opencarto's main folder as library ...
4
votes
4answers
3k views
How do I remove Schema Locks from a File GeoDatabase in Java in ArcGis 9.3?
I have an application written in Java which uses ArcObjects 9.3. The application accesses a file GeoDatabase. The application produces output in the GeoDatabase that will be accessed by ArcMap. The ...
2
votes
3answers
480 views
Displaying Google Maps and OpenStreetMap map in Java?
Is there any Java API that is like OpenLayers ?
I would like to display google Maps and Openlayers Maps in a java application
0
votes
0answers
47 views
Help with opentripplanner
I have started working with opentripplanner (i am developing a journey planner app). I am following the two & five minute tutorial given on opentripplanner website.
but while starting server using ...
7
votes
3answers
2k views
Embedded spatial database for Java
Are there any embedded spatial databases for Java? I've come across H2 Spatial, but it was difficult to tell the status of that and if it can be used as an embedded spatial database.
thanks,
Jeff
2
votes
3answers
2k views
Starting a GIS project in java with OSM data
I am starting a new GIS project in Java. Till now, I used JTS and geotools to load shape files - these data were then displayed on a swing interface. For this new project, I would like to use OSM ...
6
votes
1answer
334 views
Data visualization and maintenance tool
Background
Looking to leverage an existing GIS system for exploring organizational data.
Architecture
The following figure represents a high-level overview of the system's desired features:
The ...
3
votes
1answer
805 views
Is there a WFS and WFS-T Java library that plays nicely with Android?
I have a GeoServer database and various programs that query it and so forth using GeoTools. Now I'm making a map app for Android, but not only is GeoTools quite large with all it's dependencies (15 mb ...