Changes between Version 21 and Version 22 of CookBook Postgis


Ignore:
Timestamp:
Feb 7, 2010 2:26:44 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified CookBook Postgis

    v21 v22  
    3838  USING GIST ( the_geom GIST_GEOMETRY_OPS );  
    3939}}} 
     40http://www.postgis.fr/documentation/debian/postgis-1.1.2/html/ch02.html#id2499646 
     41Usefull functions in postgis, they take as argument a geom 
     42 * Area2d() 
     43 * geometrytype() 
     44 * Distance(A,B)  
     45 * WithIn(A,B) A inside B 
     46 * Min() 
     47 * Distance()