com.esri.arcgis.geodatabaseextensions
Interface ITerrainLasDataInfo2

All Superinterfaces:
ITerrainLasDataInfo, java.io.Serializable
All Known Implementing Classes:
ITerrainLasDataInfo2Proxy, TerrainLasDataImporter

public interface ITerrainLasDataInfo2
extends ITerrainLasDataInfo, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID08ac58e1_f142_45db_9847_0d28f6d7d241
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainLasDataInfo
IIDc1b7f6d6_4f81_4f5b_9922_5f74d3eb1e94
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainLasDataInfo
getDataExtent, getFlightDateJulian, getGeneratingSoftware, getNumberOfPointRecords, getNumberOfPointsByReturn, getPointDataFormat, getSpatialReference, getSystemID, getVersion, getYear, init
 

Field Detail

IID08ac58e1_f142_45db_9847_0d28f6d7d241

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

getFileSourceID

int getFileSourceID()
                    throws java.io.IOException,
                           AutomationException
The LAS file's source ID.

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

isStandardGpsTime

boolean isStandardGpsTime()
                          throws java.io.IOException,
                                 AutomationException
Indicates if the GPS time is standard GPS Time.

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

getPointInfoByClassCode

void getPointInfoByClassCode(ITrackCancel pTrackCancel,
                             ILongArray pCodes,
                             IDoubleArray[] ppCounts,
                             IArray[] ppExtents)
                             throws java.io.IOException,
                                    AutomationException
Get the number of points corresponding to the specified class codes.

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