SqlGeographyBuilder.AddLine Method

Definition

Overloads

AddLine(Double, Double)

Constructs additional points in a geography type figure.

AddLine(Double, Double, Nullable<Double>, Nullable<Double>)

Constructs additional points in a geography type figure.

AddLine(Double, Double)

Constructs additional points in a geography type figure.

public void AddLine (double latitude, double longitude);
member this.AddLine : double * double -> unit
Public Sub AddLine (latitude As Double, longitude As Double)

Parameters

latitude
Double

A double that specifies the latitude of a point in a geography figure.

longitude
Double

A double that specifies the longitude of a point in a geography figure.

Applies to

AddLine(Double, Double, Nullable<Double>, Nullable<Double>)

Constructs additional points in a geography type figure.

public virtual void AddLine (double latitude, double longitude, double? z, double? m);
abstract member AddLine : double * double * Nullable<double> * Nullable<double> -> unit
override this.AddLine : double * double * Nullable<double> * Nullable<double> -> unit
Public Overridable Sub AddLine (latitude As Double, longitude As Double, z As Nullable(Of Double), m As Nullable(Of Double))

Parameters

latitude
Double

A double that specifies the latitude of a point in a geography figure.

longitude
Double

A double that specifies the longitude of a point in a geography figure.

z
Nullable<Double>

A double that specifies the altitude of a point in a geography figure. Is Nullable.

m
Nullable<Double>

A double that specifies the measure type for the point. Is Nullable.

Implements

Applies to