Class XYGeometry

java.lang.Object
org.apache.lucene.geo.Geometry
org.apache.lucene.geo.XYGeometry
Direct Known Subclasses:
XYCircle, XYLine, XYPoint, XYPolygon, XYRectangle

public abstract class XYGeometry extends Geometry
Cartesian Geometry object.
  • Constructor Details

    • XYGeometry

      public XYGeometry()
  • Method Details

    • create

      public static Component2D create(XYGeometry... xyGeometries)
      Creates a Component2D from the provided XYGeometries array