Provides access to members that control a SPOT5 1A transform.
Members
| Name | Description | |
|---|---|---|
|  | Columns | Columns in the image. | 
|  | Domains | The domains in output space. | 
|  | InterpolationThreshold | Threshold for interpolation (pixels). | 
|  | IsIdentity | Indicates if this geodata transform is an identity transform. | 
|  | MaxIterations | Iteration count limit. | 
|  | Parameters | The SPOT5 sensor parameters. | 
|  | Rows | Rows in the image. | 
|  | SpatialReference | The output spatial reference after applying this transform. | 
|  | SunAzimuth | Sun azimuth. | 
|  | SunElevation | Sun elevation. | 
|  | 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 | 
ISPOT5Xform.Columns Property
Columns in the image.
Public ReadOnly Property Columns As Integer
public int Columns {get;}
ISPOT5Xform.InterpolationThreshold Property
Threshold for interpolation (pixels).
Public Property InterpolationThreshold As Double
public double InterpolationThreshold {get; set;}
ISPOT5Xform.MaxIterations Property
Iteration count limit.
Public Property MaxIterations As Integer
public int MaxIterations {get; set;}
ISPOT5Xform.Parameters Property
The SPOT5 sensor parameters.
Public ReadOnly Property Parameters As IVariantArray
public IVariantArray Parameters {get;}
ISPOT5Xform.Rows Property
Rows in the image.
Public ReadOnly Property Rows As Integer
public int Rows {get;}
ISPOT5Xform.SunAzimuth Property
Sun azimuth.
Public ReadOnly Property SunAzimuth As Double
public double SunAzimuth {get;}
ISPOT5Xform.SunElevation Property
Sun elevation.
Public ReadOnly Property SunElevation As Double
public double SunElevation {get;}
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IGeodataXform | Provides access to members that control geodata transformation. | 
Classes that implement ISPOT5Xform
| Classes | Description | 
|---|---|
| SPOT5Xform | A SPOT5 1A transform class. |