com.esri.arcgis.geodatabaseextensions
Class ILasSurfaceProxy

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

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

Description: 'Provides access to members of LasSurface.' 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 ILasSurfaceProxy
extends com.esri.arcgis.interop.Dispatch
implements ILasSurface, 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.ILasSurface
IID, IID81792712_2296_4b3f_ba19_3d37bd0b245d
 
Constructor Summary
  ILasSurfaceProxy()
          Deprecated. For internal use only
  ILasSurfaceProxy(java.lang.Object obj)
          Deprecated.  
protected ILasSurfaceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILasSurfaceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILasSurfaceProxy(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.  
 void asRaster(ITrackCancel pTrackCancel, ILasFilter pFilter, IRasterDataset pDataset, int method, int zSource, int fillMethod, int type, double zFactor)
          Deprecated. Export to Raster.
 ITin asTin(ITrackCancel pTrackCancel, ILasFilter pFilter, double resolution, int method, double zFactor)
          Deprecated. Export to TIN.
 void getLineOfSightFeatureClass(ITrackCancel pTrackCancel, ILasFilter pLasFilter, double resolution, int method, double zFactor, IFeatureClass pInputLines, IQueryFilter pQueryFilter, IFeatureClass pOutputLines, IFeatureClass pObstructionPoints, boolean bApplyCurvature, boolean bApplyRefraction, java.lang.Object pRefractionFactor)
          Deprecated. Get line-of-sight.
 void interpolateFeatureClass(ITrackCancel pTrackCancel, ILasFilter pLasFilter, double resolution, int method, int type, double zFactor, IFeatureClass pInClass, IQueryFilter pQueryFilter, IFeatureClass pOutClass, java.lang.Object pStepSize)
          Deprecated. Interpolate feature class.
 void interpolateFeatureClassVertices(ITrackCancel pTrackCancel, ILasFilter pLasFilter, double resolution, int method, int type, double zFactor, IFeatureClass pInClass, IQueryFilter pQueryFilter, IFeatureClass pOutClass)
          Deprecated. Interpolate feature class (vertices only).
 void interpolateRaster(ITrackCancel pTrackCancel, ILasFilter pLasFilter, IRasterDataset pDataset, double resolution, int method, int type, double zFactor)
          Deprecated. Export to Raster through triangulation.
 boolean isCanDoCurvature()
          Deprecated. Indicates if earth curvature can be applied.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

ILasSurfaceProxy

public ILasSurfaceProxy(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

ILasSurfaceProxy

public ILasSurfaceProxy()
Deprecated. 
For internal use only


ILasSurfaceProxy

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

ILasSurfaceProxy

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

ILasSurfaceProxy

protected ILasSurfaceProxy(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

asTin

public ITin asTin(ITrackCancel pTrackCancel,
                  ILasFilter pFilter,
                  double resolution,
                  int method,
                  double zFactor)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Export to TIN.

Specified by:
asTin in interface ILasSurface
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
resolution - The resolution (in)
method - A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)
zFactor - The zFactor (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

asRaster

public void asRaster(ITrackCancel pTrackCancel,
                     ILasFilter pFilter,
                     IRasterDataset pDataset,
                     int method,
                     int zSource,
                     int fillMethod,
                     int type,
                     double zFactor)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Export to Raster.

Specified by:
asRaster in interface ILasSurface
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
method - A com.esri.arcgis.geodatabaseextensions.esriPointToRasterMethod constant (in)
zSource - A com.esri.arcgis.geodatabaseextensions.esriLasZSource constant (in)
fillMethod - A com.esri.arcgis.geodatabaseextensions.esriPointToRasterVoidFillMethod constant (in)
type - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
zFactor - The zFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateRaster

public void interpolateRaster(ITrackCancel pTrackCancel,
                              ILasFilter pLasFilter,
                              IRasterDataset pDataset,
                              double resolution,
                              int method,
                              int type,
                              double zFactor)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Export to Raster through triangulation.

Specified by:
interpolateRaster in interface ILasSurface
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pLasFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
resolution - The resolution (in)
method - A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)
type - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
zFactor - The zFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateFeatureClass

public void interpolateFeatureClass(ITrackCancel pTrackCancel,
                                    ILasFilter pLasFilter,
                                    double resolution,
                                    int method,
                                    int type,
                                    double zFactor,
                                    IFeatureClass pInClass,
                                    IQueryFilter pQueryFilter,
                                    IFeatureClass pOutClass,
                                    java.lang.Object pStepSize)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Interpolate feature class.

Specified by:
interpolateFeatureClass in interface ILasSurface
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pLasFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
resolution - The resolution (in)
method - A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)
type - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
zFactor - The zFactor (in)
pInClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
pOutClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pStepSize - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interpolateFeatureClassVertices

public void interpolateFeatureClassVertices(ITrackCancel pTrackCancel,
                                            ILasFilter pLasFilter,
                                            double resolution,
                                            int method,
                                            int type,
                                            double zFactor,
                                            IFeatureClass pInClass,
                                            IQueryFilter pQueryFilter,
                                            IFeatureClass pOutClass)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Interpolate feature class (vertices only).

Specified by:
interpolateFeatureClassVertices in interface ILasSurface
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pLasFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
resolution - The resolution (in)
method - A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)
type - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
zFactor - The zFactor (in)
pInClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
pOutClass - 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.

isCanDoCurvature

public boolean isCanDoCurvature()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if earth curvature can be applied.

Specified by:
isCanDoCurvature in interface ILasSurface
Returns:
The pbCanDo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLineOfSightFeatureClass

public void getLineOfSightFeatureClass(ITrackCancel pTrackCancel,
                                       ILasFilter pLasFilter,
                                       double resolution,
                                       int method,
                                       double zFactor,
                                       IFeatureClass pInputLines,
                                       IQueryFilter pQueryFilter,
                                       IFeatureClass pOutputLines,
                                       IFeatureClass pObstructionPoints,
                                       boolean bApplyCurvature,
                                       boolean bApplyRefraction,
                                       java.lang.Object pRefractionFactor)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get line-of-sight.

Specified by:
getLineOfSightFeatureClass in interface ILasSurface
Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pLasFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
resolution - The resolution (in)
method - A com.esri.arcgis.geodatabaseextensions.esriTinPointSelectionMethod constant (in)
zFactor - The zFactor (in)
pInputLines - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
pOutputLines - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pObstructionPoints - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
bApplyCurvature - The bApplyCurvature (in)
bApplyRefraction - The bApplyRefraction (in)
pRefractionFactor - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.