com.esri.arcgis.datasourcesraster
Interface ILasDatasetToRasterFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILasDatasetToRasterFunctionArgumentsProxy, LasDatasetToRasterFunctionArguments

public interface ILasDatasetToRasterFunctionArguments
extends java.io.Serializable

COM Interface 'ILasDatasetToRasterFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control LasDataset 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 IID52a1576c_57f7_4d8f_bb44_a1abe8da34c1
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 java.lang.Object getLasDataset()
          The input Las dataset or Las dataset name.
 java.lang.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(java.lang.Object ppLasDataset)
          The input Las dataset or Las dataset name.
 void setLasFileVersion(java.lang.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.
 

Field Detail

IID52a1576c_57f7_4d8f_bb44_a1abe8da34c1

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

getLasDataset

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

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

setLasDatasetByRef

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

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

getReturnTypesSelected

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

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

setReturnTypesSelectedByRef

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

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

getClassTypesSelected

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

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

setClassTypesSelectedByRef

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

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

getCellWidth

double getCellWidth()
                    throws java.io.IOException,
                           AutomationException
Cell width.

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

setCellWidth

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

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

isUseTinning

boolean isUseTinning()
                     throws java.io.IOException,
                            AutomationException
Use tinning.

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

setUseTinning

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

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

getTinToRasterInterpolationType

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

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

setTinToRasterInterpolationType

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

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

isUseConstraints

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

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

setUseConstraints

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

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

getCellAggregationType

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

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

setCellAggregationType

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

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

getDataType

int getDataType()
                throws java.io.IOException,
                       AutomationException
Data type.

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

setDataType

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

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

getVoidFillMethod

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

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

setVoidFillMethod

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

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

getMaxHoleWidthFilled

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

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

setMaxHoleWidthFilled

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

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

getSpatialReference

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

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

setSpatialReferenceByRef

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

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

getCacheMaxNumSurfaces

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

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

setCacheMaxNumSurfaces

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

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

getCacheRasterZTolerance

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

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

setCacheRasterZTolerance

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

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

getLasFileVersion

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

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

setLasFileVersion

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

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

getNumPointsTotal

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

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

setNumPointsTotal

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

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

getAvgPointSpacing

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

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

setAvgPointSpacing

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

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

getZMin

double getZMin()
               throws java.io.IOException,
                      AutomationException
Z Min.

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

setZMin

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

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

getZMax

double getZMax()
               throws java.io.IOException,
                      AutomationException
Z Max.

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

setZMax

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

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