com.esri.arcgis.geodatabaseextensions
Interface ILasDatasetWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILasDatasetWorkspaceProxy

public interface ILasDatasetWorkspace
extends java.io.Serializable

COM Interface 'ILasDatasetWorkspace'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members of LasDataset workspace.' 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 IIDeb2e798d_8154_41e9_a70f_53128de11573
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isLasDataset(java.lang.String name)
          Indicates if the given BSTR name is a LasDataset.
 ILasDataset openLasDataset(java.lang.String name)
          Opens an existing LasDataset.
 

Field Detail

IIDeb2e798d_8154_41e9_a70f_53128de11573

static final int IIDeb2e798d_8154_41e9_a70f_53128de11573
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

isLasDataset

boolean isLasDataset(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
Indicates if the given BSTR name is a LasDataset.

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

openLasDataset

ILasDataset openLasDataset(java.lang.String name)
                           throws java.io.IOException,
                                  AutomationException
Opens an existing LasDataset.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.