com.esri.arcgis.geometry
Interface IMolodenskyBadekasTransformation
- All Superinterfaces:
- IGeoTransformation, ITransformation, Serializable
- All Known Implementing Classes:
- MolodenskyBadekasTransformation
public interface IMolodenskyBadekasTransformation
- extends IGeoTransformation, Serializable
Provides access to members that control the 3D frame transformation with rotation, translation, scaling, and XYZ center of rotation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
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. |
putParameters
void putParameters(double dx,
double dy,
double dz,
double rx,
double ry,
double rz,
double s,
double xcr,
double ycr,
double zcr)
throws IOException,
AutomationException
- Sets translation, rotation, scale, and XYZ center of rotation values for the transformation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
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)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getParameters
void getParameters(double[] dx,
double[] dy,
double[] dz,
double[] rx,
double[] ry,
double[] rz,
double[] s,
double[] xcr,
double[] ycr,
double[] zcr)
throws IOException,
AutomationException
- Returns translation, rotation, scale, and XYZ center of rotation values of the transformation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
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)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.