MapTransform Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.mapinfo.tabformat.map
Full Name: aspose.gis.common.formats.mapinfo.tabformat.map.MapTransform
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MapTransform(x_displacement, y_displacement, x_scale, y_scale, coordinates_origin_quadrant) | Initializes a new instance of the MapTransform class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| coordinates_origin_quadrant | Quadrant | r | |
| coordinates_origin_quadrant_byte | byte | r | |
| x_displacement | double | r | |
| x_scale | double | r | |
| y_displacement | double | r | |
| y_scale | double | r |
Methods
| Name | Description |
|---|---|
| apply(ix, iy) | |
| to_int_coordinate(coordinate, n_x, n_y) |
Constructor: MapTransform(x_displacement, y_displacement, x_scale, y_scale, coordinates_origin_quadrant)
MapTransform(x_displacement, y_displacement, x_scale, y_scale, coordinates_origin_quadrant)
Initializes a new instance of the MapTransform class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x_displacement | double | |
| y_displacement | double | |
| x_scale | double | |
| y_scale | double | |
| coordinates_origin_quadrant | Quadrant |
Method: apply(ix, iy)
apply(ix, iy)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ix | int | |
| iy | int |
Returns
| Type | Description |
|---|---|
| Coordinate |