opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

Revision of filter package #67

Closed desruisseaux closed 3 years ago

desruisseaux commented 3 years ago

This is a major change of org.opengis.filter package using the model defined by UML in ISO 19143 (OGC filter encoding) instead of XML schema. This is incompatible changes, but the old interfaces were in the "pending" section of GeoAPI and have never been part of a formal GeoAPI release. The plan was described in #32.