Constructor SpatialExteriorRing
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialExteriorRing(Column)
Initializes a new instance of ST_ExteriorRing with a polygon geometry column.
public SpatialExteriorRing(Column column)
Parameters
columnColumnThe polygon geometry column to extract the exterior ring from.
SpatialExteriorRing(Geometry)
Initializes a new instance of ST_ExteriorRing with a polygon geometry literal.
public SpatialExteriorRing(Geometry geometry)
Parameters
geometryGeometryThe polygon geometry to extract the exterior ring from.
SpatialExteriorRing(Geography)
Initializes a new instance of ST_ExteriorRing with a polygon geography literal.
public SpatialExteriorRing(Geography geography)
Parameters
geographyGeographyThe polygon geography to extract the exterior ring from.
SpatialExteriorRing(Function)
Initializes a new instance of ST_ExteriorRing for a function result.
public SpatialExteriorRing(Function function)
Parameters
functionFunctionThe function that returns a polygon geometry/geography to extract the exterior ring from.