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
columnColumnThe linestring geometry column to extract a point from.
indexintThe 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
geometryGeometryThe linestring geometry to extract a point from.
indexintThe 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
geographyGeographyThe linestring geography to extract a point from.
indexintThe 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)