public interface ILasFile
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID36ccbfd3_8a6c_4c11_8551_96ae8629aad9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
estimatePointCount(IGeometry pAOI)
Estimate point count.
|
double |
estimatePointSpacing(boolean bUseStatistics)
Estimate point spacing.
|
IEnvelope |
getExtent()
The XYZ extent of points in the LAS file.
|
ILasHeaderInfo |
getHeaderInfo()
Get LAS file header information.
|
java.lang.String |
getName()
The (full) file name.
|
ISpatialReference |
getNativeSpatialReference()
The spatial reference defined in the LAS file header.
|
double |
getNumberOfPointRecords()
The number of points in the LAS file.
|
double |
getNumberOfPointsByReturn(int returnNumber)
The number of points in the LAS file based on the specified LiDAR return number.
|
int |
getPointDataFormat()
The record format for points in the LAS file
|
double |
getSizeInBytes()
The LAS/zLAS file's size in bytes.
|
ISpatialReference |
getSpatialReference()
The spatial reference of the LAS file.
|
ILasStatistics |
getStatistics()
Get statistics.
|
void |
getVersion(int[] pMajor,
int[] pMinor)
The version of the LAS file.
|
boolean |
isFileMissing()
Indicates if the LAS file is missing.
|
boolean |
isFileValid()
Indicates if the LAS file exists and is valid.
|
boolean |
isHasGpsTime()
Indicates GPS time is available.
|
boolean |
isHasPrjFile()
Indicates if there is a corresponding PRJ file.
|
boolean |
isHasRGB()
Indicates if RGB is availabe.
|
boolean |
isHasStatistics()
Indicates if statistics is available.
|
boolean |
isNeedsUpdateStatistics()
Indicates if update is necessary.
|
boolean |
isStandardGpsTime()
Indicates if the GPS time is standard GPS Time.
|
static final int IID36ccbfd3_8a6c_4c11_8551_96ae8629aad9
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getVersion(int[] pMajor, int[] pMinor) throws java.io.IOException, AutomationException
pMajor
- The pMajor (out: use single element array)pMinor
- The pMinor (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPointDataFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getNumberOfPointRecords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getNumberOfPointsByReturn(int returnNumber) throws java.io.IOException, AutomationException
returnNumber
- The returnNumber (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSizeInBytes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasRGB() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasGpsTime() 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.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFileMissing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFileValid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasPrjFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNeedsUpdateStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILasStatistics getStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILasHeaderInfo getHeaderInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double estimatePointSpacing(boolean bUseStatistics) throws java.io.IOException, AutomationException
bUseStatistics
- The bUseStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double estimatePointCount(IGeometry pAOI) throws java.io.IOException, AutomationException
pAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.