Uses of Interface
org.opengis.test.ToleranceModifier
Packages that use 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
Fields in org.opengis.test declared as ToleranceModifierModifier and TypeFieldDescriptionstatic final ToleranceModifierToleranceModifier.GEOGRAPHICConverts λ and φ tolerance values from metres to degrees before comparing geographic coordinates.static final ToleranceModifierToleranceModifier.GEOGRAPHIC_φλConverts φ and λ tolerance values from metres to degrees before comparing geographic coordinates.static final ToleranceModifierToleranceModifier.PROJECTIONConverts λ and φ tolerance values from metres to degrees before comparing the result of an reverse projection.static final ToleranceModifierToleranceModifier.PROJECTION_FROM_φλConverts φ and λ tolerance values from metres to degrees before comparing the result of an reverse projection.static final ToleranceModifierToleranceModifier.RELATIVEMakes the tolerance values relative to the coordinate values being compared.Methods in org.opengis.test that return ToleranceModifierModifier and TypeMethodDescriptionstatic ToleranceModifierToleranceModifiers.concatenate(ToleranceModifier first, ToleranceModifier second) Returns a concatenation of two existing modifiers.static ToleranceModifierToleranceModifiers.geographic(int λDimension, int φDimension) Converts λ and φ tolerance values from metres to degrees before comparing geographic coordinates.static ToleranceModifierToleranceModifiers.maximum(ToleranceModifier... modifiers) Returns a modifier which will return the maximal tolerance threshold of all the given modifiers for each dimension.static ToleranceModifierToleranceModifiers.projection(int λDimension, int φDimension) Converts λ and φ tolerance values from metres to degrees before comparing the result of an reverse projection.static ToleranceModifierToleranceModifiers.scale(Set<CalculationType> types, double... factors) Multiplies tolerance values by the given factors.Methods in org.opengis.test with parameters of type ToleranceModifierModifier and TypeMethodDescriptionstatic ToleranceModifierToleranceModifiers.concatenate(ToleranceModifier first, ToleranceModifier second) Returns a concatenation of two existing modifiers.static ToleranceModifierToleranceModifiers.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
Fields in org.opengis.test.referencing declared as ToleranceModifierModifier and TypeFieldDescriptionprotected ToleranceModifierTransformTestCase.toleranceModifierOptional modification to the TransformTestCase.tolerance threshold before to compare a coordinate tuple.