Class SpatialEnvelopeVisitor.CartesianPointVisitor

java.lang.Object
org.elasticsearch.geometry.utils.SpatialEnvelopeVisitor.CartesianPointVisitor
All Implemented Interfaces:
SpatialEnvelopeVisitor.PointVisitor
Enclosing class:
SpatialEnvelopeVisitor

public static class SpatialEnvelopeVisitor.CartesianPointVisitor extends Object implements SpatialEnvelopeVisitor.PointVisitor
The cartesian point visitor determines the envelope by the minimum and maximum x/y coordinates. It also disallows invalid rectangles where minX > maxX.