|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasBuilder
Provides access to members that control LAS to raster conversion.
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. |
Method Detail |
---|
void setFolderAsDataset(boolean pbFolderAsDataset) throws IOException, AutomationException
pbFolderAsDataset
- The pbFolderAsDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFolderAsDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws IOException, AutomationException
pZfactor
- The pZfactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLasToRasterArgumentsByRef(ILasToRasterFunctionArguments ppLasToRasterFunctionArgs) throws IOException, AutomationException
ppLasToRasterFunctionArgs
- A reference to a com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILasToRasterFunctionArguments getLasToRasterArguments() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |