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