Uses of Class
org.opengis.coordinate.MismatchedDimensionException
Packages that use MismatchedDimensionException
Package
Description
Root package for geometries.
Coordinate operations (relationship between any two CRS).
-
Uses of MismatchedDimensionException in org.opengis.geometry
Subclasses of MismatchedDimensionException in org.opengis.geometry -
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
.
org.opengis.coordinate
package.