GeographicSpatialReferenceSystemParameters Class
Contents
[
Hide
]Summary: Parameters to create geographic SRS.
Parameters have reasonable defaults, so you will have to assign only some of them.
If you assign
Module: aspose.gis.spatialreferencing
Full Name: aspose.gis.spatialreferencing.GeographicSpatialReferenceSystemParameters
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| GeographicSpatialReferenceSystemParameters() | Initializes a new instance of the GeographicSpatialReferenceSystemParameters class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| angular_unit | Unit | r/w | Units to be used in this SRS. Default is Unit.degree. |
| axises_order | GeographicAxisesOrder | r/w | Order of axises. Defaults to GeographicAxisesOrder.LONGITUDE_LATITUDE. |
| datum | GeographicDatum | r/w | Datum of geographic SRS. Default is GeographicDatum.wgs84. |
| latitude_axis | Axis | r/w | Axis that describes latitude. Defaults is axis with north direction. |
| longitude_axis | Axis | r/w | Axis that describes longitude. Default is axis with east direction. |
| name | string | r/w | Name of geographic SRS. Default is “Unnamed”. |
| prime_meridian | PrimeMeridian | r/w | Prime meridian of this SRS. Default is PrimeMeridian.greenwich. |
Constructor: GeographicSpatialReferenceSystemParameters()
GeographicSpatialReferenceSystemParameters()
Initializes a new instance of the GeographicSpatialReferenceSystemParameters class