com.esri.arcgis.datasourcesraster
Interface ILasToRasterFunctionArguments2

All Superinterfaces:
ILasToRasterFunctionArguments, java.io.Serializable
All Known Implementing Classes:
ILasToRasterFunctionArguments2Proxy, LasToRasterFunctionArguments

public interface ILasToRasterFunctionArguments2
extends ILasToRasterFunctionArguments, java.io.Serializable

COM Interface 'ILasToRasterFunctionArguments2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control Las to raster conversion.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf2c05c0d_b828_4dfa_87eb_75eee7dfcb5c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments
IID38cffcfe_ba62_442f_a702_8f0d7f96e581
 
Method Summary
 boolean isDisconnectFromLasFiles()
          Disconnect from Las files.
 void setDisconnectFromLasFiles(boolean pDisconnect)
          Disconnect from Las files.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments
getAvgPointSpacing, getCacheMaxNumSurfaces, getCacheRasterZTolerance, getCellAggregationType, getCellWidth, getClassTypesSelected, getDataType, getExtent, getLasFile, getLasFileVersion, getLasFolder, getMaxHoleWidthFilled, getNumPointsTotal, getReturnTypesSelected, getSpatialReference, getTinToRasterInterpolationType, getVoidFillMethod, getZMax, getZMin, isIgnoreSpatialReferenceInLasFiles, isUseTinning, setAvgPointSpacing, setCacheMaxNumSurfaces, setCacheRasterZTolerance, setCellAggregationType, setCellWidth, setClassTypesSelectedByRef, setDataType, setExtentByRef, setIgnoreSpatialReferenceInLasFiles, setLasFile, setLasFileVersion, setLasFolder, setMaxHoleWidthFilled, setNumPointsTotal, setReturnTypesSelectedByRef, setSpatialReferenceByRef, setTinToRasterInterpolationType, setUseTinning, setVoidFillMethod, setZMax, setZMin
 

Field Detail

IIDf2c05c0d_b828_4dfa_87eb_75eee7dfcb5c

static final int IIDf2c05c0d_b828_4dfa_87eb_75eee7dfcb5c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isDisconnectFromLasFiles

boolean isDisconnectFromLasFiles()
                                 throws java.io.IOException,
                                        AutomationException
Disconnect from Las files.

Returns:
The pDisconnect
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisconnectFromLasFiles

void setDisconnectFromLasFiles(boolean pDisconnect)
                               throws java.io.IOException,
                                      AutomationException
Disconnect from Las files.

Parameters:
pDisconnect - The pDisconnect (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.