[postgis-users] postgis 1.4 and curves

Simon Greener simon at spatialdbadvisor.com
Tue Aug 4 04:35:43 PDT 2009


I have been trying out the new ST_Union in 1.4 and have a question.

I note that, whenever I hit an error like this:

NOTICE:  TopologyException: found non-noded intersection between 5.74214e+006 7.36573e+006, 5.74304e+006 7.36666e+006 and 5.74339e+006 7.36629e+006, 5.74304e+006 7.36666e+006 5.74304e+006 7.36666e+006

ST_Union fails to produce a result.

Is there anything I can do to address this TopologyException issue within PostGIS.

regards
Simon
On Wed, 29 Jul 2009 19:48:41 +1000, Mario Jurcevic <mario at geosar.ch> wrote:

> Hello,
> postgis 1.4 has suport for curved polygons that is great, but not the
> functions like st_union,st_intersection.
> Is planned that this functions will support curves?
> I tried a workarround transofrming curves to lines with:
> set_union( st_linetocurve( st_curvetoline(the_geom) ) ) but the resulting
> geometry has arcs modified in a strange
> way, it always add a little segment at the beginning or end of the original
> curve.
>
> Maybe a bug in st_linetocurve?
>
> Thanks
>
> Mario
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
> 



-- 
SpatialDB Advice and Design, Solutions Architecture and Programming,
Oracle Database 10g Administrator Certified Associate; Oracle Database 10g SQL Certified Professional
Oracle Spatial, SQL Server, PostGIS, MySQL, ArcSDE, Manifold GIS, FME, Radius Topology and Studio Specialist.
39 Cliff View Drive, Allens Rivulet, 7150, Tasmania, Australia.
Website: www.spatialdbadvisor.com
  Email: simon at spatialdbadvisor.com
  Voice: +61 362 396397
Mobile: +61 418 396391
Skype: sggreener
Longitude: 147.20515 (147° 12' 18" E)
Latitude: -43.01530 (43° 00' 55" S)
NAC:W80CK 7SWP3



More information about the postgis-users mailing list