ToWgs84Entry Class
Contents
[
Hide
]Summary:
Module: aspose.gis.epsg
Full Name: aspose.gis.epsg.ToWgs84Entry
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| ToWgs84Entry() | Initializes a new instance of the ToWgs84Entry class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| dx | float | r | |
| dy | float | r | |
| dz | float | r | |
| rx | float | r | |
| ry | float | r | |
| rz | float | r | |
| scale | float | r |
Methods
| Name | Description |
|---|---|
| create(dx, dy, dz, rx, ry, rz, scale) |
Constructor: ToWgs84Entry()
ToWgs84Entry()
Initializes a new instance of the ToWgs84Entry class
Method: create(dx, dy, dz, rx, ry, rz, scale) [static]
create(dx, dy, dz, rx, ry, rz, scale)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| dx | float | |
| dy | float | |
| dz | float | |
| rx | float | |
| ry | float | |
| rz | float | |
| scale | float |
Returns
| Type | Description |
|---|---|
| ToWgs84Entry |