|
Class Summary |
| GridRowSet |
GridRowSet is used to populate a result set with all grid cells. |
| ST_BoundingCircle |
Compute the minimum bounding circle of a geometry. |
| ST_Expand |
Expands a geometry's envelope by the given delta X and delta Y. |
| ST_Extrude |
ST_Extrude takes a LINESTRING or POLYGON as input and extends it to a 3D
representation, returning a geometry collection containing floor, ceiling
and wall geometries. |
| ST_MakeEllipse |
ST_MakeEllipse constructs an elliptical POLYGON with the given width and
height centered at the given point. |
| ST_MakeEnvelope |
Creates a rectangular POLYGON formed from the given x and y minima. |
| ST_MakeGrid |
Create a regular grid based on a table or a geometry envelope. |
| ST_MakeGridPoints |
Create a regular grid of points based on a table or a geometry envelope. |
| ST_MakeLine |
ST_MakeLine constructs a LINESTRING from POINT and MULTIPOINT geometries. |
| ST_MakePoint |
ST_MakePoint constructs POINT from two or three doubles. |
| ST_MakePolygon |
Class to create a polygon |
| ST_MinimumRectangle |
Gets the minimum rectangular POLYGON which encloses the input geometry. |
| ST_OctogonalEnvelope |
Computes the octogonal envelope of a geometry. |
| ST_RingBuffer |
Compute a ring buffer around a geometry. |