|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.analyst3d.IGraphicsContainer3DProxy
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 =
public class IGraphicsContainer3DProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.analyst3d.IGraphicsContainer3D |
---|
IID, IIDef879196_01de_11d4_ab69_0008c73fd50c |
Constructor Summary | |
---|---|
|
IGraphicsContainer3DProxy()
Deprecated. For internal use only |
|
IGraphicsContainer3DProxy(java.lang.Object obj)
Deprecated. |
protected |
IGraphicsContainer3DProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGraphicsContainer3DProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGraphicsContainer3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addElement(IElement element)
Deprecated. Adds a new graphic element to the container. |
void |
addElements(IElementCollection elements)
Deprecated. Adds a collection of new graphic elements to the container. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
beginBatchUpdate()
Deprecated. Initiates a batch update of the container. |
void |
deleteAllElements()
Deprecated. Deletes all the elements. |
void |
deleteElement(IElement element)
Deprecated. Deletes the given element. |
void |
endBatchUpdate()
Deprecated. Terminates a batch update of the container. |
IElement |
getElement(int index)
Deprecated. The element in the container defined by the given index. |
int |
getElementCount()
Deprecated. The number of elements in the container. |
IEnumElement |
locateElements(IPoint pPoint,
double tolerance)
Deprecated. Returns the elements that intersect with the given ray. |
IEnumElement |
locateElementsByEnvelope(IEnvelope pEnvelope)
Deprecated. Returns the elements that intersect with the given envelope. |
void |
moveElementFromGroup(IGroupElement pGroup,
IElement pElement)
Deprecated. Move the specified element from the group to the container. |
void |
moveElementToGroup(IElement pElement,
IGroupElement pGroup)
Deprecated. Move the specified element from the container to the group. |
IElement |
next()
Deprecated. The next graphic in the container. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
reset()
Deprecated. Resets the internal cursor so that 'Next' returns the first element. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGraphicsContainer3DProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGraphicsContainer3DProxy()
public IGraphicsContainer3DProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGraphicsContainer3DProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGraphicsContainer3DProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IElement next() throws java.io.IOException, AutomationException
next
in interface IGraphicsContainer3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IGraphicsContainer3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElementCount() throws java.io.IOException, AutomationException
getElementCount
in interface IGraphicsContainer3D
java.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
getElement
in interface IGraphicsContainer3D
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beginBatchUpdate() throws java.io.IOException, AutomationException
beginBatchUpdate
in interface IGraphicsContainer3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void endBatchUpdate() throws java.io.IOException, AutomationException
endBatchUpdate
in interface IGraphicsContainer3D
java.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
addElement
in interface IGraphicsContainer3D
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.public void addElements(IElementCollection elements) throws java.io.IOException, AutomationException
addElements
in interface IGraphicsContainer3D
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.public void deleteElement(IElement element) throws java.io.IOException, AutomationException
deleteElement
in interface IGraphicsContainer3D
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.public void deleteAllElements() throws java.io.IOException, AutomationException
deleteAllElements
in interface IGraphicsContainer3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveElementToGroup(IElement pElement, IGroupElement pGroup) throws java.io.IOException, AutomationException
moveElementToGroup
in interface IGraphicsContainer3D
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.public void moveElementFromGroup(IGroupElement pGroup, IElement pElement) throws java.io.IOException, AutomationException
moveElementFromGroup
in interface IGraphicsContainer3D
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.public IEnumElement locateElements(IPoint pPoint, double tolerance) throws java.io.IOException, AutomationException
locateElements
in interface IGraphicsContainer3D
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.public IEnumElement locateElementsByEnvelope(IEnvelope pEnvelope) throws java.io.IOException, AutomationException
locateElementsByEnvelope
in interface IGraphicsContainer3D
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 |