com.esri.arcgis.datasourcesraster
Interface ILasDatasetBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
LasDatasetBuilder

public interface ILasDatasetBuilder
extends Serializable

Provides access to members that control LasDataset to raster conversion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

setZFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getZFactor

double getZFactor()
                  throws IOException,
                         AutomationException
Z Factor.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setLasDatasetToRasterArgumentsByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getLasDatasetToRasterArguments

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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