ISARXform Interface

Provides access to members that control a SAR transform.

Members

Name Description
Read-only property Domains The domains in output space.
Method ExtractRequiredSensorModelParameters Extracts all the sensor model parameters required to be used to initialize the sensor model for this ISARXform (Input must be an IRadarSupportData).
Method GetSensorModelProperty Gets a property value of the sensor model currently being used by this ISARXform.
Method InitSensorModel Initializes the sensor model to be used by this ISARXform (Input must be an IRadarSupportData).
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Read/write property IterPrecision Precision value to be used for iterative processes.
Method PutSensorModelProperty Sets a property value of the sensor model.
Read/write property RadarDataset The Radar Dataset.
Read/write property SARFilename Returns the filename used for the SAR Xform.
Read/write property SensorModelName Returns the sensor model name used for the SAR Xform.
Method SetSensorModel Allows program-specific initialization of the sensor model to be used by this ISARXform (Input must be an instance of SAR::SM::SARSensorModel).
Read/write property SpatialReference The output spatial reference after applying this transform.
Method Transform Transforms a set of points in a given direction.
Method TransformCellsize Transforms a cellsize in a given direction.
Method TransformExtent Transforms an extent in a given direction.
Method 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.

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