public interface IGeometricXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a geometric transform.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe6924fcb_4067_491b_a731_c175917a4af7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
ITransformation |
getTransformation()
The geometric transformation to be applied.
|
void |
setDomainsByRef(IGeometryCollection rhs1)
The domains in output space.
|
void |
setTransformationByRef(ITransformation ppTransformation)
The geometric transformation to be applied.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDe6924fcb_4067_491b_a731_c175917a4af7
static final int xxDummy
static final java.lang.String IID
void setDomainsByRef(IGeometryCollection rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITransformation getTransformation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTransformationByRef(ITransformation ppTransformation) throws java.io.IOException, AutomationException
ppTransformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.