Postgis 1.5.1 Manual
Postgis 1.5.1 Manual
1 Manual
290 / 315
Function
geometry
ST_Point
ST_PointFromText
ST_PointFromWKB
ST_PointN
ST_PointOnSurface
ST_Point_Inside_Circle
ST_Polygon
ST_PolygonFromText
ST_Polygonize
ST_Relate
ST_RemovePoint
ST_Reverse
ST_Rotate
ST_RotateX
ST_RotateY
ST_RotateZ
ST_SRID
ST_Scale
ST_Segmentize
ST_SetPoint
ST_SetSRID
ST_Shift_Longitude
ST_ShortestLine
ST_Simplify
ST_SimplifyPreserveTopology
ST_SnapToGrid
ST_StartPoint
ST_Summary
ST_SymDifference
ST_Touches
ST_TransScale
ST_Transform
ST_Translate
ST_Union
geography
3D (2.5D)
Curves
SQL MM
Function
geometry
geography
3D (2.5D)
Curves
SQL MM
ST_WKBToSQL
ST_WKTToSQL
ST_Within
ST_X
ST_XMax
ST_XMin
ST_Y
ST_YMax
ST_YMin
ST_Z
ST_ZMax
ST_ZMin
ST_Zmflag
ST_Buffer - Availability: 1.5 - ST_Buffer was enhanced to support different endcaps and join types. These are useful for
example to convert road linestrings into polygon roads with flat or square edges instead of rounded edges. Thin wrapper for geography was added. - requires GEOS >= 3.2 to take advantage of advanced geometry functionality. (T) For geometry: Returns
a geometry that represents all points whose distance from this Geometry is less than or equal to distance. Calculations are in the
Spatial Reference System of this Geometry. For geography: Uses a planar transform wrapper. Introduced in 1.5 support for different end cap and mitre settings to control shape. buffer_style options: quad_segs=#,endcap=round|flat|square,join=round|mitre|bevel,
ST_ClosestPoint - Availability: 1.5.0 Returns the 2-dimensional point on g1 that is closest to g2. This is the first point of the
shortest line.
ST_CollectionExtract - Availability: 1.5.0 Given a GEOMETRYCOLLECTION, returns a MULTI* geometry consisting only
of the specified type. Sub-geometries that are not the specified type are ignored. If there are no sub-geometries of the right
type, an EMPTY collection will be returned. Only points, lines and polygons are supported. Type numbers are 1 == POINT, 2
== LINESTRING, 3 == POLYGON.