Geometry Input


func.ST_PointFromGeoHash

Return a point from a GeoHash string

func.ST_LineFromEncodedPolyline

Creates a LineString from an Encoded Polyline string

func.ST_GMLToSQL

This method implements the SQL/MM specification. SQL-MM 3 5.1.50 (except for curves support)

func.ST_GeomFromKML

Constructs a PostGIS ST_Geometry object from the OGC KML representation

func.ST_GeomFromGeoJSON

Constructs a PostGIS geometry object from the GeoJSON representation

func.ST_GeomFromGML

Constructs a PostGIS ST_Geometry object from the OGC GML representation

func.ST_GeomFromGeoHash

Return a geometry from a GeoHash string.

func.ST_Box2dFromGeoHash

Return a BOX2D from a GeoHash string

func.ST_WKBToSQL

This method implements the SQL/MM specification. SQL-MM 3 5.1.36

func.ST_PointFromWKB

This function, takes a binary representation of geometry and a (SRID) and creates the appropriate geometry type - POINT GEOMETRY

func.ST_LinestringFromWKB

This function, takes a binary representation of geometry and a (SRID) and creates the appropriate geometry type -LINESTRING GEOMETRY

func.ST_LineFromWKB

This function, takes a binary representation of geometry and a Spatial Reference System ID (SRID) and creates the appropriate geometry type

func.ST_GeomFromWKB

This function takes a binary representation of a geometry and a Spatial Reference System ID (SRID) and creates the appropriate geometry type

func.ST_GeomFromEWKB

Constructs a PostGIS ST_Geometry object from the OGC Extended Well-Known binary (EWKT) representation

func.ST_GeogFromWKB

This function, takes a well-known binary representation (WKB) of a geometry and creates an instance of the appropriate geography type

func.ST_WKTToSQL

This method implements the SQL/MM specification. SQL-MM 3 5.1.34

func.ST_PolygonFromText

Makes a Polygon Geometry from WKT with the given SRID

func.ST_PointFromText

Constructs a PostGIS ST_Geometry point object from the OGC Well-Known text representation

func.ST_MPolyFromText

Makes a MultiPolygon from WKT with the given SRID

func.ST_MPointFromText

Makes a Multi-Point Geometry from WKT with the given SRID

func.ST_MLineFromText

Makes a Multi-Line Geometry from Well-Known-Text (WKT) with the given SRID

func.ST_LineFromText

Makes a Linestring Geometry from WKT with the given SRID

func.ST_GeomFromText

Constructs a PostGIS ST_Geometry object from the OGC Well-Known text representation

func.ST_GeometryFromText

This method implements the SQL/MM specification and OpenGIS simple features implementation

func.ST_GeomFromEWKT

Constructs a PostGIS ST_Geometry object from the OGC Extended Well-Known text (EWKT) representation

func.ST_GeomCollFromText

Makes a collection Geometry from the Well-Known-Text (WKT) representation with the given SRID

func.ST_GeographyFromText

Returns a geography object from the well-known text representation. SRID 4326 is assumed if unspecified

func.ST_GeogFromText

Returns a geography object from the well-known text or extended well-known representation

func.ST_BdMPolyFromText

Construct a Polygon given an arbitrary collection of closed linestrings, polygons, MultiLineStrings as Well-Known text representation

func.ST_BdPolyFromText

Construct a Polygon given an arbitrary collection of closed linestrings as a MultiLineString Well-Known text representation

func.GeometryType

Returns the type of the geometry as a string

Last modified March 11, 2024 at 3:25 PM EST: Creation of the expression expression library (3110a17)