Constructor SpatialBoundary
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialBoundary(Column)
Initializes a new instance of ST_Boundary with a spatial column.
public SpatialBoundary(Column column)
Parameters
columnColumnThe spatial column to compute the boundary for.
SpatialBoundary(Geometry)
Initializes a new instance of ST_Boundary with a geometry literal.
public SpatialBoundary(Geometry geometry)
Parameters
geometryGeometryThe geometry to compute the boundary for.
SpatialBoundary(Geography)
Initializes a new instance of ST_Boundary with a geography literal.
public SpatialBoundary(Geography geography)
Parameters
geographyGeographyThe geography to compute the boundary for.
SpatialBoundary(Function)
Initializes a new instance of ST_Boundary for a function result.
public SpatialBoundary(Function function)
Parameters
functionFunctionThe function that returns a geometry/geography to compute the boundary for.