Table of Contents

Constructor SpatialGeometryType

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

SpatialGeometryType(Column)

Initializes a new instance of ST_GeometryType with a geometry column.

public SpatialGeometryType(Column column)

Parameters

column Column

The geometry column to get the type for.

SpatialGeometryType(Geometry)

Initializes a new instance of ST_GeometryType with a geometry literal.

public SpatialGeometryType(Geometry geometry)

Parameters

geometry Geometry

The geometry to get the type for.

SpatialGeometryType(Geography)

Initializes a new instance of ST_GeometryType with a geography literal.

public SpatialGeometryType(Geography geography)

Parameters

geography Geography

The geography to get the type for.

SpatialGeometryType(Function)

Initializes a new instance of ST_GeometryType for a function result.

public SpatialGeometryType(Function function)

Parameters

function Function

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