GeoAPI 3.0.2

Release 3.0 of GeoAPI contains the interfaces developed by the GeoAPI project and accepted by the Open Geospatial Consortium with the final draft of the engineering specification GeoAPI specification and therefore considered by the GeoAPI project as one of its official releases. This release requires a Java environment Java 8 or higher.

Download as Maven dependency

GeoAPI 3.0 is deployed on the Maven Central Repository and can be used in a Maven project with the following declaration in the pom.xml file:

<dependencies>
  <dependency>
    <groupId>org.opengis</groupId>
    <artifactId>geoapi</artifactId>
    <version>3.0.2</version>
  </dependency>
</dependencies>

Changes since GeoAPI 2.0.0

This release contains the same API as the latest GeoAPI 2.3 milestone except for the JSR-275 dependency (deprecated) which is replaced by JSR-385 (the Java standard API for units of measurements). For a list of changes compared to previous versions, see the changes in the 2.3 series of milestones.