public interface ITerrainLasDataInfo2 extends ITerrainLasDataInfo, java.io.Serializable
Description: 'Provides access to members that provide information about a LAS file.' 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 |
IID08ac58e1_f142_45db_9847_0d28f6d7d241 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc1b7f6d6_4f81_4f5b_9922_5f74d3eb1e94
Modifier and Type | Method and Description |
---|---|
int |
getFileSourceID()
The LAS file's source ID.
|
void |
getPointInfoByClassCode(ITrackCancel pTrackCancel,
ILongArray pCodes,
IDoubleArray[] ppCounts,
IArray[] ppExtents)
Get the number of points corresponding to the specified class codes.
|
boolean |
isStandardGpsTime()
Indicates if the GPS time is standard GPS Time.
|
getDataExtent, getFlightDateJulian, getGeneratingSoftware, getNumberOfPointRecords, getNumberOfPointsByReturn, getPointDataFormat, getSpatialReference, getSystemID, getVersion, getYear, init
static final int IID08ac58e1_f142_45db_9847_0d28f6d7d241
static final int xxDummy
static final java.lang.String IID
int getFileSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isStandardGpsTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getPointInfoByClassCode(ITrackCancel pTrackCancel, ILongArray pCodes, IDoubleArray[] ppCounts, IArray[] ppExtents) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)ppCounts
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)ppExtents
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.