From bb33a5ef8000d7d76d28538308ee6eaa9aa921db Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 25 Jun 2009 08:16:04 +0000 Subject: [PATCH] Add examples of different encdap styles git-svn-id: http://svn.osgeo.org/postgis/trunk@4213 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/html/image_src/Makefile.in | 3 +++ doc/html/image_src/st_buffer03.wkt | 2 ++ doc/html/image_src/st_buffer04.wkt | 2 ++ doc/html/image_src/st_buffer05.wkt | 2 ++ 4 files changed, 9 insertions(+) create mode 100644 doc/html/image_src/st_buffer03.wkt create mode 100644 doc/html/image_src/st_buffer04.wkt create mode 100644 doc/html/image_src/st_buffer05.wkt diff --git a/doc/html/image_src/Makefile.in b/doc/html/image_src/Makefile.in index 78b608b40..d5bbc331c 100644 --- a/doc/html/image_src/Makefile.in +++ b/doc/html/image_src/Makefile.in @@ -19,6 +19,9 @@ CUNIT_CPPFLAGS=@CUNIT_CPPFLAGS@ -I../../../liblwgeom IMAGES= \ ../images/st_buffer01.png \ ../images/st_buffer02.png \ + ../images/st_buffer03.png \ + ../images/st_buffer04.png \ + ../images/st_buffer05.png \ ../images/st_centroid01.png \ ../images/st_centroid02.png \ ../images/st_centroid03.png \ diff --git a/doc/html/image_src/st_buffer03.wkt b/doc/html/image_src/st_buffer03.wkt new file mode 100644 index 000000000..deb5a9adc --- /dev/null +++ b/doc/html/image_src/st_buffer03.wkt @@ -0,0 +1,2 @@ +Style2;POLYGON((142.928932188135 157.071067811865,144.444297669804 158.314696123025,146.173165676349 159.238795325113,148.049096779839 159.807852804032,150 160,151.950903220161 159.807852804032,153.826834323651 159.238795325113,155.555702330196 158.314696123025,157.071067811865 157.071067811865,158.314696123025 155.555702330196,159.238795325113 153.826834323651,159.807852804032 151.950903220161,160 150,160 50,159.807852804032 48.0490967798387,159.238795325113 46.1731656763491,158.314696123025 44.444297669804,157.071067811865 42.9289321881345,155.555702330196 41.6853038769745,153.826834323651 40.7612046748871,151.950903220161 40.1921471959677,150 40,148.049096779839 40.1921471959677,146.173165676349 40.7612046748871,144.444297669804 41.6853038769745,142.928932188135 42.9289321881345,141.685303876975 44.444297669804,140.761204674887 46.1731656763491,140.192147195968 48.0490967798387,140 50,140 125.857864376269,57.0710678118655 42.9289321881345,55.555702330196 41.6853038769745,53.8268343236509 40.7612046748871,51.9509032201613 40.1921471959677,50 40,48.0490967798387 40.1921471959677,46.1731656763491 40.7612046748871,44.444297669804 41.6853038769745,42.9289321881345 42.9289321881345,41.6853038769746 44.444297669804,40.7612046748871 46.1731656763491,40.1921471959677 48.0490967798387,40 50,40.1921471959677 51.9509032201613,40.7612046748871 53.8268343236509,41.6853038769745 55.555702330196,42.9289321881345 57.0710678118655,142.928932188135 157.071067811865)) +Style1;LINESTRING(50 50,150 150,150 50) diff --git a/doc/html/image_src/st_buffer04.wkt b/doc/html/image_src/st_buffer04.wkt new file mode 100644 index 000000000..75b9984ef --- /dev/null +++ b/doc/html/image_src/st_buffer04.wkt @@ -0,0 +1,2 @@ +Style2;POLYGON((142.928932188135 157.071067811865,144.444297669804 158.314696123025,146.173165676349 159.238795325113,148.049096779839 159.807852804032,150 160,151.950903220161 159.807852804032,153.826834323651 159.238795325113,155.555702330196 158.314696123025,157.071067811865 157.071067811865,158.314696123025 155.555702330196,159.238795325113 153.826834323651,159.807852804032 151.950903220161,160 150,160 50,160 40,140 40,140 125.857864376269,57.0710678118655 42.9289321881345,50 35.857864376269,35.857864376269 50,142.928932188135 157.071067811865)) +Style1;LINESTRING(50 50,150 150,150 50) diff --git a/doc/html/image_src/st_buffer05.wkt b/doc/html/image_src/st_buffer05.wkt new file mode 100644 index 000000000..9339b063d --- /dev/null +++ b/doc/html/image_src/st_buffer05.wkt @@ -0,0 +1,2 @@ +Style2;POLYGON((142.928932188135 157.071067811865,144.444297669804 158.314696123025,146.173165676349 159.238795325113,148.049096779839 159.807852804032,150 160,151.950903220161 159.807852804032,153.826834323651 159.238795325113,155.555702330196 158.314696123025,157.071067811865 157.071067811865,158.314696123025 155.555702330196,159.238795325113 153.826834323651,159.807852804032 151.950903220161,160 150,160 50,140 50,140 125.857864376269,57.0710678118655 42.9289321881345,42.9289321881345 57.0710678118655,142.928932188135 157.071067811865)) +Style1;LINESTRING(50 50,150 150,150 50) -- 2.50.1