|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicsContainer3D
COM Interface 'IGraphicsContainer3D'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that manipulate the graphics container.' 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDef879196_01de_11d4_ab69_0008c73fd50c
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDef879196_01de_11d4_ab69_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IElement next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IElement getElement(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beginBatchUpdate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endBatchUpdate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addElement(IElement element) throws java.io.IOException, AutomationException
element
- 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.void addElements(IElementCollection elements) throws java.io.IOException, AutomationException
elements
- A reference to a com.esri.arcgis.carto.IElementCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteElement(IElement element) throws java.io.IOException, AutomationException
element
- 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.void deleteAllElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveElementToGroup(IElement pElement, IGroupElement pGroup) throws java.io.IOException, AutomationException
pElement
- 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.void moveElementFromGroup(IGroupElement pGroup, IElement pElement) throws java.io.IOException, AutomationException
pGroup
- A reference to a com.esri.arcgis.carto.IGroupElement (in)pElement
- 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.IEnumElement locateElements(IPoint pPoint, double tolerance) throws java.io.IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance
- The tolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumElement locateElementsByEnvelope(IEnvelope pEnvelope) throws java.io.IOException, AutomationException
pEnvelope
- 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 |