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