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