Jump to content

GeoAPI

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Desruisseaux (talk | contribs) at 21:26, 18 October 2023 (Update the latest version using the date of deployment on Maven Central.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
GeoAPI
Developer(s)Open Geospatial Consortium
Stable release
3.0.2 / January 24, 2023; 2 years ago (2023-01-24)
Written inJava
Operating systemCross-platform
TypeGIS toolkit
LicenseOGC license (BSD-like)
Websitehttp://www.geoapi.org/

GeoAPI is free software providing a set of Java interfaces for GIS applications. GeoAPI interfaces are derived from the abstract model and concrete specifications published collaboratively by the International Organization for Standardization (ISO) in its 19100 series of documents and the Open Geospatial Consortium (OGC) in its abstract and implementation specifications. GeoAPI provides an interpretation and adaptation of these standards to match the constraints and usages of the target programming language. The international standards translated to Java interfaces are:

  • ISO/TS 19103:2005 — Conceptual schema language
  • ISO 19115:2003 — Metadata
  • ISO 19115-2:2009 — Metadata — Part 2: Extensions for imagery and gridded data
  • ISO 19111:2007 — Spatial referencing by coordinates

GeoAPI 3.0 has been approved as an OGC standard and is published as an OGC implementation specification.[1] The Java Archive Files are available from the Apache Maven central repository.[2]

See also

References