Searched refs:makeBatches (Results 1 – 2 of 2) sorted by relevance
276 public static List<Geometry> makeBatches(Collection<Geometry> geometries) { in makeBatches() method in GeometryBatchFactory277 return makeBatches(geometries, false); in makeBatches()285 public static List<Geometry> makeBatches(Collection<Geometry> geometries, boolean useLods) { in makeBatches() method in GeometryBatchFactory354 List<Geometry> batchedGeoms = makeBatches(geoms, useLods); in optimize()
178 List<Geometry> myOptimizedList = GeometryBatchFactory.makeBatches(geomsColl); in createFastOctnode()