Constructor SpatialWithin
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialWithin(Column, Geography)
Initializes a new instance of ST_Within with a column and geography literal.
public SpatialWithin(Column column, Geography geography)
Parameters
columnColumnThe spatial column to test.
geographyGeographyThe geography to test if the column is within.
SpatialWithin(Column, Geometry)
Initializes a new instance of ST_Within with a column and geometry literal.
public SpatialWithin(Column column, Geometry geometry)
Parameters
columnColumnThe spatial column to test.
geometryGeometryThe geometry to test if the column is within.
SpatialWithin(Geography, Column)
Initializes a new instance of ST_Within with a geography literal and column.
public SpatialWithin(Geography geography, Column column)
Parameters
geographyGeographyThe geography to test.
columnColumnThe spatial column to test if the geography is within.
SpatialWithin(Geometry, Column)
Initializes a new instance of ST_Within with a geometry literal and column.
public SpatialWithin(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry to test.
columnColumnThe spatial column to test if the geometry is within.