public interface IAffineTransformation2D3 extends IAffineTransformation2D2, java.io.Serializable
Description: 'Provides access to members that define and manipulate affine transformations.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcd315758_16ae_4438_99b3_f5ffa6bcf3f3 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID8bedce87_6cee_4e7b_9d17_73b3562e9ae6IIDd12f81b4_d263_11d2_9f29_00c04f6bdd7fIID6f2cf924_7e00_11d0_82f4_0000f8034032| Modifier and Type | Method and Description |
|---|---|
void |
defineConformalFromControlPoints(int numPoints,
IPoint fromPoints,
IPoint toPoints)
Defines the best conformal affine transformation between two sets of points.
|
void |
queryLinearCoefficients(int direction,
double[] params_6_elements)
Returns the linear coefficients which define the two dimensional affine transformation.
|
void |
setLinearCoefficients(int direction,
double[] params_6_elements)
Sets the linear coefficients which define the two dimensional affine transformation.
|
getMoveOrigindefineFromControlPoints, defineFromEnvelopes, defineFromEnvelopesEx, defineReflection, getControlPointError, getRMSError, getRotation, getSpatialReference, getXScale, getXTranslation, getYScale, getYTranslation, isReflective, move, moveVector, postMultiply, preMultiply, project, reset, rotate, scale, setMoveOrigin, setSpatialReferenceByReftransformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsIIstatic final int IIDcd315758_16ae_4438_99b3_f5ffa6bcf3f3
static final int xxDummy
static final java.lang.String IID
void defineConformalFromControlPoints(int numPoints,
IPoint fromPoints,
IPoint toPoints)
throws java.io.IOException,
AutomationException
numPoints - The numPoints (in)fromPoints - A reference to a com.esri.arcgis.geometry.IPoint (in)toPoints - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryLinearCoefficients(int direction,
double[] params_6_elements)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)params_6_elements - The params_6_elements (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLinearCoefficients(int direction,
double[] params_6_elements)
throws java.io.IOException,
AutomationException
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)params_6_elements - The params_6_elements (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.