com.esri.arcgis.analyst3d
Class I3DPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.I3DPropertiesProxy
All Implemented Interfaces:
I3DProperties, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
I3DProperties2Proxy

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

Description: 'Provides access to members that control three-dimensional properties.' 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 I3DPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements I3DProperties, 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.I3DProperties
IID, IIDbc6f44cc_21e8_11d4_a383_00c04f6bc619
 
Constructor Summary
  I3DPropertiesProxy()
          Deprecated. For internal use only
  I3DPropertiesProxy(java.lang.Object obj)
          Deprecated.  
protected I3DPropertiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  I3DPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected I3DPropertiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void apply3DProperties(java.lang.Object owner)
          Deprecated. Applies 3D properties.
 java.lang.String getBaseExpressionString()
          Deprecated. The base expression string.
 IName getBaseName()
          Deprecated. The name of the base surface.
 int getBaseOption()
          Deprecated. The base option.
 IFunctionalSurface getBaseSurface()
          Deprecated. The base surface.
 short getDepthPriorityValue()
          Deprecated. The drawing priority to be applied to a layer when in the same location than others.
 java.lang.String getExtrusionExpressionString()
          Deprecated. The extrusion expression string.
 int getExtrusionType()
          Deprecated. The extrusion type.
 int getFaceCulling()
          Deprecated. The face culling mode.
 int getMaxRasterColumns()
          Deprecated. The maximum number of columns for a raster elevation grid.
 int getMaxRasterRows()
          Deprecated. The maximum number of rows for a raster elevation grid.
 int getMaxTextureMemory()
          Deprecated. The maximum texture memory a layer can use.
 java.lang.String getOffsetExpressionString()
          Deprecated. The offset expression string.
 int getRenderMode()
          Deprecated. The rendering mode.
 double getRenderRefreshRate()
          Deprecated. The rendering refresh rate.
 int getRenderVisibility()
          Deprecated. The render visibility option.
 double getZFactor()
          Deprecated. The z factor.
 boolean isIlluminate()
          Deprecated. Indicates if areal features are illuminated.
 boolean isSmoothShading()
          Deprecated. Indicates if smooth shading is enabled.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBaseExpressionString(java.lang.String pBaseExpression)
          Deprecated. The base expression string.
 void setBaseOption(int pBaseOption)
          Deprecated. The base option.
 void setBaseSurfaceByRef(IFunctionalSurface ppBase)
          Deprecated. The base surface.
 void setDepthPriorityValue(short depthPriorityValue)
          Deprecated. The drawing priority to be applied to a layer when in the same location than others.
 void setExtrusionExpressionString(java.lang.String pExtrusion)
          Deprecated. The extrusion expression string.
 void setExtrusionType(int pType)
          Deprecated. The extrusion type.
 void setFaceCulling(int pCullingMode)
          Deprecated. The face culling mode.
 void setIlluminate(boolean pIlluminate)
          Deprecated. Indicates if areal features are illuminated.
 void setMaxRasterColumns(int pMaxRasterColumns)
          Deprecated. The maximum number of columns for a raster elevation grid.
 void setMaxRasterRows(int pMaxRasterRows)
          Deprecated. The maximum number of rows for a raster elevation grid.
 void setMaxTextureMemory(int pMaxTextureMemory)
          Deprecated. The maximum texture memory a layer can use.
 void setOffsetExpressionString(java.lang.String pOffset)
          Deprecated. The offset expression string.
 void setRenderMode(int pRenderMode)
          Deprecated. The rendering mode.
 void setRenderRefreshRate(double pRefresh)
          Deprecated. The rendering refresh rate.
 void setRenderVisibility(int pRenderOption)
          Deprecated. The render visibility option.
 void setSmoothShading(boolean pbSmoothShading)
          Deprecated. Indicates if smooth shading is enabled.
 void setZFactor(double pZFactor)
          Deprecated. The z factor.
 
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

I3DPropertiesProxy

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

I3DPropertiesProxy

public I3DPropertiesProxy()
Deprecated. 
For internal use only


I3DPropertiesProxy

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

I3DPropertiesProxy

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

I3DPropertiesProxy

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

getBaseOption

public int getBaseOption()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The base option.

Specified by:
getBaseOption in interface I3DProperties
Returns:
A com.esri.arcgis.analyst3d.esriBaseOption constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBaseOption

public void setBaseOption(int pBaseOption)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The base option.

Specified by:
setBaseOption in interface I3DProperties
Parameters:
pBaseOption - A com.esri.arcgis.analyst3d.esriBaseOption constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseExpressionString

public java.lang.String getBaseExpressionString()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The base expression string.

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

setBaseExpressionString

public void setBaseExpressionString(java.lang.String pBaseExpression)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The base expression string.

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

getBaseSurface

public IFunctionalSurface getBaseSurface()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The base surface.

Specified by:
getBaseSurface in interface I3DProperties
Returns:
A reference to a com.esri.arcgis.geometry.IFunctionalSurface
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBaseSurfaceByRef

public void setBaseSurfaceByRef(IFunctionalSurface ppBase)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The base surface.

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

getBaseName

public IName getBaseName()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The name of the base surface.

Specified by:
getBaseName in interface I3DProperties
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZFactor

public double getZFactor()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The z factor.

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

setZFactor

public void setZFactor(double pZFactor)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The z factor.

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

getOffsetExpressionString

public java.lang.String getOffsetExpressionString()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The offset expression string.

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

setOffsetExpressionString

public void setOffsetExpressionString(java.lang.String pOffset)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The offset expression string.

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

getExtrusionType

public int getExtrusionType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The extrusion type.

Specified by:
getExtrusionType in interface I3DProperties
Returns:
A com.esri.arcgis.analyst3d.esriExtrusionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtrusionType

public void setExtrusionType(int pType)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The extrusion type.

Specified by:
setExtrusionType in interface I3DProperties
Parameters:
pType - A com.esri.arcgis.analyst3d.esriExtrusionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtrusionExpressionString

public java.lang.String getExtrusionExpressionString()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
The extrusion expression string.

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

setExtrusionExpressionString

public void setExtrusionExpressionString(java.lang.String pExtrusion)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The extrusion expression string.

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

getRenderVisibility

public int getRenderVisibility()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The render visibility option.

Specified by:
getRenderVisibility in interface I3DProperties
Returns:
A com.esri.arcgis.analyst3d.esriRenderVisibility constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderVisibility

public void setRenderVisibility(int pRenderOption)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The render visibility option.

Specified by:
setRenderVisibility in interface I3DProperties
Parameters:
pRenderOption - A com.esri.arcgis.analyst3d.esriRenderVisibility constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderRefreshRate

public double getRenderRefreshRate()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The rendering refresh rate.

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

setRenderRefreshRate

public void setRenderRefreshRate(double pRefresh)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The rendering refresh rate.

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

isIlluminate

public boolean isIlluminate()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if areal features are illuminated.

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

setIlluminate

public void setIlluminate(boolean pIlluminate)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if areal features are illuminated.

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

getRenderMode

public int getRenderMode()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The rendering mode.

Specified by:
getRenderMode in interface I3DProperties
Returns:
A com.esri.arcgis.analyst3d.esriRenderMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderMode

public void setRenderMode(int pRenderMode)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The rendering mode.

Specified by:
setRenderMode in interface I3DProperties
Parameters:
pRenderMode - A com.esri.arcgis.analyst3d.esriRenderMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSmoothShading

public boolean isSmoothShading()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if smooth shading is enabled.

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

setSmoothShading

public void setSmoothShading(boolean pbSmoothShading)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if smooth shading is enabled.

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

getMaxTextureMemory

public int getMaxTextureMemory()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The maximum texture memory a layer can use.

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

setMaxTextureMemory

public void setMaxTextureMemory(int pMaxTextureMemory)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The maximum texture memory a layer can use.

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

getMaxRasterColumns

public int getMaxRasterColumns()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The maximum number of columns for a raster elevation grid.

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

setMaxRasterColumns

public void setMaxRasterColumns(int pMaxRasterColumns)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The maximum number of columns for a raster elevation grid.

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

getMaxRasterRows

public int getMaxRasterRows()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The maximum number of rows for a raster elevation grid.

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

setMaxRasterRows

public void setMaxRasterRows(int pMaxRasterRows)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The maximum number of rows for a raster elevation grid.

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

setDepthPriorityValue

public void setDepthPriorityValue(short depthPriorityValue)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The drawing priority to be applied to a layer when in the same location than others.

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

getDepthPriorityValue

public short getDepthPriorityValue()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The drawing priority to be applied to a layer when in the same location than others.

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

setFaceCulling

public void setFaceCulling(int pCullingMode)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The face culling mode.

Specified by:
setFaceCulling in interface I3DProperties
Parameters:
pCullingMode - A com.esri.arcgis.analyst3d.esri3DFaceCulling constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFaceCulling

public int getFaceCulling()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The face culling mode.

Specified by:
getFaceCulling in interface I3DProperties
Returns:
A com.esri.arcgis.analyst3d.esri3DFaceCulling constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

apply3DProperties

public void apply3DProperties(java.lang.Object owner)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Applies 3D properties.

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