Class: Arel::Nodes::SpatialTransform
- Inherits:
-
SpatialNode
- Object
- Binary
- SpatialNode
- Arel::Nodes::SpatialTransform
- 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
34 35 36 |
# File 'lib/arel/visitors/postgis.rb', line 34 def st_area SpatialArea.new(self) end |