|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasDatasetBuilder
Provides access to members that control LasDataset to raster conversion.
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 |
---|
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 setLasDatasetToRasterArgumentsByRef(ILasDatasetToRasterFunctionArguments ppLasDSToRasterFunctionArgs) throws IOException, AutomationException
ppLasDSToRasterFunctionArgs
- A reference to a com.esri.arcgis.datasourcesraster.ILasDatasetToRasterFunctionArguments (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILasDatasetToRasterFunctionArguments getLasDatasetToRasterArguments() 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 |