public interface IAffineTransformation3D extends ITransformation, java.io.Serializable
Description: 'Provides access to members that define and manipulate affine transformations in 3D.' 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 |
IIDc3e86164_2f35_4068_8706_0a07614f6ac3 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier and Type | Method and Description |
---|---|
void |
defineFromControlPoints(int numPoints,
IPoint fromPoints,
IPoint toPoints)
Defines the best 3D affine transformation between two sets of points.
|
void |
getControlPointError(int i,
double[] fromError,
double[] toError)
Returns the errors involved in moving control point i from the 'from' to 'to' system.
|
void |
getRMSError(double[] fromError,
double[] toError)
RMS (Root Mean Square) error expressed relative to the 'from' and 'to' points defining the transformation.
|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
static final int IIDc3e86164_2f35_4068_8706_0a07614f6ac3
static final int xxDummy
static final java.lang.String IID
void defineFromControlPoints(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 getRMSError(double[] fromError, double[] toError) throws java.io.IOException, AutomationException
fromError
- The fromError (out: use single element array)toError
- The toError (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getControlPointError(int i, double[] fromError, double[] toError) throws java.io.IOException, AutomationException
i
- The i (in)fromError
- The fromError (out: use single element array)toError
- The toError (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.