Uses of Class
org.apache.druid.collections.spatial.search.PolygonBound
-
Packages that use PolygonBound Package Description org.apache.druid.collections.spatial.search -
-
Uses of PolygonBound in org.apache.druid.collections.spatial.search
Methods in org.apache.druid.collections.spatial.search that return PolygonBound Modifier and Type Method Description static PolygonBoundPolygonBound. from(float[] abscissa, float[] ordinate)static PolygonBoundPolygonBound. from(float[] abscissa, float[] ordinate, int limit)abscissa and ordinate contain the coordinates of polygon.
-