GeoAPI examples in Java
There is 3 categories of examples, depending on target audience:
- Using GeoAPI with third-party implementations.
Users must select an implementation before to execute code.
Some implementations are listed for making easier to run the examples,
but that list does not aim to be exhaustive and is not an OGC endorsement of those implementations.
- Implementing GeoAPI with simple classes in the public domain,
which implementers can use as a starting point for their own products.
- Testing an implementation with the conformance tests.
Libraries with public source code
The list of projects in the Known implementations section
contains open source libraries that can be used as sources of inspiration.
Other small examples not in the implementation list are:
- GDAL wrapper using Java and Python bindings to the GDAL library.