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

Add ShortestLineTo and STDistance method to library. #20

Open
DenKn opened this issue Feb 6, 2019 · 2 comments
Open

Add ShortestLineTo and STDistance method to library. #20

DenKn opened this issue Feb 6, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@DenKn
Copy link

DenKn commented Feb 6, 2019

Hi.

You did the great work.
Are you planning to add others methods, for example ShortestLineTo, STDistance?

@dotMorten dotMorten added the enhancement New feature or request label Feb 6, 2019
@dotMorten
Copy link
Owner

@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.

@DenKn
Copy link
Author

DenKn commented Feb 7, 2019

Ok. I see. Thanks for reply.
Server-side isn't my case.
And I hope we'll see support of Microsoft.SqlServer.Types in .net core 3.0
https://github.com/dotnet/corefx/issues/31775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants