com.esri.arcgis.datasourcesraster
Interface ILasDatasetToRasterFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
LasDatasetToRasterFunctionArguments

public interface ILasDatasetToRasterFunctionArguments
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
 double getAvgPointSpacing()
          Average point spacing.
 int getCacheMaxNumSurfaces()
          Maximum number of different Las surfaces kept in this cache folder.
 double getCacheRasterZTolerance()
          Z tolerance for Las rasters in the image cache folder, used for compression.
 int getCellAggregationType()
          Cell aggregation type (how to bin).
 double getCellWidth()
          Cell width.
 ILongArray getClassTypesSelected()
          Class types selected, e.g., esriRasterLasClassGround, or 217.
 int getDataType()
          Data type.
 Object getLasDataset()
          The input Las dataset or Las dataset name.
 String getLasFileVersion()
          The input Las file version (the latest if multiple found).
 double getMaxHoleWidthFilled()
          Fill holes up to this width or height by interpolation from hole boundaries.
 double getNumPointsTotal()
          Total number of points for all Las files, all return types.
 ILongArray getReturnTypesSelected()
          Return types selected, e.g., esriRasterLasReturnFirst, 13.
 ISpatialReference getSpatialReference()
          The spatial reference to be used, if NOT set in the LasDataset.
 int getTinToRasterInterpolationType()
          Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 int getVoidFillMethod()
          Void fill method.
 double getZMax()
          Z Max.
 double getZMin()
          Z Min.
 boolean isUseConstraints()
          Indicates whether to use 3D constraints included in the LasDataset or not.
 boolean isUseTinning()
          Use tinning.
 void setAvgPointSpacing(double pAvgPointSpacing)
          Average point spacing.
 void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
          Maximum number of different Las surfaces kept in this cache folder.
 void setCacheRasterZTolerance(double pZTolerance)
          Z tolerance for Las rasters in the image cache folder, used for compression.
 void setCellAggregationType(int pCellAggType)
          Cell aggregation type (how to bin).
 void setCellWidth(double pCellWidth)
          Cell width.
 void setClassTypesSelectedByRef(ILongArray ppClassTypesSelected)
          Class types selected, e.g., esriRasterLasClassGround, or 217.
 void setDataType(int pDataType)
          Data type.
 void setLasDatasetByRef(Object ppLasDataset)
          The input Las dataset or Las dataset name.
 void setLasFileVersion(String lasFileVersion)
          The input Las file version (the latest if multiple found).
 void setMaxHoleWidthFilled(double pMaxHoleWidth)
          Fill holes up to this width or height by interpolation from hole boundaries.
 void setNumPointsTotal(double pNumPointsTotal)
          Total number of points for all Las files, all return types.
 void setReturnTypesSelectedByRef(ILongArray ppReturnTypesSelected)
          Return types selected, e.g., esriRasterLasReturnFirst, 13.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          The spatial reference to be used, if NOT set in the LasDataset.
 void setTinToRasterInterpolationType(int pType)
          Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 void setUseConstraints(boolean pbUseConstraints)
          Indicates whether to use 3D constraints included in the LasDataset or not.
 void setUseTinning(boolean pUseTinning)
          Use tinning.
 void setVoidFillMethod(int pVoidFillMethod)
          Void fill method.
 void setZMax(double pZMax)
          Z Max.
 void setZMin(double pZMin)
          Z Min.
 

Method Detail

getLasDataset

Object getLasDataset()
                     throws IOException,
                            AutomationException
The input Las dataset or Las dataset name.

Product Availability

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

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLasDatasetByRef

void setLasDatasetByRef(Object ppLasDataset)
                        throws IOException,
                               AutomationException
The input Las dataset or Las dataset name.

Product Availability

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

Parameters:
ppLasDataset - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReturnTypesSelected

ILongArray getReturnTypesSelected()
                                  throws IOException,
                                         AutomationException
Return types selected, e.g., esriRasterLasReturnFirst, 13.

Product Availability

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

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

setReturnTypesSelectedByRef

void setReturnTypesSelectedByRef(ILongArray ppReturnTypesSelected)
                                 throws IOException,
                                        AutomationException
Return types selected, e.g., esriRasterLasReturnFirst, 13.

Product Availability

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

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

getClassTypesSelected

ILongArray getClassTypesSelected()
                                 throws IOException,
                                        AutomationException
Class types selected, e.g., esriRasterLasClassGround, or 217.

Product Availability

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

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

setClassTypesSelectedByRef

void setClassTypesSelectedByRef(ILongArray ppClassTypesSelected)
                                throws IOException,
                                       AutomationException
Class types selected, e.g., esriRasterLasClassGround, or 217.

Product Availability

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

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

getCellWidth

double getCellWidth()
                    throws IOException,
                           AutomationException
Cell width.

Product Availability

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

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

setCellWidth

void setCellWidth(double pCellWidth)
                  throws IOException,
                         AutomationException
Cell width.

Product Availability

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

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

isUseTinning

boolean isUseTinning()
                     throws IOException,
                            AutomationException
Use tinning.

Product Availability

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

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

setUseTinning

void setUseTinning(boolean pUseTinning)
                   throws IOException,
                          AutomationException
Use tinning.

Product Availability

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

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

getTinToRasterInterpolationType

int getTinToRasterInterpolationType()
                                    throws IOException,
                                           AutomationException
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

Product Availability

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

Returns:
A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTinToRasterInterpolationType

void setTinToRasterInterpolationType(int pType)
                                     throws IOException,
                                            AutomationException
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

Product Availability

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

Parameters:
pType - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseConstraints

boolean isUseConstraints()
                         throws IOException,
                                AutomationException
Indicates whether to use 3D constraints included in the LasDataset or not.

Product Availability

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

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

setUseConstraints

void setUseConstraints(boolean pbUseConstraints)
                       throws IOException,
                              AutomationException
Indicates whether to use 3D constraints included in the LasDataset or not.

Product Availability

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

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

getCellAggregationType

int getCellAggregationType()
                           throws IOException,
                                  AutomationException
Cell aggregation type (how to bin).

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterLasCellAggregationType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellAggregationType

void setCellAggregationType(int pCellAggType)
                            throws IOException,
                                   AutomationException
Cell aggregation type (how to bin).

Product Availability

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

Parameters:
pCellAggType - A com.esri.arcgis.datasourcesraster.esriRasterLasCellAggregationType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

int getDataType()
                throws IOException,
                       AutomationException
Data type.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterLasDataType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataType

void setDataType(int pDataType)
                 throws IOException,
                        AutomationException
Data type.

Product Availability

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

Parameters:
pDataType - A com.esri.arcgis.datasourcesraster.esriRasterLasDataType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVoidFillMethod

int getVoidFillMethod()
                      throws IOException,
                             AutomationException
Void fill method.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriRasterLasVoidFillMethod constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVoidFillMethod

void setVoidFillMethod(int pVoidFillMethod)
                       throws IOException,
                              AutomationException
Void fill method.

Product Availability

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

Parameters:
pVoidFillMethod - A com.esri.arcgis.datasourcesraster.esriRasterLasVoidFillMethod constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxHoleWidthFilled

double getMaxHoleWidthFilled()
                             throws IOException,
                                    AutomationException
Fill holes up to this width or height by interpolation from hole boundaries.

Product Availability

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

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

setMaxHoleWidthFilled

void setMaxHoleWidthFilled(double pMaxHoleWidth)
                           throws IOException,
                                  AutomationException
Fill holes up to this width or height by interpolation from hole boundaries.

Product Availability

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

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
The spatial reference to be used, if NOT set in the LasDataset.

Product Availability

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

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                              throws IOException,
                                     AutomationException
The spatial reference to be used, if NOT set in the LasDataset.

Product Availability

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

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

getCacheMaxNumSurfaces

int getCacheMaxNumSurfaces()
                           throws IOException,
                                  AutomationException
Maximum number of different Las surfaces kept in this cache folder.

Product Availability

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

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

setCacheMaxNumSurfaces

void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
                            throws IOException,
                                   AutomationException
Maximum number of different Las surfaces kept in this cache folder.

Product Availability

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

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

getCacheRasterZTolerance

double getCacheRasterZTolerance()
                                throws IOException,
                                       AutomationException
Z tolerance for Las rasters in the image cache folder, used for compression.

Product Availability

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

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

setCacheRasterZTolerance

void setCacheRasterZTolerance(double pZTolerance)
                              throws IOException,
                                     AutomationException
Z tolerance for Las rasters in the image cache folder, used for compression.

Product Availability

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

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

getLasFileVersion

String getLasFileVersion()
                         throws IOException,
                                AutomationException
The input Las file version (the latest if multiple found).

Product Availability

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

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

setLasFileVersion

void setLasFileVersion(String lasFileVersion)
                       throws IOException,
                              AutomationException
The input Las file version (the latest if multiple found).

Product Availability

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

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

getNumPointsTotal

double getNumPointsTotal()
                         throws IOException,
                                AutomationException
Total number of points for all Las files, all return types.

Product Availability

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

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

setNumPointsTotal

void setNumPointsTotal(double pNumPointsTotal)
                       throws IOException,
                              AutomationException
Total number of points for all Las files, all return types.

Product Availability

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

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

getAvgPointSpacing

double getAvgPointSpacing()
                          throws IOException,
                                 AutomationException
Average point spacing.

Product Availability

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

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

setAvgPointSpacing

void setAvgPointSpacing(double pAvgPointSpacing)
                        throws IOException,
                               AutomationException
Average point spacing.

Product Availability

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

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

getZMin

double getZMin()
               throws IOException,
                      AutomationException
Z Min.

Product Availability

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

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

setZMin

void setZMin(double pZMin)
             throws IOException,
                    AutomationException
Z Min.

Product Availability

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

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

getZMax

double getZMax()
               throws IOException,
                      AutomationException
Z Max.

Product Availability

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

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

setZMax

void setZMax(double pZMax)
             throws IOException,
                    AutomationException
Z Max.

Product Availability

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

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