|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGpPointObjectProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGpPointObjectProxy(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 IGpPointObjectProxy()
public IGpPointObjectProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGpPointObjectProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGpPointObjectProxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public double getX() throws java.io.IOException, AutomationException
getX
in interface IGpPointObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setX(double x) throws java.io.IOException, AutomationException
setX
in interface IGpPointObject
x
- The x (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getY() throws java.io.IOException, AutomationException
getY
in interface IGpPointObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setY(double y) throws java.io.IOException, AutomationException
setY
in interface IGpPointObject
y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getM() throws java.io.IOException, AutomationException
getM
in interface IGpPointObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setM(double m) throws java.io.IOException, AutomationException
setM
in interface IGpPointObject
m
- The m (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZ() throws java.io.IOException, AutomationException
getZ
in interface IGpPointObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZ(double z) throws java.io.IOException, AutomationException
setZ
in interface IGpPointObject
z
- The z (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws java.io.IOException, AutomationException
getID
in interface IGpPointObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(int iD) throws java.io.IOException, AutomationException
setID
in interface IGpPointObject
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPoint(IPoint pPoint) throws java.io.IOException, AutomationException
setPoint
in interface IGpPointObject
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_clone(IGpPointObject pSrcObj) throws java.io.IOException, AutomationException
esri_clone
in interface IGpPointObject
pSrcObj
- A reference to a com.esri.arcgis.geoprocessing.IGpPointObject (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |