Questions tagged [nettopologysuite]

NetTopologySuite is a direct-port of all the functionalities offered by the [JTS] Topology Suite

NetTopologySuite is a direct-port of all the functionalities offered by the JTS Topology Suite. NTS exposes JTS in a '.NET way', as example using Properties, Indexers etc...

An excerpt from the JTS website explains the capabilities of NetTopologySuite:
"The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium."

138 questions
0
votes
1 answer

NetTopologySuite convert coordinates to another coordinate system

I am trying to convert my coordinates to a different coordinate system using the NetTopologySuite. But I cannot get it to work. My intial convertion is to go from WGS84 to Lambert72. I found this sample somewhere on stackoverflow but I cannot get it…
kevingoos
  • 3,785
  • 4
  • 36
  • 63
-1
votes
1 answer

How to send HTML geolocation latitude and longitude values from view to controller action method

I want a user to be able to get the closest user. So, I have to get the user's longitude and latitude from the browser and send it to the OnPost action method below. Each time the user visits the website, the position is updated. NOTE: The point…
Qudus
  • 1,440
  • 2
  • 13
  • 22
-1
votes
1 answer

Simplified GeoJSON reports fantom markers on google maps

I have a geography column in database. This column holds the original polygon. Next to it I have another column that holds the simplified version of this polygon. The simplification has been done with geography.Reduce()(I use tolerance of 100)…
Robert
  • 2,407
  • 1
  • 24
  • 35
1 2 3
9
10