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 =
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 |
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
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.