Skip to content

Commit

Permalink
Clean up the README to include a note about new methods rather than a…
Browse files Browse the repository at this point in the history
… list.
  • Loading branch information
dark-panda committed May 29, 2014
1 parent f83f6f9 commit 36e2a15
Showing 1 changed file with 3 additions and 96 deletions.
99 changes: 3 additions & 96 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,102 +67,9 @@ Ruby bindings along with the following enhancements and additions:
copying in either a lenient or a strict sort of manner. See the documentation
for Geos.srid_copy_policy= for details.

=== Geos

* Many new Geos.create_* methods, such as Geos.create_linear_ring, etc.

* Geos.srid_copy_policy, srid_copy_policy=, srid_copy_policy_default and
srid_copy_policy_default=.

=== Geos::Geometry

* Geos::almost_equals?
* Geos::coord_seq
* Geos::covered_by?
* Geos::covers?
* Geos::delaunay_triangulation
* Geos::end_point
* Geos::eql_almost?
* Geos::equals?
* Geos::equals_almost?
* Geos::equals_exact?
* Geos::exactly_equals?
* Geos::extract_unique_points - Geos::Geometry#unique_points
* Geos::hausdorff_distance
* Geos::interpolate
* Geos::interpolate_normalized
* Geos::nearest_points
* Geos::node
* Geos::normalize!
* Geos::num_coordinates
* Geos::polygonize
* Geos::polygonize_cut_edges
* Geos::polygonize_full
* Geos::project
* Geos::project_normalized
* Geos::relate_boundary_node_rule
* Geos::representative_point
* Geos::shared_paths
* Geos::snap
* Geos::snap_to
* Geos::start_point
* Geos::symmetric_difference
* Geos::to_prepared
* Geos::unary_union
* Geos::union_cascaded - Geos::Geometry#union can also be called
without a geometry argument to produce the same effect.
* Geos::unique_points - Geos::Geometry#extract_unique_points
* Geos::valid_detail
* Geos::valid_reason

=== Geos::LineString and Geos::LinearRing

* Geos::LineString#[]
* Geos::LineString#closed?
* Geos::LineString#each
* Geos::LineString#num_points
* Geos::LineString#offset_curve
* Geos::LineString#point_n
* Geos::LineString#slice
* Geos::LinearRing#to_line_string
* Geos::LinearRing#to_polygon

=== Geos::WktWriter

* Geos::WktWriter#old_3d
* Geos::WktWriter#old_3d=
* Geos::WktWriter#output_dimensions
* Geos::WktWriter#output_dimensions=
* Geos::WktWriter#rounding_precision
* Geos::WktWriter#rounding_precision=
* Geos::WktWriter#trim
* Geos::WktWriter#trim=

=== Geos::CoordinateSequence

* Geos::CoordinateSequence#has_z?
* Geos::CoordinateSequence#to_line_string
* Geos::CoordinateSequence#to_linear_ring
* Geos::CoordinateSequence#to_point
* Geos::CoordinateSequence#to_polygon

=== Geos::Polygon

* Geos::Polygon#interior_ring
* Geos::Polygon#interior_rings

=== Geos::Utils

* Geos::Utils.orientation_index
* Geos::Utils.relate_match

=== Geos::Interrupt

* Geos::Interrupt.available?
* Geos::Interrupt.register
* Geos::Interrupt.request
* Geos::Interrupt.cancel
* Geos::Interrupt.clear
* There are many, many new methods added all over the place. Pretty much the
entire GEOS C API is represented in ffi-geos along with all sorts of useful
convenience methods and geometry conversion and manipulation methods.

== Thanks

Expand Down

0 comments on commit 36e2a15

Please sign in to comment.