Constructor SpatialDWithin
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialDWithin(Column, Geometry, float)
Tests whether a geometry column is within distance of a literal geometry.
public SpatialDWithin(Column column, Geometry geometry, float distance)
Parameters
columnColumnThe geometry column.
geometryGeometryThe literal geometry to measure against.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Geometry, Column, float)
Tests whether a literal geometry is within distance of a geometry column.
public SpatialDWithin(Geometry geometry, Column column, float distance)
Parameters
geometryGeometryThe literal geometry to measure from.
columnColumnThe geometry column.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Column, Geography, float)
Tests whether a geography column is within distance meters of a literal geography.
public SpatialDWithin(Column column, Geography geography, float distance)
Parameters
columnColumnThe geography column.
geographyGeographyThe literal geography to measure against.
distancefloatThe distance threshold, in meters.
SpatialDWithin(Geography, Column, float)
Tests whether a literal geography is within distance meters of a geography column.
public SpatialDWithin(Geography geography, Column column, float distance)
Parameters
geographyGeographyThe literal geography to measure from.
columnColumnThe geography column.
distancefloatThe distance threshold, in meters.
SpatialDWithin(Column, Geography, float, UnitOfMeasure)
Tests whether a geography column is within distance (expressed in unitOfMeasure) of a literal geography.
public SpatialDWithin(Column column, Geography geography, float distance, UnitOfMeasure unitOfMeasure)
Parameters
columnColumnThe geography column.
geographyGeographyThe literal geography to measure against.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Geography, Column, float, UnitOfMeasure)
Tests whether a literal geography is within distance (expressed in unitOfMeasure) of a geography column.
public SpatialDWithin(Geography geography, Column column, float distance, UnitOfMeasure unitOfMeasure)
Parameters
geographyGeographyThe literal geography to measure from.
columnColumnThe geography column.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Column, Column, float)
Tests whether two columns (a spatial join predicate) are within distance of each other.
public SpatialDWithin(Column column1, Column column2, float distance)
Parameters
column1ColumnThe first spatial column.
column2ColumnThe second spatial column.
distancefloatThe distance threshold — the columns' own coordinate units for geometry, meters for geography.
SpatialDWithin(Column, Column, float, UnitOfMeasure)
Tests whether two geography columns (a spatial join predicate) are within distance (expressed in unitOfMeasure) of each other.
public SpatialDWithin(Column column1, Column column2, float distance, UnitOfMeasure unitOfMeasure)
Parameters
column1ColumnThe first geography column.
column2ColumnThe second geography column.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Function, Geometry, float)
Tests whether the result of a spatial function is within distance of a literal geometry.
public SpatialDWithin(Function function, Geometry geometry, float distance)
Parameters
functionFunctionThe spatial function producing the first geometry.
geometryGeometryThe literal geometry to measure against.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Function, Geography, float)
Tests whether the result of a spatial function is within distance meters of a literal geography.
public SpatialDWithin(Function function, Geography geography, float distance)
Parameters
functionFunctionThe spatial function producing the first geography.
geographyGeographyThe literal geography to measure against.
distancefloatThe distance threshold, in meters.
SpatialDWithin(Function, Geography, float, UnitOfMeasure)
Tests whether the result of a spatial function is within distance (expressed in unitOfMeasure) of a literal geography.
public SpatialDWithin(Function function, Geography geography, float distance, UnitOfMeasure unitOfMeasure)
Parameters
functionFunctionThe spatial function producing the first geography.
geographyGeographyThe literal geography to measure against.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Geometry, Function, float)
Tests whether a literal geometry is within distance of the result of a spatial function.
public SpatialDWithin(Geometry geometry, Function function, float distance)
Parameters
geometryGeometryThe literal geometry to measure from.
functionFunctionThe spatial function producing the second geometry.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Geography, Function, float)
Tests whether a literal geography is within distance meters of the result of a spatial function.
public SpatialDWithin(Geography geography, Function function, float distance)
Parameters
geographyGeographyThe literal geography to measure from.
functionFunctionThe spatial function producing the second geography.
distancefloatThe distance threshold, in meters.
SpatialDWithin(Geography, Function, float, UnitOfMeasure)
Tests whether a literal geography is within distance (expressed in unitOfMeasure) of the result of a spatial function.
public SpatialDWithin(Geography geography, Function function, float distance, UnitOfMeasure unitOfMeasure)
Parameters
geographyGeographyThe literal geography to measure from.
functionFunctionThe spatial function producing the second geography.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Function, Column, float)
Tests whether the result of a spatial function is within distance of a geometry column.
public SpatialDWithin(Function function, Column column, float distance)
Parameters
functionFunctionThe spatial function producing the first geometry.
columnColumnThe geometry column to measure against.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Function, Column, float, UnitOfMeasure)
Tests whether the result of a spatial function is within distance (expressed in unitOfMeasure) of a geography column.
public SpatialDWithin(Function function, Column column, float distance, UnitOfMeasure unitOfMeasure)
Parameters
functionFunctionThe spatial function producing the first geography.
columnColumnThe geography column to measure against.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Column, Function, float)
Tests whether a geometry column is within distance of the result of a spatial function.
public SpatialDWithin(Column column, Function function, float distance)
Parameters
columnColumnThe geometry column to measure from.
functionFunctionThe spatial function producing the second geometry.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Column, Function, float, UnitOfMeasure)
Tests whether a geography column is within distance (expressed in unitOfMeasure) of the result of a spatial function.
public SpatialDWithin(Column column, Function function, float distance, UnitOfMeasure unitOfMeasure)
Parameters
columnColumnThe geography column to measure from.
functionFunctionThe spatial function producing the second geography.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.
SpatialDWithin(Function, Function, float)
Tests whether the results of two spatial functions are within distance of each other.
public SpatialDWithin(Function function1, Function function2, float distance)
Parameters
function1FunctionThe spatial function producing the first geometry.
function2FunctionThe spatial function producing the second geometry.
distancefloatThe distance threshold, in the geometry's own coordinate units.
SpatialDWithin(Function, Function, float, UnitOfMeasure)
Tests whether the results of two spatial functions are within distance (expressed in unitOfMeasure) of each other.
public SpatialDWithin(Function function1, Function function2, float distance, UnitOfMeasure unitOfMeasure)
Parameters
function1FunctionThe spatial function producing the first geography.
function2FunctionThe spatial function producing the second geography.
distancefloatThe distance threshold, in
unitOfMeasure.unitOfMeasureUnitOfMeasureThe unit
distanceis expressed in.