Enum Class CalculationType

Object
Enum<CalculationType>
CalculationType
All Implemented Interfaces:
Serializable, Comparable<CalculationType>, Constable

public enum CalculationType extends Enum<CalculationType>
The kind of calculation that produced the DirectPositions being compared. This enumeration is expected by all assertCoordinateEquals(…) methods in the TransformTestCase class. The enumeration values are consumed by the following methods: For example, if a precision of 10 centimetres is requested for a map projection, then that tolerance threshold must be converted from metres to decimal degrees (approximately 1E-6°) when testing the reverse projection. This enumeration allows ToleranceModifier implementations to know when such conversion is needed.
Since:
3.1