]> granicus.if.org Git - postgis/commitdiff
#1859 commit doc corrections from Kashif Rasul.
authorRegina Obe <lr@pcorp.us>
Sun, 10 Jun 2012 06:25:35 +0000 (06:25 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 10 Jun 2012 06:25:35 +0000 (06:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9872 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml
doc/installation.xml
doc/reference_accessor.xml
doc/reference_management.xml
doc/reference_processing.xml
doc/reference_raster.xml
doc/using_raster_dataman.xml

index c5b5ab27388038f04b1b19ef92c6417476f7ef4a..6d480d9a2d19cd8ad6c250240d93bfeb75a639fb 100644 (file)
@@ -1172,7 +1172,7 @@ delete one of the them and modify the other to take the space of both.
                 <para>
 Removes an edge and, if the removed edge separated two faces,
 delete one of the them and modify the other to take the space of both.
-Preferencially keeps the face on the right, to be symmetric with
+Preferentially keeps the face on the right, to be symmetric with 
 ST_AddEdgeModFace also keeping it.
 Returns the id of the face remaining in place of the removed edge.
                            </para>
index 1eaf3221498389d5ec125d3add7b083389ccf24d..a68af3e515fc2b77787c235651f65213eeb9ef4a 100644 (file)
@@ -549,14 +549,13 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
          <title>Building PostGIS Extensions and Deploying them</title>
 
          <para>
-               The PostGIS extensions which is usable for PostgreSQL 9.1+, can be built by cding into the extension folders and doing a make install.
-               This will be an automated process in the future when PostGIS is compiled against a 9.1 build and fully integrated int ot he build process.
+               The PostGIS extensions are built and installed automatically if you are using PostgreSQL 9.1+. 
          </para>
-         <para>If you are building from souce repository, you need to build the function descriptions first with:</para>
+         <para>If you are building from source repository, you need to build the function descriptions first. These get built if you have docbook installed. You can also manually build with the statement:</para>
          <programlisting>make comments</programlisting>
          <para>Building the comments is not necessary if you are building from a release tar ball since these are packaged pre-built with the tar ball already.</para>
          <para>If you are building against PostgreSQL 9.1, the extensions should automatically build as part of the make install process.  You can if needed build from the extensions
-         folders or copy files if you need them on a differnt server. </para>
+         folders or copy files if you need them on a different server. </para>
          <programlisting>cd extensions
 cd postgis
 make clean
@@ -1293,7 +1292,7 @@ ALTER EXTENSION postgis_topology UPDATE TO "&last_release_version;";</programlis
     be used at all.
     All your custom records with invalid SRIDs will be retained,
     with those > 999999 moved into the reserved range, but the
-    spatial_ref_sys table would loose a check contraint guarding
+    spatial_ref_sys table would loose a check constraint guarding
     for that invariant to hold and possibly also its primary key
     ( when multiple invalid SRIDS get converted to the same reserved
     SRID value ).
index ede286d0ed74701fcb5f40042a3aa90caf9053bd..909596619bdd531d54fc7ca2aa7fe8ab023b5a2d 100644 (file)
@@ -2243,7 +2243,7 @@ SELECT ST_Y(ST_Centroid(ST_GeomFromEWKT('LINESTRING(1 2 3 4, 1 1 1 1)')));
 
                <note>
                  <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior
-                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text represenation, since that will not auto-cast.</para>
+                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text representation, since that will not auto-cast.</para>
                </note>
 
                <para>&Z_support;</para>
@@ -2311,7 +2311,7 @@ st_xmax
 
                <note>
                  <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior
-                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text represenation, since that will not auto-cast.</para>
+                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text representation, since that will not auto-cast.</para>
                </note>
 
                <para>&Z_support;</para>
@@ -2435,7 +2435,7 @@ SELECT ST_Y(ST_Centroid(ST_GeomFromEWKT('LINESTRING(1 2 3 4, 1 1 1 1)')));
 
                <note>
                  <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior
-                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text represenation, since that will not auto-cast.</para>
+                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text representation, since that will not auto-cast.</para>
                </note>
 
                <para>&Z_support;</para>
@@ -2503,7 +2503,7 @@ st_ymax
 
                <note>
                  <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior
-                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text represenation, since that will not auto-cast.</para>
+                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text representation, since that will not auto-cast.</para>
                </note>
 
                <para>&Z_support;</para>
@@ -2620,7 +2620,7 @@ st_ymin
 
                <note>
                  <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior
-                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text represenation, since that will not auto-cast.</para>
+                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text representation, since that will not auto-cast.</para>
                </note>
 
                <para>&Z_support;</para>
@@ -2748,7 +2748,7 @@ SELECT ST_Zmflag(ST_GeomFromEWKT('POINT(1 2 3 4)'));
 
                <note>
                  <para>Although this function is only defined for box3d, it will work for box2d and geometry because of the auto-casting behavior
-                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text represenation, since that will not auto-cast.</para>
+                       defined for geometries and box2d.  However you can not feed it a geometry or box2d text representation, since that will not auto-cast.</para>
                </note>
 
                <para>&Z_support;</para>
index ec498aea5edb74cabf7636b3b3e15f440eea3737..7ff8f00132277dfea20bd303f18e58a9984f7e24 100644 (file)
@@ -8,7 +8,7 @@
 
                <refpurpose>Adds a geometry column to an existing table of
                attributes. By default uses type modifier to define rather than constraints.  
-               Pass in false for use_typmod to get old check contraint based behavior</refpurpose>
+               Pass in false for use_typmod to get old check constraint based behavior</refpurpose>
          </refnamediv>
 
          <refsynopsisdiv>
@@ -873,12 +873,12 @@ DROP TABLE my_schema.my_spatial_table;
                table oid, this function tries to determine the srid, dimension, and
                type of all the geometries in the view, inserting appropriate entries
                into the <varname>geometry_columns</varname> table, but nothing is done
-               to enforce contraints.</para>
+               to enforce constraints.</para>
 
                <para>The parameterless variant is a simple wrapper for the parameterized
                variant that first truncates and repopulates the geometry_columns table
                for every spatial table and view in the database, adding spatial
-               contraints to tables where appropriate.  It returns a summary of the
+               constraints to tables where appropriate.  It returns a summary of the
                number of geometry columns detected in the database and the number that
                were inserted into the <varname>geometry_columns</varname> table.  The
                parameterized version simply returns the number of rows inserted into
index 813f93727037673f31ca822e9d2a08fc9f67bfa7..cfba80b04c091972686dc44bb3bf26460daf5b65 100644 (file)
@@ -72,7 +72,7 @@ The optional third parameter (currently only applies to geometry) can either spe
 <para>'join=round|mitre|bevel' : join style (defaults to "round", needs GEOS-3.2 or higher for a different value). 'miter' is also accepted as a synonym for 'mitre'.</para>
 </listitem>
 <listitem>
-<para>'mitre_limit=#.#' : mitre ratio limit (only affects mitred join style). 'miter_limit' is also accepted as a synonym for 'mitre_limit'.</para>
+<para>'mitre_limit=#.#' : mitre ratio limit (only affects mitered join style). 'miter_limit' is also accepted as a synonym for 'mitre_limit'.</para>
 </listitem>
 </itemizedlist>
                                </para>
index 892f14e2c8d8aaa8b50176fe852c7737670ac3c0..564f808f35b8e0fe1bd6886cb4d76b22f3c44f11 100644 (file)
@@ -7,7 +7,7 @@
   functions to the raster objects which are not of use to a general
   user.</para>
   <para><varname>raster</varname> is a new PostGIS type for storing and analyzing raster data. </para>
-  <para>For loading rasters from raster files please refere to <xref linkend="RT_Loading_Rasters" /></para>  
+  <para>For loading rasters from raster files please refer to <xref linkend="RT_Loading_Rasters" /></para>  
    
     <para>For the examples in this reference we will be using a raster table of dummy rasters - Formed with the following code </para>
 <programlisting>CREATE TABLE dummy_rast(rid integer, rast raster);
@@ -388,12 +388,12 @@ VALUES (1,
                        <listitem><para><varname>blocksize</varname> sets both X and Y blocksize</para></listitem>
                        <listitem><para><varname>blocksize_x</varname> sets X tile (width in pixels of each tile)</para></listitem>
                        <listitem><para><varname>blocksize_y</varname> sets Y tile (height in pixels of each tile)</para></listitem>
-                       <listitem><para><varname>extent</varname> computes extent of whole table and applys constraint all rasters must be withint that extent</para></listitem>
+                       <listitem><para><varname>extent</varname> computes extent of whole table and applys constraint all rasters must be within that extent</para></listitem>
 
                        <listitem><para><varname>num_bands</varname> number of bands</para></listitem>
                        <listitem><para><varname>pixel_types</varname> reads array of pixel types for each band ensure all band n have same pixel type</para></listitem>
                        <listitem><para><varname>regular_blocking</varname> apply informational flag to denote all tiles are regularly blocked</para></listitem>
-                       <listitem><para><varname>same_alignment</varname> ensures they all have same alignment meanign any two tiles you compare will return true for. Refer to <xref linkend="RT_ST_SameAlignment" /></para></listitem>
+                       <listitem><para><varname>same_alignment</varname> ensures they all have same alignment meaning any two tiles you compare will return true for. Refer to <xref linkend="RT_ST_SameAlignment" /></para></listitem>
                        <listitem><para><varname>srid</varname> ensures all have same srid</para></listitem>
                        <listitem><para>More -- any listed as inputs into the above functions</para></listitem>
                </itemizedlist>
@@ -441,7 +441,7 @@ SELECT ST_AddBand(ST_MakeEmptyRaster(1000, 1000, 0.3, -0.3, 2, 2, 0, 0,4326), 1,
 SELECT AddRasterConstraints('public'::name, 'myrasters2'::name, 'rast'::name,'regular_blocking', 'blocksize');
 -- get notice--
 NOTICE:  Adding regular blocking constraint
-INFO:  The regular_blocking constraint is just a flag indicating that the column "rast" is regularly blocked.  As no function exist yet to assert that a raster column is regularly blocked, it is up to the end-user to ensure that the column is truely regularly blocked.
+INFO:  The regular_blocking constraint is just a flag indicating that the column "rast" is regularly blocked.  As no function exist yet to assert that a raster column is regularly blocked, it is up to the end-user to ensure that the column is truly regularly blocked.
 CONTEXT:  PL/pgSQL function "addrasterconstraints" line 85 at assignment
 NOTICE:  Adding blocksize-X constraint
 NOTICE:  Adding blocksize-Y constraint</programlisting>
@@ -578,7 +578,7 @@ NOTICE:  Adding blocksize-Y constraint</programlisting>
                <para>Drops PostGIS raster constraints that refer to a raster table column that were added by <xref linkend="RT_AddRasterConstraints" />. Useful if you need to load more data or update your raster column data.
                You do not need to do this if you want to get rid of a raster table or a raster column. </para>
                <para>To drop a raster table use the standard <programlisting>DROP TABLE mytable</programlisting></para>
-               <para>To drop justa  araster column and leave the rest of the table, use standard SQL <programlisting>ALTER TABLE mytable DROP COLUMN rast</programlisting></para>
+               <para>To drop just a  raster column and leave the rest of the table, use standard SQL <programlisting>ALTER TABLE mytable DROP COLUMN rast</programlisting></para>
                <para>the table will disappear from the <varname>raster_columns</varname> catalog if the column or table is dropped.  However if only the constraints are dropped, the
                raster column will still be listed in the <varname>raster_columns</varname> catalog, but there will be no other information about it aside from the column name and table.</para>
                <para>Availability: 2.0.0</para>
@@ -1620,7 +1620,7 @@ rid | numbands
                                
                                <para>Returns the height of a pixel in geometric units of the spatial reference system. In the common case where 
                                there is no skew, the pixel height is just the scale ratio between geometric coordinates and raster pixels.</para>
-                               <para>Refer to <xref linkend="RT_ST_PixelWidth" /> for a diagramatic visualization of the relationship. </para>
+                               <para>Refer to <xref linkend="RT_ST_PixelWidth" /> for a diagrammatic visualization of the relationship. </para>
                        </refsection>
                        
                        <refsection>
@@ -7769,7 +7769,7 @@ FROM sometable WHERE filename IN('dem01', 'dem02') GROUP BY filename;</programli
                        
                        <refsection>
                                <title>Examples: Return a multi-band raster that is the union of tiles intersecting geometry</title>
-                               <programlisting>-- this creates a muli band raster collecting all the tiles that intersect a line
+                               <programlisting>-- this creates a multi band raster collecting all the tiles that intersect a line
 SELECT ST_AddBand(NULL,ARRAY[ST_Union(rast,1), ST_Union(rast,2), ST_Union(rast,3) ])
 FROM aerials.boston
 WHERE ST_Intersects(rast,  ST_GeomFromText('LINESTRING(230486 887771, 230500 88772)',26986) );</programlisting>
index c6855c879f939eaef11131a9179780a131c20d33..604499dd90bbe91eae388e78d2e69e579a97b78d 100644 (file)
@@ -81,7 +81,7 @@
         </varlistentry>
      
                <varlistentry>
-                       <term>Raster processing: Applying contraints for proper registering in raster catalogs</term>
+                       <term>Raster processing: Applying constraints for proper registering in raster catalogs</term>
                        <listitem>
                                <para>
                                        <variablelist>