lib/rgeo/cartesian/interface.rb in rgeo-0.1.19 vs lib/rgeo/cartesian/interface.rb in rgeo-0.1.20

- old
+ new

@@ -68,12 +68,12 @@ # implementation provides all SFS 1.1 types, and also allows Z and # M coordinates. It does not depend on external libraries, and is # thus always available, but it does not implement many of the more # advanced geometric operations. These limitations are: # - # * Relational operators such as Features::Geometry#intersects? are + # * Relational operators such as Feature::Geometry#intersects? are # not implemented for most types. - # * Relational constructors such as Features::Geometry#union are + # * Relational constructors such as Feature::Geometry#union are # not implemented for most types. # * Buffer and convex hull calculations are not implemented for most # types. Boundaries are available except for GeometryCollection. # * Length calculations are available, but areas are not. Distances # are available only between points.