You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 theCore.GeoAPI
package.The text was updated successfully, but these errors were encountered: