public interface ILasFile2 extends ILasFile, java.io.Serializable
Description: 'Provides access to members of LasFile.' 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 |
IIDcf9228c8_038a_4f0a_ab66_81525ba5048e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID36ccbfd3_8a6c_4c11_8551_96ae8629aad9
Modifier and Type | Method and Description |
---|---|
double |
getUncompressedSizeInBytes()
The LAS file's uncompressed size in bytes.
|
boolean |
isRearranged()
Indicates if points has been spatially rearranged to iptimize data query.
|
boolean |
isZlas()
Indicates if the underline data file is a zLAS file.
|
estimatePointCount, estimatePointSpacing, getExtent, getHeaderInfo, getName, getNativeSpatialReference, getNumberOfPointRecords, getNumberOfPointsByReturn, getPointDataFormat, getSizeInBytes, getSpatialReference, getStatistics, getVersion, isFileMissing, isFileValid, isHasGpsTime, isHasPrjFile, isHasRGB, isHasStatistics, isNeedsUpdateStatistics, isStandardGpsTime
static final int IIDcf9228c8_038a_4f0a_ab66_81525ba5048e
static final int xxDummy
static final java.lang.String IID
boolean isZlas() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRearranged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getUncompressedSizeInBytes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.