PrimeMeridian

Description

[ShutdownSurvive]
sealed class Tinman.Terrain.Georef.PrimeMeridian

Derived from

GeoObject abstract

Represents the prime meridian of a geo-reference.

The prime meridian is not added automatically to CoordinateOperationParameter.Longitude parameter values when creating a coordinate transformation (see CoordinateSystem.CreateCoordinateTransform).

See also

GeoRegistry

Public / Constants

Athens


public static readonly attribute Athens → (PrimeMeridian)

Athens

Longitude: 23.7163375 (Degree)

Bern


public static readonly attribute Bern → (PrimeMeridian)

Bern

Longitude: 7.439583333333333 (Degree)

Bogota


public static readonly attribute Bogota → (PrimeMeridian)

Bogota

Longitude: -74.08091666666667 (Degree)

Brussels


public static readonly attribute Brussels → (PrimeMeridian)

Brussels

Longitude: 4.367975 (Degree)

Ferro


public static readonly attribute Ferro → (PrimeMeridian)

Ferro

Longitude: -17.666666666666668 (Degree)

Greenwich


public static readonly attribute Greenwich → (PrimeMeridian)

Greenwich

Longitude: 0 (Degree)

Jakarta


public static readonly attribute Jakarta → (PrimeMeridian)

Jakarta

Longitude: 106.80771944444444 (Degree)

Lisbon


public static readonly attribute Lisbon → (PrimeMeridian)

Lisbon

Longitude: -9.13190611111111 (Degree)

Madrid


public static readonly attribute Madrid → (PrimeMeridian)

Madrid

Longitude: -3.687375 (Degree)

Oslo


public static readonly attribute Oslo → (PrimeMeridian)

Oslo

Longitude: 10.722916666666666 (Degree)

Paris


public static readonly attribute Paris → (PrimeMeridian)

Paris

Longitude: 2.5969213 (Grad)

Paris_​RGS


public static readonly attribute Paris_RGS → (PrimeMeridian)

Paris RGS

Longitude: 2.3372083333333333 (Degree)

Rome


public static readonly attribute Rome → (PrimeMeridian)

Rome

Longitude: 12.452333333333334 (Degree)

Stockholm


public static readonly attribute Stockholm → (PrimeMeridian)

Stockholm

Longitude: 18.05827777777778 (Degree)

Public / Constructors

Prime​Meridian


public constructor PrimeMeridian → (3)

longitude in : float64

The longitude angle of the prime meridian.

unit opt : UnitOfMeasure = null

The unit of measure to use. If null, UnitOfMeasure.Degree will be used.

name opt : string = null

Human-readable name of the geo object. If empty or null, GeoObject.UserDefined will be used instead.

Creates a new instance of PrimeMeridian.

Public / Attributes

Longitude


public attribute Longitude → (get)

value : float64

The longitude angle.

The longitude angle of this prime meridian.

Unit


public attribute Unit → (get)

value : UnitOfMeasure

[not-null]
The UnitOfMeasure object.

The unit of measure of this prime meridian.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<PrimeMeridian>

[not-null]
The configurator object.

The configurator object for this type.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.