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

learn more… | top users | synonyms

1
vote
0answers
44 views

Testing a Geo Transformation fails in maven, works in eclipse

In our current project we use a maven setup to manage dependencies and run unit tests. At some point in development one of our tests stoped working (we are not sure at what point exactly, so we don't ...
0
votes
0answers
51 views

Hadoop and Geoserver

I'am intending to develop a new datastore based on Hadoop/HBase for Geotools to use it in Geoserver just to visualise Raster data (tiled satellite image). Has anyone done something similar or even ...
1
vote
0answers
17 views

JTS/Geotools Correct union/difference of multiple geometry

Problem : I have a shape file that contains the targeted area (yellow). I have a shape file that contains the buildings (green). I need the white space in the yellow area. picture : ...
0
votes
0answers
12 views

View map on applet with geotools

am trying to view a map with geotools using applet but i have a problem with version and i don't know how to resolve it. i followed this tutorial : ...
0
votes
0answers
22 views

Run geotools on web server?

I am trying run geotools on the web with postgis database and have been searching around how to run geotools in Java. What i found is geotools with applets. Does anyone know what is the best way to ...
1
vote
1answer
34 views

ImageMosaic-JDBC Error

I'm trying to get postgis raster layers in geoserver-2.3.1, with postgresql-8.4, postgis-2.0 and gt-imagemosaic-jdbc-9.1.jar support. I'm going through the tutorial with a PNG raster that i have. In ...
0
votes
1answer
58 views

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.apache.org/POM/4.0.0 ...
0
votes
1answer
56 views

How to include shapefile in swing application

I am new to gis based project. I am using netbeans IDE to include my shapefiles and i am sure that I have imported necessary jars to include shapefile. but its not working .when i run my application i ...
0
votes
0answers
28 views

Select current layer geotools

I have used enableLayerTable(true) in my code. And I have added multiple layers. Can someone help me to get the code of the selected layer?
0
votes
0answers
23 views

GeoTools GeometryTransformation Plugin - How to expand rendering area?

I'm actually developing a filter plugin which is a GeometryTransformation. It is called through SPI and in generally it is working. Aim of the plugin is to translate a LineString or MultiLineString ...
1
vote
0answers
37 views

draw library for Geographic data in android

In our android application we have to draw the Geographic data loaded from sdcard or online. And we can use geotools in java swing application. So I wonder if there is a library out of box in ...
1
vote
2answers
90 views

Geotools - Create a point

I'm using GeoTools Java library for some geometric calculations. In my case, I'm using a shape file which contains all neighborhood multipolygons of a certain city. I would like to know for every ...
0
votes
0answers
95 views

Java: Convert lat/lon from EPSG:4236 to EPSG: 3857

How would I convert my lat lon to EPSG 3857 projection using geotools or another java library? I'm having trouble finding the proper methods to use. I know OpenLayers (javascript) can do it easily, ...
1
vote
0answers
36 views

GeoTools Routable Shapefiles

Hello dear Geo Tools developers. I have discover Geo Tools few weeks ago and find it very interesting. However as I am completely new there I have a question. I try to use roads.shp file to calculate ...
2
votes
1answer
57 views

geotools reader

I have a problem when I try to get object from AbstractGridCoverage2DReader. I need it to get CoordinateReferenceSystem and coverage. File file = new File("Resource/new.tif"); AbstractGridFormat ...
0
votes
1answer
44 views

GeoTools dependency not found by the m2e Eclipse plugin

I need to use GeoTools in a JAVA-Project I am developing using Eclipse and the m2e plugin. I have configured the following repository in my pom.xml: <repository> <id>osgeo</id> ...
0
votes
0answers
56 views

Select Particular Portion from JMapFrame in geotools using java

Hello guys I am building an app in java for GIS in which I am facing a problem while reading a particular section of Jmap contentpane. in code shown below I have generated a rectangle and converted ...
0
votes
0answers
100 views

How to write GML parser with Geotools?

I wrote a Parser for a GML file from the OS Mastermap with geotools 8.4. With one part I still have a problem. This sniplet of the xsd: <complexType name="RoadLinkType"> ...
0
votes
0answers
50 views

geotools, how to specify CRS?

I'm have a mess in my head. Please help. I would like to: Create geometry shapes (circles, sectors) using source geotools-gts. Input data is longitude, latitude, radius in meters, angles for sectors ...
2
votes
0answers
174 views

Reading an ESRI shapefile from a zip-file during Runtime in Java - DataStoreFinder.getDataStore(connectParameters) returns null

We are building a service for uploading zip-files containing an ESRI-shapefile. The service should be able to read the shapefile and do stuff with its content. So I've built a class that unzips the ...
0
votes
0answers
54 views

Get Midpoint Coordinates for Geometry of Feature

How can I get the coordinates for a label on a map after rendinging with LabelPlacement and priority options using GeoTools API 9-SNAPSHOT. Is there an API call that will give that information to me ...
0
votes
0answers
31 views

Migration of project from geotools v2.2 to v8.2

I want to migrate an project from GeoTools v2.2 to v8.2, But I do not understand how to migrate it. The project contains 89 classes from which there are 44 classes depends upon GeoTools. Can I start ...
0
votes
1answer
82 views

How can I connect to ArcSDE with GeoTools?

I'm running Oracle ArcSDE 9.2 and using GeoTools 8.5, but doing what they say in the GeoTools docs doesn't seem to work. I have Map<String, Object> params = new HashMap<String, ...
-5
votes
2answers
112 views

Java, Turn a list of points into a linear ring [closed]

I have a list of points into the format -93.54,37.224 -93.56,37.22-93.67,36.98 -93.78,36.8 .... which is just a list of longitudes and latitudes. I was wondering if there is a simple way in java ...
0
votes
0answers
90 views

How to instantiate org.opengis.geometry.Geometry?

I am trying to create a org.opengis.filter.Filter to find features within a certain geometry. The code to create this factory is: public static Filter createPartiallyContainedFilter(final Geometry ...
1
vote
0answers
47 views

How to modify the coordinates of a feature (eg LINE) on the fly?

I want to change the coordinates of a line and draw it with new coordinates on the fly. Although the values can be changed, I had not success to repaint with new coordinates. My Sample code and traced ...
0
votes
0answers
107 views

Geo Tools label for SimpleFeature not showing up

In Geo Tools version 9-SNAPSHOT, I'm trying to label a feature I created with text. I'm not sure how to do it at the moment looking at Geo Tool API. I create a feature as follows: ...
2
votes
0answers
28 views

Geotools NAVCONTransform constructor

I'm having trouble getting NADCONTransform to work with GeoTools-9-SNAPSHOT. My example looks like this: String latGridFile = "C:/NADCON/Grids/conus.las"; <BR> String longGridFile = ...
1
vote
0answers
213 views

How to get LineString s from a Geometry (Geotools JTS)

I have an arbitrary list of line segments, which I want to intersect with a viewport. What's a way to obtain another list of line segments as clipped from that viewport. Assuming the viewport is a ...
2
votes
0answers
103 views

Geotools: Render a GridCoverage2D to a heat map

I'm new to use geotools. Now I need to generate a heat map showing the data density. I found a Kernel density estimation process from here: https://jira.codehaus.org/browse/GEOT-4175, and so far it ...
0
votes
0answers
156 views

geotools - overlay features with wms layer

Continuing my previous question Geotools - Draw Features on WMS and OSM Problem 1: I still couldn't manage to work with image/png but it worked with GeoTiff file partially. GetMapRequest ...
1
vote
1answer
347 views

Geotools - Draw Features on WMS and OSM

I am trying to overlay a shp file on wms layer using the example http://docs.geotools.org/latest/userguide/tutorial/raster/image.html. I am continuously getting the error: Exception in thread "main" ...
0
votes
1answer
123 views

How to resort a collection in Java?

I try make a project to write data from .mif/.tab files to Data Base using GDAL/OGR. I do: SimpleFeatureBuilder featureBuilder = new SimpleFeatureBuilder(dbFeatureType); SimpleFeatureCollection ...
1
vote
0answers
36 views

Changing Thickness of one link out of several links in shape file.

I have created a shape file with some links between nodes using java program. Now I want to change the thickness of one of the link (or line). I mean in a shape file, I want to create some lines ...
0
votes
0answers
66 views

Symbolizer with external GIF image is not rendered pixel-perfect

We want to pinpoint some locations on a map with some external GIF symbolizers. The issue we have is visible in the attached image*: looks like something has happened on a sub-pixel level, so that the ...
1
vote
1answer
223 views

Point In polygon using geootools

I'm trying to extract a area of geopoints by drawing a polygon from 3 or more coordinates to set my logical geoFence but the thing is that I think that LinearRing needs all the points on to close the ...
1
vote
1answer
92 views

Multipoint from database using Geotools

I just want to know how to create an instance of a Multipoint from a PostGIS database. I do the query, then get a ResultSet named area. The column with MultiPolygon attributes is named geom, so I do ...
2
votes
1answer
798 views

Build problems with Maven and GeoTools (com.sun.javadoc)

I'm trying to build GeoTools 8.0-RC2 (itself, not a tutorial project or the like) with Maven 3.0.4. When I run mvn install on the root pom it seems to work fine until a build error concerning ...
1
vote
1answer
72 views

GeoScript: CQL DWITHIN ignoring units

I am using GeoScript to do queries against a data set. Given an elevation tile we create geometry that incases areas that are over a certain height, those geometries are used to do some pathfinding. I ...
0
votes
0answers
142 views

geotools get feature info by point

I have boundaries of country in shapefile. And i walkthrough QuickStart example on geotools site. Where need choose shapefile in open dialog. Also we have opportunity to get "feature info" by click on ...
9
votes
1answer
389 views

geotools SEVERE: The following locker still has a lock read on file

I am using geotools to extract data from shapefiles and store them into mysql. My application works all the time but I get this lock every so often which i cannot understand why, as it still works ...
1
vote
0answers
108 views

Geotools Error: LWGEOM_estimsted_extent : couldn't locate table, appears when adding a layer

I am using version 8.0-M2 of geotools. Each time I try adding a layer to mapContent using mapContent.addLayer, I have a warning that reads: "WARNING: Failed to use ST_Estimated_Extent, falling ...
2
votes
2answers
1k views

How to show maps using GeoTools in Android?

I am using Eclipse on Windows XP. I downloaded the GeoTools 2.7.4-bin.zip file and started to add some .jar files to my project. The particularity of my project is that this is an Android one. I am ...
2
votes
1answer
492 views

How to Generate KML file with Style using Geotools?

I performed a lot of search around this question, and do not find any answer. In a Java Program, I have a "SimpleFeatureCollection"(geotools) and a "StyleLayerDescriptor"(geotools) which contain my ...
0
votes
2answers
337 views

insert geospatial datatype( mutipolygon) in mysql with java( jdbc)

I am using geotools library to extract the location information. With that I am getting an object of type class com.vividsolutions.jts.geom.MultiPolygon I now want to store this field in my mysql ...
1
vote
1answer
332 views

How to create a simple map scale bar in geotools

Using GeoTools I was able to display a simple shape file using JMapPane class. My requirement is to draw a bar much like in any maps that shows the scale of the map on display in meters in relation to ...
0
votes
1answer
94 views

Visual edit geographic data with geotools

With JMapFrame I have features for visualizing my geographic data, but I don´t know how to add tools for editing this data, as with a GIS application. Is it possible to do this? Regards, Augusto
-4
votes
1answer
357 views

I am using Geotools to display a road map of Bangalore

I want to know how to highlight any specific road. For example i want to color a road yellow that has id=1. I am using Java to display the map.
4
votes
1answer
653 views

Incorrect coordinate tranformation Gauss-Kruger - WGS84 using GeoTools

I´m having a problem concerning the beloved coordinate transformation with the aid of GeoTools: I would like to convert a set of coordinates from Gauss-Kruger (zone 5, EPSG 31469) into ordinary WGS84 ...
1
vote
0answers
385 views

Could not obtain native oracle connection

Asked in gis.stackexchange: http://gis.stackexchange.com/questions/23412/could-not-obtain-native-oracle-connection Anyone knows the the cause and how to resolve the "Could not obtain native oracle ...

1 2