public class AbsoluteTolerance extends Object implements LinearizationTolerance
Constructor and Description |
---|
AbsoluteTolerance(double tolerance) |
Modifier and Type | Method and Description |
---|---|
double |
getTolerance(Circle circle)
Returns the linearization tolerance for the arc linearization algorithm.
|
public double getTolerance(Circle circle)
LinearizationTolerance
getTolerance
in interface LinearizationTolerance
circle
- The circle the Arc is part of. This circle is calculated during the Arc
linearization algorithm.Copyright © 1996–2019 Geotools. All rights reserved.