Geometry properties#
|
The enumeration of GEOS geometry types |
|
Returns the type ID of a geometry. |
|
Returns the inherent dimensionality of a geometry. |
|
Returns the dimensionality of the coordinates in a geometry (2 or 3). |
|
Returns the total number of coordinates in a geometry. |
|
Returns the SRID of a geometry. |
|
Returns a geometry with its SRID set. |
|
Returns the x-coordinate of a point |
|
Returns the y-coordinate of a point |
|
Returns the z-coordinate of a point. |
|
Returns the exterior ring of a polygon. |
|
Returns number of points in a linestring or linearring. |
|
Returns number of internal rings in a polygon |
|
Returns number of geometries in a collection. |
|
Returns the nth point of a linestring or linearring. |
|
Returns the nth interior ring of a polygon. |
|
Returns the nth geometry from a collection of geometries. |
|
Gets parts of each GeometryCollection or Multi* geometry object; returns a copy of each geometry in the GeometryCollection or Multi* geometry object. |
|
Gets rings of Polygon geometry object. |
|
Get the precision of a geometry. |
|
Returns geometry with the precision set to a precision grid size. |
|
Forces the dimensionality of a geometry to 2D. |
|
Forces the dimensionality of a geometry to 3D. |