Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
Transformation2D |
Transformation2D.copy()
Returns a copy of the Transformation2D object.
|
Modifier and Type | Method and Description |
---|---|
void |
Point.applyTransformation(Transformation2D transform) |
void |
MultiPoint.applyTransformation(Transformation2D transform) |
void |
MultiPath.applyTransformation(Transformation2D transform) |
void |
Line.applyTransformation(Transformation2D transform) |
abstract void |
Geometry.applyTransformation(Transformation2D transform)
Applies 2D affine transformation in XY plane.
|
void |
Envelope.applyTransformation(Transformation2D transform) |
void |
Transformation2D.extractScaleTransform(Transformation2D scale,
Transformation2D rotateNshearNshift)
Extracts scaling part of the transformation.
|
void |
Transformation2D.inverse(Transformation2D inverse)
Produces inverse matrix for this matrix and puts result into the inverse
parameter.
|
void |
Transformation2D.mulLeft(Transformation2D left)
Multiplies this matrix on the left with the "left" matrix.
|
void |
Transformation2D.multiply(Transformation2D right)
Multiplies this matrix on the right with the "right" matrix.
|
static void |
Transformation2D.multiply(Transformation2D a,
Transformation2D b,
Transformation2D result)
Performs multiplication of matrices a and b and places the result into
this matrix.
|
Copyright © 2018. All rights reserved.