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 ILasDatasetEditProxy extends com.esri.arcgis.interop.Dispatch implements ILasDatasetEdit, 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, IIDca6228e2_eb8f_442f_88cb_5e40233e88e8| Modifier | Constructor and Description |
|---|---|
|
ILasDatasetEditProxy()
Deprecated.
For internal use only
|
|
ILasDatasetEditProxy(java.lang.Object obj)
Deprecated.
|
protected |
ILasDatasetEditProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ILasDatasetEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ILasDatasetEditProxy(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 |
addFile(java.lang.String fileName)
Deprecated.
Adds a file to the dataset.
|
void |
addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive,
IStringArray[] ppBadFiles)
Deprecated.
Adds all the files in the specified a folder, and potentially subfolders, to the dataset.
|
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.
|
void |
addSurfaceConstraint(IFeatureClass pFeatureClass,
IField pHeightField,
IField pTagField,
int type)
Deprecated.
Adds surface constraint (e.g., breaklines) to the dataset.
|
void |
calculateFileStatistics(ITrackCancel pTrackCancel,
int index)
Deprecated.
Calculate statistics of the specified file.
|
void |
calculateStatistics(ITrackCancel pTrackCancel,
boolean bForce,
ILongArray[] ppBadFiles)
Deprecated.
Calculate statistics of the entire dataset.
|
void |
removeFile(int index)
Deprecated.
Removes the specified file from the dataset.
|
void |
removeFileByName(java.lang.String fileName)
Deprecated.
Removes the specified file from the dataset.
|
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 |
removeSurfaceConstraint(IFeatureClass pFeatureClass)
Deprecated.
Removes the specified surface constraint from the dataset.
|
void |
removeSurfaceConstraintByID(IUID pGuid)
Deprecated.
Removes the specified surface constraint from the dataset.
|
void |
save()
Deprecated.
Saves the changes.
|
void |
setSpatialReference(ISpatialReference pSpatialReference)
Deprecated.
Sets spatial reference.
|
void |
setUsesRelativePath(boolean rhs1)
Deprecated.
Indicates if the dataset is saved with relative path.
|
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 ILasDatasetEditProxy(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 ILasDatasetEditProxy()
public ILasDatasetEditProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ILasDatasetEditProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ILasDatasetEditProxy(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 save()
throws java.io.IOException,
AutomationException
save in interface ILasDatasetEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUsesRelativePath(boolean rhs1)
throws java.io.IOException,
AutomationException
setUsesRelativePath in interface ILasDatasetEditrhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialReference(ISpatialReference pSpatialReference) throws java.io.IOException, AutomationException
setSpatialReference in interface ILasDatasetEditpSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
addFile in interface ILasDatasetEditfileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive,
IStringArray[] ppBadFiles)
throws java.io.IOException,
AutomationException
addFolder in interface ILasDatasetEditfolderName - The folderName (in)fileExtension - The fileExtension (in)bRecursive - The bRecursive (in)ppBadFiles - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeFile(int index)
throws java.io.IOException,
AutomationException
removeFile in interface ILasDatasetEditindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeFileByName(java.lang.String fileName)
throws java.io.IOException,
AutomationException
removeFileByName in interface ILasDatasetEditfileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addSurfaceConstraint(IFeatureClass pFeatureClass, IField pHeightField, IField pTagField, int type) throws java.io.IOException, AutomationException
addSurfaceConstraint in interface ILasDatasetEditpFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)pHeightField - A reference to a com.esri.arcgis.geodatabase.IField (in)pTagField - A reference to a com.esri.arcgis.geodatabase.IField (in)type - A com.esri.arcgis.geodatabase.esriTinSurfaceType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeSurfaceConstraint(IFeatureClass pFeatureClass) throws java.io.IOException, AutomationException
removeSurfaceConstraint in interface ILasDatasetEditpFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeSurfaceConstraintByID(IUID pGuid) throws java.io.IOException, AutomationException
removeSurfaceConstraintByID in interface ILasDatasetEditpGuid - A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void calculateStatistics(ITrackCancel pTrackCancel, boolean bForce, ILongArray[] ppBadFiles) throws java.io.IOException, AutomationException
calculateStatistics in interface ILasDatasetEditpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)bForce - The bForce (in)ppBadFiles - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void calculateFileStatistics(ITrackCancel pTrackCancel, int index) throws java.io.IOException, AutomationException
calculateFileStatistics in interface ILasDatasetEditpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.