C# Class DataInterop.NamedCRS

Defines the Named CRS type.
Inheritance: CRSBase, ICRSObject
Datei anzeigen Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
NamedCRS ( string name ) : System

Initializes a new instance of the NamedCRS class.

Method Details

NamedCRS() public method

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'. ///
return System