Table of Contents

Constructor SpatialIsEmpty

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

SpatialIsEmpty(Geometry)

Initializes a new instance of ST_IsEmpty with a geometry literal.

public SpatialIsEmpty(Geometry geometryLiteral)

Parameters

geometryLiteral Geometry

The geometry literal to test for emptiness.

SpatialIsEmpty(Column)

Initializes a new instance of ST_IsEmpty with a geometry column.

public SpatialIsEmpty(Column geometryColumn)

Parameters

geometryColumn Column

The geometry column to test for emptiness.

SpatialIsEmpty(Geography)

Initializes a new instance of ST_IsEmpty with a geography literal.

public SpatialIsEmpty(Geography geographyLiteral)

Parameters

geographyLiteral Geography

The geography literal to test for emptiness.