Provides access to members that control geometric function arguments.
Members
Name | Description | |
---|---|---|
AppendGeodataXform | Indicates whether the the geodata transformation is appended to the existing one from the input raster. | |
ConstantZ | The constant Z value in meters. | |
CorrectGeoid | Indicates if Geoid correction is needed. | |
DEM | The Digital Elevation Model (DEM) for orthorectification. | |
GeodataXform | The geodata transformation. | |
Raster | The source raster object. | |
ZFactor | The conversion factor from DEM Z unit to meters. | |
ZOffset | The Z offset in meters applied to DEM. |
IGeometricFunctionArguments.AppendGeodataXform Property
Indicates whether the the geodata transformation is appended to the existing one from the input raster.
Public Property AppendGeodataXform As Boolean
public bool AppendGeodataXform {get; set;}
IGeometricFunctionArguments.ConstantZ Property
The constant Z value in meters.
Public Property ConstantZ As Double
public double ConstantZ {get; set;}
IGeometricFunctionArguments.CorrectGeoid Property
Indicates if Geoid correction is needed.
Public Property CorrectGeoid As Boolean
public bool CorrectGeoid {get; set;}
IGeometricFunctionArguments.DEM Property
The Digital Elevation Model (DEM) for orthorectification.
Public Property DEM As Object
public object DEM {get; set;}
IGeometricFunctionArguments.GeodataXform Property
The geodata transformation.
Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}
IGeometricFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
IGeometricFunctionArguments.ZFactor Property
The conversion factor from DEM Z unit to meters.
Public Property ZFactor As Double
public double ZFactor {get; set;}
IGeometricFunctionArguments.ZOffset Property
The Z offset in meters applied to DEM.
Public Property ZOffset As Double
public double ZOffset {get; set;}
Classes that implement IGeometricFunctionArguments
Classes | Description |
---|---|
GeometricFunctionArguments | A class for raster geometric function arguments. |