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 =
public class ILasFileProxy extends com.esri.arcgis.interop.Dispatch implements ILasFile, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID36ccbfd3_8a6c_4c11_8551_96ae8629aad9| Modifier | Constructor and Description |
|---|---|
|
ILasFileProxy()
Deprecated.
For internal use only
|
|
ILasFileProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasFileProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasFileProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasFileProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
double |
estimatePointCount(IGeometry pAOI)
Deprecated.
Estimate point count.
|
double |
estimatePointSpacing(boolean bUseStatistics)
Deprecated.
Estimate point spacing.
|
IEnvelope |
getExtent()
Deprecated.
The XYZ extent of points in the LAS file.
|
ILasHeaderInfo |
getHeaderInfo()
Deprecated.
Get LAS file header information.
|
java.lang.String |
getName()
Deprecated.
The (full) file name.
|
ISpatialReference |
getNativeSpatialReference()
Deprecated.
The spatial reference defined in the LAS file header.
|
double |
getNumberOfPointRecords()
Deprecated.
The number of points in the LAS file.
|
double |
getNumberOfPointsByReturn(int returnNumber)
Deprecated.
The number of points in the LAS file based on the specified LiDAR return number.
|
int |
getPointDataFormat()
Deprecated.
The record format for points in the LAS file
|
double |
getSizeInBytes()
Deprecated.
The LAS/zLAS file's size in bytes.
|
ISpatialReference |
getSpatialReference()
Deprecated.
The spatial reference of the LAS file.
|
ILasStatistics |
getStatistics()
Deprecated.
Get statistics.
|
void |
getVersion(int[] pMajor,
int[] pMinor)
Deprecated.
The version of the LAS file.
|
boolean |
isFileMissing()
Deprecated.
Indicates if the LAS file is missing.
|
boolean |
isFileValid()
Deprecated.
Indicates if the LAS file exists and is valid.
|
boolean |
isHasGpsTime()
Deprecated.
Indicates GPS time is available.
|
boolean |
isHasPrjFile()
Deprecated.
Indicates if there is a corresponding PRJ file.
|
boolean |
isHasRGB()
Deprecated.
Indicates if RGB is availabe.
|
boolean |
isHasStatistics()
Deprecated.
Indicates if statistics is available.
|
boolean |
isNeedsUpdateStatistics()
Deprecated.
Indicates if update is necessary.
|
boolean |
isStandardGpsTime()
Deprecated.
Indicates if the GPS time is standard GPS Time.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ILasFileProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ILasFileProxy()
public ILasFileProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILasFileProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILasFileProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getVersion(int[] pMajor,
int[] pMinor)
throws java.io.IOException,
AutomationException
getVersion in interface ILasFilepMajor - 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.public int getPointDataFormat()
throws java.io.IOException,
AutomationException
getPointDataFormat in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getNumberOfPointRecords()
throws java.io.IOException,
AutomationException
getNumberOfPointRecords in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getNumberOfPointsByReturn(int returnNumber)
throws java.io.IOException,
AutomationException
getNumberOfPointsByReturn in interface ILasFilereturnNumber - The returnNumber (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getSizeInBytes()
throws java.io.IOException,
AutomationException
getSizeInBytes in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHasRGB()
throws java.io.IOException,
AutomationException
isHasRGB in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHasGpsTime()
throws java.io.IOException,
AutomationException
isHasGpsTime in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isStandardGpsTime()
throws java.io.IOException,
AutomationException
isStandardGpsTime in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
getNativeSpatialReference in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isFileMissing()
throws java.io.IOException,
AutomationException
isFileMissing in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isFileValid()
throws java.io.IOException,
AutomationException
isFileValid in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHasPrjFile()
throws java.io.IOException,
AutomationException
isHasPrjFile in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHasStatistics()
throws java.io.IOException,
AutomationException
isHasStatistics in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isNeedsUpdateStatistics()
throws java.io.IOException,
AutomationException
isNeedsUpdateStatistics in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasStatistics getStatistics() throws java.io.IOException, AutomationException
getStatistics in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasHeaderInfo getHeaderInfo() throws java.io.IOException, AutomationException
getHeaderInfo in interface ILasFilejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double estimatePointSpacing(boolean bUseStatistics)
throws java.io.IOException,
AutomationException
estimatePointSpacing in interface ILasFilebUseStatistics - The bUseStatistics (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double estimatePointCount(IGeometry pAOI) throws java.io.IOException, AutomationException
estimatePointCount in interface ILasFilepAOI - 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.