public interface ILasBuilder
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa30db5db_fb72_40a9_8ff0_f493d09ce949 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDa30db5db_fb72_40a9_8ff0_f493d09ce949
static final int xxDummy
static final java.lang.String IID
void setFolderAsDataset(boolean pbFolderAsDataset) throws java.io.IOException, AutomationException
pbFolderAsDataset
- The pbFolderAsDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFolderAsDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws java.io.IOException, AutomationException
pZfactor
- The pZfactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLasToRasterArgumentsByRef(ILasToRasterFunctionArguments ppLasToRasterFunctionArgs) throws java.io.IOException, AutomationException
ppLasToRasterFunctionArgs
- A reference to a com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILasToRasterFunctionArguments getLasToRasterArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.