C# 클래스 DataInterop.NamedCRS

Defines the Named CRS type.
상속: CRSBase, ICRSObject
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
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