OptimoRoute
optimoroute
Spatial Solutions Architect and Database Expert
optimoroute
A set of functions that enable the conversion of the native PostgreSQL geometric types to PostGIS geometry objects.
Introduction I comes as a surprise to some that PostgreSQL has it own native geometric type system. The geometric types are documented here but the list includes: point – Point on a plane – (x,y) lseg – Finite line segment – ((x1,y1),(x2,y2)) box – Rectangular box – ((x1,y1),(x2,y2)) path – Closed path (similar to polygon)Read More