public interface IApproximationXform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control transformation approximation.' 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 |
IID59b8596f_2c6a_4dfd_bb63_d413b4703851 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
IGeodataXform |
getGeodataXform()
The geodataxform to be approximated.
|
void |
setGeodataXformByRef(IGeodataXform ppXform)
The geodataxform to be approximated.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID59b8596f_2c6a_4dfd_bb63_d413b4703851
static final int xxDummy
static final java.lang.String IID
void setGeodataXformByRef(IGeodataXform ppXform) throws java.io.IOException, AutomationException
ppXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.