Releases: opengeospatial/geoapi
GeoAPI 3.0.2
This release upgrades the Unit of Measurement API dependency with JSR-385 and modularizes GeoAPI with a module-info
file. The GeoAPI module name is org.opengis.geoapi
. GeoAPI 3.0.2 is compatible with Java 8 and later.
GeoAPI 3.0.1
This release upgrades the Unit of Measurement API dependency with JSR-363, in replacement of the deprecated JSR-275. The most important consequence in the code is that javax.measure.unit.Unit
imports need to be replaced by javax.measure.Unit
imports.
GeoAPI 3.0.0
This is the first release of GeoAPI as a standalone OGC standard. Note that GeoAPI 3.0.0 is superseded by GeoAPI 3.0.1, which should be used instead.
GeoAPI 2
Interfaces published together with formal release of formal release of OGC 03-064, Geographic Objects Interface Standard (GOS). This OGC standard has been retired and should no longer be used. See GeoAPI 3.0.1 or above instead.