public interface ITerrainToRasterFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control terrain 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 |
IIDc21ec208_cc2f_4e31_a3ff_272d1812c9c1 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheMaxNumSurfaces()
Maximum number of different surfaces kept in this cache folder.
|
double |
getCacheRasterZTolerance()
Z tolerance for rasters in the image cache folder, used for compression.
|
double |
getCellWidth()
Cell width.
|
java.lang.Object |
getTerrain()
The input terrain or terrain name.
|
int |
getTinToRasterInterpolationType()
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
|
void |
setCacheMaxNumSurfaces(int pMaxNumSurfaces)
Maximum number of different surfaces kept in this cache folder.
|
void |
setCacheRasterZTolerance(double pZTolerance)
Z tolerance for rasters in the image cache folder, used for compression.
|
void |
setCellWidth(double pCellWidth)
Cell width.
|
void |
setTerrainByRef(java.lang.Object ppTerrain)
The input terrain or terrain name.
|
void |
setTinToRasterInterpolationType(int pType)
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
|
static final int IIDc21ec208_cc2f_4e31_a3ff_272d1812c9c1
static final int xxDummy
static final java.lang.String IID
java.lang.Object getTerrain()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTerrainByRef(java.lang.Object ppTerrain)
throws java.io.IOException,
AutomationException
ppTerrain - A reference to another Object (IUnknown) (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.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 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.