The geotools tag has no wiki summary.
7
votes
2answers
707 views
How do I configure Xcode to use Maven
XCode comes out of the box with support for Ant (with several sample projects you can generate).
How can I configure XCode to use maven pom.xml files?
Fore reference the project I am trying to set ...
7
votes
3answers
3k views
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 the line data to display all the roads for my county.
The ESRI Shapefile or ...
7
votes
9answers
3k views
Java equivalent of OpenLayers
I am looking for a Java library to display map data from various sources, including shapefile, WMS, WFS, Google Maps, possibly ArcIMS, etc. It seems like OpenLayers is the closest thing to what I ...
7
votes
8answers
12k views
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 in WGS84)? I'm currently looking at Geotools but unfortunately the solution is not obvious.
4
votes
3answers
806 views
Determining whether geographic point is within X meters of a state border (using shapefile for border data)
So I'm writing a Java app, and I've got an ESRI Shapefile which contains the borders of all the U.S. states. What I need is to be able to determine whether any given lat/lon point is within a ...
3
votes
2answers
147 views
Using GeoTools: What is the Latitude and Longitude in com.vividsolutions.jts.geom.Coordinate class?
I will use com.vividsolutions.jts.geom.Coordinate as my coordinate class.
But don't find any document which is the correct order of the coordinate. is it standard?
Here's the java doc link -> ...
3
votes
2answers
275 views
Geotools create CRS from polygon and dimensions
I have some grid data (2d array) that has some geospatial metadata associated with it. The bounds are in a jts polygon with WSG84 lon lat coordinates. The polygon is a rectangle, but is not axis ...
3
votes
1answer
573 views
Java.lang.reflect.Proxy returning another proxy from invocation results in ClassCastException on assignment
So I'm playing with geotools and I thought I'd proxy one of their data-access classes and trace how it was being used in their code.
I coded up a dynamic proxy and wrapped a FeatureSource (interface) ...
2
votes
1answer
591 views
Programming Geoserver 2.0.2 to add a new data store and layer without the UI
I have a directory of imagery that will be updated continually. From this imagery, I am making Image Pyramids using the Geotool's PyramidBuilder utility. I need to setup a cron job to automatically ...
2
votes
1answer
751 views
Geotools google maps java ee web application
I'm searching the alternatives for developing a java web application to calculate land values based on some variables with a visual presentation of a map.
Since the data that i have is ESRI ...
2
votes
2answers
3k views
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 found hints that it might be WGS84 but after converting to that coordinate system, ...
1
vote
2answers
43 views
Java Image Generation Of Heat Map for Google Earth
I'm working on a Java program that processes some data and generates a Heat Map to display the results. This program takes a target area and divides that area into a grid, which for the sake of ...
1
vote
1answer
62 views
How to filter data from an hstore column with GeoTools?
I'm trying to filter features from a feature table in a PostGIS enabled database with GeoTools.
My configuration:
PostgreSQL 8.4
PostGIS 1.5
Osmosis 0.40.1
OSMembrane build 845
GeoTools 2.7.4
...
1
vote
2answers
268 views
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 library.
1
vote
1answer
49 views
Shapefile With One Border and Multiple Features?
I am writing a map application that imports Census and USGS information and shows it as an overlay on a Google Map. I want to export mash-ups of these items and export as a Shapefile.
I use the ...
1
vote
3answers
169 views
it is need to calculate the coordinate of the intersection point that is between the road and the designated distance from the starting point
Knowning the coordinate of the starting point on a road ,it is need to calculate the coordinate of the intersection point that is between the road and the designated distance from the starting ...
1
vote
2answers
176 views
geotools and maven for normal users
I was trying to get started with using (not making contributions to) the geotools lib yesterday,but i ended up trying to figure out what purpose does maven serve when it comes to someone that just ...
1
vote
1answer
33 views
Why can't I cast WFSFeatureSource into SimpleFeatureStore?
In the GeoTools Javadoc for Transaction (and in a few other places, such as blogs and so forth) they suggest lines like this for performing transactions on the database:
SimpleFeatureStore road = ...
1
vote
1answer
81 views
How to get Mouse Coordination in GeoTools?
Firstly, i'm sorry that i m newbiew at Geotools. And i need to tackle mouse events in Geotools. How can i get mouse coordination as a Lat and a Lon in geotools?
1
vote
1answer
330 views
GeoTools with GWT (Development Mode Jetty)
Using GeoTools with GWT, I get the following stack trace when running my app in Development Mode:
WARNING: Can't load a service for category "CRSAuthorityFactory". Cause is ...
1
vote
1answer
143 views
How to add waypoint item in GeoTools
When looking the examples of the Geotools, i cant find the examples about adding waypoint into Map of GeoTools.
So how can i add the waypoint into Geotools ?
1
vote
1answer
166 views
What is the fastest way to slice an image into tiles?
I need to slice an image (size: 14043 × 9933) into 256 x 256 set of tiles with different zoom levels (number of tiles) in the most efficient way. I've been using gdal2tiles.py(it comes with GDAL), but ...
1
vote
1answer
522 views
GeoTools - How to do Dead Reckoning and course calculations using GeoTools classes
I'm currently using the GeoTools toolkit to do calculations on marine vessel data, such as calculating the Great Circle distance between two lon/lat points. I have two other requirements that I need ...
0
votes
0answers
21 views
How to render coastlines with e.g. GeoTools?
I'm trying to render coastlines in a desktop GIS application to distinguish land from water.
My Configuration
PostgreSQL 8.4
PostGIS 1.5
Osmosis 0.40.1
GeoTools 2.7.4
europe.osm.bz2
No internet ...
0
votes
0answers
10 views
Building an executable jar with maven+geotools jai-imageio / kakadu runtime error
Following the directions here I tried to build an executable jar for my geotools based project to distribute it to users.
Now during runtime I get the following error
...
0
votes
1answer
35 views
How to correctly render features with GeoTools to an image using AffineTransformation?
I'm trying to correctly render some features I read from a featuretable of a PostGIS enabled database with GeoTools to an image.
My configuration:
PostgreSQL 8.4
PostGIS 1.5
Osmosis 0.40.1
...
0
votes
0answers
19 views
Repaint seems not working when called multiple times from the same method
I have the following scenario:
displaySelectedFeatures(IDs);
then some code... and then:
displaySelectedFeatures(features);
Display selected features looks like this:
public void ...
0
votes
0answers
78 views
How can i use GeoTools/ProJ.4(Or Other api) to convert coordinate from HK80 GRID To latitude/longtitude?
how to convert a set of hk80 grid to lat/lon?
HK 1980 Grid is EPSG 2326, while Lat/Long WGS84 is EPSG 4326
Or is there any is more suitible for doing this
0
votes
2answers
113 views
Indexes and performance
I'm new to Geotools and facing this issue : I'm injecting in PostGis about 2MB of shapefile info (about 5800 entries) and surprisingly it takes more or less 6 minutes to complete! Quite annoying ...
0
votes
1answer
209 views
Android App build on geotools library missing native java libs
I want to use geotools(8.0-M3 currently, could be also 2.7.3) library in an Android app, using eclipse. (win7 prof, 4gb ram)
But the build process crash, and i get following error
Unhandled ...
0
votes
0answers
37 views
GeoTools : Need to optimize /speed up rendering of Features
I am using GeoTools 2.7.2 (JMapPane component ) to display a Map which has 9310 features (ploygons). Based on some computation, I am applying different color sets to the polygons. However, since it is ...
0
votes
1answer
73 views
How to use Geotools in Java Applets
I am trying run geotools on the web and have been googling around how to run geotools in Java applets. But there is nothing I can find.
Does anyone know what is the best way to get geotools run on ...
0
votes
0answers
129 views
Creating TMS compatible tiles from raster image in java
I am looking for a java based solution to create TMS compatible 256x256 png tiles with a from a big raster file (e.g. jpeg or tiff) with an associated world file that specifies the bounding box, etc.
...
0
votes
2answers
173 views
Geotools Quickstart tutorial JFileDataStoreChooser.showOpenFile is causing error
I was looking at the Geotools Quickstart tutorial using Eclipse
http://docs.geotools.org/latest/userguide/tutorial/quickstart/eclipse.html
I followed all the steps and it all went well until I ran the ...
0
votes
0answers
74 views
Compiling Java GeoTools at the command line with Maven
I am trying to compile GeoTools from a Windows-XP command line, using Maven.
I am following the Maven Quickstart tutorial at:
http://docs.geotools.org/latest/userguide/tutorial/quickstart/maven.html
...
0
votes
0answers
143 views
How to transfer geotools geometry data over a web service
We have to use geoserver to store geodata in our newest project. Unfortunately we have no experience with geospatial data so far, so the question might be obvious to others.
In the first step we ...
0
votes
0answers
34 views
Geotools 2.7 Highlighting in shapeviewer
For my work, I upgraded an existing Java Application from Geootools 2.5.7 to 2.7.2. The only thing I did not get to work is the highlighting in the shapeviewer. In Geootools 2.5 there was a ...
0
votes
1answer
113 views
Problem in Shapefiles
i need a help
i have a shape file that continue 3716 polygon record and want to draw this shape file where some of those polygons need to have a specified color
OR WANT a search technique to search ...
0
votes
1answer
150 views
What is wrong with this GeoTools FeatureId?
Using the GeoTools WFS-T plugin, I have created a new row, and after a commit, I have a FeatureId whos .getId() returns an ugly string that looks something like this:
...
0
votes
1answer
214 views
Geotools with Glassfish: Failed to connect to the EPSG database
I have an application that uses Geotools. It works fine with tomcat, with glassfish however I get the following error. Here is a stacktrace:
org.opengis.referencing.FactoryException: Failed to ...
0
votes
1answer
439 views
Creating Google Map Overlay with Geotools
Good morning,
I want to create a Google Maps overlay from GeoTiff data I read with Geotools. I'm new to Geotools and I wasn't able to find any documentation about creating map tiles with this ...
0
votes
1answer
250 views
why is geotools throwing MathTransformFactory when running as part of a Java EE 6 app?
I'm writing a small Java EE 6 Web Service application that is for converting ESRI Shape Files and passing the data into another application.
I have the application working fine as a command line ...
0
votes
1answer
427 views
How to find a point(x,y) inside a irregular polygon using Oracle10g Spatial function or any other API
I am very new in working with GIS or geometry data. I have geometry data (polygon) in oracle10g database. Is there any Spatial function to find a point inside that polygon. If not then any tool like ...