com.esri.arcgis.geometry
Interface IPositionVectorTransformation

All Superinterfaces:
IGeoTransformation, ITransformation, java.io.Serializable
All Known Implementing Classes:
IPositionVectorTransformationProxy, PositionVectorTransformation

public interface IPositionVectorTransformation
extends IGeoTransformation, java.io.Serializable

COM Interface 'IPositionVectorTransformation'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that control the 3D vector transformation with rotation, translation and scaling.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID063954b1_c1fb_11d2_bd07_0000f875bcce
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IGeoTransformation
IID9273bb60_c611_11d2_bd08_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ITransformation
IID6f2cf924_7e00_11d0_82f4_0000f8034032
 
Method Summary
 void getParameters(double[] dx, double[] dy, double[] dz, double[] rx, double[] ry, double[] rz, double[] s)
          Returns translation, rotation and scale values of the transformation.
 void putParameters(double dx, double dy, double dz, double rx, double ry, double rz, double s)
          Sets translation, rotation and scale values for the transformation.
 
Methods inherited from interface com.esri.arcgis.geometry.IGeoTransformation
getName, getSpatialReferences, putSpatialReferences, setName
 
Methods inherited from interface com.esri.arcgis.geometry.ITransformation
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
 

Field Detail

IID063954b1_c1fb_11d2_bd07_0000f875bcce

static final int IID063954b1_c1fb_11d2_bd07_0000f875bcce
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

putParameters

void putParameters(double dx,
                   double dy,
                   double dz,
                   double rx,
                   double ry,
                   double rz,
                   double s)
                   throws java.io.IOException,
                          AutomationException
Sets translation, rotation and scale values for the transformation.

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)
Throws:
java.io.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)
                   throws java.io.IOException,
                          AutomationException
Returns translation, rotation and scale values of the transformation.

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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.