From: Paul Ramsey Date: Fri, 20 Jul 2001 23:49:49 +0000 (+0000) Subject: Entered 0.5 change list X-Git-Tag: pgis_0_5_0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b052ce139ba0ae9766883ad66ac5f12e3890c372;p=postgis Entered 0.5 change list git-svn-id: http://svn.osgeo.org/postgis/trunk@28 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 04a7552aa..cf2ae25b7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,39 @@ +PostGIS 0.5 + +- New functions + - Dimension() + - GeometryType() + - Envelope() + - X(), Y(), Z() + - NumPoints() + - PointN() + - ExteriorRing() + - NumInteriorRings() + - InteriorRingN() + - NumGeometries() + - GeometryN() + - Length_Spheroid() + - Length3D_Spheroid() + - AsBinary() + XDR and NDR variants + - force_collection() +- Removed functions + - wkb_ndr() + - wkb_xdr() +- New Objects + - SPHEROID(,,) + To be used with the length_spheroid functions for accurate + length calculations on lat/lon data. +- Minor bug fixes +- Internal Functions + - Extra constructors to make geometry manipulation easier +- Structural Reorganization + - Broke postgis.c up into four new files + postgis_debug.c -- debugging functions + postgis_fn.c -- generic functions (like length()) + postgis_ops.c -- operators and indexing functions + postgis_inout.c -- type support functions and data conversion functions + + PostGIS 0.2 2001/06/19