com.esri.arcgis.geodatabaseextensions
Interface ILasFile2

All Superinterfaces:
ILasFile, java.io.Serializable
All Known Implementing Classes:
ILasFile2Proxy, LasFile

public interface ILasFile2
extends ILasFile, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcf9228c8_038a_4f0a_ab66_81525ba5048e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasFile
IID36ccbfd3_8a6c_4c11_8551_96ae8629aad9
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasFile
estimatePointCount, estimatePointSpacing, getExtent, getHeaderInfo, getName, getNativeSpatialReference, getNumberOfPointRecords, getNumberOfPointsByReturn, getPointDataFormat, getSizeInBytes, getSpatialReference, getStatistics, getVersion, isFileMissing, isFileValid, isHasGpsTime, isHasPrjFile, isHasRGB, isHasStatistics, isNeedsUpdateStatistics, isStandardGpsTime
 

Field Detail

IIDcf9228c8_038a_4f0a_ab66_81525ba5048e

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

isZlas

boolean isZlas()
               throws java.io.IOException,
                      AutomationException
Indicates if the underline data file is a zLAS file.

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

isRearranged

boolean isRearranged()
                     throws java.io.IOException,
                            AutomationException
Indicates if points has been spatially rearranged to iptimize data query.

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

getUncompressedSizeInBytes

double getUncompressedSizeInBytes()
                                  throws java.io.IOException,
                                         AutomationException
The LAS file's uncompressed size in bytes.

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