com.esri.arcgis.datasourcesraster
Interface ILasDatasetBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILasDatasetBuilderProxy, LasDatasetBuilder

public interface ILasDatasetBuilder
extends java.io.Serializable

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

Description: 'Provides access to members that control LasDataset 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 IID7cf3433e_74bd_454a_b613_296361833acc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILasDatasetToRasterFunctionArguments getLasDatasetToRasterArguments()
          The parameters controlling LasDataset to raster properties built by this raster type.
 double getZFactor()
          Z Factor.
 void setLasDatasetToRasterArgumentsByRef(ILasDatasetToRasterFunctionArguments ppLasDSToRasterFunctionArgs)
          The parameters controlling LasDataset to raster properties built by this raster type.
 void setZFactor(double pZfactor)
          Z Factor.
 

Field Detail

IID7cf3433e_74bd_454a_b613_296361833acc

static final int IID7cf3433e_74bd_454a_b613_296361833acc
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

setZFactor

void setZFactor(double pZfactor)
                throws java.io.IOException,
                       AutomationException
Z Factor.

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

getZFactor

double getZFactor()
                  throws java.io.IOException,
                         AutomationException
Z Factor.

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

setLasDatasetToRasterArgumentsByRef

void setLasDatasetToRasterArgumentsByRef(ILasDatasetToRasterFunctionArguments ppLasDSToRasterFunctionArgs)
                                         throws java.io.IOException,
                                                AutomationException
The parameters controlling LasDataset to raster properties built by this raster type.

Parameters:
ppLasDSToRasterFunctionArgs - A reference to a com.esri.arcgis.datasourcesraster.ILasDatasetToRasterFunctionArguments (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLasDatasetToRasterArguments

ILasDatasetToRasterFunctionArguments getLasDatasetToRasterArguments()
                                                                    throws java.io.IOException,
                                                                           AutomationException
The parameters controlling LasDataset to raster properties built by this raster type.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.ILasDatasetToRasterFunctionArguments
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.