com.esri.arcgis.geometry
Interface IAffineTransformation2D3

All Superinterfaces:
IAffineTransformation2D, IAffineTransformation2D2, ITransformation, java.io.Serializable
All Known Implementing Classes:
AffineTransformation2D, IAffineTransformation2D3Proxy

public interface IAffineTransformation2D3
extends IAffineTransformation2D2, java.io.Serializable

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

Description: 'Provides access to members that define and manipulate affine transformations.' 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 IIDcd315758_16ae_4438_99b3_f5ffa6bcf3f3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IAffineTransformation2D2
IID8bedce87_6cee_4e7b_9d17_73b3562e9ae6
 
Fields inherited from interface com.esri.arcgis.geometry.IAffineTransformation2D
IIDd12f81b4_d263_11d2_9f29_00c04f6bdd7f
 
Fields inherited from interface com.esri.arcgis.geometry.ITransformation
IID6f2cf924_7e00_11d0_82f4_0000f8034032
 
Method Summary
 void defineConformalFromControlPoints(int numPoints, IPoint fromPoints, IPoint toPoints)
          Defines the best conformal affine transformation between two sets of points.
 void queryLinearCoefficients(int direction, double[] params)
          Returns the linear coefficients which define the two dimensional affine transformation.
 void setLinearCoefficients(int direction, double[] params)
          Sets the linear coefficients which define the two dimensional affine transformation.
 
Methods inherited from interface com.esri.arcgis.geometry.IAffineTransformation2D2
getMoveOrigin
 
Methods inherited from interface com.esri.arcgis.geometry.IAffineTransformation2D
defineFromControlPoints, defineFromEnvelopes, defineFromEnvelopesEx, defineReflection, getControlPointError, getRMSError, getRotation, getSpatialReference, getXScale, getXTranslation, getYScale, getYTranslation, isReflective, move, moveVector, postMultiply, preMultiply, project, reset, rotate, scale, setMoveOrigin, setSpatialReferenceByRef
 
Methods inherited from interface com.esri.arcgis.geometry.ITransformation
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII
 

Field Detail

IIDcd315758_16ae_4438_99b3_f5ffa6bcf3f3

static final int IIDcd315758_16ae_4438_99b3_f5ffa6bcf3f3
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

defineConformalFromControlPoints

void defineConformalFromControlPoints(int numPoints,
                                      IPoint fromPoints,
                                      IPoint toPoints)
                                      throws java.io.IOException,
                                             AutomationException
Defines the best conformal affine transformation between two sets of points. Can be used to register paper maps on a digitizer.

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

queryLinearCoefficients

void queryLinearCoefficients(int direction,
                             double[] params)
                             throws java.io.IOException,
                                    AutomationException
Returns the linear coefficients which define the two dimensional affine transformation.

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
params - The params (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearCoefficients

void setLinearCoefficients(int direction,
                           double[] params)
                           throws java.io.IOException,
                                  AutomationException
Sets the linear coefficients which define the two dimensional affine transformation.

Parameters:
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
params - The params (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.