Method: RGeo::Geographic::ProjectedGeometryMethods#is_3d?
- Defined in:
- lib/rgeo/geographic/projected_feature_methods.rb
#is_3d? ⇒ Boolean
33 34 35 |
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 33 def is_3d? factory.property(:has_z_coordinate) end |