enum WKB::Mode
Defined in:
wkb/mode.crEnum Members
-
XY =
0
-
XYZ =
1
-
XYM =
2
-
XYZM =
3
Instance Method Summary
-
#has_m?
Returns
true
if the M coordinate is supported. -
#has_z?
Returns
true
if the Z coordinate is supported. -
#has_zm?
Returns
true
if both Z and M coordinates are supported. -
#size
Returns the number of supported coordinates.
- #xy?
- #xym?
- #xyz?
- #xyzm?