public interface ILasToRasterFunctionArguments
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID38cffcfe_ba62_442f_a702_8f0d7f96e581 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IID38cffcfe_ba62_442f_a702_8f0d7f96e581
static final int xxDummy
static final java.lang.String IID
IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ILongArray getReturnTypesSelected() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setReturnTypesSelectedByRef(ILongArray ppReturnTypesSelected) throws java.io.IOException, AutomationException
ppReturnTypesSelected - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ILongArray getClassTypesSelected() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setClassTypesSelectedByRef(ILongArray ppClassTypesSelected) throws java.io.IOException, AutomationException
ppClassTypesSelected - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getCellWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCellWidth(double pCellWidth)
throws java.io.IOException,
AutomationException
pCellWidth - The pCellWidth (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isUseTinning()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUseTinning(boolean pUseTinning)
throws java.io.IOException,
AutomationException
pUseTinning - The pUseTinning (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getTinToRasterInterpolationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTinToRasterInterpolationType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCellAggregationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCellAggregationType(int pCellAggType)
throws java.io.IOException,
AutomationException
pCellAggType - A com.esri.arcgis.datasourcesraster.esriRasterLasCellAggregationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getDataType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDataType(int pDataType)
throws java.io.IOException,
AutomationException
pDataType - A com.esri.arcgis.datasourcesraster.esriRasterLasDataType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getVoidFillMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVoidFillMethod(int pVoidFillMethod)
throws java.io.IOException,
AutomationException
pVoidFillMethod - A com.esri.arcgis.datasourcesraster.esriRasterLasVoidFillMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getMaxHoleWidthFilled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaxHoleWidthFilled(double pMaxHoleWidth)
throws java.io.IOException,
AutomationException
pMaxHoleWidth - The pMaxHoleWidth (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws java.io.IOException, AutomationException
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isIgnoreSpatialReferenceInLasFiles()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIgnoreSpatialReferenceInLasFiles(boolean pIgnoreLasSR)
throws java.io.IOException,
AutomationException
pIgnoreLasSR - The pIgnoreLasSR (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCacheMaxNumSurfaces()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCacheMaxNumSurfaces(int pMaxNumSurfaces)
throws java.io.IOException,
AutomationException
pMaxNumSurfaces - The pMaxNumSurfaces (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getCacheRasterZTolerance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCacheRasterZTolerance(double pZTolerance)
throws java.io.IOException,
AutomationException
pZTolerance - The pZTolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLasFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLasFile(java.lang.String filename)
throws java.io.IOException,
AutomationException
filename - The filename (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLasFolder()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLasFolder(java.lang.String foldername)
throws java.io.IOException,
AutomationException
foldername - The foldername (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLasFileVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLasFileVersion(java.lang.String lasFileVersion)
throws java.io.IOException,
AutomationException
lasFileVersion - The lasFileVersion (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getNumPointsTotal()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setNumPointsTotal(double pNumPointsTotal)
throws java.io.IOException,
AutomationException
pNumPointsTotal - The pNumPointsTotal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getAvgPointSpacing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAvgPointSpacing(double pAvgPointSpacing)
throws java.io.IOException,
AutomationException
pAvgPointSpacing - The pAvgPointSpacing (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getZMin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZMin(double pZMin)
throws java.io.IOException,
AutomationException
pZMin - The pZMin (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getZMax()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZMax(double pZMax)
throws java.io.IOException,
AutomationException
pZMax - The pZMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.