Class PrimeMeridian
PrimeMeridian class
PrimeMeridian rappresenta un meridiano in cui la longitudine è definita come 0.
public class PrimeMeridian : IdentifiableObject
Costruttori
Nome | Descrizione |
---|
PrimeMeridian(string, double, Identifier) | Crea una nuova istanza. |
Proprietà
Nome | Descrizione |
---|
static Greenwich { get; } | meridiano di Greenwich. |
EpsgCode { get; } | Se questo identificatore di oggetti è un identificatore EPSG, restituisce il suo codice. Altrimenti - ritorna -1. |
Identifier { get; } | Identificatore di questo oggetto identificabile. |
Longitude { get; } | Distanza dal meridiano di Greenwich al primo meridiano in gradi. |
Name { get; } | Nome di questo oggetto. |
Metodi
Nome | Descrizione |
---|
override ToString() | Restituisce una stringa che rappresenta l’oggetto corrente. |
Guarda anche