C# Class Dse.Geometry.Point

Inheritance: GeometryBase
Afficher le fichier Open project: datastax/csharp-driver-dse

Méthodes publiques

Méthode Description
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.

Méthodes protégées

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

Creates a new instance of Point.

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetObjectData() public méthode

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

Point() protected méthode

Creates a new instance of Point.
protected Point ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

Point() public méthode

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

ToString() public méthode

Returns Well-known text (WKT) representation of the geometry object.
public ToString ( ) : string
Résultat string