com.esri.arcgis.geodatabaseextensions
Class ILasDatasetEditProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ILasDatasetEditProxy
All Implemented Interfaces:
ILasDatasetEdit, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ILasDatasetEdit'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

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

Internal use class

See Also:
Serialized Form

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.ILasDatasetEdit
IID, IIDca6228e2_eb8f_442f_88cb_5e40233e88e8
 
Constructor Summary
  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.  
 
Method Summary
 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.  
 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.  
 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.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILasDatasetEditProxy

public ILasDatasetEditProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ILasDatasetEditProxy

public ILasDatasetEditProxy()
Deprecated. 
For internal use only


ILasDatasetEditProxy

public ILasDatasetEditProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILasDatasetEditProxy

protected ILasDatasetEditProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILasDatasetEditProxy

protected ILasDatasetEditProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

save

public void save()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Saves the changes.

Specified by:
save in interface ILasDatasetEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUsesRelativePath

public void setUsesRelativePath(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the dataset is saved with relative path.

Specified by:
setUsesRelativePath in interface ILasDatasetEdit
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReference

public void setSpatialReference(ISpatialReference pSpatialReference)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Sets spatial reference.

Specified by:
setSpatialReference in interface ILasDatasetEdit
Parameters:
pSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFile

public void addFile(java.lang.String fileName)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Adds a file to the dataset.

Specified by:
addFile in interface ILasDatasetEdit
Parameters:
fileName - The fileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFolder

public void addFolder(java.lang.String folderName,
                      java.lang.String fileExtension,
                      boolean bRecursive,
                      IStringArray[] ppBadFiles)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Adds all the files in the specified a folder, and potentially subfolders, to the dataset.

Specified by:
addFolder in interface ILasDatasetEdit
Parameters:
folderName - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFile

public void removeFile(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Removes the specified file from the dataset.

Specified by:
removeFile in interface ILasDatasetEdit
Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFileByName

public void removeFileByName(java.lang.String fileName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Removes the specified file from the dataset.

Specified by:
removeFileByName in interface ILasDatasetEdit
Parameters:
fileName - The fileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSurfaceConstraint

public void addSurfaceConstraint(IFeatureClass pFeatureClass,
                                 IField pHeightField,
                                 IField pTagField,
                                 int type)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Adds surface constraint (e.g., breaklines) to the dataset.

Specified by:
addSurfaceConstraint in interface ILasDatasetEdit
Parameters:
pFeatureClass - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeSurfaceConstraint

public void removeSurfaceConstraint(IFeatureClass pFeatureClass)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Removes the specified surface constraint from the dataset.

Specified by:
removeSurfaceConstraint in interface ILasDatasetEdit
Parameters:
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeSurfaceConstraintByID

public void removeSurfaceConstraintByID(IUID pGuid)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Removes the specified surface constraint from the dataset.

Specified by:
removeSurfaceConstraintByID in interface ILasDatasetEdit
Parameters:
pGuid - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

calculateStatistics

public void calculateStatistics(ITrackCancel pTrackCancel,
                                boolean bForce,
                                ILongArray[] ppBadFiles)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Calculate statistics of the entire dataset.

Specified by:
calculateStatistics in interface ILasDatasetEdit
Parameters:
pTrackCancel - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

calculateFileStatistics

public void calculateFileStatistics(ITrackCancel pTrackCancel,
                                    int index)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Calculate statistics of the specified file.

Specified by:
calculateFileStatistics in interface ILasDatasetEdit
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.