Provides access to members that control Radiometric Terrain Flatten Function arguments.
Members
Name | Description | |
---|---|---|
CalibrationType | The type of calibration. | |
CorrectGeoid | Indicates if Geoid correction is needed. | |
DEM | The input elevation model. | |
Raster | The input raster. |
ITerrainFlattenFunctionArguments.CalibrationType Property
The type of calibration.
Public Property CalibrationType As esriRadarCalibration
public esriRadarCalibration CalibrationType {get; set;}
ITerrainFlattenFunctionArguments.CorrectGeoid Property
Indicates if Geoid correction is needed.
Public Property CorrectGeoid As Boolean
public bool CorrectGeoid {get; set;}
ITerrainFlattenFunctionArguments.DEM Property
The input elevation model.
Public Property DEM As Object
public object DEM {get; set;}
ITerrainFlattenFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement ITerrainFlattenFunctionArguments
Classes | Description |
---|---|
TerrainFlattenFunctionArguments | A class for Radiometric Terrain Flatten function arguments. |