ICSMXform Interface

Provides access to members and transformation employing the Community Sensor Model (CSM).

Members

Name Description
Read-only property Domains The domains in output space.
Method GetSensorModelProperty Gets a property value of the sensor model currently being used by this ICSMXform.
Read/write property ImageFile Fully qualified (NITF) file name of this ICSMXform.
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 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

ICSMXform.GetSensorModelProperty Method

Gets a property value of the sensor model currently being used by this ICSMXform.

Public Function GetSensorModelProperty ( _
    ByVal propertyName As String _
) As Object
public object GetSensorModelProperty (
    string propertyName
);

ICSMXform.ImageFile Property

Fully qualified (NITF) file name of this ICSMXform.

Public Property ImageFile As String
public string ImageFile {get; set;}

ICSMXform.IterPrecision Property

Precision value to be used for iterative processes.

Public Property IterPrecision As Double
public double IterPrecision {get; set;}

ICSMXform.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
);

Inherited Interfaces

Interfaces Description
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement ICSMXform

Classes Description

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