Class GeographicSpatialReferenceSystemParameters

GeographicSpatialReferenceSystemParameters class

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

Constructors

NameDescription
GeographicSpatialReferenceSystemParameters()The default constructor.

Properties

NameDescription
AngularUnit { get; set; }Units to be used in this SRS. Default is Degree.
AxisesOrder { get; set; }Order of axises. Defaults to LongitudeLatitude.
Datum { get; set; }Datum of geographic SRS. Default is Wgs84.
LatitudeAxis { get; set; }Axis that describes latitude. Defaults is axis with north direction.
LongitudeAxis { get; set; }Axis that describes longitude. Default is axis with east direction.
Name { get; set; }Name of geographic SRS. Default is “Unnamed”.
PrimeMeridian { get; set; }Prime meridian of this SRS. Default is Greenwich.

See Also