Tagged Questions
7
votes
2answers
838 views
For a given feature find the closest point along a given path
Looking for a Java based (foss4g) solution for the following:
I am using a path along with a buffer to find features that are along the path. For each of the features returned I want to find the ...
2
votes
1answer
299 views
Redistribute linestring vertices to specified distance
I use a groundwater model program called GMS, and it has a very useful function "Redistribute vertices" (more info). I use this function all the time to both simplify and provide regular spacings ...