Wraps a
Noder and transforms its input into the integer domain. This is intended for use with Snap-Rounding noders, which typically are only intended to work in the integer domain. Offsets can be provided to increase the number of digits of available precision.
Clients should be aware that rescaling can involve loss of precision, which can cause zero-length line segments to be created. These in turn can cause problems when used to build a planar graph. This situation should be checked for and collapsed segments removed if necessary.
Other
version: 1.7
public ScaledNoder(Noder noder, double scaleFactor)
public ScaledNoder(Noder noder, double scaleFactor, double offsetX, double offsetY)