Class LatLonGeometry

java.lang.Object
org.apache.lucene.geo.LatLonGeometry
Direct Known Subclasses:
Circle, Line, Point, Polygon, Rectangle

public abstract class LatLonGeometry extends Object
Lat/Lon Geometry object.
  • Constructor Details

    • LatLonGeometry

      public LatLonGeometry()
  • Method Details

    • toComponent2D

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

      public static Component2D create(LatLonGeometry... latLonGeometries)
      Creates a Component2D from the provided LatLonGeometry array