Class SpatialStartPoint
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Represents the ST_StartPoint spatial accessor function that returns the first point of a linestring geometry.
public class SpatialStartPoint : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
- Inheritance
-
SpatialStartPoint
- Implements
Remarks
The ST_StartPoint function returns a point geometry representing the first vertex of a linestring. For multi-linestrings or non-linestring geometries, behavior varies by database implementation (may return null or the start point of the first component). For Geometry types in planar coordinate systems, this is useful for analyzing line direction, connectivity analysis, network routing, or extracting terminal points from linear features. OGC-compliant.
Constructors
- SpatialStartPoint(Column)
Initializes a new instance of ST_StartPoint with a linestring geometry column.