Constructor SpatialLength
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialLength(Column)
Initializes a new instance of ST_Length with a geometry column.
public SpatialLength(Column column)
Parameters
columnColumnThe geometry column to calculate length for.
SpatialLength(Column, UnitOfMeasure)
Initializes a new instance of ST_Length with a geography column and unit of measure.
public SpatialLength(Column column, UnitOfMeasure unitOfMeasure)
Parameters
columnColumnThe geography column to calculate length for.
unitOfMeasureUnitOfMeasureThe unit of measure for the length result (e.g., meters, kilometers, miles).