Method: RGeo::Cartesian::BoundingBox#has_m
- Defined in:
- lib/rgeo/cartesian/bounding_box.rb
#has_m ⇒ Object (readonly)
Returns true if this bounding box tracks M coordinates.
30 31 32 |
# File 'lib/rgeo/cartesian/bounding_box.rb', line 30 def has_m @has_m end |