-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #439 from ebocher/st_bufferside
Add two functions : ST_SideBuffer and ST_RingSideBuffer ST_SideBuffer permits to create a buffer on one side of the geometry (negative or positive offset). ST_RingSideBuffer offers a way to compute, as ST_RingBuffer does, a set of rings but on one side of the geometry. By the way, ST_RingBuffer has been improved to support negative offset. The user can now create a ring buffer inside a polygon. Note : this 3 functions support only single geometry (point, line or polygon). If a polygon contains a hole, the buffer will be based only on the external ring of it.
- Loading branch information
Showing
5 changed files
with
563 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.