GeographicCrsEntry Class
Summary:
Module: aspose.gis.epsg
Full Name: aspose.gis.epsg.GeographicCrsEntry
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| GeographicCrsEntry() | Initializes a new instance of the GeographicCrsEntry class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| datum_code | int | r | |
| deprecated | bool | r | |
| name | string | r | |
| three_dimensional | bool | r | |
| to_wgs_84_entry_index | int | r | |
| unit_code | int | r |
Methods
| Name | Description |
|---|---|
| create(name, to_wgs_84_entry_index, datum_code, unit_code, three_dimensional, deprecated) |
Constructor: GeographicCrsEntry()
GeographicCrsEntry()
Initializes a new instance of the GeographicCrsEntry class
Method: create(name, to_wgs_84_entry_index, datum_code, unit_code, three_dimensional, deprecated) [static]
create(name, to_wgs_84_entry_index, datum_code, unit_code, three_dimensional, deprecated)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| to_wgs_84_entry_index | int | |
| datum_code | int | |
| unit_code | int | |
| three_dimensional | bool | |
| deprecated | bool |
Returns
| Type | Description |
|---|---|
| GeographicCrsEntry |