|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicsContainer3D
Provides access to members that manipulate the graphics container.
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 |
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 |
reset()
Resets the internal cursor so that 'Next' returns the first element. |
Method Detail |
---|
IElement next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IElement getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beginBatchUpdate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endBatchUpdate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addElement(IElement element) throws IOException, AutomationException
All vertices of Geometries of Elements added to a 3D Graphics Container must be Z-Simple (non-NaN).
element
- A reference to a com.esri.arcgis.carto.IElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addElements(IElementCollection elements) throws IOException, AutomationException
All vertices of Geometries of Elements added to a 3D Graphics Container must be Z-Simple (non-NaN).
elements
- A reference to a com.esri.arcgis.carto.IElementCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteElement(IElement element) throws IOException, AutomationException
element
- A reference to a com.esri.arcgis.carto.IElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAllElements() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveElementToGroup(IElement pElement, IGroupElement pGroup) throws IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.carto.IElement (in)pGroup
- A reference to a com.esri.arcgis.carto.IGroupElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveElementFromGroup(IGroupElement pGroup, IElement pElement) throws IOException, AutomationException
pGroup
- A reference to a com.esri.arcgis.carto.IGroupElement (in)pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumElement locateElements(IPoint pPoint, double tolerance) throws IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance
- The tolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumElement locateElementsByEnvelope(IEnvelope pEnvelope) throws IOException, AutomationException
pEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (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 |