public interface ILasDataset3 extends ILasDataset2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID817cd8ad_9986_4c9e_9004_8a098edac19e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3af8a856_b6c2_41e4_8b51_8ac0e8777087
IID3ac637a3_1671_4dfe_babe_d7947d57f050
Modifier and Type | Method and Description |
---|---|
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.
|
rearrange
createDynamicSurface, export, getExtent, getFile, getFileCount, getName, getPointCount, getSizeInBytes, getSpatialReference, getStatistics, getSurfaceConstraint, getSurfaceConstraintCount, getSurfaceConstraintID, getSurfaceConstraintIndexFromID, getSurfaceConstraintName, init, isDirty, isHasStatistics, isNeedsUpdateStatistics, isUsesRelativePath, saveAs, setEmpty
static final int IID817cd8ad_9986_4c9e_9004_8a098edac19e
static final int xxDummy
static final java.lang.String IID
double getUncompressedSizeInBytes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getFileCounts(int[] pcLasFiles, int[] pcZlasFiles) throws java.io.IOException, AutomationException
pcLasFiles
- The pcLasFiles (out: use single element array)pcZlasFiles
- The pcZlasFiles (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.