Table of Contents

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

column Column

The 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

geometry Geometry

The 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

geography Geography

The 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

function Function

The function that returns a geometry/geography to find a point on surface for.