Changes between Version 21 and Version 22 of CookBook Postgis
- Timestamp:
- Feb 7, 2010 2:26:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CookBook Postgis
v21 v22 38 38 USING GIST ( the_geom GIST_GEOMETRY_OPS ); 39 39 }}} 40 http://www.postgis.fr/documentation/debian/postgis-1.1.2/html/ch02.html#id2499646 41 Usefull 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()