|
|||||||||
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
COM Class 'DynamicHit'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'dynamic hit-test results class.' 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.carto.IDynamicHit |
---|
IID, IIDe9a57bd8_bf74_4502_af71_b1de1168a9cc, xxDummy |
Constructor Summary | |
---|---|
DynamicHit()
Constructs a DynamicHit using ArcGIS Engine. |
|
DynamicHit(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DynamicHit theDynamicHit = (DynamicHit) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getNameCount()
Number of names (for internal use). |
java.lang.Object |
getObject()
The object that is hit. |
int |
getObjectID()
The oject ID. |
java.lang.Object |
getOwner()
The owner (layer) that is hit. |
int |
getParentID()
The parent identifier. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a DynamicHit. |
void |
setNameCount(int count)
Number of names (for internal use). |
void |
setObjectByRef(java.lang.Object ppObject)
The object that is hit. |
void |
setObjectID(int iD)
The oject ID. |
void |
setOwnerByRef(java.lang.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 |
Constructor Detail |
---|
public DynamicHit() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DynamicHit(java.lang.Object obj) throws java.io.IOException
DynamicHit theDynamicHit = (DynamicHit) obj;
obj
to DynamicHit
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.Object getOwner() throws java.io.IOException, AutomationException
getOwner
in interface IDynamicHit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOwnerByRef(java.lang.Object ppOwner) throws java.io.IOException, AutomationException
setOwnerByRef
in interface IDynamicHit
ppOwner
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getObject() throws java.io.IOException, AutomationException
getObject
in interface IDynamicHit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectByRef(java.lang.Object ppObject) throws java.io.IOException, AutomationException
setObjectByRef
in interface IDynamicHit
ppObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getParentID() throws java.io.IOException, AutomationException
getParentID
in interface IDynamicHit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentID(int iD) throws java.io.IOException, AutomationException
setParentID
in interface IDynamicHit
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getObjectID() throws java.io.IOException, AutomationException
getObjectID
in interface IDynamicHit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectID(int iD) throws java.io.IOException, AutomationException
setObjectID
in interface IDynamicHit
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNameCount() throws java.io.IOException, AutomationException
getNameCount
in interface IDynamicHit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNameCount(int count) throws java.io.IOException, AutomationException
setNameCount
in interface IDynamicHit
count
- The count (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 |