public interface ILasHeaderInfo2 extends ILasHeaderInfo, java.io.Serializable
Description: 'Provides access to the header information of LAS files.' 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 |
IID3b88519f_5972_45e4_9e49_d7293f84a96f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID89f48c7a_ac12_4371_92c3_194559bb354b
Modifier and Type | Method and Description |
---|---|
void |
getExtendedVariableLengthRecords(IStringArray[] ppUserIDs,
ILongArray[] recordIDs,
IDoubleArray[] ppRecordLengths,
IStringArray[] ppDescriptions,
boolean[] pbOverLimit)
The variable length record info.
|
double |
getNumberOfExtendedVariableLengthRecords()
The number of extended variable length records in the LAS file.
|
getExtent, getFileSourceID, getFlightDateJulian, getGeneratingSoftware, getNumberOfPointRecords, getNumberOfPointsByReturn, getNumberOfVariableLengthRecords, getOffsets, getPointDataFormat, getProjectID, getScaleFactors, getSpatialReference, getSystemID, getVariableLengthRecords, getVersion, getYear, isHasGpsTime, isHasRGB, isStandardGpsTime
static final int IID3b88519f_5972_45e4_9e49_d7293f84a96f
static final int xxDummy
static final java.lang.String IID
double getNumberOfExtendedVariableLengthRecords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getExtendedVariableLengthRecords(IStringArray[] ppUserIDs, ILongArray[] recordIDs, IDoubleArray[] ppRecordLengths, IStringArray[] ppDescriptions, boolean[] pbOverLimit) throws java.io.IOException, AutomationException
ppUserIDs
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)recordIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)ppRecordLengths
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)ppDescriptions
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)pbOverLimit
- The pbOverLimit (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.