|
Class Summary |
| ST_Force2D |
Forces a Geometry into 2D mode by returning a copy with
its z-coordinate set to Double.NaN. |
| ST_Force3D |
Forces a Geometry into 3D mode by returning a copy with
Double.NaN z-coordinates set to 0 (other z-coordinates are left untouched). |
| ST_Holes |
ST_Holes returns the given geometry or geometry collection's holes as a
GeometryCollection. |
| ST_ToMultiLine |
ST_ToMultiLine constructs a MultiLineString from the given geometry's
coordinates. |
| ST_ToMultiPoint |
ST_ToMultiPoint constructs a MultiPoint from the given geometry's coordinates. |
| ST_ToMultiSegments |
ST_ToMultiSegments converts a geometry into a set of distinct segments
stored in a MultiLineString. |