GeographicSpatialReferenceSystemParameters Class

Summary: Parameters to create geographic 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.GeographicSpatialReferenceSystemParameters

Aspose.PSD Version: 25.9.0

Constructors

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

Properties

NameTypeAccessDescription
angular_unitUnitr/wUnits to be used in this SRS. Default is Unit.degree.
axises_orderGeographicAxisesOrderr/wOrder of axises. Defaults to GeographicAxisesOrder.LONGITUDE_LATITUDE.
datumGeographicDatumr/wDatum of geographic SRS. Default is GeographicDatum.wgs84.
latitude_axisAxisr/wAxis that describes latitude. Defaults is axis with north direction.
longitude_axisAxisr/wAxis that describes longitude. Default is axis with east direction.
namestringr/wName of geographic SRS. Default is “Unnamed”.
prime_meridianPrimeMeridianr/wPrime meridian of this SRS. Default is PrimeMeridian.greenwich.

Constructor: GeographicSpatialReferenceSystemParameters()

 GeographicSpatialReferenceSystemParameters() 

Initializes a new instance of the GeographicSpatialReferenceSystemParameters class