| GridRowSet |
GridRowSet is used to populate a result set with all grid cells.
|
| MinimumBoundingRadiusRowSet |
This class is used to compute the center and the radius of multiple geometries stored in a table.
|
| ST_BoundingCircle |
Compute the minimum bounding circle of a geometry.
|
| ST_BoundingCircleCenter |
Compute the minimum bounding circle center 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_GeneratePoints |
This function is used to generate pseudo-random points
until the requested number are found within the input area
(polygon or multipolygon)
|
| ST_GeneratePointsInGrid |
This function is used to generate pseudo-random points until the requested
number are found within the input area (polygon or multipolygon)
|
| ST_MakeArcLine |
ST_MakeArcLine constructs an elliptical arc, as a LineString centered at the given point.
|
| ST_MakeArcPolygon |
ST_MakeArcPolygon constructs an elliptical arc, as a Polygon centered at the given point.
|
| 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_MaximumInscribedCircle |
Compute the largest circle that is contained within a (multi)polygon.
|
| ST_MinimumBoundingCircle |
PostGIS compatibility function alias.
|
| ST_MinimumBoundingRadius |
Computes the center point and radius of the smallest circle that contains a geometry
|
| ST_MinimumRectangle |
Gets the minimum rectangular POLYGON which encloses the input geometry.
|
| ST_OctogonalEnvelope |
Computes the octogonal envelope of a geometry.
|
| ST_OrientedEnvelope |
Alias for PostGIS
|
| ST_Point |
ST_Point constructs POINT from two or three doubles.
|
| ST_RingBuffer |
Compute a ring buffer around a geometry.
|