|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.ILasDatasetProxy
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
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasDataset |
|---|
IID, IID3ac637a3_1671_4dfe_babe_d7947d57f050 |
| Constructor Summary | |
|---|---|
|
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. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
void |
saveAs(java.lang.String name,
boolean bOverWrite)
Deprecated. Saves the dataset to disk using the specified name. |
void |
setEmpty()
Deprecated. Empty the object. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.UnknownHostException
java.io.IOExceptionpublic ILasDatasetProxy()
public ILasDatasetProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ILasDatasetProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected 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.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||