com.esri.arcgis.analyst3dUI
Class ILasDatasetToolbarEnvironmentProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3dUI.ILasDatasetToolbarEnvironmentProxy
All Implemented Interfaces:
ILasDatasetToolbarEnvironment, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class ILasDatasetToolbarEnvironmentProxy
extends com.esri.arcgis.interop.Dispatch
implements ILasDatasetToolbarEnvironment, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.analyst3dUI.ILasDatasetToolbarEnvironment
IID, IID8982f394_8492_47ec_841f_d34ae81a500f
 
Constructor Summary
  ILasDatasetToolbarEnvironmentProxy()
          Deprecated. For internal use only
  ILasDatasetToolbarEnvironmentProxy(java.lang.Object obj)
          Deprecated.  
protected ILasDatasetToolbarEnvironmentProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILasDatasetToolbarEnvironmentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILasDatasetToolbarEnvironmentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 ILasDatasetLayer getCurrentSelectedLayer()
          Deprecated. The ILasDatasetLayer interface of the current selected layer.
 int getMaxProfilePointCount()
          Deprecated. The maximum profile point count in the Profile View.
 GUID queryLastPointRenderer(ILasDatasetLayer pLayer)
          Deprecated. Get the last selected point renderer for the given layer.
 GUID queryLastTinRenderer(ILasDatasetLayer pLayer)
          Deprecated. Get the last selected TIN renderer for the given layer.
 _WKSPoint queryPanStep(ILasDatasetLayer pLayer)
          Deprecated. Get the pan step in X and Y for the given layer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCurrentSelectedLayerByRef(ILasDatasetLayer ppLayer)
          Deprecated. The ILasDatasetLayer interface of the current selected layer.
 void setLastPointRenderer(ILasDatasetLayer pLayer, GUID clsid)
          Deprecated. Set the last selected point renderer for the given layer.
 void setLastTinRenderer(ILasDatasetLayer pLayer, GUID clsid)
          Deprecated. Set the last selected TIN renderer for the given layer.
 void setMaxProfilePointCount(int pCount)
          Deprecated. The maximum profile point count in the Profile View.
 void setPanStep(ILasDatasetLayer pLayer, _WKSPoint pStepXY)
          Deprecated. Set the pan step in X and Y for the given layer.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILasDatasetToolbarEnvironmentProxy

public ILasDatasetToolbarEnvironmentProxy(java.lang.String CLSID,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.net.UnknownHostException,
                                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ILasDatasetToolbarEnvironmentProxy

public ILasDatasetToolbarEnvironmentProxy()
Deprecated. 
For internal use only


ILasDatasetToolbarEnvironmentProxy

public ILasDatasetToolbarEnvironmentProxy(java.lang.Object obj)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILasDatasetToolbarEnvironmentProxy

protected ILasDatasetToolbarEnvironmentProxy(java.lang.Object obj,
                                             java.lang.String iid)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILasDatasetToolbarEnvironmentProxy

protected ILasDatasetToolbarEnvironmentProxy(java.lang.String CLSID,
                                             java.lang.String iid,
                                             java.lang.String host,
                                             com.esri.arcgis.interop.AuthInfo authInfo)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getCurrentSelectedLayer

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

Specified by:
getCurrentSelectedLayer in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
setCurrentSelectedLayerByRef in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
queryPanStep in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
setPanStep in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
queryLastPointRenderer in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
setLastPointRenderer in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
queryLastTinRenderer in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
setLastTinRenderer in interface ILasDatasetToolbarEnvironment
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

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

Specified by:
getMaxProfilePointCount in interface ILasDatasetToolbarEnvironment
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxProfilePointCount

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

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