Module org.elasticsearch.geo
Interface StreamingGeometrySimplifier.PointResetter
- Enclosing class:
- StreamingGeometrySimplifier<T extends Geometry>
public static interface StreamingGeometrySimplifier.PointResetter
Override this method to use alternative objects within the algorithm.
This is useful is calling code wants to make use of the algorithms maximum objects creation logic,
while also using alternative objects.
-
Method Summary
Modifier and TypeMethodDescriptionresetPoint
(StreamingGeometrySimplifier.PointError point, int index, double x, double y)
-
Method Details
-
resetPoint
default StreamingGeometrySimplifier.PointError resetPoint(StreamingGeometrySimplifier.PointError point, int index, double x, double y)
-