Package org.apache.lucene.geo
Class XYGeometry
- java.lang.Object
-
- org.apache.lucene.geo.Geometry
-
- org.apache.lucene.geo.XYGeometry
-
-
Constructor Summary
Constructors Constructor Description XYGeometry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Component2D
create(XYGeometry... xyGeometries)
Creates a Component2D from the provided XYGeometries array-
Methods inherited from class org.apache.lucene.geo.Geometry
toComponent2D
-
-
-
-
Method Detail
-
create
public static Component2D create(XYGeometry... xyGeometries)
Creates a Component2D from the provided XYGeometries array
-
-