Class: Arel::Nodes::SpatialTransform

Inherits:
SpatialNode
  • Object
show all
Defined in:
lib/arel/visitors/postgis.rb

Instance Method Summary collapse

Methods inherited from SpatialNode

#initialize

Constructor Details

This class inherits a constructor from Arel::Nodes::SpatialNode

Instance Method Details

#st_areaObject



34
35
36
# File 'lib/arel/visitors/postgis.rb', line 34

def st_area
  SpatialArea.new(self)
end