Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Algorithms #1

@ghost

Description

https://www.boost.org/doc/libs/1_67_0/libs/geometry/doc/html/geometry/matrix.html

Predicates

  • crosses (limited geometries)
  • covered_by (not implemented?)
  • disjoint (geographic MULTIPOINT not supported)
  • equals
  • intersects (geographic not implemented)
  • is_empty
  • is_simple
  • is_valid
  • overlaps (only alike geometries are comparable)
  • touches (MULTIPOINT not supported)
  • within (limited geometries)

Append

  • Append

Area

  • area

Assign

  • assign
  • assign_inverse
  • assign_zero
  • assign_points
  • assign_values

Buffer

  • buffer (variants not supported)

Centroid

  • centroid

Clear

  • clear

convert

  • convert

Convex Hull

  • convex_hull

Correct

  • correct

Densify

  • densify

Distance

  • distance
  • comparable_distance

Difference

  • difference
  • sym_difference

Envelope

  • envelope

Expand

  • expand

For Each

  • for each (point, segment)

Intersection

  • intersection

Length

  • length

Num_ (counting)

  • num_interior_rings
  • num_geometries
  • num_points
  • num_segments (TODO: open vs closed)

Perimeter

  • perimeter

Relate

  • relate
  • relation

Reverse

  • reverse

Simplify

  • simplify

Transform

  • transform

Union

  • union (limited variant support)

Unique

  • unique

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions