ITerrainFlattenFunctionArguments Interface

Provides access to members that control Radiometric Terrain Flatten Function arguments.

Members

Name Description
Read/write property CalibrationType The type of calibration.
Read/write property CorrectGeoid Indicates if Geoid correction is needed.
Read/write property DEM The input elevation model.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.