Searched defs:s2PolygonList (Results 1 – 2 of 2) sorted by relevance
220 List<S2Polygon> s2PolygonList = new ArrayList<>(); in processFeature() local
151 public final List<S2Polygon> s2PolygonList; field in Types.TzS2Polygons154 public TzS2Polygons(String tzId, List<S2Polygon> s2PolygonList) { in TzS2Polygons()