Searched refs:approxArea (Results 1 – 4 of 4) sorted by relevance
115 double approxArea = cell.approxArea(); in gatherStats() local158 double approxRatio = approxArea / exactArea; in gatherStats()176 double approxArea = 0; in testSubdivide() local180 approxArea += children[i].approxArea(); in testSubdivide()300 assertTrue(Math.abs(Math.log(approxArea / cell.approxArea())) <= Math in testSubdivide()
415 assertEquals(0.0, cellUnion.approxArea()); in testApproxArea()422 double expected = new S2Cell(ids.get(0)).approxArea() + new S2Cell(ids.get(1)).approxArea(); in testApproxArea()423 assertEquals(expected, cellUnion.approxArea()); in testApproxArea()
508 public double approxArea() { in approxArea() method in S2CellUnion511 area += new S2Cell(cellId).approxArea(); in approxArea()
219 public double approxArea() { in approxArea() method in S2Cell