|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.analyst3dUI.DDDToolbarEnvironment
public class DDDToolbarEnvironment
3D Analyst Toolbar Environment.
This coclass is a singleton. The only property of its only interface CurrentSelectedLayer refers to the layer selected in the 3D Analyst toolbar. See the VBA example for it use.
Constructor Summary | |
---|---|
DDDToolbarEnvironment()
Constructs a DDDToolbarEnvironment using ArcGIS Engine. |
|
DDDToolbarEnvironment(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DDDToolbarEnvironment theDDDToolbarEnvironment = (DDDToolbarEnvironment) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
ILayer |
getCurrentSelectedLayer()
The ILayer interface of the current selected layer. |
String |
getGraphDataSaveLocation()
The location to save graph data. |
int |
getInterpolateMethod()
The interpolation method for interactive tools. |
double |
getInterpolateSampleDistance()
Sampling distance for interpolation of interactive tools. |
int |
hashCode()
the hashcode for this object |
boolean |
isInterpolateVerticesOnly()
Interpolate only vertices for interactive tools. |
void |
setCurrentSelectedLayerByRef(ILayer ppLayer)
The ILayer interface of the current selected layer. |
void |
setGraphDataSaveLocation(String pLocation)
The location to save 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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DDDToolbarEnvironment() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DDDToolbarEnvironment(Object obj) throws IOException
DDDToolbarEnvironment theDDDToolbarEnvironment = (DDDToolbarEnvironment) obj;
obj
to DDDToolbarEnvironment
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ILayer getCurrentSelectedLayer() throws IOException, AutomationException
getCurrentSelectedLayer
in interface IDDDToolbarEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentSelectedLayerByRef(ILayer ppLayer) throws IOException, AutomationException
setCurrentSelectedLayerByRef
in interface IDDDToolbarEnvironment2
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGraphDataSaveLocation() throws IOException, AutomationException
getGraphDataSaveLocation
in interface IDDDToolbarEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGraphDataSaveLocation(String pLocation) throws IOException, AutomationException
setGraphDataSaveLocation
in interface IDDDToolbarEnvironment2
pLocation
- The pLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInterpolateMethod() throws IOException, AutomationException
getInterpolateMethod
in interface IDDDToolbarEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInterpolateMethod(int pMethod) throws IOException, AutomationException
setInterpolateMethod
in interface IDDDToolbarEnvironment2
pMethod
- A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInterpolateVerticesOnly() throws IOException, AutomationException
isInterpolateVerticesOnly
in interface IDDDToolbarEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInterpolateVerticesOnly(boolean pVerticesOnly) throws IOException, AutomationException
setInterpolateVerticesOnly
in interface IDDDToolbarEnvironment2
pVerticesOnly
- The pVerticesOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getInterpolateSampleDistance() throws IOException, AutomationException
getInterpolateSampleDistance
in interface IDDDToolbarEnvironment2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInterpolateSampleDistance(double pDistance) throws IOException, AutomationException
setInterpolateSampleDistance
in interface IDDDToolbarEnvironment2
pDistance
- The pDistance (in)
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 |