Uses of Interface
org.opengis.test.ToleranceModifier
-
Packages that use ToleranceModifier Package Description org.opengis.test The GeoAPI conformance testing framework.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of ToleranceModifier in org.opengis.test
Fields in org.opengis.test declared as ToleranceModifier Modifier and Type Field Description static ToleranceModifierToleranceModifier. GEOGRAPHICConverts λ and φ tolerance values from metres to degrees before comparing geographic coordinates.static ToleranceModifierToleranceModifier. GEOGRAPHIC_φλConverts φ and λ tolerance values from metres to degrees before comparing geographic coordinates.static ToleranceModifierToleranceModifier. PROJECTIONConverts λ and φ tolerance values from metres to degrees before comparing the result of an inverse projection.static ToleranceModifierToleranceModifier. PROJECTION_FROM_φλConverts φ and λ tolerance values from metres to degrees before comparing the result of an inverse projection.static ToleranceModifierToleranceModifier. RELATIVEMakes the tolerance values relative to the ordinate values being compared.Methods in org.opengis.test that return ToleranceModifier Modifier and Type Method Description static 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 ToleranceModifier[]ToleranceModifiers. getImplementationSpecific(MathTransform transform)Returns all implementation-specific modifiers found on the classpath for the given math transform.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 inverse projection.static ToleranceModifierToleranceModifiers. scale(Set<CalculationType> types, double... factors)Multiplies tolerance values by the given factors.ToleranceModifierImplementationDetails. tolerance(MathTransform transform)Returns an object for modifying the tolerance thresholds when testing the given math transform, ornullif no change is needed.Methods in org.opengis.test with parameters of type ToleranceModifier Modifier and Type Method Description static 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 ToleranceModifier Modifier and Type Field Description protected ToleranceModifierTransformTestCase. toleranceModifierOptional modification to the TransformTestCase.tolerance threshold before to compare a coordinate points.
-