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 description and images for ST_ExteriorRing #188

Merged
merged 2 commits into from Feb 7, 2014

Conversation

mlecoeuvre
Copy link
Contributor

see #110

@agouge agouge mentioned this pull request Feb 3, 2014

{% include sfs-1-2-1.html %}

### Examples

{% highlight mysql %}
SELECT ST_ExteriorRing('POLYGON((0 -1, 0 2, 3 2, 3 -1, 0 -1))');
-- Answer: LINEARRING(0 -1, 0 2, 3 2, 3 -1, 0 -1)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add an example of a polygon with a hole? The point of this function is to contrast the exterior ring with the interior ring.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok I add an example of polygon with a hole , do you thing it's necessary add a comparison between ST_ExteriorRing and ST_InteriorRing?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes sounds good

@agouge agouge merged commit 4008eb7 into orbisgis:gh-pages Feb 7, 2014
@mlecoeuvre mlecoeuvre deleted the st_exteriorring branch February 10, 2014 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants