|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITerrainLasDataInfo
Provides access to members that provide information about a LAS file.
| Method Summary | |
|---|---|
IEnvelope |
getDataExtent()
The XYZ extent of points in the LAS file. |
int |
getFlightDateJulian()
The flight date based on the Julian calendar. |
String |
getGeneratingSoftware()
The software used to create the LAS file. |
int |
getNumberOfPointRecords()
The number of points in the LAS file. |
int |
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 |
ISpatialReference |
getSpatialReference()
The spatial reference of the LAS file. |
String |
getSystemID()
The hardware system used to collect the LiDAR data in the LAS file. |
void |
getVersion(int[] pMajor,
int[] pMinor)
The version of the LAS file. |
int |
getYear()
The year the data in the LAS file was collected. |
void |
init(String lasFileName)
Used to set the name of the LAS file for which information is to be retrieved. |
| Method Detail |
|---|
void init(String lasFileName)
throws IOException,
AutomationException
lasFileName - The lasFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getVersion(int[] pMajor,
int[] pMinor)
throws IOException,
AutomationException
pMajor - The pMajor (out: use single element array)pMinor - The pMinor (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSystemID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getGeneratingSoftware()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFlightDateJulian()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getYear()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPointDataFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumberOfPointRecords()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumberOfPointsByReturn(int returnNumber)
throws IOException,
AutomationException
returnNumber - The returnNumber (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getDataExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||