com.esri.arcgis.display
Class IDisplay3DProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IDisplay3DProxy
All Implemented Interfaces:
IDisplay3D, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDisplay3D'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control drawing methods specific to 3D displays.' 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 IDisplay3DProxy
extends com.esri.arcgis.interop.Dispatch
implements IDisplay3D, 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.display.IDisplay3D
IID, IIDdc8333bd_a1d9_11d3_9f61_00c04f6bc5f4
 
Constructor Summary
  IDisplay3DProxy()
          Deprecated. For internal use only
  IDisplay3DProxy(java.lang.Object obj)
          Deprecated.  
protected IDisplay3DProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDisplay3DProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDisplay3DProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addFlashFeature(IGeometry pGeometry)
          Deprecated. Adds a feature shape to the flash list.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void flashFeatures()
          Deprecated. Redraws viewers flashing the features in the flash list.
 void flashGeometry(java.lang.Object pOwner, java.lang.Object feature)
          Deprecated. Flashes a feature shape.
 void flashLocation(IPoint pGeometry)
          Deprecated. Redraws viewers flashing the given location.
 void getMaxTextureSize(int[] pMaxTextureWidth, int[] pMaxTextureHeight)
          Deprecated. The limit for the size of a single texture.
 int getScreenPickTolerance()
          Deprecated. The tolerance in pixels used when picking.
 float getSymbolScale()
          Deprecated. The scale for point size and line width of symbols.
 void putMaxTextureSize(int maxTextureWidth, int maxTextureHeight)
          Deprecated. The limit for the size of a single texture.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setScreenPickTolerance(int pixels)
          Deprecated. The tolerance in pixels used when picking.
 void setSymbolScale(float scale)
          Deprecated. The scale for point size and line width of symbols.
 
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

IDisplay3DProxy

public IDisplay3DProxy(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

IDisplay3DProxy

public IDisplay3DProxy()
Deprecated. 
For internal use only


IDisplay3DProxy

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

IDisplay3DProxy

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

IDisplay3DProxy

protected IDisplay3DProxy(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

setScreenPickTolerance

public void setScreenPickTolerance(int pixels)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The tolerance in pixels used when picking.

Specified by:
setScreenPickTolerance in interface IDisplay3D
Parameters:
pixels - The pixels (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScreenPickTolerance

public int getScreenPickTolerance()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The tolerance in pixels used when picking.

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

setSymbolScale

public void setSymbolScale(float scale)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The scale for point size and line width of symbols.

Specified by:
setSymbolScale in interface IDisplay3D
Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolScale

public float getSymbolScale()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The scale for point size and line width of symbols.

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

putMaxTextureSize

public void putMaxTextureSize(int maxTextureWidth,
                              int maxTextureHeight)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The limit for the size of a single texture.

Specified by:
putMaxTextureSize in interface IDisplay3D
Parameters:
maxTextureWidth - The maxTextureWidth (in)
maxTextureHeight - The maxTextureHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxTextureSize

public void getMaxTextureSize(int[] pMaxTextureWidth,
                              int[] pMaxTextureHeight)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The limit for the size of a single texture.

Specified by:
getMaxTextureSize in interface IDisplay3D
Parameters:
pMaxTextureWidth - The pMaxTextureWidth (out: use single element array)
pMaxTextureHeight - The pMaxTextureHeight (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFlashFeature

public void addFlashFeature(IGeometry pGeometry)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Adds a feature shape to the flash list.

Specified by:
addFlashFeature in interface IDisplay3D
Parameters:
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flashFeatures

public void flashFeatures()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Redraws viewers flashing the features in the flash list.

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

flashLocation

public void flashLocation(IPoint pGeometry)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Redraws viewers flashing the given location.

Specified by:
flashLocation in interface IDisplay3D
Parameters:
pGeometry - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flashGeometry

public void flashGeometry(java.lang.Object pOwner,
                          java.lang.Object feature)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Flashes a feature shape.

Specified by:
flashGeometry in interface IDisplay3D
Parameters:
pOwner - A reference to another Object (IUnknown) (in)
feature - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.