com.esri.arcgis.geodatabaseextensions
Interface ILasDataset3

All Superinterfaces:
ILasDataset, ILasDataset2, java.io.Serializable
All Known Implementing Classes:
ILasDataset3Proxy, LasDataset

public interface ILasDataset3
extends ILasDataset2, java.io.Serializable

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

Description: 'Provides access to members of LasDataset.' 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 IID817cd8ad_9986_4c9e_9004_8a098edac19e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasDataset2
IID3af8a856_b6c2_41e4_8b51_8ac0e8777087
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasDataset
IID3ac637a3_1671_4dfe_babe_d7947d57f050
 
Method Summary
 void getFileCounts(int[] pcLasFiles, int[] pcZlasFiles)
          Returns the number of LAS files and number of zLAS files in the dataset.
 double getUncompressedSizeInBytes()
          The dataset's uncompressed size in bytes.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasDataset2
rearrange
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasDataset
createDynamicSurface, export, getExtent, getFile, getFileCount, getName, getPointCount, getSizeInBytes, getSpatialReference, getStatistics, getSurfaceConstraint, getSurfaceConstraintCount, getSurfaceConstraintID, getSurfaceConstraintIndexFromID, getSurfaceConstraintName, init, isDirty, isHasStatistics, isNeedsUpdateStatistics, isUsesRelativePath, saveAs, setEmpty
 

Field Detail

IID817cd8ad_9986_4c9e_9004_8a098edac19e

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

getUncompressedSizeInBytes

double getUncompressedSizeInBytes()
                                  throws java.io.IOException,
                                         AutomationException
The dataset's uncompressed size in bytes.

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

getFileCounts

void getFileCounts(int[] pcLasFiles,
                   int[] pcZlasFiles)
                   throws java.io.IOException,
                          AutomationException
Returns the number of LAS files and number of zLAS files in the dataset.

Parameters:
pcLasFiles - The pcLasFiles (out: use single element array)
pcZlasFiles - The pcZlasFiles (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.