Table of Contents

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

column Column

The geometry column to count points for.

SpatialNumPoints(Geometry)

Initializes a new instance of ST_NumPoints with a geometry literal.

public SpatialNumPoints(Geometry geometry)

Parameters

geometry Geometry

The geometry to count points for.

SpatialNumPoints(Geography)

Initializes a new instance of ST_NumPoints with a geography literal.

public SpatialNumPoints(Geography geography)

Parameters

geography Geography

The geography to count points for.

SpatialNumPoints(Function)

Initializes a new instance of ST_NumPoints for a function result.

public SpatialNumPoints(Function function)

Parameters

function Function

The function that returns a geometry/geography to count points for.