Constructor SpatialInteriorRingN
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialInteriorRingN(Column, int)
Initializes a new instance of ST_InteriorRingN with a polygon geometry column and ring index.
public SpatialInteriorRingN(Column column, int index)
Parameters
columnColumnThe polygon geometry column to extract an interior ring from.
indexintThe 1-based index of the interior ring to extract.
SpatialInteriorRingN(Geometry, int)
Initializes a new instance of ST_InteriorRingN with a polygon geometry literal and ring index.
public SpatialInteriorRingN(Geometry geometry, int index)
Parameters
geometryGeometryThe polygon geometry to extract an interior ring from.
indexintThe 1-based index of the interior ring to extract.
SpatialInteriorRingN(Geography, int)
Initializes a new instance of ST_InteriorRingN with a polygon geography literal and ring index.
public SpatialInteriorRingN(Geography geography, int index)
Parameters
geographyGeographyThe polygon geography to extract an interior ring from.
indexintThe 1-based index of the interior ring to extract.
SpatialInteriorRingN(Function, int)
Initializes a new instance of ST_InteriorRingN for a function result.
public SpatialInteriorRingN(Function function, int index)