com.esri.arcgis.datasourcesraster
Interface ILasToRasterFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILasToRasterFunctionArguments2
All Known Implementing Classes:
ILasToRasterFunctionArguments2Proxy, ILasToRasterFunctionArgumentsProxy, LasToRasterFunctionArguments

public interface ILasToRasterFunctionArguments
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID38cffcfe_ba62_442f_a702_8f0d7f96e581
           
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, 217.
 int getDataType()
          Data type.
 IEnvelope getExtent()
          Extent specified by the user, or extracted from the LAS files.
 java.lang.String getLasFile()
          The input Las file.
 java.lang.String getLasFileVersion()
          The input Las file version.
 java.lang.String getLasFolder()
          The input Las folder.
 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 Las file(s).
 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 isIgnoreSpatialReferenceInLasFiles()
          Ignore spatial reference in Las files.
 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, 217.
 void setDataType(int pDataType)
          Data type.
 void setExtentByRef(IEnvelope ppExtent)
          Extent specified by the user, or extracted from the LAS files.
 void setIgnoreSpatialReferenceInLasFiles(boolean pIgnoreLasSR)
          Ignore spatial reference in Las files.
 void setLasFile(java.lang.String filename)
          The input Las file.
 void setLasFileVersion(java.lang.String lasFileVersion)
          The input Las file version.
 void setLasFolder(java.lang.String foldername)
          The input Las folder.
 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 Las file(s).
 void setTinToRasterInterpolationType(int pType)
          Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 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

IID38cffcfe_ba62_442f_a702_8f0d7f96e581

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

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Extent specified by the user, or extracted from the LAS files.

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

setExtentByRef

void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
Extent specified by the user, or extracted from the LAS files.

Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (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, 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, 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.

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 Las file(s).

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 Las file(s).

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.

isIgnoreSpatialReferenceInLasFiles

boolean isIgnoreSpatialReferenceInLasFiles()
                                           throws java.io.IOException,
                                                  AutomationException
Ignore spatial reference in Las files.

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

setIgnoreSpatialReferenceInLasFiles

void setIgnoreSpatialReferenceInLasFiles(boolean pIgnoreLasSR)
                                         throws java.io.IOException,
                                                AutomationException
Ignore spatial reference in Las files.

Parameters:
pIgnoreLasSR - The pIgnoreLasSR (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.

getLasFile

java.lang.String getLasFile()
                            throws java.io.IOException,
                                   AutomationException
The input Las file.

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

setLasFile

void setLasFile(java.lang.String filename)
                throws java.io.IOException,
                       AutomationException
The input Las file.

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

getLasFolder

java.lang.String getLasFolder()
                              throws java.io.IOException,
                                     AutomationException
The input Las folder.

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

setLasFolder

void setLasFolder(java.lang.String foldername)
                  throws java.io.IOException,
                         AutomationException
The input Las folder.

Parameters:
foldername - The foldername (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.

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.

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.