C# Класс DataInterop.NamedCRS

Defines the Named CRS type.
Наследование: CRSBase, ICRSObject
Показать файл Открыть проект

Открытые методы

Метод Описание
NamedCRS ( string name ) : System

Initializes a new instance of the NamedCRS class.

Описание методов

NamedCRS() публичный Метод

Initializes a new instance of the NamedCRS class.
public NamedCRS ( string name ) : System
name string /// The mandatory name /// member must be a string identifying a coordinate reference system. OGC CRS URNs such as /// 'urn:ogc:def:crs:OGC:1.3:CRS84' shall be preferred over legacy identifiers such as 'EPSG:4326'. ///
Результат System