C# Class SuperMap.Connector.Utility.Projection.Projection

Inheritance: ISerializable
Afficher le fichier Open project: SuperMap/iClient-for-DotNet

Private Properties

Свойство Type Description
Projection System

Méthodes publiques

Méthode Description
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Projection ( ) : System

默认构造函数。

Projection ( Projection projection ) : System

拷贝构造函数。

Private Methods

Méthode Description
Projection ( SerializationInfo info, StreamingContext context ) : System

特殊的构造函数。

Method Details

ISerializable() public méthode

public ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

Projection() public méthode

默认构造函数。
public Projection ( ) : System
Résultat System

Projection() public méthode

拷贝构造函数。
投影坐标系地图投影对象为 Null 时抛出异常。
public Projection ( Projection projection ) : System
projection Projection 投影坐标系地图投影对象。
Résultat System