Provides access to members that control terrain to raster conversion.
Members
Name | Description | |
---|---|---|
CacheMaxNumSurfaces | Maximum number of different surfaces kept in this cache folder. | |
CacheRasterZTolerance | Z tolerance for rasters in the image cache folder, used for compression. | |
CellWidth | Cell width. | |
Terrain | The input terrain or terrain name. | |
TinToRasterInterpolationType | Tin to raster interpolation type (how to rasterize the tin: Linear or NN). |
ITerrainToRasterFunctionArguments.CacheMaxNumSurfaces Property
Maximum number of different surfaces kept in this cache folder.
Public Property CacheMaxNumSurfaces As Integer
public int CacheMaxNumSurfaces {get; set;}
ITerrainToRasterFunctionArguments.CacheRasterZTolerance Property
Z tolerance for rasters in the image cache folder, used for compression.
Public Property CacheRasterZTolerance As Double
public double CacheRasterZTolerance {get; set;}
ITerrainToRasterFunctionArguments.CellWidth Property
Cell width.
Public Property CellWidth As Double
public double CellWidth {get; set;}
ITerrainToRasterFunctionArguments.Terrain Property
The input terrain or terrain name.
Public Property Terrain As Object
public object Terrain {get; set;}
ITerrainToRasterFunctionArguments.TinToRasterInterpolationType Property
Tin to raster interpolation type (how to rasterize the tin: Linear or NN).
Public Property TinToRasterInterpolationType As esriSurfaceInterpolationType
public esriSurfaceInterpolationType TinToRasterInterpolationType {get; set;}
Classes that implement ITerrainToRasterFunctionArguments
Classes | Description |
---|---|
TerrainToRasterFunctionArguments (esriGeoDatabaseExtensions) | The TerrainToRasterFunction arguments. |