com.esri.arcgis.geometry
Interface IAffineTransformation2D2

All Superinterfaces:
IAffineTransformation2D, ITransformation, java.io.Serializable
All Known Subinterfaces:
IAffineTransformation2D3
All Known Implementing Classes:
AffineTransformation2D, IAffineTransformation2D2Proxy, IAffineTransformation2D3Proxy

public interface IAffineTransformation2D2
extends IAffineTransformation2D, java.io.Serializable

COM Interface 'IAffineTransformation2D2'. 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 IID8bedce87_6cee_4e7b_9d17_73b3562e9ae6
           
static int xxDummy
          Deprecated. Internal use only
 
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
 IPoint getMoveOrigin()
          The origin of accumulated transformations used when projecting an affine transformation to a different spatial reference system.
 
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

IID8bedce87_6cee_4e7b_9d17_73b3562e9ae6

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

getMoveOrigin

IPoint getMoveOrigin()
                     throws java.io.IOException,
                            AutomationException
The origin of accumulated transformations used when projecting an affine transformation to a different spatial reference system.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.