Projection Class
Contents
[
Hide
]Summary: Represents a projection method with parameters, that transforms (longitude, latitude) to (x, y).
Module: aspose.gis.spatialreferencing
Full Name: aspose.gis.spatialreferencing.Projection
Inheritance: IdentifiableObject
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| angular_parameters_unit | Unit | r | Unit that is used for angular parameters. |
| epsg_code | int | r | If this objects identifier is EPSG identifier - return its code. Otherwise - return -1. |
| identifier | Identifier | r | Identifier of this identifiable object. |
| linear_parameters_unit | Unit | r | Unit that is used for linear parameters. |
| name | string | r | Name of this object. |
| parameters_names | System.Collections.Generic.IList | r | Gets an enumerable collection of names of parameters given to this projection |
Methods
| Name | Description |
|---|---|
| get_parameter_value(name, type) | Gets parameter with specified name of this projection. |
| is_equivalent(other) | Determines is two projections are equivalent. Equivalent projections map (longitude, latitude) to (x, y) in the same way. |
| try_get_parameter_value(name, type) | Gets parameter with specified name of this projection. If there are no such parameter - returns |
Method: get_parameter_value(name, type)
get_parameter_value(name, type)
Gets parameter with specified name of this projection.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | Name of parameter. |