Interface ToleranceModifier


public interface ToleranceModifier
Modifies the tolerance threshold before to compare a calculated value against its expected value. When a TestCase is run, GeoAPI invoke the adjust(…) method. The first given argument will be the default tolerance thresholds computed by the TestCase being run. Implementation can modify those tolerances in an arbitrary number of dimensions. Different implementations are available for different cases. For example:
  • Allowing a greater tolerance threshold along the vertical axis compared to the horizontal axis.
  • In a geographic CRS, ignoring offsets of 360° in longitude.
  • In a geographic CRS, ignoring the longitude value if the latitude is at a pole.
Since:
3.1