Constructor SpatialIsClosed
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialIsClosed(Column)
Initializes a new instance of ST_IsClosed with a geometry column.
public SpatialIsClosed(Column column)
Parameters
columnColumnThe geometry column to test for closure.
SpatialIsClosed(Geometry)
Initializes a new instance of ST_IsClosed with a geometry literal.
public SpatialIsClosed(Geometry geometry)
Parameters
geometryGeometryThe geometry to test for closure.
SpatialIsClosed(Geography)
Initializes a new instance of ST_IsClosed with a geography literal.
public SpatialIsClosed(Geography geography)
Parameters
geographyGeographyThe geography to test for closure.
SpatialIsClosed(Function)
Initializes a new instance of ST_IsClosed for a function result.
public SpatialIsClosed(Function function)
Parameters
functionFunctionThe function that returns a geometry/geography to test for closure.