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
columnColumnThe 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
geometryGeometryThe 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
geographyGeographyThe 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
functionFunctionThe function that returns a linestring geometry/geography to get the start point from.