Uses of Interface
org.opengis.test.ToleranceModifier
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ToleranceModifier in org.opengis.test
Modifier and TypeFieldDescriptionstatic final ToleranceModifier
ToleranceModifier.GEOGRAPHIC
Converts λ and φ tolerance values from metres to degrees before comparing geographic coordinates.static final ToleranceModifier
ToleranceModifier.GEOGRAPHIC_φλ
Converts φ and λ tolerance values from metres to degrees before comparing geographic coordinates.static final ToleranceModifier
ToleranceModifier.PROJECTION
Converts λ and φ tolerance values from metres to degrees before comparing the result of an reverse projection.static final ToleranceModifier
ToleranceModifier.PROJECTION_FROM_φλ
Converts φ and λ tolerance values from metres to degrees before comparing the result of an reverse projection.static final ToleranceModifier
ToleranceModifier.RELATIVE
Makes the tolerance values relative to the coordinate values being compared.Modifier and TypeMethodDescriptionstatic ToleranceModifier
ToleranceModifiers.concatenate
(ToleranceModifier first, ToleranceModifier second) Returns a concatenation of two existing modifiers.static ToleranceModifier
ToleranceModifiers.geographic
(int λDimension, int φDimension) Converts λ and φ tolerance values from metres to degrees before comparing geographic coordinates.static ToleranceModifier
ToleranceModifiers.maximum
(ToleranceModifier... modifiers) Returns a modifier which will return the maximal tolerance threshold of all the given modifiers for each dimension.static ToleranceModifier
ToleranceModifiers.projection
(int λDimension, int φDimension) Converts λ and φ tolerance values from metres to degrees before comparing the result of an reverse projection.static ToleranceModifier
ToleranceModifiers.scale
(Set<CalculationType> types, double... factors) Multiplies tolerance values by the given factors.Modifier and TypeMethodDescriptionstatic ToleranceModifier
ToleranceModifiers.concatenate
(ToleranceModifier first, ToleranceModifier second) Returns a concatenation of two existing modifiers.static ToleranceModifier
ToleranceModifiers.maximum
(ToleranceModifier... modifiers) Returns a modifier which will return the maximal tolerance threshold of all the given modifiers for each dimension. -
Uses of ToleranceModifier in org.opengis.test.referencing
Modifier and TypeFieldDescriptionprotected ToleranceModifier
TransformTestCase.toleranceModifier
Optional modification to the TransformTestCase.tolerance threshold before to compare a coordinate tuple.