[postgis-devel] EnhancedPrecisionOp

Carl Anderson carl.anderson at vadose.org
Tue Dec 21 16:31:31 PST 2004


I continue to try to find a workable solution to precision related problems.

Is EnhancedPrecisionOp in GEOS worthwhile to convert to?

ie in lwgeom_geos_wrapper.cpp
not
      g1->difference(g2);
but
     EnhancedPrecisionOp::difference(g1,g2);


C.



More information about the postgis-devel mailing list