Changes between Version 201 and Version 202 of WKTRaster/SpecificationWorking03
- Timestamp:
- 12/10/11 09:01:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/SpecificationWorking03
v201 v202 3801 3801 <TD ALIGN=LEFT>srid</TD> 3802 3802 <TD ALIGN=LEFT>integer</TD> 3803 <TD ALIGN=LEFT>ID of the spatial reference system of the rasters in this column. Value is extracted from the ST_SRID constraint on this raster column. The constraint is typically named enforce_srid_<r_raster_column>.</TD>3803 <TD ALIGN=LEFT>ID of the spatial reference system of the rasters in this column. Value is extracted from the ST_SRID constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_srid_<r_raster_column>.</span></TD> 3804 3804 </TR> 3805 3805 <TR> 3806 3806 <TD ALIGN=LEFT>scale_x</TD> 3807 3807 <TD ALIGN=LEFT>double precision</TD> 3808 <TD ALIGN=LEFT>The scale on the X-axis of the rasters in this column. Value is extracted from the ST_ScaleX constraint on this raster column. The constraint is typically named enforce_scalex_<r_raster_column>.</TD>3808 <TD ALIGN=LEFT>The scale on the X-axis of the rasters in this column. Value is extracted from the ST_ScaleX constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_scalex_<r_raster_column>.</span></TD> 3809 3809 </TR> 3810 3810 <TR> 3811 3811 <TD ALIGN=LEFT>scale_y</TD> 3812 3812 <TD ALIGN=LEFT>double precision</TD> 3813 <TD ALIGN=LEFT>The scale on the Y-axis of the rasters in this column. Value is extracted from the ST_ScaleY constraint on this raster column. The constraint is typically named enforce_scaley_<r_raster_column>.</TD>3813 <TD ALIGN=LEFT>The scale on the Y-axis of the rasters in this column. Value is extracted from the ST_ScaleY constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_scaley_<r_raster_column>.</span></TD> 3814 3814 </TR> 3815 3815 <TR> 3816 3816 <TD ALIGN=LEFT>blocksize_x</TD> 3817 3817 <TD ALIGN=LEFT>integer</TD> 3818 <TD ALIGN=LEFT>The width of the rasters in this column. Value is extracted from the ST_Width constraint on this raster column. The constraint is typically named enforce_width_<r_raster_column>.</TD>3818 <TD ALIGN=LEFT>The width of the rasters in this column. Value is extracted from the ST_Width constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_width_<r_raster_column>.</span></TD> 3819 3819 </TR> 3820 3820 <TR> 3821 3821 <TD ALIGN=LEFT>blocksize_y</TD> 3822 3822 <TD ALIGN=LEFT>integer</TD> 3823 <TD ALIGN=LEFT>The height of the rasters in this column. Value is extracted from the ST_Height constraint on this raster column. The constraint is typically named enforce_height_<r_raster_column>.</TD>3823 <TD ALIGN=LEFT>The height of the rasters in this column. Value is extracted from the ST_Height constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_height_<r_raster_column>.</span></TD> 3824 3824 </TR> 3825 3825 <TR> 3826 3826 <TD ALIGN=LEFT>same_alignment</TD> 3827 3827 <TD ALIGN=LEFT>boolean</TD> 3828 <TD ALIGN=LEFT>If TRUE, all rasters in this column are aligned. State is extracted from the ST_SameAlignment constraint comparing the rasters in this column against coordinates known to be on the grid. The constraint is typically named enforce_same_alignment_<r_raster_column>.</TD>3828 <TD ALIGN=LEFT>If TRUE, all rasters in this column are aligned. State is extracted from the ST_SameAlignment constraint comparing the rasters in this column against coordinates known to be on the grid. <span style="font-style: italic;">The constraint is typically named enforce_same_alignment_<r_raster_column>.</span></TD> 3829 3829 </TR> 3830 3830 <TR> 3831 3831 <TD ALIGN=LEFT>regular_blocking</TD> 3832 3832 <TD ALIGN=LEFT>boolean</TD> 3833 <TD ALIGN=LEFT>If TRUE, all rasters in this column are regularly blocked. <span style="color: red; font-weight: bold;">Though this column is technically based upon a constraint, the constraint is purely information and does NO actual constraining. Therefore if this column is TRUE, a user explicitly specified that the rasters in this column are regularly blocked.</span> The constraint is typically named enforce_regular_blocking_<r_raster_column>.</TD>3833 <TD ALIGN=LEFT>If TRUE, all rasters in this column are regularly blocked. <span style="color: red; font-weight: bold;">Though this column is technically based upon a constraint, the constraint is purely information and does NO actual constraining. Therefore if this column is TRUE, a user explicitly specified that the rasters in this column are regularly blocked.</span> <span style="font-style: italic;">The constraint is typically named enforce_regular_blocking_<r_raster_column>.</span></TD> 3834 3834 </TR> 3835 3835 <TR> 3836 3836 <TD ALIGN=LEFT>num_bands</TD> 3837 3837 <TD ALIGN=LEFT>integer</TD> 3838 <TD ALIGN=LEFT>The number bands within each raster of this column. Value is extracted from the ST_NumBands constraint on this raster column. The constraint is typically named enforce_num_bands_< r_raster_column>.</TD>3838 <TD ALIGN=LEFT>The number bands within each raster of this column. Value is extracted from the ST_NumBands constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_num_bands_< r_raster_column>.</span></TD> 3839 3839 </TR> 3840 3840 <TR> 3841 3841 <TD ALIGN=LEFT>pixel_types</TD> 3842 3842 <TD ALIGN=LEFT>text[]</TD> 3843 <TD ALIGN=LEFT>Text array of the pixel types of the bands within each raster of this column. Value is extracted from a special function that creates an array of the band pixel types of the rasters in this column. The constraint is typically named enforce_pixel_types_<r_raster_column>.</TD>3843 <TD ALIGN=LEFT>Text array of the pixel types of the bands within each raster of this column. Value is extracted from a special function that creates an array of the band pixel types of the rasters in this column. <span style="font-style: italic;">The constraint is typically named enforce_pixel_types_<r_raster_column>.</span></TD> 3844 3844 </TR> 3845 3845 <TR> 3846 3846 <TD ALIGN=LEFT>nodata_values</TD> 3847 3847 <TD ALIGN=LEFT>double precision[]</TD> 3848 <TD ALIGN=LEFT>Double precision array of the NODATA values of the bands within each raster of this column. Value is extracted from a special function that creates an array of the band NODATA values of the rasters in this column. The constraint is typically named enforce_nodata_values_<r_raster_column>.</TD>3848 <TD ALIGN=LEFT>Double precision array of the NODATA values of the bands within each raster of this column. Value is extracted from a special function that creates an array of the band NODATA values of the rasters in this column. <span style="font-style: italic;">The constraint is typically named enforce_nodata_values_<r_raster_column>.</span></TD> 3849 3849 </TR> 3850 3850 <TR> 3851 3851 <TD ALIGN=LEFT>extent</TD> 3852 3852 <TD ALIGN=LEFT>geometry</TD> 3853 <TD ALIGN=LEFT>The maximum extent within which all rasters of this column must be covered by. The maximum extent is computed by ST_ConvexHull(ST_Collect(ST_ConvexHull(raster))) of all rasters in this column at the time that the extent constraint was added.. Value is extracted from the ST_CoveredBy(ST_ConvexHull(raster)) constraint on this raster column. The constraint is typically named enforce_max_extent_<r_raster_column>.</TD>3853 <TD ALIGN=LEFT>The maximum extent within which all rasters of this column must be covered by. The maximum extent is computed by ST_ConvexHull(ST_Collect(ST_ConvexHull(raster))) of all rasters in this column at the time that the extent constraint was added.. Value is extracted from the ST_CoveredBy(ST_ConvexHull(raster)) constraint on this raster column. <span style="font-style: italic;">The constraint is typically named enforce_max_extent_<r_raster_column>.</span></TD> 3854 3854 </TR> 3855 3855 </TBODY> … … 3924 3924 As all overviews are rasters, overviews will have have a record in raster_columns and another record in raster_overviews. 3925 3925 3926 '''One column has been removed from the raster_overviews views: out_db.''' 3927 3926 3928 ~~Following the conversion of geometry_columns to a view in PostGIS, it is planned to do the same with raster_column and raster_overview for the raster part. Converting to a view has a number of advantages: 3927 3929