Uses of Class
org.opengis.referencing.operation.TransformException
Packages that use TransformException
Package
Description
Coordinate operations (relationship between any two CRS).
Validators and test suites for the
org.opengis.referencing package.-
Uses of TransformException in org.opengis.referencing.operation
Subclasses of TransformException in org.opengis.referencing.operationModifier and TypeClassDescriptionclassThrown whenMathTransform.inverse()is invoked but the transform cannot be inverted.Methods in org.opengis.referencing.operation that throw TransformExceptionModifier and TypeMethodDescriptionMathTransform2D.createTransformedShape(Shape shape) Transforms the specified shape.MathTransform.derivative(DirectPosition point) Gets the derivative of this transform at a point.doubleMathTransform1D.derivative(double value) Gets the derivative of this function at a value.MathTransform2D.derivative(Point2D point) Gets the derivative of this transform at a point.CoordinateOperation.transform(CoordinateSet data) Changes coordinates from being referenced to the source CRS and/or epoch to being referenced to the target CRS and/or epoch.voidMathTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms an array of double-precision coordinate tuples.voidMathTransform.transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms an array of double-precision coordinate tuples, then converts to single-precision.voidMathTransform.transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Converts an array of single-precision coordinate tuples to double precision, then transform.voidMathTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms an array of single-precision coordinate tuples.default intMathTransform.transform(DoubleBuffer srcPts, DoubleBuffer dstPts) Transforms a buffer of double-precision coordinate tuples.default intMathTransform.transform(DoubleBuffer srcPts, FloatBuffer dstPts) Transforms coordinate tuples and converts the result to single-precision.default intMathTransform.transform(FloatBuffer srcPts, DoubleBuffer dstPts) Converts simple-precision coordinate tuples to double-precision and transform them.default intMathTransform.transform(FloatBuffer srcPts, FloatBuffer dstPts) Transforms a buffer of single-precision coordinate tuples.MathTransform.transform(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrcand stores the result inptDst.doubleMathTransform1D.transform(double value) Transforms the specified value.Transforms the specifiedptSrcand stores the result inptDst. -
Uses of TransformException in org.opengis.test.referencing
Methods in org.opengis.test.referencing that throw TransformExceptionModifier and TypeMethodDescriptionvoidParameterizedTransformTest.testAbridgedMolodensky()Tests theAbridged Molodensky
(EPSG:9605) datum shift operation.voidAffineTransformTest.testAxisSwapping2D()Tests a transform swapping the axes in a two-dimensional space.voidParameterizedTransformTest.testCassiniSoldner()Tests theCassini-Soldner
(EPSG:9806) projection method.voidAffineTransformTest.testDimensionReduction()Tests a transform which reduce the number of dimensions from 4 to 2.voidAuthorityFactoryTest.testEPSG_2065()Tests the EPSG:2065 (CRS S-JTSK (Ferro) / Krovak) projected CRS.voidAuthorityFactoryTest.testEPSG_2314()Tests the EPSG:2314 (Trinidad 1903 / Trinidad Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_24200()Tests the EPSG:24200 (JAD69 / Jamaica National Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_27700()Tests the EPSG:27700 (OSGB 1936 / British National Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_28992()Tests the EPSG:28992 (Amersfoort / RD New) projected CRS.voidAuthorityFactoryTest.testEPSG_29873()Tests the EPSG:29873 (Timbalai 1948 / RSO Borneo (m)) projected CRS.voidAuthorityFactoryTest.testEPSG_3002()Tests the EPSG:3002 (Makassar / NEIEZ) projected CRS.voidAuthorityFactoryTest.testEPSG_3032()Tests the EPSG:3032 (WGS 84 / Australian Antarctic Polar Stereographic) projected CRS.voidAuthorityFactoryTest.testEPSG_3035()Tests the EPSG:3035 (ETRS89 / LAEA Europe) projected CRS.voidAuthorityFactoryTest.testEPSG_31300()Tests the EPSG:31300 (Belge 1972 / Belge Lambert 72) projected CRS.voidAuthorityFactoryTest.testEPSG_3139()Tests the EPSG:3139 (Vanua Levu 1915 / Vanua Levu Grid) projected CRS.voidAuthorityFactoryTest.testEPSG_32040()Tests the EPSG:32040 (NAD27 / Texas South Central) projected CRS.voidAuthorityFactoryTest.testEPSG_32661()Tests the EPSG:32661 (WGS 84 / UPS North (N,E)) projected CRS.voidAuthorityFactoryTest.testEPSG_3388()Tests the EPSG:3388 (Pulkovo 1942 / Caspian Sea Mercator) projected CRS.voidAuthorityFactoryTest.testEPSG_3857()Tests the EPSG:3857 (WGS 84 / Pseudo-Mercator) projected CRS.voidAuthorityFactoryTest.testEPSG_5041()Tests the EPSG:5041 (WGS 84 / UPS North (E,N)) projected CRS.voidParameterizedTransformTest.testEquidistantCylindrical()Tests theEquidistant Cylindrical
(EPSG:1028) projection.voidAffineTransformTest.testGeneral()Tests using a combination of scale, rotation and translation in a two-dimensional space.voidAffineTransformTest.testGenericScale2D()Tests using a non-uniform scale factor of (3,4) in a two-dimensional space.voidParameterizedTransformTest.testGeocentricTopocentric()Tests theGeocentric/topocentric conversions
(EPSG:9836).voidParameterizedTransformTest.testGeographicTopocentric()Tests theGeographic/topocentric conversions
(EPSG:9837).voidParameterizedTransformTest.testHotineObliqueMercator()Tests theHotine Oblique Mercator (variant B)
(EPSG:9815) projection method.voidParameterizedTransformTest.testHyperbolicCassiniSoldner()Tests theHyperbolic Cassini-Soldner
(EPSG:9833) projection method.voidAffineTransformTest.testIdentity1D()Tests using an identity transform in an one-dimensional space.voidAffineTransformTest.testIdentity2D()Tests using an identity transform in a two-dimensional space.voidAffineTransformTest.testIdentity3D()Tests using an identity transform in a three-dimensional space.voidParameterizedTransformTest.testKrovak()Tests theKrovak
(EPSG:9819) projection.voidParameterizedTransformTest.testLambertAzimuthalEqualArea()Tests theLambert Azimuthal Equal Area
(EPSG:9820) projection method.voidParameterizedTransformTest.testLambertConicConformal1SP()Tests theLambert Conic Conformal (1SP)
(EPSG:9801) projection method.voidParameterizedTransformTest.testLambertConicConformal2SP()Tests theLambert Conic Conformal (2SP)
(EPSG:9802) projection method.voidParameterizedTransformTest.testLambertConicConformalBelgium()Tests theLambert Conic Conformal (2SP Belgium)
(EPSG:9803) projection method.voidParameterizedTransformTest.testLambertConicConformalMichigan()Tests theLambert Conic Conformal (2SP Michigan)
(EPSG:1051) projection method.voidParameterizedTransformTest.testMercator1SP()Tests theMercator (variant A)
(EPSG:9804) projection method.voidParameterizedTransformTest.testMercator2SP()Tests theMercator (variant B)
(EPSG:9805) projection method.voidParameterizedTransformTest.testMercatorSpherical()Tests theMercator (Spherical)
(EPSG:1026) projection method.voidParameterizedTransformTest.testMercatorVariantC()Tests theMercator (variant C)
(EPSG:1044) projection method.voidParameterizedTransformTest.testMiller()Tests theIGNF:MILLER
projection.voidParameterizedTransformTest.testModifiedAzimuthalEquidistant()Tests theModified Azimuthal Equidistant
(EPSG:9832) projection.voidParameterizedTransformTest.testObliqueStereographic()Tests theOblique Stereographic
(EPSG:9809) projection method.voidParameterizedTransformTest.testOrthographic()Tests theOrthographic
(EPSG:9840) projection.voidParameterizedTransformTest.testPolarStereographicA()Tests thePolar Stereographic (variant A)
(EPSG:9810) projection method.voidParameterizedTransformTest.testPolarStereographicB()Tests thePolar Stereographic (variant B)
(EPSG:9829) projection method.voidParameterizedTransformTest.testPolarStereographicC()Tests thePolar Stereographic (variant C)
(EPSG:9830) projection method.voidParameterizedTransformTest.testPolyconic()Tests theAmerican Polyconic
(EPSG:9818) projection.voidParameterizedTransformTest.testPseudoMercator()Tests theMercator Popular Visualisation Pseudo Mercator
(EPSG:1024) projection method.voidAffineTransformTest.testRotation2D()Tests using an anticlockwise 30° rotation in a two-dimensional space.voidAffineTransformTest.testSouthOrientated2D()Tests using a 180° rotation in a two-dimensional space.voidAffineTransformTest.testTranslatation2D()Tests using a translation of (400000,-100000) metres in a two-dimensional space.voidParameterizedTransformTest.testTransverseMercator()Tests theTransverse Mercator
(EPSG:9807) projection method.voidParameterizedTransformTest.testTransverseMercatorSouthOrientated()Tests the Transverse Mercator (South Orientated) (EPSG:9808) projection method.voidAffineTransformTest.testUniformScale2D()Tests using a uniform scale factor of 0.3048 in a two-dimensional space.protected float[]TransformTestCase.verifyConsistency(float... sourceFloats) Transforms coordinates using various versions ofMathTransform.transform(…)and verifies that they produce the same numerical values.protected voidTransformTestCase.verifyDerivative(double... coordinates) Computes the derivative at the given point and compares the result with the finite differences approximation.protected float[]TransformTestCase.verifyInDomain(double[] minOrdinates, double[] maxOrdinates, int[] numOrdinates, Random randomGenerator) Verifies all supported transform operations in the given domain.protected voidTransformTestCase.verifyInverse(double... coordinates) Transforms the given coordinates, applies the inverse transform and compares with the original values.protected voidTransformTestCase.verifyInverse(float... coordinates) Transforms the given coordinates, applies the inverse transform and compares with the original values.protected voidTransformTestCase.verifyTransform(double[] coordinates, double[] expected) Transforms the given coordinates and verifies that the result is equal (within a positive delta) to the expected ones.