com.esri.arcgis.datasourcesfile
Class IDELasDatasetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesfile.IDELasDatasetProxy
All Implemented Interfaces:
IDELasDataset, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDELasDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to the LAS Dataset Data Element.' 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 IDELasDatasetProxy
extends com.esri.arcgis.interop.Dispatch
implements IDELasDataset, 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.datasourcesfile.IDELasDataset
IID, IID1508d058_f970_487c_afbe_31db1c3ed594
 
Constructor Summary
  IDELasDatasetProxy()
          Deprecated. For internal use only
  IDELasDatasetProxy(java.lang.Object obj)
          Deprecated.  
protected IDELasDatasetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDELasDatasetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDELasDatasetProxy(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.  
 int getFileCount()
          Deprecated. The number of files in the LAS dataset.
 int getPointCount()
          Deprecated. The number of points in the LAS dataset.
 int getSurfaceConstraintCount()
          Deprecated. The number of surface constraint feature classes in the LAS dataset.
 boolean isHasStatistics()
          Deprecated. Indicates whether there are statistics.
 boolean isNeedsUpdateStatistics()
          Deprecated. Indicates whether the statistics are up to date.
 boolean isUsesRelativePath()
          Deprecated. Indicates whether the LAS dataset uses a relative path to its files.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFileCount(int pFileCount)
          Deprecated. The number of files in the LAS dataset.
 void setHasStatistics(boolean pbHasStatistics)
          Deprecated. Indicates whether there are statistics.
 void setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics)
          Deprecated. Indicates whether the statistics are up to date.
 void setPointCount(int pPointCount)
          Deprecated. The number of points in the LAS dataset.
 void setSurfaceConstraintCount(int pSurfaceConstraintCount)
          Deprecated. The number of surface constraint feature classes in the LAS dataset.
 void setUsesRelativePath(boolean pbUsesRelativePath)
          Deprecated. Indicates whether the LAS dataset uses a relative path to its files.
 
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

IDELasDatasetProxy

public IDELasDatasetProxy(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

IDELasDatasetProxy

public IDELasDatasetProxy()
Deprecated. 
For internal use only


IDELasDatasetProxy

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

IDELasDatasetProxy

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

IDELasDatasetProxy

protected IDELasDatasetProxy(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

getFileCount

public int getFileCount()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of files in the LAS dataset.

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

setFileCount

public void setFileCount(int pFileCount)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of files in the LAS dataset.

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

getPointCount

public int getPointCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of points in the LAS dataset.

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

setPointCount

public void setPointCount(int pPointCount)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of points in the LAS dataset.

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

getSurfaceConstraintCount

public int getSurfaceConstraintCount()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The number of surface constraint feature classes in the LAS dataset.

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

setSurfaceConstraintCount

public void setSurfaceConstraintCount(int pSurfaceConstraintCount)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The number of surface constraint feature classes in the LAS dataset.

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

isHasStatistics

public boolean isHasStatistics()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether there are statistics.

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

setHasStatistics

public void setHasStatistics(boolean pbHasStatistics)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether there are statistics.

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

isNeedsUpdateStatistics

public boolean isNeedsUpdateStatistics()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether the statistics are up to date.

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

setNeedsUpdateStatistics

public void setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether the statistics are up to date.

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

isUsesRelativePath

public boolean isUsesRelativePath()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether the LAS dataset uses a relative path to its files.

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

setUsesRelativePath

public void setUsesRelativePath(boolean pbUsesRelativePath)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether the LAS dataset uses a relative path to its files.

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