com.esri.arcgis.datasourcesraster
Interface IRPCXform2

All Superinterfaces:
IGeodataXform, IRPCXform, java.io.Serializable
All Known Implementing Classes:
IRPCXform2Proxy, RPCXform

public interface IRPCXform2
extends IRPCXform, java.io.Serializable

COM Interface 'IRPCXform2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID35f17f4a_45ee_4462_bc0a_ba9fcd17effc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRPCXform
IIDfbfc2eea_2177_48e2_b79b_5451fb6fd123
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 void computeForwardXform(IEnvelope pExtent)
          Computes the forward transformation from native to GCS WGS84 for a given GCS GCS extent.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRPCXform
defineFromCoefficients, getCoefficients, getForwardXform, putCoefficients, queryCoefficients, setForwardXformByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IID35f17f4a_45ee_4462_bc0a_ba9fcd17effc

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

computeForwardXform

void computeForwardXform(IEnvelope pExtent)
                         throws java.io.IOException,
                                AutomationException
Computes the forward transformation from native to GCS WGS84 for a given GCS GCS extent.

Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.