|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITerrainLasDataInfo
COM Interface 'ITerrainLasDataInfo'. 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 |
IIDc1b7f6d6_4f81_4f5b_9922_5f74d3eb1e94
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IEnvelope |
getDataExtent()
The XYZ extent of points in the LAS file. |
int |
getFlightDateJulian()
The flight date based on the Julian calendar. |
java.lang.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. |
java.lang.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(java.lang.String lasFileName)
Used to set the name of the LAS file for which information is to be retrieved. |
Field Detail |
---|
static final int IIDc1b7f6d6_4f81_4f5b_9922_5f74d3eb1e94
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void init(java.lang.String lasFileName) throws java.io.IOException, AutomationException
lasFileName
- The lasFileName (in)
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.java.lang.String getSystemID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeneratingSoftware() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFlightDateJulian() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getYear() throws java.io.IOException, AutomationException
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.int getNumberOfPointRecords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int 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.IEnvelope getDataExtent() 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |