|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3dUI.DDDToolbarEnvironment
public class DDDToolbarEnvironment
COM Class 'DDDToolbarEnvironment'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'
Description '3D Analyst Toolbar Environment.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.analyst3dUI.IDDDToolbarEnvironment3 |
|---|
IID, IID2476759e_73dc_4d35_a1a8_ddae2bec914c, xxDummy |
| Constructor Summary | |
|---|---|
DDDToolbarEnvironment()
Constructs a DDDToolbarEnvironment using ArcGIS Engine. |
|
DDDToolbarEnvironment(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DDDToolbarEnvironment theDDDToolbarEnvironment = (DDDToolbarEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
ILayer |
getCurrentSelectedLayer()
The ILayer interface of the current selected layer. |
java.lang.String |
getGraphDataSaveLocation()
The location to save graph data. |
java.lang.String |
getGraphDataTemplate()
The template to render graph data. |
int |
getInterpolateMethod()
The interpolation method for interactive tools. |
double |
getInterpolateSampleDistance()
Sampling distance for interpolation of interactive tools. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isInterpolateVerticesOnly()
Interpolate only vertices for interactive tools. |
void |
release()
Release a DDDToolbarEnvironment. |
void |
setCurrentSelectedLayerByRef(ILayer ppLayer)
The ILayer interface of the current selected layer. |
void |
setGraphDataSaveLocation(java.lang.String pLocation)
The location to save graph data. |
void |
setGraphDataTemplate(java.lang.String pGraphTemplate)
The template to render graph data. |
void |
setInterpolateMethod(int pMethod)
The interpolation method for interactive tools. |
void |
setInterpolateSampleDistance(double pDistance)
Sampling distance for interpolation of interactive tools. |
void |
setInterpolateVerticesOnly(boolean pVerticesOnly)
Interpolate only vertices for interactive tools. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDDToolbarEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public DDDToolbarEnvironment(java.lang.Object obj)
throws java.io.IOException
DDDToolbarEnvironment theDDDToolbarEnvironment = (DDDToolbarEnvironment) obj;
obj to DDDToolbarEnvironment.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public ILayer getCurrentSelectedLayer()
throws java.io.IOException,
AutomationException
getCurrentSelectedLayer in interface IDDDToolbarEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentSelectedLayerByRef(ILayer ppLayer)
throws java.io.IOException,
AutomationException
setCurrentSelectedLayerByRef in interface IDDDToolbarEnvironment3ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getGraphDataSaveLocation()
throws java.io.IOException,
AutomationException
getGraphDataSaveLocation in interface IDDDToolbarEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGraphDataSaveLocation(java.lang.String pLocation)
throws java.io.IOException,
AutomationException
setGraphDataSaveLocation in interface IDDDToolbarEnvironment3pLocation - The pLocation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getInterpolateMethod()
throws java.io.IOException,
AutomationException
getInterpolateMethod in interface IDDDToolbarEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInterpolateMethod(int pMethod)
throws java.io.IOException,
AutomationException
setInterpolateMethod in interface IDDDToolbarEnvironment3pMethod - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInterpolateVerticesOnly()
throws java.io.IOException,
AutomationException
isInterpolateVerticesOnly in interface IDDDToolbarEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInterpolateVerticesOnly(boolean pVerticesOnly)
throws java.io.IOException,
AutomationException
setInterpolateVerticesOnly in interface IDDDToolbarEnvironment3pVerticesOnly - The pVerticesOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getInterpolateSampleDistance()
throws java.io.IOException,
AutomationException
getInterpolateSampleDistance in interface IDDDToolbarEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInterpolateSampleDistance(double pDistance)
throws java.io.IOException,
AutomationException
setInterpolateSampleDistance in interface IDDDToolbarEnvironment3pDistance - The pDistance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getGraphDataTemplate()
throws java.io.IOException,
AutomationException
getGraphDataTemplate in interface IDDDToolbarEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGraphDataTemplate(java.lang.String pGraphTemplate)
throws java.io.IOException,
AutomationException
setGraphDataTemplate in interface IDDDToolbarEnvironment3pGraphTemplate - The pGraphTemplate (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 | ||||||||