com.esri.arcgis.analyst3dUI
Interface ILasDatasetToolbarEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILasDatasetToolbarEnvironmentProxy, LasDatasetToolbarEnvironment

public interface ILasDatasetToolbarEnvironment
extends java.io.Serializable

COM Interface 'ILasDatasetToolbarEnvironment'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'

Description: 'Provides access to members that control the LAS Dataset 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 IID8982f394_8492_47ec_841f_d34ae81a500f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILasDatasetLayer getCurrentSelectedLayer()
          The ILasDatasetLayer interface of the current selected layer.
 int getMaxProfilePointCount()
          The maximum profile point count in the Profile View.
 GUID queryLastPointRenderer(ILasDatasetLayer pLayer)
          Get the last selected point renderer for the given layer.
 GUID queryLastTinRenderer(ILasDatasetLayer pLayer)
          Get the last selected TIN renderer for the given layer.
 _WKSPoint queryPanStep(ILasDatasetLayer pLayer)
          Get the pan step in X and Y for the given layer.
 void setCurrentSelectedLayerByRef(ILasDatasetLayer ppLayer)
          The ILasDatasetLayer interface of the current selected layer.
 void setLastPointRenderer(ILasDatasetLayer pLayer, GUID clsid)
          Set the last selected point renderer for the given layer.
 void setLastTinRenderer(ILasDatasetLayer pLayer, GUID clsid)
          Set the last selected TIN renderer for the given layer.
 void setMaxProfilePointCount(int pCount)
          The maximum profile point count in the Profile View.
 void setPanStep(ILasDatasetLayer pLayer, _WKSPoint pStepXY)
          Set the pan step in X and Y for the given layer.
 

Field Detail

IID8982f394_8492_47ec_841f_d34ae81a500f

static final int IID8982f394_8492_47ec_841f_d34ae81a500f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCurrentSelectedLayer

ILasDatasetLayer getCurrentSelectedLayer()
                                         throws java.io.IOException,
                                                AutomationException
The ILasDatasetLayer interface of the current selected layer.

Returns:
A reference to a com.esri.arcgis.carto.ILasDatasetLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentSelectedLayerByRef

void setCurrentSelectedLayerByRef(ILasDatasetLayer ppLayer)
                                  throws java.io.IOException,
                                         AutomationException
The ILasDatasetLayer interface of the current selected layer.

Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPanStep

_WKSPoint queryPanStep(ILasDatasetLayer pLayer)
                       throws java.io.IOException,
                              AutomationException
Get the pan step in X and Y for the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
Returns:
A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPanStep

void setPanStep(ILasDatasetLayer pLayer,
                _WKSPoint pStepXY)
                throws java.io.IOException,
                       AutomationException
Set the pan step in X and Y for the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
pStepXY - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryLastPointRenderer

GUID queryLastPointRenderer(ILasDatasetLayer pLayer)
                            throws java.io.IOException,
                                   AutomationException
Get the last selected point renderer for the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
Returns:
A Structure: com.esri.arcgis.support.ms.stdole.GUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastPointRenderer

void setLastPointRenderer(ILasDatasetLayer pLayer,
                          GUID clsid)
                          throws java.io.IOException,
                                 AutomationException
Set the last selected point renderer for the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
clsid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryLastTinRenderer

GUID queryLastTinRenderer(ILasDatasetLayer pLayer)
                          throws java.io.IOException,
                                 AutomationException
Get the last selected TIN renderer for the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
Returns:
A Structure: com.esri.arcgis.support.ms.stdole.GUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastTinRenderer

void setLastTinRenderer(ILasDatasetLayer pLayer,
                        GUID clsid)
                        throws java.io.IOException,
                               AutomationException
Set the last selected TIN renderer for the given layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
clsid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxProfilePointCount

int getMaxProfilePointCount()
                            throws java.io.IOException,
                                   AutomationException
The maximum profile point count in the Profile View.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxProfilePointCount

void setMaxProfilePointCount(int pCount)
                             throws java.io.IOException,
                                    AutomationException
The maximum profile point count in the Profile View.

Parameters:
pCount - The pCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.