com.esri.arcgis.geodatabaseextensions
Interface ILasHeaderInfo2

All Superinterfaces:
ILasHeaderInfo, java.io.Serializable
All Known Implementing Classes:
ILasHeaderInfo2Proxy, LasHeaderInfo

public interface ILasHeaderInfo2
extends ILasHeaderInfo, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3b88519f_5972_45e4_9e49_d7293f84a96f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasHeaderInfo
IID89f48c7a_ac12_4371_92c3_194559bb354b
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasHeaderInfo
getExtent, getFileSourceID, getFlightDateJulian, getGeneratingSoftware, getNumberOfPointRecords, getNumberOfPointsByReturn, getNumberOfVariableLengthRecords, getOffsets, getPointDataFormat, getProjectID, getScaleFactors, getSpatialReference, getSystemID, getVariableLengthRecords, getVersion, getYear, isHasGpsTime, isHasRGB, isStandardGpsTime
 

Field Detail

IID3b88519f_5972_45e4_9e49_d7293f84a96f

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

getNumberOfExtendedVariableLengthRecords

double getNumberOfExtendedVariableLengthRecords()
                                                throws java.io.IOException,
                                                       AutomationException
The number of extended variable length records in the LAS file.

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

getExtendedVariableLengthRecords

void getExtendedVariableLengthRecords(IStringArray[] ppUserIDs,
                                      ILongArray[] recordIDs,
                                      IDoubleArray[] ppRecordLengths,
                                      IStringArray[] ppDescriptions,
                                      boolean[] pbOverLimit)
                                      throws java.io.IOException,
                                             AutomationException
The variable length record info.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.