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