Class StreamingGeometrySimplifier.PolygonSimplifier

java.lang.Object
org.elasticsearch.geometry.simplify.StreamingGeometrySimplifier<Polygon>
org.elasticsearch.geometry.simplify.StreamingGeometrySimplifier.PolygonSimplifier
Enclosing class:
StreamingGeometrySimplifier<T extends Geometry>

public static class StreamingGeometrySimplifier.PolygonSimplifier extends StreamingGeometrySimplifier<Polygon>
As with the LinearRingSimplifier, this works similarly to the LineSimplifier except that it assumes the and requires that first and last point are the same point.