Class: Arel::Nodes::SpatialBuffer
- Inherits:
-
SpatialNode
- Object
- Binary
- SpatialNode
- Arel::Nodes::SpatialBuffer
- Defined in:
- lib/arel/visitors/postgis.rb
Instance Method Summary collapse
Methods inherited from SpatialNode
Constructor Details
This class inherits a constructor from Arel::Nodes::SpatialNode
Instance Method Details
#st_area ⇒ Object
29 30 31 |
# File 'lib/arel/visitors/postgis.rb', line 29 def st_area SpatialArea.new(self) end |