Loading

7.25.2012

GEO API.


GeoAPI provides a set of Java language programming interfaces for geospatial applications.
The interfaces developed by the GeoAPI project include many of the data structures and manipulation methods needed for geographic information system applications. In a series of packages, GeoAPI 3.0 defines a core set of interfaces for metadata handling, for geodetic referencing, projection and conversion. The "pending" part of GeoAPI defines interfaces for the handling of georeferenced imagery, for the construction and manipulation of vector geometry and topological data structures, and for the description and use of geospatial "feature" entities. Beyond this core, GeoAPI-pending further defines interfaces for data access and storage including sophisticated filter queries, and for display.
The GeoAPI interfaces closely follow 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 expectations of Java programmers. These standards provide GeoAPI with the richness which comes from the expertise of the specification writers. Clients benefit from the potential for inter-operability which comes from using a well defined, standardized data model. Implementors benefit from having a pre-defined set of well considered, formal boundaries to modularize their development work.
The GeoAPI interfaces provide a layer which separates client code, which would call the API, from library code, which implements the API. These interfaces are not an implementation. This follows a similar pattern to the well known JDBC API which provides a standardized interface to databases. Clients can use the JDBC API without concern for the particular implementation which they will use. Various groups have implemented different subsets of GeoAPI, see the list of known implementations for details.
GeoAPI provides also JUnit tests that implementors can use for testing their implementations, and various examples in the public domain.

The GeoAPI project

The GeoAPI project consists of a loose collaboration of volunteer programmers and scientists from around the globe motivated by diverse interests. Many work on GeoAPI as part of their own efforts writing client applications which use the API or working on libraries which implement the API.
GeoAPI is free software. GeoAPI may be used, modified and redistributed by anyone for any purpose requiring only maintaining the copyright and license terms on the source code and derivative files. The copyright to the GeoAPI interfaces is held by the Open Geospatial Consortium. See the OGC legal page for details.
More information can be found on the Frequently Asked Questions page.


No comments:

Post a Comment