Changes between Version 6 and Version 7 of UsersWikiplpgsqlfunctions
- Timestamp:
- 04/19/09 00:40:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiplpgsqlfunctions
v6 v7 99 99 }}} 100 100 101 * '''Shift a straight line along dist units '''101 * '''Shift a straight line along dist units along its perpendicular''' 102 102 {{{ 103 #!sql 103 104 CREATE OR REPLACE FUNCTION upgis_lineshift(centerline geometry, dist double precision) 104 105 RETURNS geometry AS