C# 클래스 SuperMap.Connector.Utility.Point2D.Point2D

상속: ISerializable
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

比较两个Point2D对象是否是同一个点。

GetHashCode ( ) : int

返回该实例的哈希代码。

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

实现自 System.Runtime.Serialization.ISerializable 接口。

Point2D ( ) : System

默认构造函数.

Point2D ( Point2D point2D ) : System

拷贝构造函数。

Point2D ( double x, double y ) : System

带参构造函数。

ToString ( ) : string

获取此实例的 String 表示形式。

보호된 메소드들

메소드 설명
Point2D ( SerializationInfo info, StreamingContext context ) : System

序列化的构造函数。

메소드 상세

Equals() 공개 메소드

比较两个Point2D对象是否是同一个点。
public Equals ( object obj ) : bool
obj object 要比较的对象。
리턴 bool

GetHashCode() 공개 메소드

返回该实例的哈希代码。
public GetHashCode ( ) : int
리턴 int

GetObjectData() 공개 메소드

实现自 System.Runtime.Serialization.ISerializable 接口。
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo 要填充数据的SerializationInfo。
context System.Runtime.Serialization.StreamingContext 此序列化的目标。
리턴 void

Point2D() 공개 메소드

默认构造函数.
public Point2D ( ) : System
리턴 System

Point2D() 공개 메소드

拷贝构造函数。
当 Point2D 对象为 Null 时抛出异常。
public Point2D ( Point2D point2D ) : System
point2D Point2D Point2D 对象。
리턴 System

Point2D() 보호된 메소드

序列化的构造函数。
protected Point2D ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

Point2D() 공개 메소드

带参构造函数。
public Point2D ( double x, double y ) : System
x double 地理 x 坐标。
y double 地理 y 坐标。
리턴 System

ToString() 공개 메소드

获取此实例的 String 表示形式。
public ToString ( ) : string
리턴 string