Skip to content

Commit

Permalink
Update the new methods and features lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-panda committed Aug 14, 2013
1 parent b8ebd58 commit b4d09a8
Showing 1 changed file with 66 additions and 62 deletions.
128 changes: 66 additions & 62 deletions README.rdoc
Expand Up @@ -69,88 +69,92 @@ Ruby bindings along with the following enhancements and additions:

=== Geos

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

* Geos.create_multi_line_string

* Geos.create_multi_polygon

* Geos.create_geometry_collection

* Geos.create_collection

* Geos.create_empty_point

* Geos.create_empty_polygon

* Geos.create_empty_line_string

* Geos.create_empty_multi_point

* Geos.create_empty_multi_line_string

* Geos.create_empty_multi_polygon

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

=== Geos::Geometry

* Geos::Geometry#num_coordinates

* Geos::Geometry#union_cascaded. Geos::Geometry#union can also be called
* 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::Geometry#extract_unique_points (aliased to Geos::Geometry#unique_points)

* Geos::Geometry#valid_reason

* Geos::Geometry#valid_detail

* Geos::Geometry#project

* Geos::Geometry#project_normalized

* Geos::Geometry#interpolate

* Geos::Geometry#interpolate_normalized

* Geos::Geometry#start_point

* Geos::Geometry#end_point

* Geos::Geometry#hausdorff_distance

* Geos::Geometry#snap

* Geos::Geometry#shared_paths

* Geos::Geometry#polygonize_full

* Geos::Geometry#polygonize

* Geos::Geometry#polygonize_cut_edges

* Geos::Geometry#to_prepared
* 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#closed?
* 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::WktWriter#rounding_precision=
=== Geos::CoordinateSequence

* Geos::WktWriter#old_3d=
* 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

== Thanks

Expand Down

0 comments on commit b4d09a8

Please sign in to comment.