com.esri.arcgis.analyst3d
Class IGraphicsContainer3DProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IGraphicsContainer3DProxy
All Implemented Interfaces:
IGraphicsContainer3D, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IGraphicsContainer3DProxy
extends com.esri.arcgis.interop.Dispatch
implements IGraphicsContainer3D, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGraphicsContainer3DProxy

public IGraphicsContainer3DProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGraphicsContainer3DProxy

public IGraphicsContainer3DProxy()
Deprecated. 
For internal use only


IGraphicsContainer3DProxy

public IGraphicsContainer3DProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGraphicsContainer3DProxy

protected IGraphicsContainer3DProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGraphicsContainer3DProxy

protected IGraphicsContainer3DProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

next

public IElement next()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The next graphic in the container.

Specified by:
next in interface IGraphicsContainer3D
Returns:
A reference to a com.esri.arcgis.carto.IElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Resets the internal cursor so that 'Next' returns the first element.

Specified by:
reset in interface IGraphicsContainer3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementCount

public int getElementCount()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The number of elements in the container.

Specified by:
getElementCount in interface IGraphicsContainer3D
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

public IElement getElement(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The element in the container defined by the given index.

Specified by:
getElement in interface IGraphicsContainer3D
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.IElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginBatchUpdate

public void beginBatchUpdate()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Initiates a batch update of the container.

Specified by:
beginBatchUpdate in interface IGraphicsContainer3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endBatchUpdate

public void endBatchUpdate()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Terminates a batch update of the container.

Specified by:
endBatchUpdate in interface IGraphicsContainer3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addElement

public void addElement(IElement element)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Adds a new graphic element to the container.

Specified by:
addElement in interface IGraphicsContainer3D
Parameters:
element - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addElements

public void addElements(IElementCollection elements)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Adds a collection of new graphic elements to the container.

Specified by:
addElements in interface IGraphicsContainer3D
Parameters:
elements - A reference to a com.esri.arcgis.carto.IElementCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteElement

public void deleteElement(IElement element)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Deletes the given element.

Specified by:
deleteElement in interface IGraphicsContainer3D
Parameters:
element - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllElements

public void deleteAllElements()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Deletes all the elements.

Specified by:
deleteAllElements in interface IGraphicsContainer3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveElementToGroup

public void moveElementToGroup(IElement pElement,
                               IGroupElement pGroup)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Move the specified element from the container to the group.

Specified by:
moveElementToGroup in interface IGraphicsContainer3D
Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
pGroup - A reference to a com.esri.arcgis.carto.IGroupElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveElementFromGroup

public void moveElementFromGroup(IGroupElement pGroup,
                                 IElement pElement)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Move the specified element from the group to the container.

Specified by:
moveElementFromGroup in interface IGraphicsContainer3D
Parameters:
pGroup - A reference to a com.esri.arcgis.carto.IGroupElement (in)
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

locateElements

public IEnumElement locateElements(IPoint pPoint,
                                   double tolerance)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Returns the elements that intersect with the given ray.

Specified by:
locateElements in interface IGraphicsContainer3D
Parameters:
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
tolerance - The tolerance (in)
Returns:
A reference to a com.esri.arcgis.carto.IEnumElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

locateElementsByEnvelope

public IEnumElement locateElementsByEnvelope(IEnvelope pEnvelope)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Returns the elements that intersect with the given envelope.

Specified by:
locateElementsByEnvelope in interface IGraphicsContainer3D
Parameters:
pEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Returns:
A reference to a com.esri.arcgis.carto.IEnumElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.