Constructor SpatialPointOnSurface
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialPointOnSurface(Column)
Initializes a new instance of ST_PointOnSurface with a spatial column.
public SpatialPointOnSurface(Column column)
Parameters
columnColumnThe spatial column to find a point on surface for.
SpatialPointOnSurface(Geometry)
Initializes a new instance of ST_PointOnSurface with a geometry literal.
public SpatialPointOnSurface(Geometry geometry)
Parameters
geometryGeometryThe geometry to find a point on surface for.
SpatialPointOnSurface(Geography)
Initializes a new instance of ST_PointOnSurface with a geography literal.
public SpatialPointOnSurface(Geography geography)
Parameters
geographyGeographyThe geography to find a point on surface for.
SpatialPointOnSurface(Function)
Initializes a new instance of ST_PointOnSurface for a function result.
public SpatialPointOnSurface(Function function)
Parameters
functionFunctionThe function that returns a geometry/geography to find a point on surface for.