ICustomXform Interface

Provides access to members that control a custom geodata transform.

Members

Name Description
Read-only property Approximation Indicates if approximation is desired.
Method Initialize Initializes a custom geodata transform.

ICustomXform.Approximation Property

Indicates if approximation is desired.

Public ReadOnly Property Approximation As Boolean
public bool Approximation {get;}

ICustomXform.Initialize Method

Initializes a custom geodata transform.

Public Sub Initialize ( _
    ByVal filename As String, _
    ByVal Data As String _
)
public void Initialize (
    string filename,
    string Data
);

Classes that implement ICustomXform

Classes Description
Formosat2Xform A Formosat2 transform class.
SARXform A SAR transform class.
SICDXform Sensor Independent Complex Data (SICD) Xform.
SPOT5Xform A SPOT5 1A transform class.

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