GeoTools is an open source Java library that provides tools for geospatial data (http://geotools.
Does anyone know of a way, in Java, to convert an earth surface position from lat, lon to UTM (say …
java geolocation latitude-longitude geography geotoolsLooking for a java utility. It is even better if you can tell me how to do it using geotools …
java geolocation geospatial geotoolsI'm interested in writing a visualization program for the road data in the 2009 Tiger/Line Shapefiles. I'd like to draw …
java shapefile geotoolsPOM is <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://…
maven geotoolsWhat is Google map's spatial reference system using when you enter a lat, long into the maps search bar? I've …
google-maps spatial geotoolsI get an error downloading javax.media.jai_core:1.1.3 from maven central. The error is: download failed: javax.media#jai_…
maven playframework-2.0 geotools jai maven-centralRight now I have: Polygon circle = geometryBuilder.circle( myLong, myLat, radiusInMeters, 10); And it creates (with lat=28.456306, long=-16.292034 and radius=500) …
java geotoolsI am running Geotools inside of Apache Storm, and having a heck of a time with geotools dependency management. Every …
java maven geotools maven-shade-plugin