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_d12f8e05690b
IID461761c2_2c6b_4d28_a458_b8b7a5720073
IID5e6cf525_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, returnADSProjectParameters
createEpipolarXform, fitLocalProjectiveMatrix, getAffineXform, getCenterPoint, getElevationResolution, getEpipolarResolution, getGeodataXform, getTransformationMatrix, queryFrameMatrixStatus, setAffineXformByRef, setGeodataXformByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static 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.