|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasDatasetToRasterFunctionArguments
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 |
---|
static final int IID52a1576c_57f7_4d8f_bb44_a1abe8da34c1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getLasDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLasDatasetByRef(java.lang.Object ppLasDataset) throws java.io.IOException, AutomationException
ppLasDataset
- A reference to another Object (IUnknown) (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.boolean isUseConstraints() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseConstraints(boolean pbUseConstraints) throws java.io.IOException, AutomationException
pbUseConstraints
- The pbUseConstraints (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.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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |