public interface IEpipolarXform2 extends IEpipolarXform, 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 |
IID508ba9ae_366c_4d7e_a0fd_d12f8e05690b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID461761c2_2c6b_4d28_a458_b8b7a5720073IID5e6cf525_4e74_419b_946f_7da9bfdf815d| Modifier and Type | Method and Description |
|---|---|
void |
fitLocalMatrixBy2Extents(IEnvelope pExtent,
IEpipolarXform pStereoEpiXform,
IEnvelope pStereoExtent,
java.lang.Object[] pMatrix,
double[] rms)
Fit a projective matrix using two given extents.
|
void |
fitLocalMatrixByDEM(IEnvelope pExtent,
java.lang.Object[] pMatrix,
double[] rms)
Fit a projective matrix using DEM.
|
java.lang.Object |
returnADSCCDParameters(int[] ccdSize)
Return ADS camera calibration data.
|
java.lang.Object |
returnADSODFADJParameters(int[] odfSize)
Return adjusted exterior orientation parameters for ADS data.
|
java.lang.Object |
returnADSODFParameters(int[] odfSize)
Return exterior orientation parameters for ADS data.
|
void |
returnADSProjectParameters(double[] focus,
double[] pixelSize,
int[] level,
double[] l1Height,
double[] l0,
double[] b0,
double[] l1Scale,
double[] l1Angle,
double[] l1XOffset,
double[] l1YOffset)
Return project parameters for ADS data.
|
createEpipolarXform, fitLocalProjectiveMatrix, getAffineXform, getCenterPoint, getElevationResolution, getEpipolarResolution, getGeodataXform, getTransformationMatrix, queryFrameMatrixStatus, setAffineXformByRef, setGeodataXformByRefgetDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPointsstatic final int IID508ba9ae_366c_4d7e_a0fd_d12f8e05690b
static final int xxDummy
static final java.lang.String IID
void fitLocalMatrixBy2Extents(IEnvelope pExtent, IEpipolarXform pStereoEpiXform, IEnvelope pStereoExtent, java.lang.Object[] pMatrix, double[] rms) throws java.io.IOException, AutomationException
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pStereoEpiXform - A reference to a com.esri.arcgis.datasourcesraster.IEpipolarXform (in)pStereoExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pMatrix - A Variant (out: use single element array)rms - The rms (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void returnADSProjectParameters(double[] focus,
double[] pixelSize,
int[] level,
double[] l1Height,
double[] l0,
double[] b0,
double[] l1Scale,
double[] l1Angle,
double[] l1XOffset,
double[] l1YOffset)
throws java.io.IOException,
AutomationException
focus - The focus (out: use single element array)pixelSize - The pixelSize (out: use single element array)level - The level (out: use single element array)l1Height - The l1Height (out: use single element array)l0 - The l0 (out: use single element array)b0 - The b0 (out: use single element array)l1Scale - The l1Scale (out: use single element array)l1Angle - The l1Angle (out: use single element array)l1XOffset - The l1XOffset (out: use single element array)l1YOffset - The l1YOffset (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object returnADSCCDParameters(int[] ccdSize)
throws java.io.IOException,
AutomationException
ccdSize - The ccdSize (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object returnADSODFParameters(int[] odfSize)
throws java.io.IOException,
AutomationException
odfSize - The odfSize (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object returnADSODFADJParameters(int[] odfSize)
throws java.io.IOException,
AutomationException
odfSize - The odfSize (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void fitLocalMatrixByDEM(IEnvelope pExtent, java.lang.Object[] pMatrix, double[] rms) throws java.io.IOException, AutomationException
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pMatrix - A Variant (out: use single element array)rms - The rms (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.