GeocentricSpatialReferenceSystemParameters Class

Summary: 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.

Module: aspose.gis.spatialreferencing

Full Name: aspose.gis.spatialreferencing.GeocentricSpatialReferenceSystemParameters

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
GeocentricSpatialReferenceSystemParameters()Initializes a new instance of the GeocentricSpatialReferenceSystemParameters class

Properties

NameTypeAccessDescription
axises_orderGeocentricAxisesOrderr/wOrder of axises. Defaults to GeocentricAxisesOrder.XYZ.
datumGeographicDatumr/wDatum of geocentric SRS. Default is GeographicDatum.wgs84.
linear_unitUnitr/wUnits to be used in this SRS. Defaults to Unit.meter.
namestringr/wName of geocentric SRS. Default is “Unnamed”.
prime_meridianPrimeMeridianr/wPrime meridian of this SRS. Default is PrimeMeridian.greenwich.
x_axisAxisr/wAxis of geocentric SRS that describes ‘X’ dimension (axis that points at prime meridian).
y_axisAxisr/wAxis 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_axisAxisr/wAxis 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