Constructor SpatialNumPoints
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialNumPoints(Column)
Initializes a new instance of ST_NumPoints with a geometry column.
public SpatialNumPoints(Column column)
Parameters
columnColumnThe geometry column to count points for.
SpatialNumPoints(Geometry)
Initializes a new instance of ST_NumPoints with a geometry literal.
public SpatialNumPoints(Geometry geometry)
Parameters
geometryGeometryThe geometry to count points for.
SpatialNumPoints(Geography)
Initializes a new instance of ST_NumPoints with a geography literal.
public SpatialNumPoints(Geography geography)
Parameters
geographyGeographyThe geography to count points for.
SpatialNumPoints(Function)
Initializes a new instance of ST_NumPoints for a function result.
public SpatialNumPoints(Function function)
Parameters
functionFunctionThe function that returns a geometry/geography to count points for.