Changes between Version 33 and Version 34 of UsersWikiplpgsqlfunctions
- Timestamp:
- 08/05/20 15:48:25 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiplpgsqlfunctions
v33 v34 73 73 COMMENT ON FUNCTION st_createarc(geometry,geometry,geometry,text) IS 'Generates an arc based on starting point, ending point, centre of arc, and direction (clockwise: \'cw\', conter-clockwise: \'cc\', or size \'major\' or \'minor\'). All geometries must be of type POINT and this function returns a linestring of the arc based on the original SRID and 32 points per quarter circle. Requires the utmzone function.'; 74 74 75 76 77 78 79 80 81 82 83 84 }}} 85 86 == Convert Degree/Minutes/Seconds to Decimal Degrees == 75 }}} 76 77 == Convert Degree Minutes Seconds to Decimal Degrees == 87 78 88 79 This is from Simon Greener's article [http://www.spatialdbadvisor.com/postgis_tips_tricks/115/dms2dd-for-postgis/ DMS2DD for PostGIS]