public interface IAffineTransformation3D2 extends IAffineTransformation3D, java.io.Serializable
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 |
IID674b8f39_a3a1_4a6f_a0fe_340aaaaf6ffa |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc3e86164_2f35_4068_8706_0a07614f6ac3
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier and Type | Method and Description |
---|---|
void |
defineConformalFromControlPointsEx(int numPoints,
_WKSPointZ fromPoints,
_WKSPointZ toPoints)
Defines the best conformal 3D affine transformation between two sets of points.
|
IAffineTransformation3D2 |
getInverse()
Returns inverse matrix
|
void |
invert()
Inverts self
|
void |
queryLinearCoefficients(int direction,
double[] params_12_elements)
Returns the linear coefficients which define the three dimensional affine transformation.
|
void |
setLinearCoefficients(int direction,
double[] params_12_elements)
Sets the linear coefficients which define the three dimensional affine transformation.
|
defineFromControlPoints, getControlPointError, getRMSError
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
static final int IID674b8f39_a3a1_4a6f_a0fe_340aaaaf6ffa
static final int xxDummy
static final java.lang.String IID
void queryLinearCoefficients(int direction, double[] params_12_elements) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)params_12_elements
- The params_12_elements (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLinearCoefficients(int direction, double[] params_12_elements) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)params_12_elements
- The params_12_elements (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAffineTransformation3D2 getInverse() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void invert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void defineConformalFromControlPointsEx(int numPoints, _WKSPointZ fromPoints, _WKSPointZ toPoints) throws java.io.IOException, AutomationException
numPoints
- The numPoints (in)fromPoints
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)toPoints
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.