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

Algorithms #1

Open
27 of 46 tasks
SymbolixAU opened this issue May 20, 2018 · 0 comments
Open
27 of 46 tasks

Algorithms #1

SymbolixAU opened this issue May 20, 2018 · 0 comments

Comments

@SymbolixAU
Copy link
Collaborator

SymbolixAU commented May 20, 2018

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
@SymbolixAU SymbolixAU self-assigned this May 20, 2018
@SymbolixAU SymbolixAU removed their assignment Jan 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants