GeocentricSpatialReferenceSystemParameters Class

Parameters to create geocentric SRS. Parameters have reasonable defaults, so you will have to assign only some of them. If you assign to any parameter, a default value will be used.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.SpatialReferencingGeocentricSpatialReferenceSystemParameters

Namespace:  Aspose.Gis.SpatialReferencing
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class GeocentricSpatialReferenceSystemParameters

The GeocentricSpatialReferenceSystemParameters type exposes the following members.

Constructors
  NameDescription
Public methodGeocentricSpatialReferenceSystemParameters
Initializes a new instance of the GeocentricSpatialReferenceSystemParameters class
Properties
  NameDescription
Public propertyAxisesOrder
Order of axises. Defaults to XYZ.
Public propertyDatum
Datum of geocentric SRS. Default is Wgs84.
Public propertyLinearUnit
Units to be used in this SRS. Defaults to Meter.
Public propertyName
Name of geocentric SRS. Default is "Unnamed".
Public propertyPrimeMeridian
Prime meridian of this SRS. Default is Greenwich.
Public propertyXAxis
Axis of geocentric SRS that describes 'X' dimension (axis that points at prime meridian).
Public propertyYAxis
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.
Public propertyZAxis
Axis of geocentric SRS that describes 'Z' dimension (axis that points to the north or south pole). Defaults to axis with North direction.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also