Top "Geotools" questions

GeoTools is an open source Java library that provides tools for geospatial data (http://geotools.

Java, convert lat/lon to UTM

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 geotools
how to convert between degrees, minutes, seconds to Decimal coordinates

Looking for a java utility. It is even better if you can tell me how to do it using geotools …

java geolocation geospatial geotools
Does anyone know of a library in Java that can parse ESRI Shapefiles?

I'm interested in writing a visualization program for the road data in the 2009 Tiger/Line Shapefiles. I'd like to draw …

java shapefile geotools
Why can't I resolve the dependencies for GeoTools maven quickstart?

POM is <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://…

maven geotools
Google maps spatial reference system

What is Google map's spatial reference system using when you enter a lat, long into the maps search bar? I've …

google-maps spatial geotools
I get an error downloading javax.media.jai_core:1.1.3 from maven central

I 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-central
Java equivalent of OpenLayers

I am looking for a Java library to display map data from various sources, including shapefile, WMS, WFS, Google Maps, …

java api swing gis geotools
Maven Missing artifact org.geotools:gt-shapefile:jar:11-SNAPSHOT

Hello I am trying to write a simple geotools project with maven. Actually I am very new to maven. I …

java eclipse maven geotools
How do I create a circle with latitude, longitude and radius with GeoTools?

Right 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 geotools
Geotools cannot find HSQL EPSG DB, throws error: NoSuchAuthorityCodeException

I 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