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