com.esri.arcgis.datasourcesraster
Class ILasToRasterFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArgumentsProxy
All Implemented Interfaces:
ILasToRasterFunctionArguments, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ILasToRasterFunctionArguments2Proxy

Deprecated. Internal use only. Proxy for 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 =

public class ILasToRasterFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements ILasToRasterFunctionArguments, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ILasToRasterFunctionArguments
IID, IID38cffcfe_ba62_442f_a702_8f0d7f96e581
 
Constructor Summary
  ILasToRasterFunctionArgumentsProxy()
          Deprecated. For internal use only
  ILasToRasterFunctionArgumentsProxy(java.lang.Object obj)
          Deprecated.  
protected ILasToRasterFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILasToRasterFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILasToRasterFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 double getAvgPointSpacing()
          Deprecated. Average point spacing.
 int getCacheMaxNumSurfaces()
          Deprecated. Maximum number of different Las surfaces kept in this cache folder.
 double getCacheRasterZTolerance()
          Deprecated. Z tolerance for Las rasters in the image cache folder, used for compression.
 int getCellAggregationType()
          Deprecated. Cell aggregation type (how to bin).
 double getCellWidth()
          Deprecated. Cell width.
 ILongArray getClassTypesSelected()
          Deprecated. Class types selected, e.g., esriRasterLasClassGround, 217.
 int getDataType()
          Deprecated. Data type.
 IEnvelope getExtent()
          Deprecated. Extent specified by the user, or extracted from the LAS files.
 java.lang.String getLasFile()
          Deprecated. The input Las file.
 java.lang.String getLasFileVersion()
          Deprecated. The input Las file version.
 java.lang.String getLasFolder()
          Deprecated. The input Las folder.
 double getMaxHoleWidthFilled()
          Deprecated. Fill holes up to this width or height by interpolation from hole boundaries.
 double getNumPointsTotal()
          Deprecated. Total number of points for all Las files, all return types.
 ILongArray getReturnTypesSelected()
          Deprecated. Return types selected, e.g., esriRasterLasReturnFirst, 13.
 ISpatialReference getSpatialReference()
          Deprecated. The spatial reference to be used, if NOT set in the Las file(s).
 int getTinToRasterInterpolationType()
          Deprecated. Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 int getVoidFillMethod()
          Deprecated. Void fill method.
 double getZMax()
          Deprecated. Z Max.
 double getZMin()
          Deprecated. Z Min.
 boolean isIgnoreSpatialReferenceInLasFiles()
          Deprecated. Ignore spatial reference in Las files.
 boolean isUseTinning()
          Deprecated. Use tinning.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAvgPointSpacing(double pAvgPointSpacing)
          Deprecated. Average point spacing.
 void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
          Deprecated. Maximum number of different Las surfaces kept in this cache folder.
 void setCacheRasterZTolerance(double pZTolerance)
          Deprecated. Z tolerance for Las rasters in the image cache folder, used for compression.
 void setCellAggregationType(int pCellAggType)
          Deprecated. Cell aggregation type (how to bin).
 void setCellWidth(double pCellWidth)
          Deprecated. Cell width.
 void setClassTypesSelectedByRef(ILongArray ppClassTypesSelected)
          Deprecated. Class types selected, e.g., esriRasterLasClassGround, 217.
 void setDataType(int pDataType)
          Deprecated. Data type.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. Extent specified by the user, or extracted from the LAS files.
 void setIgnoreSpatialReferenceInLasFiles(boolean pIgnoreLasSR)
          Deprecated. Ignore spatial reference in Las files.
 void setLasFile(java.lang.String filename)
          Deprecated. The input Las file.
 void setLasFileVersion(java.lang.String lasFileVersion)
          Deprecated. The input Las file version.
 void setLasFolder(java.lang.String foldername)
          Deprecated. The input Las folder.
 void setMaxHoleWidthFilled(double pMaxHoleWidth)
          Deprecated. Fill holes up to this width or height by interpolation from hole boundaries.
 void setNumPointsTotal(double pNumPointsTotal)
          Deprecated. Total number of points for all Las files, all return types.
 void setReturnTypesSelectedByRef(ILongArray ppReturnTypesSelected)
          Deprecated. Return types selected, e.g., esriRasterLasReturnFirst, 13.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          Deprecated. The spatial reference to be used, if NOT set in the Las file(s).
 void setTinToRasterInterpolationType(int pType)
          Deprecated. Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
 void setUseTinning(boolean pUseTinning)
          Deprecated. Use tinning.
 void setVoidFillMethod(int pVoidFillMethod)
          Deprecated. Void fill method.
 void setZMax(double pZMax)
          Deprecated. Z Max.
 void setZMin(double pZMin)
          Deprecated. Z Min.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILasToRasterFunctionArgumentsProxy

public ILasToRasterFunctionArgumentsProxy(java.lang.String CLSID,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.net.UnknownHostException,
                                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ILasToRasterFunctionArgumentsProxy

public ILasToRasterFunctionArgumentsProxy()
Deprecated. 
For internal use only


ILasToRasterFunctionArgumentsProxy

public ILasToRasterFunctionArgumentsProxy(java.lang.Object obj)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILasToRasterFunctionArgumentsProxy

protected ILasToRasterFunctionArgumentsProxy(java.lang.Object obj,
                                             java.lang.String iid)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILasToRasterFunctionArgumentsProxy

protected ILasToRasterFunctionArgumentsProxy(java.lang.String CLSID,
                                             java.lang.String iid,
                                             java.lang.String host,
                                             com.esri.arcgis.interop.AuthInfo authInfo)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getExtent

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

Specified by:
getExtent in interface ILasToRasterFunctionArguments
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

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

Specified by:
setExtentByRef in interface ILasToRasterFunctionArguments
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

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

Specified by:
getReturnTypesSelected in interface ILasToRasterFunctionArguments
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

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

Specified by:
setReturnTypesSelectedByRef in interface ILasToRasterFunctionArguments
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

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

Specified by:
getClassTypesSelected in interface ILasToRasterFunctionArguments
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

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

Specified by:
setClassTypesSelectedByRef in interface ILasToRasterFunctionArguments
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

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

Specified by:
getCellWidth in interface ILasToRasterFunctionArguments
Returns:
The pCellWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellWidth

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

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

isUseTinning

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

Specified by:
isUseTinning in interface ILasToRasterFunctionArguments
Returns:
The pUseTinning
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseTinning

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

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

getTinToRasterInterpolationType

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

Specified by:
getTinToRasterInterpolationType in interface ILasToRasterFunctionArguments
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

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

Specified by:
setTinToRasterInterpolationType in interface ILasToRasterFunctionArguments
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

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

Specified by:
getCellAggregationType in interface ILasToRasterFunctionArguments
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

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

Specified by:
setCellAggregationType in interface ILasToRasterFunctionArguments
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

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

Specified by:
getDataType in interface ILasToRasterFunctionArguments
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

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

Specified by:
setDataType in interface ILasToRasterFunctionArguments
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

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

Specified by:
getVoidFillMethod in interface ILasToRasterFunctionArguments
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

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

Specified by:
setVoidFillMethod in interface ILasToRasterFunctionArguments
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

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

Specified by:
getMaxHoleWidthFilled in interface ILasToRasterFunctionArguments
Returns:
The pMaxHoleWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxHoleWidthFilled

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

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

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The spatial reference to be used, if NOT set in the Las file(s).

Specified by:
getSpatialReference in interface ILasToRasterFunctionArguments
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

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

Specified by:
setSpatialReferenceByRef in interface ILasToRasterFunctionArguments
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

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

Specified by:
isIgnoreSpatialReferenceInLasFiles in interface ILasToRasterFunctionArguments
Returns:
The pIgnoreLasSR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoreSpatialReferenceInLasFiles

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

Specified by:
setIgnoreSpatialReferenceInLasFiles in interface ILasToRasterFunctionArguments
Parameters:
pIgnoreLasSR - The pIgnoreLasSR (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheMaxNumSurfaces

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

Specified by:
getCacheMaxNumSurfaces in interface ILasToRasterFunctionArguments
Returns:
The pMaxNumSurfaces
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheMaxNumSurfaces

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

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

getCacheRasterZTolerance

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

Specified by:
getCacheRasterZTolerance in interface ILasToRasterFunctionArguments
Returns:
The pZTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheRasterZTolerance

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

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

getLasFile

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

Specified by:
getLasFile in interface ILasToRasterFunctionArguments
Returns:
The filename
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLasFile

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

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

getLasFolder

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

Specified by:
getLasFolder in interface ILasToRasterFunctionArguments
Returns:
The foldername
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLasFolder

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

Specified by:
setLasFolder in interface ILasToRasterFunctionArguments
Parameters:
foldername - The foldername (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLasFileVersion

public java.lang.String getLasFileVersion()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The input Las file version.

Specified by:
getLasFileVersion in interface ILasToRasterFunctionArguments
Returns:
The lasFileVersion
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLasFileVersion

public void setLasFileVersion(java.lang.String lasFileVersion)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The input Las file version.

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

getNumPointsTotal

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

Specified by:
getNumPointsTotal in interface ILasToRasterFunctionArguments
Returns:
The pNumPointsTotal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumPointsTotal

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

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

getAvgPointSpacing

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

Specified by:
getAvgPointSpacing in interface ILasToRasterFunctionArguments
Returns:
The pAvgPointSpacing
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAvgPointSpacing

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

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

getZMin

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

Specified by:
getZMin in interface ILasToRasterFunctionArguments
Returns:
The pZMin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZMin

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

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

getZMax

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

Specified by:
getZMax in interface ILasToRasterFunctionArguments
Returns:
The pZMax
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZMax

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

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