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