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
@DenKn Generally I'm not planning on adding geometric operations and calculations to the library. The reason being there's no way for me to exactly match the results of the official library without knowing their exact implementation, and I think having consistent results should be a hard requirement.
My main goal of the library is to be able to make geometry-based queries, CRUD operations and read the geometries that comes out, so basically serialization and deserialization, and the object model that comes with that.
If you need these calculations, you should make them server-side as part of your SQL Query instead.
Hi.
You did the great work.
Are you planning to add others methods, for example ShortestLineTo, STDistance?
The text was updated successfully, but these errors were encountered: