Below you will find pages that utilize the taxonomy term “java”
Posts
Writing Geospatial scripts with Java and jbang
Usually writing a Java application requires using Maven or Gradle. While both are great tools for large projects, they are too complicated for small scripts. jbang is a new tool that lets you create scripts or simple applications with Java. I will create a geospatial command line tool using jbang and the Java Topology Suite (JTS).