|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasToRasterFunctionArguments
Provides access to members that control Las to raster conversion.
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. |
String |
getLasFile()
The input Las file. |
String |
getLasFileVersion()
The input Las file version. |
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(String filename)
The input Las file. |
void |
setLasFileVersion(String lasFileVersion)
The input Las file version. |
void |
setLasFolder(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. |
Method Detail |
---|
IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getReturnTypesSelected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnTypesSelectedByRef(ILongArray ppReturnTypesSelected) throws IOException, AutomationException
ppReturnTypesSelected
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getClassTypesSelected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassTypesSelectedByRef(ILongArray ppClassTypesSelected) throws IOException, AutomationException
ppClassTypesSelected
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCellWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellWidth(double pCellWidth) throws IOException, AutomationException
pCellWidth
- The pCellWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseTinning() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseTinning(boolean pUseTinning) throws IOException, AutomationException
pUseTinning
- The pUseTinning (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTinToRasterInterpolationType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTinToRasterInterpolationType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.esriSurfaceInterpolationType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCellAggregationType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellAggregationType(int pCellAggType) throws IOException, AutomationException
pCellAggType
- A com.esri.arcgis.datasourcesraster.esriRasterLasCellAggregationType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDataType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataType(int pDataType) throws IOException, AutomationException
pDataType
- A com.esri.arcgis.datasourcesraster.esriRasterLasDataType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVoidFillMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVoidFillMethod(int pVoidFillMethod) throws IOException, AutomationException
pVoidFillMethod
- A com.esri.arcgis.datasourcesraster.esriRasterLasVoidFillMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxHoleWidthFilled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxHoleWidthFilled(double pMaxHoleWidth) throws IOException, AutomationException
pMaxHoleWidth
- The pMaxHoleWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws IOException, AutomationException
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIgnoreSpatialReferenceInLasFiles() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIgnoreSpatialReferenceInLasFiles(boolean pIgnoreLasSR) throws IOException, AutomationException
pIgnoreLasSR
- The pIgnoreLasSR (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCacheMaxNumSurfaces() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheMaxNumSurfaces(int pMaxNumSurfaces) throws IOException, AutomationException
pMaxNumSurfaces
- The pMaxNumSurfaces (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCacheRasterZTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheRasterZTolerance(double pZTolerance) throws IOException, AutomationException
pZTolerance
- The pZTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLasFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLasFile(String filename) throws IOException, AutomationException
filename
- The filename (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLasFolder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLasFolder(String foldername) throws IOException, AutomationException
foldername
- The foldername (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLasFileVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLasFileVersion(String lasFileVersion) throws IOException, AutomationException
lasFileVersion
- The lasFileVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getNumPointsTotal() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumPointsTotal(double pNumPointsTotal) throws IOException, AutomationException
pNumPointsTotal
- The pNumPointsTotal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAvgPointSpacing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAvgPointSpacing(double pAvgPointSpacing) throws IOException, AutomationException
pAvgPointSpacing
- The pAvgPointSpacing (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZMin(double pZMin) throws IOException, AutomationException
pZMin
- The pZMin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZMax(double pZMax) throws IOException, AutomationException
pZMax
- The pZMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |