Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jts-dev] When EnhancedPrecision should be used

Hi Martin,

In OpenJUMP, we have an old piece of code (probably yours) which performs overlay operation
using EnhancedPrecisionOp.

It seems that current version of Geometry.intersection() method uses SnapIfNeededOverlayOp which uses EnhancedPrecisionOp behind the scene when standard intersection fails.

Does direct call to EnhancedPrecision#intersection still makes sense or did you include all its
benefice in the standard methods of geometry ?

Thanks for your help,

Michaël


Back to the top