|
||||||||||
| 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
Provides access to members that control three-dimensional properties.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
I3DPropertiesProxy()
For internal use only |
|
I3DPropertiesProxy(java.lang.Object obj)
|
protected |
I3DPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
|
|
I3DPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
I3DPropertiesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public I3DPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public I3DPropertiesProxy()
public I3DPropertiesProxy(java.lang.Object obj)
throws java.io.IOException
protected I3DPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected I3DPropertiesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the events
java.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the events
java.io.IOException
public int getBaseOption()
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
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
I3DProperties
getBaseExpressionString in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setBaseExpressionString(java.lang.String pBaseExpression)
throws java.io.IOException,
AutomationException
I3DProperties
setBaseExpressionString in interface I3DPropertiespBaseExpression - The pBaseExpression (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IFunctionalSurface getBaseSurface()
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
setBaseSurfaceByRef in interface I3DPropertiesppBase - A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IName getBaseName()
throws java.io.IOException,
AutomationException
I3DProperties
getBaseName in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public double getZFactor()
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
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
I3DProperties
getOffsetExpressionString in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setOffsetExpressionString(java.lang.String pOffset)
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
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
I3DProperties
setExtrusionType in interface I3DPropertiespType - A com.esri.arcgis.analyst3d.esriExtrusionType constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getExtrusionExpressionString()
throws java.io.IOException,
AutomationException
I3DProperties
getExtrusionExpressionString in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setExtrusionExpressionString(java.lang.String pExtrusion)
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
getRenderVisibility in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setRenderVisibility(int pRenderOption)
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
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
I3DProperties
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
I3DProperties
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
I3DProperties
setIlluminate in interface I3DPropertiespIlluminate - The pIlluminate (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getRenderMode()
throws java.io.IOException,
AutomationException
I3DProperties
getRenderMode in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setRenderMode(int pRenderMode)
throws java.io.IOException,
AutomationException
I3DProperties
setRenderMode in interface I3DPropertiespRenderMode - A com.esri.arcgis.analyst3d.esriRenderMode constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isSmoothShading()
throws java.io.IOException,
AutomationException
I3DProperties
isSmoothShading in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setSmoothShading(boolean pbSmoothShading)
throws java.io.IOException,
AutomationException
I3DProperties
setSmoothShading in interface I3DPropertiespbSmoothShading - The pbSmoothShading (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getMaxTextureMemory()
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
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
I3DProperties
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
I3DProperties
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
I3DProperties
getMaxRasterRows in interface I3DPropertiesAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setMaxRasterRows(int pMaxRasterRows)
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
setDepthPriorityValue in interface I3DPropertiesdepthPriorityValue - The depthPriorityValue (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public short getDepthPriorityValue()
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DProperties
setFaceCulling in interface I3DPropertiespCullingMode - A com.esri.arcgis.analyst3d.esri3DFaceCulling constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getFaceCulling()
throws java.io.IOException,
AutomationException
I3DProperties
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
I3DPropertiesThe only method in I3DProperties interface, Apply3DProperties, requires one argument and the 'owner', which specifies which layer the 3D properties should be applied to. It has to be a concrete layer type, e.g. a feature layer, a TIN layer, or a raster layer. Please refer to the VBA sample code for the interface.
apply3DProperties in interface I3DPropertiesowner - A reference to another Object (IUnknown) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||