@@ -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
5860and battle tested algorithms that are common to JTS and its derivates (such as
5961GEOS).
0 commit comments