com.esri.arcgis.geoprocessing
Class IGpPointObjectProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGpPointObjectProxy
All Implemented Interfaces:
IGpPointObject, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the Dispatch Point Object.' 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 IGpPointObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpPointObject, 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.geoprocessing.IGpPointObject
DISPID_1_GET_NAME, DISPID_1_PUT_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, DISPID_6_NAME, DISPID_7_NAME, IID, IIDd667c872_3903_4b29_9eb5_febf6739f1b8
 
Constructor Summary
  IGpPointObjectProxy()
          Deprecated. For internal use only
  IGpPointObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IGpPointObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpPointObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpPointObjectProxy(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_clone(IGpPointObject pSrcObj)
          Deprecated. Clones the point object.
 int getID()
          Deprecated. The ID coordinate.
 double getM()
          Deprecated. The M coordinate.
 double getX()
          Deprecated. The X coordinate.
 double getY()
          Deprecated. The Y coordinate.
 double getZ()
          Deprecated. The Z coordinate.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setID(int iD)
          Deprecated. The ID coordinate.
 void setM(double m)
          Deprecated. The M coordinate.
 void setPoint(IPoint pPoint)
          Deprecated. Set point attributes to that of the given point geometry object.
 void setX(double x)
          Deprecated. The X coordinate.
 void setY(double y)
          Deprecated. The Y coordinate.
 void setZ(double z)
          Deprecated. The Z coordinate.
 
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

IGpPointObjectProxy

public IGpPointObjectProxy(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

IGpPointObjectProxy

public IGpPointObjectProxy()
Deprecated. 
For internal use only


IGpPointObjectProxy

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

IGpPointObjectProxy

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

IGpPointObjectProxy

protected IGpPointObjectProxy(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

getX

public double getX()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The X coordinate.

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

setX

public void setX(double x)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The X coordinate.

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

getY

public double getY()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The Y coordinate.

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

setY

public void setY(double y)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The Y coordinate.

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

getM

public double getM()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The M coordinate.

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

setM

public void setM(double m)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The M coordinate.

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

getZ

public double getZ()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The Z coordinate.

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

setZ

public void setZ(double z)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The Z coordinate.

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

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The ID coordinate.

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

setID

public void setID(int iD)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
The ID coordinate.

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

setPoint

public void setPoint(IPoint pPoint)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Set point attributes to that of the given point geometry object.

Specified by:
setPoint in interface IGpPointObject
Parameters:
pPoint - 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.

esri_clone

public void esri_clone(IGpPointObject pSrcObj)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Clones the point object.

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