|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.analyst3d.I3DPropertiesProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public I3DPropertiesProxy(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.IOExceptionpublic I3DPropertiesProxy()
public I3DPropertiesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected I3DPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected I3DPropertiesProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getBaseOption()
throws java.io.IOException,
AutomationException
getBaseOption in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBaseOption(int pBaseOption)
throws java.io.IOException,
AutomationException
setBaseOption in interface I3DPropertiespBaseOption - A com.esri.arcgis.analyst3d.esriBaseOption constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBaseExpressionString()
throws java.io.IOException,
AutomationException
getBaseExpressionString in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBaseExpressionString(java.lang.String pBaseExpression)
throws java.io.IOException,
AutomationException
setBaseExpressionString in interface I3DPropertiespBaseExpression - The pBaseExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFunctionalSurface getBaseSurface()
throws java.io.IOException,
AutomationException
getBaseSurface in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBaseSurfaceByRef(IFunctionalSurface ppBase)
throws java.io.IOException,
AutomationException
setBaseSurfaceByRef in interface I3DPropertiesppBase - A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getBaseName()
throws java.io.IOException,
AutomationException
getBaseName in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZFactor()
throws java.io.IOException,
AutomationException
getZFactor in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZFactor(double pZFactor)
throws java.io.IOException,
AutomationException
setZFactor in interface I3DPropertiespZFactor - The pZFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOffsetExpressionString()
throws java.io.IOException,
AutomationException
getOffsetExpressionString in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOffsetExpressionString(java.lang.String pOffset)
throws java.io.IOException,
AutomationException
setOffsetExpressionString in interface I3DPropertiespOffset - The pOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExtrusionType()
throws java.io.IOException,
AutomationException
getExtrusionType in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtrusionType(int pType)
throws java.io.IOException,
AutomationException
setExtrusionType in interface I3DPropertiespType - A com.esri.arcgis.analyst3d.esriExtrusionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExtrusionExpressionString()
throws java.io.IOException,
AutomationException
getExtrusionExpressionString in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtrusionExpressionString(java.lang.String pExtrusion)
throws java.io.IOException,
AutomationException
setExtrusionExpressionString in interface I3DPropertiespExtrusion - The pExtrusion (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRenderVisibility()
throws java.io.IOException,
AutomationException
getRenderVisibility in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRenderVisibility(int pRenderOption)
throws java.io.IOException,
AutomationException
setRenderVisibility in interface I3DPropertiespRenderOption - A com.esri.arcgis.analyst3d.esriRenderVisibility constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getRenderRefreshRate()
throws java.io.IOException,
AutomationException
getRenderRefreshRate in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRenderRefreshRate(double pRefresh)
throws java.io.IOException,
AutomationException
setRenderRefreshRate in interface I3DPropertiespRefresh - The pRefresh (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIlluminate()
throws java.io.IOException,
AutomationException
isIlluminate in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIlluminate(boolean pIlluminate)
throws java.io.IOException,
AutomationException
setIlluminate in interface I3DPropertiespIlluminate - The pIlluminate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRenderMode()
throws java.io.IOException,
AutomationException
getRenderMode in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRenderMode(int pRenderMode)
throws java.io.IOException,
AutomationException
setRenderMode in interface I3DPropertiespRenderMode - A com.esri.arcgis.analyst3d.esriRenderMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSmoothShading()
throws java.io.IOException,
AutomationException
isSmoothShading in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmoothShading(boolean pbSmoothShading)
throws java.io.IOException,
AutomationException
setSmoothShading in interface I3DPropertiespbSmoothShading - The pbSmoothShading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxTextureMemory()
throws java.io.IOException,
AutomationException
getMaxTextureMemory in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxTextureMemory(int pMaxTextureMemory)
throws java.io.IOException,
AutomationException
setMaxTextureMemory in interface I3DPropertiespMaxTextureMemory - The pMaxTextureMemory (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxRasterColumns()
throws java.io.IOException,
AutomationException
getMaxRasterColumns in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRasterColumns(int pMaxRasterColumns)
throws java.io.IOException,
AutomationException
setMaxRasterColumns in interface I3DPropertiespMaxRasterColumns - The pMaxRasterColumns (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxRasterRows()
throws java.io.IOException,
AutomationException
getMaxRasterRows in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRasterRows(int pMaxRasterRows)
throws java.io.IOException,
AutomationException
setMaxRasterRows in interface I3DPropertiespMaxRasterRows - The pMaxRasterRows (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDepthPriorityValue(short depthPriorityValue)
throws java.io.IOException,
AutomationException
setDepthPriorityValue in interface I3DPropertiesdepthPriorityValue - The depthPriorityValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getDepthPriorityValue()
throws java.io.IOException,
AutomationException
getDepthPriorityValue in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFaceCulling(int pCullingMode)
throws java.io.IOException,
AutomationException
setFaceCulling in interface I3DPropertiespCullingMode - A com.esri.arcgis.analyst3d.esri3DFaceCulling constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFaceCulling()
throws java.io.IOException,
AutomationException
getFaceCulling in interface I3DPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void apply3DProperties(java.lang.Object owner)
throws java.io.IOException,
AutomationException
apply3DProperties in interface I3DPropertiesowner - A reference to another Object (IUnknown) (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 | ||||||||