ProjectedCrsEntry Class
Summary:
Module: aspose.gis.epsg
Full Name: aspose.gis.epsg.ProjectedCrsEntry
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| ProjectedCrsEntry() | Initializes a new instance of the ProjectedCrsEntry class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| axises_orientation | string | r | |
| geographic_crs_code | int | r | |
| name | string | r | |
| projection_method_code | int | r | |
| projection_parameters_value_code | int | r | |
| unit_code | int | r |
Methods
| Name | Description |
|---|---|
| create(name, geog_crs_code, unit_code, projection_method_code, projection_parameters_value_code, axises_orientation) |
Constructor: ProjectedCrsEntry()
ProjectedCrsEntry()
Initializes a new instance of the ProjectedCrsEntry class
Method: create(name, geog_crs_code, unit_code, projection_method_code, projection_parameters_value_code, axises_orientation) [static]
create(name, geog_crs_code, unit_code, projection_method_code, projection_parameters_value_code, axises_orientation)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| geog_crs_code | int | |
| unit_code | int | |
| projection_method_code | int | |
| projection_parameters_value_code | int | |
| axises_orientation | string |
Returns
| Type | Description |
|---|---|
| ProjectedCrsEntry |