GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
134 stars 63 forks source link

Check Geometry/Geography support in MS SQL Server JDBC drivers #70

Open maesenka opened 6 years ago

maesenka commented 6 years ago

Latest MS SQL Server drivers seem to have good support for Geometry/Geography types baked in. Can we leverage this rather than perform our own native conversion.

Related: which MS Sql Server JDBC drivers are mostly used by F/OSS projects?

maesenka commented 6 years ago

First inspection of the Javadoc is not hopeful... The Geometry/Geography classes provide very few methods to inspect the structure. Interop functions are limited to WKT/WKB conversions (in several flavors).