Description: 'Provides access to members that control epipolar transformation.' 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 IEpipolarXformProxy extends IGeodataXformProxy implements IEpipolarXform, 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, IID461761c2_2c6b_4d28_a458_b8b7a5720073
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier | Constructor and Description |
---|---|
|
IEpipolarXformProxy()
Deprecated.
For internal use only
|
|
IEpipolarXformProxy(java.lang.Object obj)
Deprecated.
|
protected |
IEpipolarXformProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IEpipolarXformProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IEpipolarXformProxy(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 |
createEpipolarXform(IGeodataXform pPrimaryXform,
IEnvelope pPrimaryImageExtent,
IGeodataXform pSecondaryXform,
IEnvelope pSecondaryImageExtent,
boolean isPrimary)
Deprecated.
Setup transformation.
|
void |
fitLocalProjectiveMatrix(IEpipolarXform pStereoEpiXform,
IEnvelope pExtent,
java.lang.Object[] pMatrix,
double[] rms)
Deprecated.
Fit a projective matrix using given extent.
|
IGeodataXform |
getAffineXform()
Deprecated.
The final affine geodataxform.
|
java.lang.Object |
getCenterPoint()
Deprecated.
The center point of map space.
|
double |
getElevationResolution()
Deprecated.
The center point of map space.
|
double |
getEpipolarResolution()
Deprecated.
The center point of map space.
|
IGeodataXform |
getGeodataXform()
Deprecated.
The final epipolar geodataxform.
|
java.lang.Object |
getTransformationMatrix()
Deprecated.
The transformation matrix from world to map space.
|
void |
queryFrameMatrixStatus(boolean[] isFrameMatrixReady)
Deprecated.
Fit a projective matrix using given extent.
|
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.
|
void |
setAffineXformByRef(IGeodataXform ppXform)
Deprecated.
The final affine geodataxform.
|
void |
setGeodataXformByRef(IGeodataXform ppXform)
Deprecated.
The final epipolar geodataxform.
|
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
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
public static final java.lang.Class targetClass
public boolean noncastable
public IEpipolarXformProxy(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 IEpipolarXformProxy()
public IEpipolarXformProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEpipolarXformProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEpipolarXformProxy(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 IGeodataXformProxy
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 IGeodataXformProxy
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 createEpipolarXform(IGeodataXform pPrimaryXform, IEnvelope pPrimaryImageExtent, IGeodataXform pSecondaryXform, IEnvelope pSecondaryImageExtent, boolean isPrimary) throws java.io.IOException, AutomationException
createEpipolarXform
in interface IEpipolarXform
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)isPrimary
- The isPrimary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
getGeodataXform
in interface IEpipolarXform
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeodataXform getAffineXform() throws java.io.IOException, AutomationException
getAffineXform
in interface IEpipolarXform
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeodataXformByRef(IGeodataXform ppXform) throws java.io.IOException, AutomationException
setGeodataXformByRef
in interface IEpipolarXform
ppXform
- 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.public void setAffineXformByRef(IGeodataXform ppXform) throws java.io.IOException, AutomationException
setAffineXformByRef
in interface IEpipolarXform
ppXform
- 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.public java.lang.Object getTransformationMatrix() throws java.io.IOException, AutomationException
getTransformationMatrix
in interface IEpipolarXform
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCenterPoint() throws java.io.IOException, AutomationException
getCenterPoint
in interface IEpipolarXform
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getEpipolarResolution() throws java.io.IOException, AutomationException
getEpipolarResolution
in interface IEpipolarXform
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getElevationResolution() throws java.io.IOException, AutomationException
getElevationResolution
in interface IEpipolarXform
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void fitLocalProjectiveMatrix(IEpipolarXform pStereoEpiXform, IEnvelope pExtent, java.lang.Object[] pMatrix, double[] rms) throws java.io.IOException, AutomationException
fitLocalProjectiveMatrix
in interface IEpipolarXform
pStereoEpiXform
- A reference to a com.esri.arcgis.datasourcesraster.IEpipolarXform (in)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.public void queryFrameMatrixStatus(boolean[] isFrameMatrixReady) throws java.io.IOException, AutomationException
queryFrameMatrixStatus
in interface IEpipolarXform
isFrameMatrixReady
- The isFrameMatrixReady (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.