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.