com.esri.arcgis.datasourcesraster
Interface ILasBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILasBuilderProxy, LasBuilder

public interface ILasBuilder
extends java.io.Serializable

COM Interface 'ILasBuilder'. 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 IIDa30db5db_fb72_40a9_8ff0_f493d09ce949
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILasToRasterFunctionArguments getLasToRasterArguments()
          The parameters controlling LAS files to raster properties built by this raster type.
 double getZFactor()
          Z Factor.
 boolean isFolderAsDataset()
          Treats a collection of LAS files as a single dataset.
 void setFolderAsDataset(boolean pbFolderAsDataset)
          Treats a collection of LAS files as a single dataset.
 void setLasToRasterArgumentsByRef(ILasToRasterFunctionArguments ppLasToRasterFunctionArgs)
          The parameters controlling LAS files to raster properties built by this raster type.
 void setZFactor(double pZfactor)
          Z Factor.
 

Field Detail

IIDa30db5db_fb72_40a9_8ff0_f493d09ce949

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

setFolderAsDataset

void setFolderAsDataset(boolean pbFolderAsDataset)
                        throws java.io.IOException,
                               AutomationException
Treats a collection of LAS files as a single dataset.

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

isFolderAsDataset

boolean isFolderAsDataset()
                          throws java.io.IOException,
                                 AutomationException
Treats a collection of LAS files as a single dataset.

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

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.

setLasToRasterArgumentsByRef

void setLasToRasterArgumentsByRef(ILasToRasterFunctionArguments ppLasToRasterFunctionArgs)
                                  throws java.io.IOException,
                                         AutomationException
The parameters controlling LAS files to raster properties built by this raster type.

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

getLasToRasterArguments

ILasToRasterFunctionArguments getLasToRasterArguments()
                                                      throws java.io.IOException,
                                                             AutomationException
The parameters controlling LAS files to raster properties built by this raster type.

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