Uses of Class
org.opengis.geometry.MismatchedDimensionException
Packages that use MismatchedDimensionException
Package
Description
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 MismatchedDimensionExceptionModifier and TypeMethodDescriptionMathTransform.derivative
(DirectPosition point) Gets the derivative of this transform at a point.MathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
.