|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDDDToolbarEnvironment2
COM Interface 'IDDDToolbarEnvironment2'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'
Description: 'Provides access to members that control the 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID523838fb_f594_4711_b398_b91c568a2baa
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ILayer |
getCurrentSelectedLayer()
The ILayer interface of the current selected layer. |
java.lang.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(java.lang.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. |
Field Detail |
---|
static final int IID523838fb_f594_4711_b398_b91c568a2baa
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ILayer getCurrentSelectedLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentSelectedLayerByRef(ILayer ppLayer) throws java.io.IOException, AutomationException
ppLayer
- 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.java.lang.String getGraphDataSaveLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGraphDataSaveLocation(java.lang.String pLocation) throws java.io.IOException, AutomationException
pLocation
- The pLocation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInterpolateMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolateMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInterpolateVerticesOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolateVerticesOnly(boolean pVerticesOnly) throws java.io.IOException, AutomationException
pVerticesOnly
- The pVerticesOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInterpolateSampleDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolateSampleDistance(double pDistance) throws java.io.IOException, AutomationException
pDistance
- The pDistance (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 |