public interface IRPCXform2 extends IRPCXform, java.io.Serializable
Description: 'Provides access to members that control a RPC 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 |
IID35f17f4a_45ee_4462_bc0a_ba9fcd17effc |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDfbfc2eea_2177_48e2_b79b_5451fb6fd123
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
computeForwardXform(IEnvelope pExtent)
Computes the forward transformation from native to GCS WGS84 for a given GCS extent.
|
defineFromCoefficients, getCoefficients, getForwardXform, putCoefficients, queryCoefficients, setForwardXformByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID35f17f4a_45ee_4462_bc0a_ba9fcd17effc
static final int xxDummy
static final java.lang.String IID
void computeForwardXform(IEnvelope pExtent) throws java.io.IOException, AutomationException
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.