Class | PLRuby::Polygon |
In: |
plruby.rb
|
Parent: | Object |
The class PLRuby::Polygon implement the PostgreSQL type polygon
return true if self is contained in other by determining if self bounding box is contained by other’s bounding box.
return true if self is contained in other by determining if self bounding box is contained by other’s bounding box.
return true if self is strictly left of other, i.e. the right most point of self is left of the left most point of other
return true if self is overlapping or left of other, i.e. the left most point of self is left of the right most point of other
return true if self is overlapping or right of other, i.e. the right most point of self is right of the left most point of other