Table of Contents

Constructor SpatialSrid

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

SpatialSrid(Column)

Initializes a new instance of ST_SRID with a geometry column.

public SpatialSrid(Column column)

Parameters

column Column

The geometry column to get the SRID from.

SpatialSrid(Geometry)

Initializes a new instance of ST_SRID with a geometry literal.

public SpatialSrid(Geometry geometry)

Parameters

geometry Geometry

The geometry to get the SRID from.

SpatialSrid(Geography)

Initializes a new instance of ST_SRID with a geography literal.

public SpatialSrid(Geography geography)

Parameters

geography Geography

The geography to get the SRID from.

SpatialSrid(Function)

Initializes a new instance of ST_SRID for a function result.

public SpatialSrid(Function function)

Parameters

function Function

The function that returns a geometry/geography to get the SRID from.