com.esri.arcgis.datasourcesraster
Class ITiePointProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ITiePointProxy
All Implemented Interfaces:
ITiePoint, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITiePoint2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ITiePoint'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an image tie point.' 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 ITiePointProxy
extends com.esri.arcgis.interop.Dispatch
implements ITiePoint, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITiePoint
IID, IIDd022064b_b03a_43f2_9a38_0378e16d7258
 
Constructor Summary
  ITiePointProxy()
          Deprecated. For internal use only
  ITiePointProxy(java.lang.Object obj)
          Deprecated.  
protected ITiePointProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITiePointProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITiePointProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void esri_equals(ITiePoint pTiePoint)
          Deprecated. Checks if it equals another tie point.
 int getImageID()
          Deprecated. The tie point's image ID.
 IPoint getLocation()
          Deprecated. The tie point location.
 int getPointID()
          Deprecated. The tie point ID.
 double getScore()
          Deprecated. The tie point's quality score.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setImageID(int pImageID)
          Deprecated. The tie point's image ID.
 void setLocationByRef(IPoint ppLocation)
          Deprecated. The tie point location.
 void setPointID(int pPointID)
          Deprecated. The tie point ID.
 void setScore(double pScore)
          Deprecated. The tie point's quality score.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITiePointProxy

public ITiePointProxy(java.lang.String CLSID,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.net.UnknownHostException,
                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITiePointProxy

public ITiePointProxy()
Deprecated. 
For internal use only


ITiePointProxy

public ITiePointProxy(java.lang.Object obj)
               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITiePointProxy

protected ITiePointProxy(java.lang.Object obj,
                         java.lang.String iid)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITiePointProxy

protected ITiePointProxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getPointID

public int getPointID()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The tie point ID.

Specified by:
getPointID in interface ITiePoint
Returns:
The pPointID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointID

public void setPointID(int pPointID)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The tie point ID.

Specified by:
setPointID in interface ITiePoint
Parameters:
pPointID - The pPointID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageID

public int getImageID()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The tie point's image ID.

Specified by:
getImageID in interface ITiePoint
Returns:
The pImageID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageID

public void setImageID(int pImageID)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The tie point's image ID.

Specified by:
setImageID in interface ITiePoint
Parameters:
pImageID - The pImageID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocation

public IPoint getLocation()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The tie point location.

Specified by:
getLocation in interface ITiePoint
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationByRef

public void setLocationByRef(IPoint ppLocation)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The tie point location.

Specified by:
setLocationByRef in interface ITiePoint
Parameters:
ppLocation - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScore

public double getScore()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The tie point's quality score.

Specified by:
getScore in interface ITiePoint
Returns:
The pScore
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScore

public void setScore(double pScore)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The tie point's quality score.

Specified by:
setScore in interface ITiePoint
Parameters:
pScore - The pScore (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_equals

public void esri_equals(ITiePoint pTiePoint)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Checks if it equals another tie point.

Specified by:
esri_equals in interface ITiePoint
Parameters:
pTiePoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.