Table of Contents

Constructor SpatialEndPoint

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

SpatialEndPoint(Column)

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

public SpatialEndPoint(Column column)

Parameters

column Column

The linestring geometry column to get the endpoint from.

SpatialEndPoint(Geometry)

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

public SpatialEndPoint(Geometry geometry)

Parameters

geometry Geometry

The linestring geometry to get the endpoint from.

SpatialEndPoint(Geography)

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

public SpatialEndPoint(Geography geography)

Parameters

geography Geography

The linestring geography to get the endpoint from.

SpatialEndPoint(Function)

Initializes a new instance of ST_EndPoint for a function result.

public SpatialEndPoint(Function function)

Parameters

function Function

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