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