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