|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transformation2D | |
---|---|
com.esri.core.geometry | Provides classes for different types of geometries, e.g. |
Uses of Transformation2D in com.esri.core.geometry |
---|
Methods in com.esri.core.geometry that return Transformation2D | |
---|---|
Transformation2D |
Transformation2D.copy()
Returns a copy of the Transformation2D object. |
Methods in com.esri.core.geometry with parameters of type Transformation2D | |
---|---|
void |
Envelope.applyTransformation(Transformation2D transform)
|
abstract void |
Geometry.applyTransformation(Transformation2D transform)
Applies 2D affine transformation in XY plane. |
void |
Line.applyTransformation(Transformation2D transform)
|
void |
MultiPath.applyTransformation(Transformation2D transform)
|
void |
MultiPoint.applyTransformation(Transformation2D transform)
|
void |
Point.applyTransformation(Transformation2D transform)
|
void |
Transformation2D.extractScaleTransform(Transformation2D scale,
Transformation2D rotateNshearNshift)
Extracts scaling part of the transformation. this == scale * rotateNshearNshift. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |