Skip to content

Commit 56dc8f3

Browse files
committed
Update README to include buffer and prepared geometry features
1 parent df137c1 commit 56dc8f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ The following operations are supported:
4848
- **Measurements:** area, length, distance.
4949
- **Analysis:** centroid, convex hull, envelope, point on surface, boundary, minimum area bounding rectangle, minimum width bounding rectangle.
5050
- **Transformations:** simplify, densify, snap to grid, reverse, force clockwise, force counter-clockwise, affine transformation.
51+
- **Buffer:** buffer with configurable end cap styles, join styles, and single-sided mode.
52+
- **Prepared geometries:** preprocess a geometry for efficient repeated spatial predicate evaluation.
5153
- **Comparison:** exact equals.
5254
- **Linear Interpolation:** interpolate point, interpolate evenly spaced points.
5355
- **Properties:** is simple, is empty, dimension, is clockwise, is counter-clockwise, validate.
5456
- **Envelope operations:** intersects, contains, covers, distance, expand to include, center, width, height, area, bounding diagonal.
5557

56-
The overlay and relate operations are powered by a Go port of
58+
The overlay, relate, buffer, and prepared geometry operations are powered by a Go port of
5759
[JTS](https://locationtech.github.io/jts/). This means that it's using robust
5860
and battle tested algorithms that are common to JTS and its derivates (such as
5961
GEOS).

0 commit comments

Comments
 (0)