Description: 'Provides access to members of LasDataset.' 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 ILasDatasetProxy extends com.esri.arcgis.interop.Dispatch implements ILasDataset, 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, IID3ac637a3_1671_4dfe_babe_d7947d57f050| Modifier | Constructor and Description |
|---|---|
|
ILasDatasetProxy()
Deprecated.
For internal use only
|
|
ILasDatasetProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasDatasetProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasDatasetProxy(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.
|
ILasSurface |
createDynamicSurface()
Deprecated.
Returns an implicit surface.
|
void |
export(ITrackCancel pTrackCancel,
int fileIndex,
ILasPointFilter pFilter,
java.lang.String newFileName,
ISpatialReference pNewSpatialReference,
boolean bProject,
boolean bDropVLRs)
Deprecated.
Writes a new, optionally modified, version of the specified LAS file.
|
IEnvelope |
getExtent()
Deprecated.
The xyz extent of the dataset.
|
ILasFile |
getFile(int index)
Deprecated.
Returns the LAS file specified by the index.
|
int |
getFileCount()
Deprecated.
The number of LAS files contained in the dataset.
|
java.lang.String |
getName()
Deprecated.
The name of the dataset.
|
double |
getPointCount()
Deprecated.
The number of points in the dataset.
|
double |
getSizeInBytes()
Deprecated.
The size of all the LAS/zLAS files in bytes.
|
ISpatialReference |
getSpatialReference()
Deprecated.
The spatial reference of the dataset.
|
ILasStatistics |
getStatistics()
Deprecated.
Get statistics.
|
void |
getSurfaceConstraint(int index,
IFeatureClass[] ppClass,
IField[] ppHeightField,
IField[] ppTagField,
int[] pType)
Deprecated.
Gets surface constraint specified by the index.
|
int |
getSurfaceConstraintCount()
Deprecated.
The number of surface constraints contained in the dataset.
|
void |
getSurfaceConstraintID(int index,
IUID[] ppGuid)
Deprecated.
Gets surface constraint specified by the index.
|
void |
getSurfaceConstraintIndexFromID(IUID pGuid,
int[] pIndex)
Deprecated.
Gets surface constraint's index identified by the ID.
|
void |
getSurfaceConstraintName(int index,
IFeatureClassName[] ppName,
java.lang.String[] pHeightField,
java.lang.String[] pTagField,
int[] pType)
Deprecated.
Gets surface constraint specified by the index.
|
void |
init(java.lang.String name)
Deprecated.
Opens the specified dataset.
|
boolean |
isDirty()
Deprecated.
Indicates if the dataset has been changed since last save.
|
boolean |
isHasStatistics()
Deprecated.
Indicates if statistics is available.
|
boolean |
isNeedsUpdateStatistics()
Deprecated.
Indicates if update is necessary.
|
boolean |
isUsesRelativePath()
Deprecated.
Indicates if the dataset is saved with relative path.
|
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.
|
void |
saveAs(java.lang.String name,
boolean bOverWrite)
Deprecated.
Saves the dataset to disk using the specified name.
|
void |
setEmpty()
Deprecated.
Empty the 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 ILasDatasetProxy(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 ILasDatasetProxy()
public ILasDatasetProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILasDatasetProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILasDatasetProxy(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 void setEmpty()
throws java.io.IOException,
AutomationException
setEmpty in interface ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void init(java.lang.String name)
throws java.io.IOException,
AutomationException
init in interface ILasDatasetname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void saveAs(java.lang.String name,
boolean bOverWrite)
throws java.io.IOException,
AutomationException
saveAs in interface ILasDatasetname - The name (in)bOverWrite - The bOverWrite (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isUsesRelativePath()
throws java.io.IOException,
AutomationException
isUsesRelativePath in interface ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface ILasDatasetjava.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 ILasDatasetjava.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 ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFileCount()
throws java.io.IOException,
AutomationException
getFileCount in interface ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasFile getFile(int index) throws java.io.IOException, AutomationException
getFile in interface ILasDatasetindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSurfaceConstraintCount()
throws java.io.IOException,
AutomationException
getSurfaceConstraintCount in interface ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getSurfaceConstraint(int index,
IFeatureClass[] ppClass,
IField[] ppHeightField,
IField[] ppTagField,
int[] pType)
throws java.io.IOException,
AutomationException
getSurfaceConstraint in interface ILasDatasetindex - The index (in)ppClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (out: use single element array)ppHeightField - A reference to a com.esri.arcgis.geodatabase.IField (out: use single element array)ppTagField - A reference to a com.esri.arcgis.geodatabase.IField (out: use single element array)pType - A com.esri.arcgis.geodatabase.esriTinSurfaceType constant (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getSurfaceConstraintName(int index,
IFeatureClassName[] ppName,
java.lang.String[] pHeightField,
java.lang.String[] pTagField,
int[] pType)
throws java.io.IOException,
AutomationException
getSurfaceConstraintName in interface ILasDatasetindex - The index (in)ppName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (out: use single element array)pHeightField - The pHeightField (out: use single element array)pTagField - The pTagField (out: use single element array)pType - A com.esri.arcgis.geodatabase.esriTinSurfaceType constant (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getSurfaceConstraintID(int index,
IUID[] ppGuid)
throws java.io.IOException,
AutomationException
getSurfaceConstraintID in interface ILasDatasetindex - The index (in)ppGuid - A reference to a com.esri.arcgis.system.IUID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getSurfaceConstraintIndexFromID(IUID pGuid, int[] pIndex) throws java.io.IOException, AutomationException
getSurfaceConstraintIndexFromID in interface ILasDatasetpGuid - A reference to a com.esri.arcgis.system.IUID (in)pIndex - The pIndex (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getPointCount()
throws java.io.IOException,
AutomationException
getPointCount in interface ILasDatasetjava.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 ILasDatasetjava.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 ILasDatasetjava.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 ILasDatasetjava.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 ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasSurface createDynamicSurface() throws java.io.IOException, AutomationException
createDynamicSurface in interface ILasDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void export(ITrackCancel pTrackCancel, int fileIndex, ILasPointFilter pFilter, java.lang.String newFileName, ISpatialReference pNewSpatialReference, boolean bProject, boolean bDropVLRs) throws java.io.IOException, AutomationException
export in interface ILasDatasetpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)fileIndex - The fileIndex (in)pFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasPointFilter (in)newFileName - The newFileName (in)pNewSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)bProject - The bProject (in)bDropVLRs - The bDropVLRs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.