Uses of Interface
org.apache.lucene.geo.Component2D
- 
Packages that use Component2D Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core
- 
- 
Uses of Component2D in org.apache.lucene.geoMethods in org.apache.lucene.geo that return Component2D Modifier and Type Method Description static Component2DLatLonGeometry. create(LatLonGeometry... latLonGeometries)Creates a Component2D from the provided LatLonGeometry arraystatic Component2DXYGeometry. create(XYGeometry... xyGeometries)Creates a Component2D from the provided XYGeometries arrayprotected Component2DCircle. toComponent2D()protected abstract Component2DLatLonGeometry. toComponent2D()get aComponent2Dfrom this geometryprotected Component2DLine. toComponent2D()protected Component2DPoint. toComponent2D()protected Component2DPolygon. toComponent2D()protected Component2DRectangle. toComponent2D()protected Component2DXYCircle. toComponent2D()protected abstract Component2DXYGeometry. toComponent2D()get a Component2D from this objectprotected Component2DXYLine. toComponent2D()protected Component2DXYPoint. toComponent2D()protected Component2DXYPolygon. toComponent2D()protected Component2DXYRectangle. toComponent2D()Methods in org.apache.lucene.geo with parameters of type Component2D Modifier and Type Method Description static GeoEncodingUtils.Component2DPredicateGeoEncodingUtils. createComponentPredicate(Component2D tree)Create a predicate that checks whether points are within a geometry.
 
-