Class GeocentricSpatialReferenceSystemParameters
Contents
[
Hide
]GeocentricSpatialReferenceSystemParameters class
Parameters to create geocentric SRS. Parameters have reasonable defaults, so you will have to assign only some of them. If you assign null
to any parameter, a default value will be used.
public class GeocentricSpatialReferenceSystemParameters
Constructors
Name | Description |
---|---|
GeocentricSpatialReferenceSystemParameters() | The default constructor. |
Properties
Name | Description |
---|---|
AxisesOrder { get; set; } | Order of axises. Defaults to XYZ. |
Datum { get; set; } | Datum of geocentric SRS. Default is Wgs84 . |
LinearUnit { get; set; } | Units to be used in this SRS. Defaults to Meter . |
Name { get; set; } | Name of geocentric SRS. Default is “Unnamed”. |
PrimeMeridian { get; set; } | Prime meridian of this SRS. Default is Greenwich . |
XAxis { get; set; } | Axis of geocentric SRS that describes ‘X’ dimension (axis that points at prime meridian). |
YAxis { get; set; } | 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 East direction. |
ZAxis { get; set; } | Axis of geocentric SRS that describes ‘Z’ dimension (axis that points to the north or south pole). Defaults to axis with North direction. |
See Also
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS