public interface IMolodenskyBadekasTransformation extends IGeoTransformation, java.io.Serializable
Description: 'Provides access to members that control the 3D frame transformation with rotation, translation, scaling, and XYZ center of rotation.' 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 |
IID62040069_0799_422f_b2a6_1ac5b63bcaa2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9273bb60_c611_11d2_bd08_0000f875bcce
IID6f2cf924_7e00_11d0_82f4_0000f8034032
Modifier and Type | Method and Description |
---|---|
void |
getParameters(double[] dx,
double[] dy,
double[] dz,
double[] rx,
double[] ry,
double[] rz,
double[] s,
double[] xcr,
double[] ycr,
double[] zcr)
Returns translation, rotation, scale, and XYZ center of rotation values of the transformation.
|
void |
putParameters(double dx,
double dy,
double dz,
double rx,
double ry,
double rz,
double s,
double xcr,
double ycr,
double zcr)
Sets translation, rotation, scale, and XYZ center of rotation values for the transformation.
|
getName, getSpatialReferences, putSpatialReferences, setName
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
static final int IID62040069_0799_422f_b2a6_1ac5b63bcaa2
static final int xxDummy
static final java.lang.String IID
void putParameters(double dx, double dy, double dz, double rx, double ry, double rz, double s, double xcr, double ycr, double zcr) throws java.io.IOException, AutomationException
dx
- The dx (in)dy
- The dy (in)dz
- The dz (in)rx
- The rx (in)ry
- The ry (in)rz
- The rz (in)s
- The s (in)xcr
- The xcr (in)ycr
- The ycr (in)zcr
- The zcr (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getParameters(double[] dx, double[] dy, double[] dz, double[] rx, double[] ry, double[] rz, double[] s, double[] xcr, double[] ycr, double[] zcr) throws java.io.IOException, AutomationException
dx
- The dx (out: use single element array)dy
- The dy (out: use single element array)dz
- The dz (out: use single element array)rx
- The rx (out: use single element array)ry
- The ry (out: use single element array)rz
- The rz (out: use single element array)s
- The s (out: use single element array)xcr
- The xcr (out: use single element array)ycr
- The ycr (out: use single element array)zcr
- The zcr (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.