|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.analyst3d.IGraphicsContainer3DProxy
Provides access to members that manipulate the graphics container.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IGraphicsContainer3DProxy()
For internal use only |
|
IGraphicsContainer3DProxy(java.lang.Object obj)
|
protected |
IGraphicsContainer3DProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGraphicsContainer3DProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IGraphicsContainer3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addElement(IElement element)
Adds a new graphic element to the container. |
void |
addElements(IElementCollection elements)
Adds a collection of new graphic elements to the container. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
beginBatchUpdate()
Initiates a batch update of the container. |
void |
deleteAllElements()
Deletes all the elements. |
void |
deleteElement(IElement element)
Deletes the given element. |
void |
endBatchUpdate()
Terminates a batch update of the container. |
IElement |
getElement(int index)
The element in the container defined by the given index. |
int |
getElementCount()
The number of elements in the container. |
IEnumElement |
locateElements(IPoint pPoint,
double tolerance)
Returns the elements that intersect with the given ray. |
IEnumElement |
locateElementsByEnvelope(IEnvelope pEnvelope)
Returns the elements that intersect with the given envelope. |
void |
moveElementFromGroup(IGroupElement pGroup,
IElement pElement)
Move the specified element from the group to the container. |
void |
moveElementToGroup(IElement pElement,
IGroupElement pGroup)
Move the specified element from the container to the group. |
IElement |
next()
The next graphic in the container. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
reset()
Resets the internal cursor so that 'Next' returns the first element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IGraphicsContainer3DProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IGraphicsContainer3DProxy()
public IGraphicsContainer3DProxy(java.lang.Object obj)
throws java.io.IOException
protected IGraphicsContainer3DProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IGraphicsContainer3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public IElement next()
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
next in interface IGraphicsContainer3Djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
reset in interface IGraphicsContainer3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getElementCount()
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
getElementCount in interface IGraphicsContainer3Djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IElement getElement(int index)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
getElement in interface IGraphicsContainer3Dindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void beginBatchUpdate()
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
beginBatchUpdate in interface IGraphicsContainer3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void endBatchUpdate()
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
endBatchUpdate in interface IGraphicsContainer3Djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addElement(IElement element)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
addElement in interface IGraphicsContainer3Delement - A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addElements(IElementCollection elements)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
addElements in interface IGraphicsContainer3Delements - A reference to a com.esri.arcgis.carto.IElementCollection (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void deleteElement(IElement element)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
deleteElement in interface IGraphicsContainer3Delement - A reference to a com.esri.arcgis.carto.IElement (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void deleteAllElements()
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
deleteAllElements in interface IGraphicsContainer3DAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void moveElementToGroup(IElement pElement,
IGroupElement pGroup)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
moveElementToGroup in interface IGraphicsContainer3DpElement - A reference to a com.esri.arcgis.carto.IElement (in)pGroup - A reference to a com.esri.arcgis.carto.IGroupElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveElementFromGroup(IGroupElement pGroup,
IElement pElement)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
moveElementFromGroup in interface IGraphicsContainer3DpGroup - A reference to a com.esri.arcgis.carto.IGroupElement (in)pElement - A reference to a com.esri.arcgis.carto.IElement (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IEnumElement locateElements(IPoint pPoint,
double tolerance)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
locateElements in interface IGraphicsContainer3DpPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance - The tolerance (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IEnumElement locateElementsByEnvelope(IEnvelope pEnvelope)
throws java.io.IOException,
AutomationException
IGraphicsContainer3D
locateElementsByEnvelope in interface IGraphicsContainer3DpEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (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 | |||||||||