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
geometryLiteralGeometryThe geometry literal to test for emptiness.
SpatialIsEmpty(Column)
Initializes a new instance of ST_IsEmpty with a geometry column.
public SpatialIsEmpty(Column geometryColumn)
Parameters
geometryColumnColumnThe geometry column to test for emptiness.
SpatialIsEmpty(Geography)
Initializes a new instance of ST_IsEmpty with a geography literal.
public SpatialIsEmpty(Geography geographyLiteral)
Parameters
geographyLiteralGeographyThe geography literal to test for emptiness.