Constructor SpatialTouches
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialTouches(Column, Geography)
Initializes a new instance of ST_Touches with a column and geography literal.
public SpatialTouches(Column column, Geography geography)
Parameters
SpatialTouches(Column, Geometry)
Initializes a new instance of ST_Touches with a column and geometry literal.
public SpatialTouches(Column column, Geometry geometry)
Parameters
columnColumnThe spatial column to test.
geometryGeometryThe geometry to test against.
SpatialTouches(Geography, Column)
Initializes a new instance of ST_Touches with a geography literal and column.
public SpatialTouches(Geography geography, Column column)
Parameters
SpatialTouches(Geometry, Column)
Initializes a new instance of ST_Touches with a geometry literal and column.
public SpatialTouches(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry to test.
columnColumnThe spatial column to test against.
SpatialTouches(Column, Column)
Initializes a new instance of ST_Touches with two columns for spatial joins.
public SpatialTouches(Column column1, Column column2)
Parameters
column1ColumnThe first spatial column to test.
column2ColumnThe second spatial column to test against.
SpatialTouches(Function, Geometry)
Initializes a new instance of ST_Touches with a function result and Geometry literal for function chaining.
public SpatialTouches(Function function, Geometry geometry)
Parameters
functionFunctionA spatial function that returns a geometry to test.
geometryGeometryThe geometry to test for touching.
SpatialTouches(Function, Geography)
Initializes a new instance of ST_Touches with a function result and Geography literal for function chaining.
public SpatialTouches(Function function, Geography geography)
Parameters
functionFunctionA spatial function that returns a geography to test.
geographyGeographyThe geography to test for touching.
SpatialTouches(Geometry, Function)
Initializes a new instance of ST_Touches with a Geometry literal and function result for function chaining.
public SpatialTouches(Geometry geometry, Function function)
Parameters
geometryGeometryThe geometry to test.
functionFunctionA spatial function that returns a geometry to test for touching.
SpatialTouches(Geography, Function)
Initializes a new instance of ST_Touches with a Geography literal and function result for function chaining.
public SpatialTouches(Geography geography, Function function)
Parameters
geographyGeographyThe geography to test.
functionFunctionA spatial function that returns a geography to test for touching.
SpatialTouches(Function, Column)
Initializes a new instance of ST_Touches with a function result and column for function chaining.
public SpatialTouches(Function function, Column column)
Parameters
functionFunctionA spatial function that returns a geometry to test.
columnColumnThe column containing geometries to test for touching.
SpatialTouches(Column, Function)
Initializes a new instance of ST_Touches with a column and function result for function chaining.
public SpatialTouches(Column column, Function function)
Parameters
columnColumnThe column containing geometries to test.
functionFunctionA spatial function that returns a geometry to test for touching.
SpatialTouches(Function, Function)
Initializes a new instance of ST_Touches with two function results for function chaining.
public SpatialTouches(Function function1, Function function2)