From f7539b3ce68ba41ff7db2674e194d8c5f7c52987 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sat, 10 Mar 2012 13:43:35 +0000 Subject: [PATCH] wrap content in (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9460 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 0c295a344..6f38e1529 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -385,17 +385,17 @@ VALUES (1, raster2pgsql loader uses this function to register raster tables Valid constraint names to pass in: refer to for more details. - blocksize sets both X and Y blocksize - blocksize_x sets X tile (width in pixels of each tile) - blocksize_y sets Y tile (height in pixels of each tile) - extent computes extent of whole table and applys constraint all rasters must be withint that extent - - num_bands number of bands - pixel_types reads array of pixel types for each band ensure all band n have same pixel type - regular_blocking apply informational flag to denote all tiles are regularly blocked - same_alignment ensures they all have same alignment meanign any two tiles you compare will return true for. Refer to - srid ensures all have same srid - More -- any listed as inputs into the above functions + blocksize sets both X and Y blocksize + blocksize_x sets X tile (width in pixels of each tile) + blocksize_y sets Y tile (height in pixels of each tile) + extent computes extent of whole table and applys constraint all rasters must be withint that extent + + num_bands number of bands + pixel_types reads array of pixel types for each band ensure all band n have same pixel type + regular_blocking apply informational flag to denote all tiles are regularly blocked + same_alignment ensures they all have same alignment meanign any two tiles you compare will return true for. Refer to + srid ensures all have same srid + More -- any listed as inputs into the above functions This function infers the constraints from the data already present in the table. As such for it to work, you must create the raster column first -- 2.40.0