yTile = (long)Math.floor((0.5 - (Math.log((1 + latSin) / (1 - latSin)) / (4 * Math.PI))) * tiles) | yTile = (int)Math.floor((0.5 - (Math.log((1 + latSin) / (1 - latSin)) / (4 * Math.PI))) * tiles) | (long)Math.floor((0.5 - (Math.log((1 + latSin) / (1 - latSin)) / (4 * Math.PI))) * tiles) | (int)Math.floor((0.5 - (Math.log((1 + latSin) / (1 - latSin)) / (4 * Math.PI))) * tiles) | elasticsearch | f26ee1298d9b56a16d94538adaf5728625475cc7 | org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileUtils | | | v0 | Math.floor((0.5 - (Math.log((1 + latSin) / (1 - latSin)) / (4 * Math.PI))) * tiles) |
---|
| | v0 | Math.floor((0.5 - (Math.log((1 + latSin) / (1 - latSin)) / (4 * Math.PI))) * tiles) |
---|
| AssignedTo | True |
xTile = (long)Math.floor((normalizeLon(longitude) + 180) / 360 * tiles) | xTile = (int)Math.floor((normalizeLon(longitude) + 180) / 360 * tiles) | (long)Math.floor((normalizeLon(longitude) + 180) / 360 * tiles) | (int)Math.floor((normalizeLon(longitude) + 180) / 360 * tiles) | elasticsearch | f26ee1298d9b56a16d94538adaf5728625475cc7 | org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileUtils | | | v0 | Math.floor((normalizeLon(longitude) + 180) / 360 * tiles) |
---|
| | v0 | Math.floor((normalizeLon(longitude) + 180) / 360 * tiles) |
---|
| AssignedTo | True |