|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDDDToolbarEnvironment2
Provides access to members that control the 3D Analyst Toolbar Environment.
Method Summary | |
---|---|
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. |
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. |
Method Detail |
---|
ILayer getCurrentSelectedLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentSelectedLayerByRef(ILayer ppLayer) throws IOException, AutomationException
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.String getGraphDataSaveLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGraphDataSaveLocation(String pLocation) throws IOException, AutomationException
pLocation
- The pLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInterpolateMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolateMethod(int pMethod) throws IOException, AutomationException
pMethod
- A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInterpolateVerticesOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolateVerticesOnly(boolean pVerticesOnly) throws IOException, AutomationException
pVerticesOnly
- The pVerticesOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInterpolateSampleDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolateSampleDistance(double pDistance) throws IOException, AutomationException
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 |