Create geometries
The following geometry creation functions are available:
Function |
Description |
|---|---|
Construct an array of Geometries |
|
Return the minimum bounding circle of a Geometry |
|
Construct an array of Geometries |
|
Expand a Geometry’s envelope |
|
(MULTI)POLYGON → random points |
|
(MULTI)POLYGON → grided points |
|
Construct an LINESTRING elliptical arc |
|
Construct a POLYGONAL elliptical arc |
|
Construct an ellipse |
|
Create a rectangular Polygon |
|
Calculate a regular grid of POLYGONs based on a Geometry or a table |
|
Calculate a regular grid of POINTs based on a Geometry or a table |
|
Calculate the largest circle contained within a Geometry |
|
(MULTI)POINT → LINESTRING |
|
Construct a POINT from two or three coordinates |
|
LINESTRING → POLYGON |
|
Return the minimum diameter of a Geometry |
|
Return the minimum rectangle enclosing a Geometry |
|
Return the octogonal envelope of a Geometry |
|
Construct a POINT from two or three coordinates |
|
Return a MULTIPOLYGON of buffers centered at a Geometry and of increasing buffer Size |
|
Return a buffer having a width increasing between 2 sizes (start & end) |
- ST_Accum
- ST_BoundingCircle
- ST_Collect
- ST_Expand
- ST_GeneratePoints
- ST_GeneratePointsInGrid
- ST_MakeArcLine
- ST_MakeArcPolygon
- ST_MakeEllipse
- ST_MakeEnvelope
- ST_MakeGrid
- ST_MakeGridPoints
- ST_MaximumInscribedCircle
- ST_MakeLine
- ST_MakePoint
- ST_MakePolygon
- ST_MinimumDiameter
- ST_MinimumRectangle
- ST_OctogonalEnvelope
- ST_Point
- ST_RingBuffer
- ST_VariableBuffer