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 =
public class IEpipolarXform2Proxy extends IEpipolarXformProxy implements IEpipolarXform2, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID508ba9ae_366c_4d7e_a0fd_d12f8e05690b
IID461761c2_2c6b_4d28_a458_b8b7a5720073
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier | Constructor and Description |
---|---|
|
IEpipolarXform2Proxy()
Deprecated.
For internal use only
|
|
IEpipolarXform2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IEpipolarXform2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IEpipolarXform2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IEpipolarXform2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
fitLocalMatrixBy2Extents(IEnvelope pExtent,
IEpipolarXform pStereoEpiXform,
IEnvelope pStereoExtent,
java.lang.Object[] pMatrix,
double[] rms)
Deprecated.
Fit a projective matrix using two given extents.
|
void |
fitLocalMatrixByDEM(IEnvelope pExtent,
java.lang.Object[] pMatrix,
double[] rms)
Deprecated.
Fit a projective matrix using DEM.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
java.lang.Object |
returnADSCCDParameters(int[] ccdSize)
Deprecated.
Return ADS camera calibration data.
|
java.lang.Object |
returnADSODFADJParameters(int[] odfSize)
Deprecated.
Return adjusted exterior orientation parameters for ADS data.
|
java.lang.Object |
returnADSODFParameters(int[] odfSize)
Deprecated.
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)
Deprecated.
Return project parameters for ADS data.
|
createEpipolarXform, fitLocalProjectiveMatrix, getAffineXform, getCenterPoint, getElevationResolution, getEpipolarResolution, getGeodataXform, getTransformationMatrix, queryFrameMatrixStatus, setAffineXformByRef, setGeodataXformByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
createEpipolarXform, fitLocalProjectiveMatrix, getAffineXform, getCenterPoint, getElevationResolution, getEpipolarResolution, getGeodataXform, getTransformationMatrix, queryFrameMatrixStatus, setAffineXformByRef, setGeodataXformByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
public static final java.lang.Class targetClass
public boolean noncastable
public IEpipolarXform2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IEpipolarXform2Proxy()
public IEpipolarXform2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEpipolarXform2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEpipolarXform2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IEpipolarXformProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IEpipolarXformProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void fitLocalMatrixBy2Extents(IEnvelope pExtent, IEpipolarXform pStereoEpiXform, IEnvelope pStereoExtent, java.lang.Object[] pMatrix, double[] rms) throws java.io.IOException, AutomationException
fitLocalMatrixBy2Extents
in interface IEpipolarXform2
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.public 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
returnADSProjectParameters
in interface IEpipolarXform2
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.public java.lang.Object returnADSCCDParameters(int[] ccdSize) throws java.io.IOException, AutomationException
returnADSCCDParameters
in interface IEpipolarXform2
ccdSize
- The ccdSize (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object returnADSODFParameters(int[] odfSize) throws java.io.IOException, AutomationException
returnADSODFParameters
in interface IEpipolarXform2
odfSize
- The odfSize (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object returnADSODFADJParameters(int[] odfSize) throws java.io.IOException, AutomationException
returnADSODFADJParameters
in interface IEpipolarXform2
odfSize
- The odfSize (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void fitLocalMatrixByDEM(IEnvelope pExtent, java.lang.Object[] pMatrix, double[] rms) throws java.io.IOException, AutomationException
fitLocalMatrixByDEM
in interface IEpipolarXform2
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.