Skip to main content

Questions tagged [java]

An object-oriented cross-platform programming language developed by Sun Microsystems.

Filter by
Sorted by
Tagged with
0 votes
1 answer
42 views

A while ago I wrote the following Java 8 code on Win 10 to create an index file for a .laz file: Process p = null; ArrayList<String> lines = new ArrayList<String>(); String lasbinpath = &...
Neph's user avatar
  • 351
0 votes
0 answers
35 views

GeoServer 2.13.0 binary/jetty version running on Ubuntu 18.04. I'd like to upgrade. I've installed OpenJDK 11 but it's not activated. I have GWC. Which version can I safely/easily upgrade to? I see 2....
minisaurus's user avatar
1 vote
2 answers
94 views

I'm currently working on a client application written in Java, using the org.geotools library in version 33.2 (released July 17th 2025) to request Features from a WFS layer. The code below establishes ...
Nico's user avatar
  • 13
2 votes
1 answer
130 views

I want to use GDAL in a Java project in Eclipse but I just can't find any new-ish information about how to install it on Windows 10. This answer (2013) mentions four .so files but I don't know where ...
Neph's user avatar
  • 351
1 vote
1 answer
45 views

I want to translate the following GDAL command line expression into Java code, using the Polygonize() method in the GDAL Java bindings: gdal_polygonize -b 1 -mask outcome.tif outcome.tif outline....
PeteHegn's user avatar
0 votes
0 answers
51 views

I have in the past few months successfully run 10-15 MaxEnt models using the maxent.jar java system. But in the past few days, I have recieved the following error each time I run the modeling software,...
JWes's user avatar
  • 113
3 votes
1 answer
62 views

I'm trying to make a GeoTIFF file with an envelope at longitude -124.1. It works, but when I load the file into QGIS, all of the longitudes are positive. At a point that should have longitude -124.05, ...
John Malpas's user avatar
2 votes
0 answers
32 views

The Java GDAL bindings provide the method public int[] GetDataAxisToSRSAxisMapping​(SWIGTYPE_p_int nLen, SWIGTYPE_p_p_int pList) but the method is not documented: Java Docs for ...
Antonio's user avatar
  • 381
0 votes
0 answers
60 views

I’m facing an issue with PostGIS when running integration tests in a Quarkus-based application. The application includes geospatial data (e.g., airports with GeoFence geometries) and uses PostGIS for ...
Самир Шахмурадлы's user avatar
1 vote
1 answer
161 views

In another toolset I have used PostgreSQL to get the distance in meters text: CREATE OR REPLACE FUNCTION length_text(geometry geometry) RETURNS text AS $$ SELECT CASE WHEN ST_IsValid(geometry) ...
Nic Hubbard's user avatar
2 votes
1 answer
233 views

I see there are a few test cases to generate a tiled and even a BigTiff GeoTIFF in the GeoTools repository. E.g. https://github.com/geotools/geotools/blob/d261ee2eec4022cb847d20aa5223e5a6c37992c7/...
Χρήστος Χαρματζής's user avatar
3 votes
1 answer
177 views

As a Java beginner, I've inherited a custom Geoserver extension, running in a Windows environment. The plugin contains logging code like this: import java.util.logging.Logger; import org.geotools.util....
Tom Chadwin's user avatar
  • 6,008
0 votes
0 answers
209 views

I am converting GML, that includes wrappers, into Geometry objects. Currently I have converting a Point from the GML to Geometry working but the Line strings and polygons are not being parsed ...
rckst's user avatar
  • 101
3 votes
1 answer
188 views

I've previously successfully compiled a GeoServer extension against earlier GeoServer/GeoTools versions, but today, I'm getting some dependency issues (Java newbie here). I am trying to build for ...
Tom Chadwin's user avatar
  • 6,008
1 vote
1 answer
279 views

I'm upgrading a dev instance of Geoserver 2.22.2 to 2.25.2 which is running under Tomcat 9. I can only reach the instance via HTTP. If I leave the default <session-config> in place in my webapp'...
Tom Chadwin's user avatar
  • 6,008

15 30 50 per page
1
2 3 4 5
61