Table of Contents

Constructor SpatialDimension

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

SpatialDimension(Column)

Initializes a new instance of ST_Dimension with a geometry column.

public SpatialDimension(Column column)

Parameters

column Column

The geometry column to get the dimension for.

SpatialDimension(Geometry)

Initializes a new instance of ST_Dimension with a geometry literal.

public SpatialDimension(Geometry geometry)

Parameters

geometry Geometry

The geometry to get the dimension for.

SpatialDimension(Geography)

Initializes a new instance of ST_Dimension with a geography literal.

public SpatialDimension(Geography geography)

Parameters

geography Geography

The geography to get the dimension for.

SpatialDimension(Function)

Initializes a new instance of ST_Dimension for a function result.

public SpatialDimension(Function function)

Parameters

function Function

The function that returns a geometry/geography to get the dimension for.