dimension property

int dimension

The topological dimension of this geometry.

For example returns 0 for point geometries, 1 for linear geometries (like linestring or linear ring) and 2 for polygons or surfaces. For geometry collections this returns the largest dimension of geometries contained in a collection.

Please note that this is different from spatial and coordinate dimensions that are available on Point geometries.

Implementation

int get dimension;