C# 클래스 Dse.Geometry.Point

상속: GeometryBase
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

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

Returns a value indicating whether this instance and a specified object represent the same value.

GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Point ( double x, double y ) : System

Creates a new instance of Point.

ToString ( ) : string

Returns Well-known text (WKT) representation of the geometry object.

보호된 메소드들

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

Creates a new instance of Point.

메소드 상세

Equals() 공개 메소드

Returns a value indicating whether this instance and a specified object represent the same value.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

Point() 보호된 메소드

Creates a new instance of Point.
protected Point ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

Point() 공개 메소드

Creates a new instance of Point.
public Point ( double x, double y ) : System
x double The X coordinate.
y double The Y coordinate.
리턴 System

ToString() 공개 메소드

Returns Well-known text (WKT) representation of the geometry object.
public ToString ( ) : string
리턴 string