Provides access to members that control a SAR transform.
Members
Name | Description | |
---|---|---|
Domains | The domains in output space. | |
ExtractRequiredSensorModelParameters | Extracts all the sensor model parameters required to be used to initialize the sensor model for this ISARXform (Input must be an IRadarSupportData). | |
GetSensorModelProperty | Gets a property value of the sensor model currently being used by this ISARXform. | |
InitSensorModel | Initializes the sensor model to be used by this ISARXform (Input must be an IRadarSupportData). | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
IterPrecision | Precision value to be used for iterative processes. | |
PutSensorModelProperty | Sets a property value of the sensor model. | |
RadarDataset | The Radar Dataset. | |
SARFilename | Returns the filename used for the SAR Xform. | |
SensorModelName | Returns the sensor model name used for the SAR Xform. | |
SetSensorModel | Allows program-specific initialization of the sensor model to be used by this ISARXform (Input must be an instance of SAR::SM::SARSensorModel). | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
TransformCellsize | Transforms a cellsize in a given direction. | |
TransformExtent | Transforms an extent in a given direction. | |
TransformPoints | Transforms a point collection in a given direction |
ISARXform.ExtractRequiredSensorModelParameters Method
Extracts all the sensor model parameters required to be used to initialize the sensor model for this ISARXform (Input must be an IRadarSupportData).
Public Sub ExtractRequiredSensorModelParameters ( _
ByVal requestedSM As String, _
ByVal pRadarSupportData As IRasterDataset _
)
public void ExtractRequiredSensorModelParameters (
string requestedSM,
IRasterDataset pRadarSupportData
);
ISARXform.GetSensorModelProperty Method
Gets a property value of the sensor model currently being used by this ISARXform.
Public Function GetSensorModelProperty ( _
ByVal propertyName As String _
) As Object
public object GetSensorModelProperty (
string propertyName
);
ISARXform.InitSensorModel Method
Initializes the sensor model to be used by this ISARXform (Input must be an IRadarSupportData).
Public Sub InitSensorModel ( _
ByVal pRadarSupportData As IRasterDataset _
)
public void InitSensorModel (
IRasterDataset pRadarSupportData
);
ISARXform.IterPrecision Property
Precision value to be used for iterative processes.
Public Property IterPrecision As Double
public double IterPrecision {get; set;}
ISARXform.PutSensorModelProperty Method
Sets a property value of the sensor model.
Public Sub PutSensorModelProperty ( _
ByVal propertyKey As String, _
ByVal propertyValue As String _
)
public void PutSensorModelProperty (
string propertyKey,
string propertyValue
);
ISARXform.RadarDataset Property
The Radar Dataset.
Public Property RadarDataset As IRasterDataset
public IRasterDataset RadarDataset {get; set;}
ISARXform.SARFilename Property
Returns the filename used for the SAR Xform.
Public Property SARFilename As String
public string SARFilename {get; set;}
ISARXform.SensorModelName Property
Returns the sensor model name used for the SAR Xform.
Public Property SensorModelName As String
public string SensorModelName {get; set;}
ISARXform.SetSensorModel Method
Allows program-specific initialization of the sensor model to be used by this ISARXform (Input must be an instance of SAR::SM::SARSensorModel).
Public Sub SetSensorModel ( _
ByRef aSARSensorModel As IntPtr&, _
ByVal aTakeOwnershipOfSM As Boolean _
)
public void SetSensorModel (
ref IntPtr& aSARSensorModel,
ref bool aTakeOwnershipOfSM
);
Inherited Interfaces
Interfaces | Description |
---|---|
IGeodataXform | Provides access to members that control geodata transformation. |
Classes that implement ISARXform
Classes | Description |
---|---|
SARXform | A SAR transform class. |
SICDXform | Sensor Independent Complex Data (SICD) Xform. |