|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GpPointObject
public class GpPointObject
COM Class 'GpPointObject'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessing 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 =
| Field Summary |
|---|
| 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, xxDummy |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGpPointObject2 |
|---|
IID, IID91efa0f3_f7b2_42bf_9349_f80572c448a1, xxDummy |
| Constructor Summary | |
|---|---|
GpPointObject()
Constructs a GpPointObject using ArcGIS Engine. |
|
GpPointObject(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpPointObject theGpPointObject = (GpPointObject) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
esri_clone(IGpPointObject pSrcObj)
Clones the point object. |
static java.lang.String |
getClsid()
getClsid. |
int |
getID()
The ID coordinate. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getM()
The M coordinate. |
double |
getX()
The X coordinate. |
double |
getY()
The Y coordinate. |
double |
getZ()
The Z coordinate. |
int |
hashCode()
the hashcode for this object |
boolean |
isHasM()
Does the point have M? |
boolean |
isHasZ()
Does the point have Z? |
void |
release()
Release a GpPointObject. |
void |
setHasM(boolean hasM)
Does the point have M? |
void |
setHasZ(boolean hasZ)
Does the point have Z? |
void |
setID(int iD)
The ID coordinate. |
void |
setM(double m)
The M coordinate. |
void |
setPoint(IPoint pPoint)
Set point attributes to that of the given point geometry object. |
void |
setX(double x)
The X coordinate. |
void |
setY(double y)
The Y coordinate. |
void |
setZ(double z)
The Z coordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpPointObject()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GpPointObject(java.lang.Object obj)
throws java.io.IOException
GpPointObject theGpPointObject = (GpPointObject) obj;
obj to GpPointObject.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public double getX()
throws java.io.IOException,
AutomationException
getX in interface IGpPointObjectjava.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 IGpPointObjectx - 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 IGpPointObjectjava.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 IGpPointObjecty - 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 IGpPointObjectjava.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 IGpPointObjectm - 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 IGpPointObjectjava.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 IGpPointObjectz - 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 IGpPointObjectjava.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 IGpPointObjectiD - 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 IGpPointObjectpPoint - 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 IGpPointObjectpSrcObj - 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.
public boolean isHasM()
throws java.io.IOException,
AutomationException
isHasM in interface IGpPointObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasM(boolean hasM)
throws java.io.IOException,
AutomationException
setHasM in interface IGpPointObject2hasM - The hasM (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasZ()
throws java.io.IOException,
AutomationException
isHasZ in interface IGpPointObject2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasZ(boolean hasZ)
throws java.io.IOException,
AutomationException
setHasZ in interface IGpPointObject2hasZ - The hasZ (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 | ||||||||