|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I3DProperties
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbc6f44cc_21e8_11d4_a383_00c04f6bc619
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
apply3DProperties(java.lang.Object owner)
Applies 3D properties. |
java.lang.String |
getBaseExpressionString()
The base expression string. |
IName |
getBaseName()
The name of the base surface. |
int |
getBaseOption()
The base option. |
IFunctionalSurface |
getBaseSurface()
The base surface. |
short |
getDepthPriorityValue()
The drawing priority to be applied to a layer when in the same location than others. |
java.lang.String |
getExtrusionExpressionString()
The extrusion expression string. |
int |
getExtrusionType()
The extrusion type. |
int |
getFaceCulling()
The face culling mode. |
int |
getMaxRasterColumns()
The maximum number of columns for a raster elevation grid. |
int |
getMaxRasterRows()
The maximum number of rows for a raster elevation grid. |
int |
getMaxTextureMemory()
The maximum texture memory a layer can use. |
java.lang.String |
getOffsetExpressionString()
The offset expression string. |
int |
getRenderMode()
The rendering mode. |
double |
getRenderRefreshRate()
The rendering refresh rate. |
int |
getRenderVisibility()
The render visibility option. |
double |
getZFactor()
The z factor. |
boolean |
isIlluminate()
Indicates if areal features are illuminated. |
boolean |
isSmoothShading()
Indicates if smooth shading is enabled. |
void |
setBaseExpressionString(java.lang.String pBaseExpression)
The base expression string. |
void |
setBaseOption(int pBaseOption)
The base option. |
void |
setBaseSurfaceByRef(IFunctionalSurface ppBase)
The base surface. |
void |
setDepthPriorityValue(short depthPriorityValue)
The drawing priority to be applied to a layer when in the same location than others. |
void |
setExtrusionExpressionString(java.lang.String pExtrusion)
The extrusion expression string. |
void |
setExtrusionType(int pType)
The extrusion type. |
void |
setFaceCulling(int pCullingMode)
The face culling mode. |
void |
setIlluminate(boolean pIlluminate)
Indicates if areal features are illuminated. |
void |
setMaxRasterColumns(int pMaxRasterColumns)
The maximum number of columns for a raster elevation grid. |
void |
setMaxRasterRows(int pMaxRasterRows)
The maximum number of rows for a raster elevation grid. |
void |
setMaxTextureMemory(int pMaxTextureMemory)
The maximum texture memory a layer can use. |
void |
setOffsetExpressionString(java.lang.String pOffset)
The offset expression string. |
void |
setRenderMode(int pRenderMode)
The rendering mode. |
void |
setRenderRefreshRate(double pRefresh)
The rendering refresh rate. |
void |
setRenderVisibility(int pRenderOption)
The render visibility option. |
void |
setSmoothShading(boolean pbSmoothShading)
Indicates if smooth shading is enabled. |
void |
setZFactor(double pZFactor)
The z factor. |
Field Detail |
---|
static final int IIDbc6f44cc_21e8_11d4_a383_00c04f6bc619
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getBaseOption() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseOption(int pBaseOption) throws java.io.IOException, AutomationException
pBaseOption
- A com.esri.arcgis.analyst3d.esriBaseOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getBaseExpressionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseExpressionString(java.lang.String pBaseExpression) throws java.io.IOException, AutomationException
pBaseExpression
- The pBaseExpression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFunctionalSurface getBaseSurface() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseSurfaceByRef(IFunctionalSurface ppBase) throws java.io.IOException, AutomationException
ppBase
- 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.IName getBaseName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZFactor) throws java.io.IOException, AutomationException
pZFactor
- The pZFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getOffsetExpressionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOffsetExpressionString(java.lang.String pOffset) throws java.io.IOException, AutomationException
pOffset
- The pOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExtrusionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtrusionType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.analyst3d.esriExtrusionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExtrusionExpressionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtrusionExpressionString(java.lang.String pExtrusion) throws java.io.IOException, AutomationException
pExtrusion
- The pExtrusion (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRenderVisibility() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderVisibility(int pRenderOption) throws java.io.IOException, AutomationException
pRenderOption
- A com.esri.arcgis.analyst3d.esriRenderVisibility constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRenderRefreshRate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderRefreshRate(double pRefresh) throws java.io.IOException, AutomationException
pRefresh
- The pRefresh (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIlluminate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIlluminate(boolean pIlluminate) throws java.io.IOException, AutomationException
pIlluminate
- The pIlluminate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRenderMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderMode(int pRenderMode) throws java.io.IOException, AutomationException
pRenderMode
- A com.esri.arcgis.analyst3d.esriRenderMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSmoothShading() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmoothShading(boolean pbSmoothShading) throws java.io.IOException, AutomationException
pbSmoothShading
- The pbSmoothShading (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxTextureMemory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxTextureMemory(int pMaxTextureMemory) throws java.io.IOException, AutomationException
pMaxTextureMemory
- The pMaxTextureMemory (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxRasterColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxRasterColumns(int pMaxRasterColumns) throws java.io.IOException, AutomationException
pMaxRasterColumns
- The pMaxRasterColumns (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxRasterRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxRasterRows(int pMaxRasterRows) throws java.io.IOException, AutomationException
pMaxRasterRows
- The pMaxRasterRows (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDepthPriorityValue(short depthPriorityValue) throws java.io.IOException, AutomationException
depthPriorityValue
- The depthPriorityValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getDepthPriorityValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFaceCulling(int pCullingMode) throws java.io.IOException, AutomationException
pCullingMode
- A com.esri.arcgis.analyst3d.esri3DFaceCulling constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFaceCulling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void apply3DProperties(java.lang.Object owner) throws java.io.IOException, AutomationException
owner
- 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 |