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

Ringbuffer function #241

Merged
merged 4 commits into from
Apr 1, 2014
Merged

Ringbuffer function #241

merged 4 commits into from
Apr 1, 2014

Conversation

ebocher
Copy link
Member

@ebocher ebocher commented Mar 27, 2014

Add the ST_RingBuffer function.

The signature is :

SELECT ST_RingBuffer('POINT(10 10)'::GEOMETRY, 10, 3)

returns a multipolygon with 3 rings buffer. The distance between each rings is 10 meters.

@ebocher ebocher mentioned this pull request Mar 27, 2014
@agouge
Copy link
Contributor

agouge commented Mar 28, 2014

You need to add ST_RingBuffer to CreateSpatialExtension.java.

@@ -1,8 +1,8 @@
/**
* h2spatial is a library that brings spatial support to the H2 Java database.
*
* h2spatial is distributed under GPL 3 license. It is produced by the "Atelier SIG"
* team of the IRSTV Institute <http://www.irstv.fr/> CNRS FR 2488.
* h2spatial is distributed under GPL 3 license. It is produced by the "Atelier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Select your text before using AutoFormat

nicolas-f added a commit that referenced this pull request Apr 1, 2014
 Ringbuffer function #241 
Add the ST_RingBuffer function.

The signature is :

```mysql
SELECT ST_RingBuffer('POINT(10 10)'::GEOMETRY, 10, 3)

```

returns a multipolygon with 3 rings buffer. The distance between each rings is 10 meters.
@nicolas-f nicolas-f merged commit d7669ee into orbisgis:master Apr 1, 2014
@ebocher ebocher deleted the ringBuffer branch April 11, 2014 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants