Table of Contents

Constructor SpatialStartPoint

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

SpatialStartPoint(Column)

Initializes a new instance of ST_StartPoint with a linestring geometry column.

public SpatialStartPoint(Column column)

Parameters

column Column

The linestring geometry column to get the start point from.

SpatialStartPoint(Geometry)

Initializes a new instance of ST_StartPoint with a linestring geometry literal.

public SpatialStartPoint(Geometry geometry)

Parameters

geometry Geometry

The linestring geometry to get the start point from.

SpatialStartPoint(Geography)

Initializes a new instance of ST_StartPoint with a linestring geography literal.

public SpatialStartPoint(Geography geography)

Parameters

geography Geography

The linestring geography to get the start point from.

SpatialStartPoint(Function)

Initializes a new instance of ST_StartPoint for a function result.

public SpatialStartPoint(Function function)

Parameters

function Function

The function that returns a linestring geometry/geography to get the start point from.