Package org.geotools.gml3
Class AbsoluteTolerance
Object
AbsoluteTolerance
- All Implemented Interfaces:
- LinearizationTolerance
- Author:
- Erik van de Pol
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetTolerance(Circle circle) Returns the linearization tolerance for the arc linearization algorithm.
- 
Constructor Details- 
AbsoluteTolerancepublic AbsoluteTolerance(double tolerance) 
 
- 
- 
Method Details- 
getToleranceDescription copied from interface:LinearizationToleranceReturns the linearization tolerance for the arc linearization algorithm.- Specified by:
- getTolerancein interface- LinearizationTolerance
- Parameters:
- circle- The circle the Arc is part of. This circle is calculated during the Arc linearization algorithm.
- Returns:
- The maximum distance after linearization, between the original Arc and the linearized Arc.
 
 
-