|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.DynamicHit
public class DynamicHit
dynamic hit-test results class.
Constructor Summary | |
---|---|
DynamicHit()
Constructs a DynamicHit using ArcGIS Engine. |
|
DynamicHit(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DynamicHit theDynamicHit = (DynamicHit) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getNameCount()
Number of names (for internal use). |
Object |
getObject()
The object that is hit. |
int |
getObjectID()
The oject ID. |
Object |
getOwner()
The owner (layer) that is hit. |
int |
getParentID()
The parent identifier. |
int |
hashCode()
the hashcode for this object |
void |
setNameCount(int count)
Number of names (for internal use). |
void |
setObjectByRef(Object ppObject)
The object that is hit. |
void |
setObjectID(int iD)
The oject ID. |
void |
setOwnerByRef(Object ppOwner)
The owner (layer) that is hit. |
void |
setParentID(int iD)
The parent identifier. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DynamicHit() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DynamicHit(Object obj) throws IOException
DynamicHit theDynamicHit = (DynamicHit) obj;
obj
to DynamicHit
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Object getOwner() throws IOException, AutomationException
getOwner
in interface IDynamicHit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOwnerByRef(Object ppOwner) throws IOException, AutomationException
setOwnerByRef
in interface IDynamicHit
ppOwner
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getObject() throws IOException, AutomationException
getObject
in interface IDynamicHit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectByRef(Object ppObject) throws IOException, AutomationException
setObjectByRef
in interface IDynamicHit
ppObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getParentID() throws IOException, AutomationException
getParentID
in interface IDynamicHit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentID(int iD) throws IOException, AutomationException
setParentID
in interface IDynamicHit
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getObjectID() throws IOException, AutomationException
getObjectID
in interface IDynamicHit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectID(int iD) throws IOException, AutomationException
setObjectID
in interface IDynamicHit
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNameCount() throws IOException, AutomationException
getNameCount
in interface IDynamicHit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNameCount(int count) throws IOException, AutomationException
setNameCount
in interface IDynamicHit
count
- The count (in)
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 |