Uses of Class
com.esri.core.geometry.Transformation2D
Packages that use Transformation2D
-
Uses of Transformation2D in com.esri.core.geometry
Methods in com.esri.core.geometry that return Transformation2DModifier and TypeMethodDescriptionTransformation2D.copy()Returns a copy of the Transformation2D object.Methods in com.esri.core.geometry with parameters of type Transformation2DModifier and TypeMethodDescriptionvoidEnvelope.applyTransformation(Transformation2D transform) abstract voidGeometry.applyTransformation(Transformation2D transform) Applies 2D affine transformation in XY plane.voidLine.applyTransformation(Transformation2D transform) voidMultiPath.applyTransformation(Transformation2D transform) voidMultiPoint.applyTransformation(Transformation2D transform) voidPoint.applyTransformation(Transformation2D transform) voidTransformation2D.extractScaleTransform(Transformation2D scale, Transformation2D rotateNshearNshift) Extracts scaling part of the transformation. this == scale * rotateNshearNshift.voidTransformation2D.inverse(Transformation2D inverse) Produces inverse matrix for this matrix and puts result into the inverse parameter.voidTransformation2D.mulLeft(Transformation2D left) Multiplies this matrix on the left with the "left" matrix.voidTransformation2D.multiply(Transformation2D right) Multiplies this matrix on the right with the "right" matrix.static voidTransformation2D.multiply(Transformation2D a, Transformation2D b, Transformation2D result) Performs multiplication of matrices a and b and places the result into this matrix.