C# Class Dse.Geometry.LineString

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

Returns the hash code based on the value of this instance.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void
LineString ( ) : System

Creates a new instance of LineString using a sequence of points.

LineString ( IList points ) : System

Creates a new instance of LineString using a list of points.

ToString ( ) : string

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

Méthodes protégées

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

Creates a new instance of LineString using a serialization information.

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

Returns the hash code based on the value of this instance.
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

LineString() public méthode

Creates a new instance of LineString using a sequence of points.
public LineString ( ) : System
Résultat System

LineString() public méthode

Creates a new instance of LineString using a list of points.
public LineString ( IList points ) : System
points IList
Résultat System

LineString() protected méthode

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

ToString() public méthode

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