#include <Dimension.h>
Public Types | |
| DONTCARE = -3 | |
| Dimension value for any dimension (= {FALSE, TRUE}). | |
| True = -2 | |
| Dimension value of non-empty geometries (= {P, L, A}). | |
| False = -1 | |
| Dimension value of the empty geometry (-1). | |
| P = 0 | |
| Dimension value of a point (0). | |
| L = 1 | |
| Dimension value of a curve (1). | |
| A = 2 | |
| Dimension value of a surface (2). | |
| enum | DimensionType { DONTCARE = -3, True = -2, False = -1, P = 0, L = 1, A = 2 } |
Static Public Member Functions | |
| static char | toDimensionSymbol (int dimensionValue) |
| static int | toDimensionValue (char dimensionSymbol) |
Also, constants representing the dimensions of the empty geometry and non-empty geometries, and a wildcard dimension meaning "any dimension".
1.4.7