We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdc40a commit b6994e4Copy full SHA for b6994e4
web/content/specifications/wkb.md
@@ -75,7 +75,7 @@ LinearRing {
75
76
### Empty Geometries
77
78
-For most geometry types, empty geometries are indicated naturally by having `numPoints` = 0.
+For most geometry types, empty geometries are indicated naturally by having `numPoints`, `numRings, or `numGeometries` = 0.
79
Points do not have a `numPoints` field, so `POINT EMPTY` is represented by a `Point`
80
with each ordinate value set to an IEEE-754 quiet NaN value
81
(big endian 0x7ff8000000000000 or little endian 0x000000000000f87f).
0 commit comments