Class PrimeMeridian

PrimeMeridian class

PrimeMeridian represents a meridian at which longitude is defined to be 0.

public class PrimeMeridian : IdentifiableObject

Constructors

NameDescription
PrimeMeridian(string, double, Identifier)Creates new instance.

Properties

NameDescription
static Greenwich { get; }Greenwich meridian.
EpsgCode { get; }If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
Identifier { get; }Identifier of this identifiable object.
Longitude { get; }Distance from Greenwich meridian to prime meridian in degrees.
Name { get; }Name of this object.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also