Description: 'Provides access to members that control an image tie point collection.' 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 ITiePointOperation2Proxy extends ITiePointOperationProxy implements ITiePointOperation2, 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, IIDef4c3680_badd_4917_a6de_6d52f839d110
IID3e402866_3f8d_4b54_add2_ab6d5bb0f0e8
Modifier | Constructor and Description |
---|---|
|
ITiePointOperation2Proxy()
Deprecated.
For internal use only
|
|
ITiePointOperation2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ITiePointOperation2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITiePointOperation2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITiePointOperation2Proxy(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.
|
double |
getResolution()
Deprecated.
The tie point resolution.
|
void |
loadFrom(ITable pPointTable,
IQueryFilter pQueryFilter,
java.lang.String zFieldName,
java.lang.String tagFieldName,
IRaster pDEM)
Deprecated.
Loads tie points from a control point table.
|
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 |
setResolution(double pResolution)
Deprecated.
The tie point resolution.
|
void |
thin(IEnvelope pExtent,
int nCols,
int nRows,
int density)
Deprecated.
Thins/removes extra tie points using a nCols*nRows grid with a given density.
|
addPoints, compute, init, saveTo
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
addPoints, compute, init, saveTo
public static final java.lang.Class targetClass
public boolean noncastable
public ITiePointOperation2Proxy(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 ITiePointOperation2Proxy()
public ITiePointOperation2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITiePointOperation2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITiePointOperation2Proxy(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 ITiePointOperationProxy
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 ITiePointOperationProxy
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 thin(IEnvelope pExtent, int nCols, int nRows, int density) throws java.io.IOException, AutomationException
thin
in interface ITiePointOperation2
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)nCols
- The nCols (in)nRows
- The nRows (in)density
- The density (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void loadFrom(ITable pPointTable, IQueryFilter pQueryFilter, java.lang.String zFieldName, java.lang.String tagFieldName, IRaster pDEM) throws java.io.IOException, AutomationException
loadFrom
in interface ITiePointOperation2
pPointTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)pQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)zFieldName
- The zFieldName (in)tagFieldName
- The tagFieldName (in)pDEM
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getResolution() throws java.io.IOException, AutomationException
getResolution
in interface ITiePointOperation2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResolution(double pResolution) throws java.io.IOException, AutomationException
setResolution
in interface ITiePointOperation2
pResolution
- The pResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.