Projection Class
Summary:
Module: aspose.gis.projections
Full Name: aspose.gis.projections.Projection
Aspose.PSD Version: 25.9.0
Methods
| Name | Description |
|---|---|
| create(projection_method_id, parameters) | |
| to_geographic(easting, northing, longitude, latitude) | |
| to_projected(longitude, latitude, easting, northing) |
Method: create(projection_method_id, parameters) [static]
create(projection_method_id, parameters)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| projection_method_id | ProjectionMethodIdentifier | |
| parameters | ProjectionParameters |
Returns
| Type | Description |
|---|---|
| Projection |
Method: to_geographic(easting, northing, longitude, latitude)
to_geographic(easting, northing, longitude, latitude)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| easting | double | |
| northing | double | |
| longitude | float[] | |
| latitude | float[] |
Returns
| Type | Description |
|---|---|
| bool |
Method: to_projected(longitude, latitude, easting, northing)
to_projected(longitude, latitude, easting, northing)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| longitude | double | |
| latitude | double | |
| easting | float[] | |
| northing | float[] |
Returns
| Type | Description |
|---|---|
| bool |