[postgis-tickets] r15546 - doc Patch from Even Rouault
Regina Obe
lr at pcorp.us
Tue Aug 8 16:48:02 PDT 2017
Author: robe
Date: 2017-08-08 16:48:01 -0700 (Tue, 08 Aug 2017)
New Revision: 15546
Modified:
branches/2.3/doc/reference_raster.xml
Log:
doc Patch from Even Rouault
Closes #3804 for PostGIS 2.3.4
Modified: branches/2.3/doc/reference_raster.xml
===================================================================
--- branches/2.3/doc/reference_raster.xml 2017-08-08 19:40:04 UTC (rev 15545)
+++ branches/2.3/doc/reference_raster.xml 2017-08-08 23:48:01 UTC (rev 15546)
@@ -6428,7 +6428,7 @@
-- result
0
-
+
-- the reskewed raster raster rotation
SELECT ST_Rotation(ST_Reskew(ST_AddBand(ST_MakeEmptyRaster(100, 100, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015));
@@ -6515,7 +6515,7 @@
SELECT ST_UpperLeftX(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0));
-- result
0
-
+
-- the upper left of raster after snapping
SELECT ST_UpperLeftX(ST_SnapToGrid(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0002, 0.0002));
@@ -7973,7 +7973,7 @@
<refentry id="RT_ST_AsBinary">
<refnamediv>
<refname>ST_AsBinary</refname>
- <refpurpose>Return the Well-Known Binary (WKB) representation of the raster without SRID meta data.</refpurpose>
+ <refpurpose>Return the Well-Known Binary (WKB) representation of the raster.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -7991,6 +7991,7 @@
<para>
Returns the Binary representation of the raster. If <varname>outasin</varname> is TRUE, out-db bands are treated as in-db.
+ Refer to raster/doc/RFC2-WellKnownBinaryFormat located in the PostGIS source folder for details of the representation.
</para>
<para>
More information about the postgis-tickets
mailing list