public interface IEpipolarXform3 extends IEpipolarXform2, java.io.Serializable
Description: 'Provides access to additional epipolar tranforamtion operations.' 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 |
IID00e8730c_28b2_43b6_ab46_ed01c3b0dbb5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID508ba9ae_366c_4d7e_a0fd_d12f8e05690bIID461761c2_2c6b_4d28_a458_b8b7a5720073IID5e6cf525_4e74_419b_946f_7da9bfdf815d| Modifier and Type | Method and Description |
|---|---|
void |
createEpipolarXform(IGeodataXform pPrimaryXform,
IEnvelope pPrimaryImageExtent,
IGeodataXform pSecondaryXform,
IEnvelope pSecondaryImageExtent,
ISpatialReference pDestSRS,
boolean isPrimary)
Setup transformation to destinated SRS.
|
fitLocalMatrixBy2Extents, fitLocalMatrixByDEM, returnADSCCDParameters, returnADSODFADJParameters, returnADSODFParameters, returnADSProjectParameterscreateEpipolarXform, fitLocalProjectiveMatrix, getAffineXform, getCenterPoint, getElevationResolution, getEpipolarResolution, getGeodataXform, getTransformationMatrix, queryFrameMatrixStatus, setAffineXformByRef, setGeodataXformByRefgetDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPointsstatic final int IID00e8730c_28b2_43b6_ab46_ed01c3b0dbb5
static final int xxDummy
static final java.lang.String IID
void createEpipolarXform(IGeodataXform pPrimaryXform, IEnvelope pPrimaryImageExtent, IGeodataXform pSecondaryXform, IEnvelope pSecondaryImageExtent, ISpatialReference pDestSRS, boolean isPrimary) throws java.io.IOException, AutomationException
pPrimaryXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)pPrimaryImageExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pSecondaryXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)pSecondaryImageExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pDestSRS - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)isPrimary - The isPrimary (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.