GeocentricSpatialReferenceSystemParameters Class
Contents
[
Hide
]Summary: Parameters to create geocentric 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.GeocentricSpatialReferenceSystemParameters
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| GeocentricSpatialReferenceSystemParameters() | Initializes a new instance of the GeocentricSpatialReferenceSystemParameters class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| axises_order | GeocentricAxisesOrder | r/w | Order of axises. Defaults to GeocentricAxisesOrder.XYZ. |
| datum | GeographicDatum | r/w | Datum of geocentric SRS. Default is GeographicDatum.wgs84. |
| linear_unit | Unit | r/w | Units to be used in this SRS. Defaults to Unit.meter. |
| name | string | r/w | Name of geocentric SRS. Default is “Unnamed”. |
| prime_meridian | PrimeMeridian | r/w | Prime meridian of this SRS. Default is PrimeMeridian.greenwich. |
| x_axis | Axis | r/w | Axis of geocentric SRS that describes ‘X’ dimension (axis that points at prime meridian). |
| y_axis | Axis | r/w | Axis of geocentric SRS that describes ‘Y’ dimension (axis that points to the left or to the right of X axis on equatorial plane). Defaults to axis with AxisDirection.EAST direction. |
| z_axis | Axis | r/w | Axis of geocentric SRS that describes ‘Z’ dimension (axis that points to the north or south pole). Defaults to axis with AxisDirection.NORTH direction. |
Constructor: GeocentricSpatialReferenceSystemParameters()
GeocentricSpatialReferenceSystemParameters()
Initializes a new instance of the GeocentricSpatialReferenceSystemParameters class