15#ifndef GEOS_GEOM_DIMENSION_H
16#define GEOS_GEOM_DIMENSION_H
18#include <geos/export.h>
19#include <geos/inline.h>
57 static char toDimensionSymbol(
int dimensionValue);
59 static int toDimensionValue(
char dimensionSymbol);
67# include "geos/geom/Envelope.inl"
Constants representing the dimensions of a point, a curve and a surface.
Definition Dimension.h:29
DimensionType
Definition Dimension.h:31
@ True
Dimension value of non-empty geometries (= {P, L, A}).
Definition Dimension.h:36
@ A
Dimension value of a surface (2).
Definition Dimension.h:48
@ L
Dimension value of a curve (1).
Definition Dimension.h:45
@ False
Dimension value of the empty geometry (-1).
Definition Dimension.h:39
@ DONTCARE
Dimension value for any dimension (= {FALSE, TRUE}).
Definition Dimension.h:33
@ P
Dimension value of a point (0).
Definition Dimension.h:42
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25