Uses of Class
org.opengis.geometry.MismatchedDimensionException
-
Packages that use MismatchedDimensionException Package Description org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). -
-
Uses of MismatchedDimensionException in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that throw MismatchedDimensionException Modifier and Type Method Description MatrixMathTransform. derivative(DirectPosition point)Gets the derivative of this transform at a point.DirectPositionMathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)Transforms the specifiedptSrcand stores the result inptDst.
-