Class XYGeometry

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

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

    • XYGeometry

      public XYGeometry()
  • Method Details

    • toComponent2D

      protected abstract Component2D toComponent2D()
      get a Component2D from this object
    • create

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