The SQL/MM standard defines a number of functions that can be used to perform spatial operations. In most cases, these functions duplicate functionality of methods or constructors of spatial data types.
Name | Description |
---|---|
Returns an ST_MultiPolygon value built from the Well Known Text (WKT) representation of a multilinestring. |
|
Returns an ST_MultiPolygon value built from the Well Known Binary (WKB) representation of a multilinestring. |
|
Returns an ST_Polygon value built from the Well Known Text (WKT) representation of a multilinestring. |
|
Returns an ST_Polygon value built from the Well Known Binary (WKB) representation of a multilinestring. |
|
Returns an ST_CurvePolygon value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_CurvePolygon |
|
Returns an ST_CurvePolygon value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_CurvePolygon |
|
Returns an ST_CircularString value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_CircularString |
|
Returns an ST_CircularString value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_CircularString |
|
Returns an ST_CompoundCurve value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_CompoundCurve |
|
Returns an ST_CompoundCurve value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_CompoundCurve |
|
Returns an ST_GeomCollection value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_GeomCollection |
|
Returns an ST_GeomCollection value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_GeomCollection |
|
Returns an ST_Geometry value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_Geometry |
|
Returns an ST_Geometry value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_Geometry |
|
Returns an ST_LineString value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_LineString |
|
Returns an ST_LineString value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_LineString |
|
Returns an ST_MultiCurve value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_MultiCurve |
|
Returns an ST_MultiCurve value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_MultiCurve |
|
Returns an ST_MultiLineString value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_MultiLineString |
|
Returns an ST_MultiLineString value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_MultiLineString |
|
Returns an ST_MultiPoint value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_MultiPoint |
|
Returns an ST_MultiPoint value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_MultiPoint |
|
Returns an ST_MultiPolygon value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_MultiPolygon |
|
Returns an ST_MultiPolygon value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_MultiPolygon |
|
Returns an ST_MultiSurface value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_MultiSurface |
|
Returns an ST_MultiSurface value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_MultiSurface |
|
Tests if a geometry is identical to another geometry. |
|
Returns an ST_Point value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_Point |
|
Returns an ST_Point value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_Point |
|
Returns an ST_Polygon value, which is transformed from a LONG VARCHAR value containing the Well Known Text (WKT) representation of an ST_Polygon |
|
Returns an ST_Polygon value, which is transformed from a LONG BINARY value containing the Well Known Binary (WKB) representation of an ST_Polygon |
ST_BdMPolyFromText function [Spatial]
ST_BdMPolyFromWKB function [Spatial]
ST_BdPolyFromText function [Spatial]
ST_BdPolyFromWKB function [Spatial]
ST_CPolyFromText function [Spatial]
ST_CPolyFromWKB function [Spatial]
ST_CircularFromTxt function [Spatial]
ST_CircularFromWKB function [Spatial]
ST_CompoundFromTxt function [Spatial]
ST_CompoundFromWKB function [Spatial]
ST_GeomCollFromTxt function [Spatial]
ST_GeomCollFromWKB function [Spatial]
ST_GeomFromText function [Spatial]
ST_GeomFromWKB function [Spatial]
ST_LineFromText function [Spatial]
ST_LineFromWKB function [Spatial]
ST_MCurveFromText function [Spatial]
ST_MCurveFromWKB function [Spatial]
ST_MLineFromText function [Spatial]
ST_MLineFromWKB function [Spatial]
ST_MPointFromText function [Spatial]
ST_MPointFromWKB function [Spatial]
ST_MPolyFromText function [Spatial]
ST_MPolyFromWKB function [Spatial]
ST_MSurfaceFromTxt function [Spatial]
ST_MSurfaceFromWKB function [Spatial]
ST_OrderingEquals function [Spatial]
ST_PointFromText function [Spatial]
ST_PointFromWKB function [Spatial]
ST_PolyFromText function [Spatial]
ST_PolyFromWKB function [Spatial]
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |