Table of Contents

Constructor SpatialPointN

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

SpatialPointN(Column, int)

Initializes a new instance of ST_PointN with a linestring geometry column and point index.

public SpatialPointN(Column column, int index)

Parameters

column Column

The linestring geometry column to extract a point from.

index int

The 1-based index of the point to extract.

SpatialPointN(Geometry, int)

Initializes a new instance of ST_PointN with a linestring geometry literal and point index.

public SpatialPointN(Geometry geometry, int index)

Parameters

geometry Geometry

The linestring geometry to extract a point from.

index int

The 1-based index of the point to extract.

SpatialPointN(Geography, int)

Initializes a new instance of ST_PointN with a linestring geography literal and point index.

public SpatialPointN(Geography geography, int index)

Parameters

geography Geography

The linestring geography to extract a point from.

index int

The 1-based index of the point to extract.

SpatialPointN(Function, int)

Initializes a new instance of ST_PointN for a function result.

public SpatialPointN(Function function, int index)

Parameters

function Function

The function that returns a linestring geometry/geography to extract a point from.

index int

The 1-based index of the point to extract.