public interface IRPCXform extends IGeodataXform, 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 |
IIDfbfc2eea_2177_48e2_b79b_5451fb6fd123 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
void |
defineFromCoefficients(java.lang.Object pRPC)
Defines a RPC transform from 90 coefficients.
|
java.lang.Object |
getCoefficients()
Gets the rational polynomial coefficients.
|
IGeodataXform |
getForwardXform()
The forward transformation from native to GCS WGS84.
|
void |
putCoefficients(double[] rPC)
Puts the rational polynomial coefficients.
|
void |
queryCoefficients(double[] rPC)
Queries the rational polynomial coefficients.
|
void |
setForwardXformByRef(IGeodataXform ppXf)
The forward transformation from native to GCS WGS84.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IIDfbfc2eea_2177_48e2_b79b_5451fb6fd123
static final int xxDummy
static final java.lang.String IID
IGeodataXform getForwardXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setForwardXformByRef(IGeodataXform ppXf) throws java.io.IOException, AutomationException
ppXf
- 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.void defineFromCoefficients(java.lang.Object pRPC) throws java.io.IOException, AutomationException
pRPC
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCoefficients() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCoefficients(double[] rPC) throws java.io.IOException, AutomationException
rPC
- The rPC (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryCoefficients(double[] rPC) throws java.io.IOException, AutomationException
rPC
- The rPC (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.