Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoAPI compatibility support #5

Open
robertogiachetta opened this issue Oct 7, 2016 · 0 comments
Open

GeoAPI compatibility support #5

robertogiachetta opened this issue Oct 7, 2016 · 0 comments
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS

Comments

@robertogiachetta
Copy link
Collaborator

GeoAPI project provides a set of interfaces for geospatial applications to facilitate compatibility. GeoAPI is defined according to the OGC Simple Features Access specification. Although the API is built in Java, the NetTopologySuite project created a .NET (core) version. Although the AEGIS core model is inline with OGC SFA, it it not GeoAPI compliant.

See: https://github.com/NetTopologySuite/GeoAPI

Compatibility for GeoAPI should be enabled by creating the proper wrappers (implementing GeoAPI interfaces) and extension methods to enable transformation of IGeometry instances. Implementation should be done in the Core.GeoAPI package.

@robertogiachetta robertogiachetta added Target: Core Issues related to the Core module of AEGIS Kind: Feature New feature or request labels Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS
Projects
None yet
Development

No branches or pull requests

1 participant