Provides access to members that control TOPSAR Split Function arguments.
Members
Name | Description | |
---|---|---|
FirstBurstIndex | The first burst to extract. | |
LastBurstIndex | The last burst to extract. | |
Raster | The input raster. |
ITOPSARSplitFunctionArguments.FirstBurstIndex Property
The first burst to extract.
Public Property FirstBurstIndex As Integer
public int FirstBurstIndex {get; set;}
ITOPSARSplitFunctionArguments.LastBurstIndex Property
The last burst to extract.
Public Property LastBurstIndex As Integer
public int LastBurstIndex {get; set;}
ITOPSARSplitFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement ITOPSARSplitFunctionArguments
Classes | Description |
---|---|
TOPSARSplitFunctionArguments | A class for TOPSAR Split raster function arguments. |