Skip to content

Commit fbe9039

Browse files
committed
deploy: 080aca7
1 parent 8520164 commit fbe9039

40 files changed

+105
-105
lines changed

allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>All Classes (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>All Packages (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

com/uber/h3core/AreaUnit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>AreaUnit (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, enum: AreaUnit">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

com/uber/h3core/H3Core.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>H3Core (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, class: H3Core">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@@ -784,10 +784,10 @@ <h2>Method Summary</h2>
784784
</tr>
785785
<tr class="row-color" id="i89">
786786
<td class="col-first"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</code></td>
787-
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#polygonToCellAddressesExperimental(java.util.List,java.util.List,com.uber.h3core.PolygonToCellsFlags,int)">polygonToCellAddressesExperimental</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&nbsp;points,
787+
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#polygonToCellAddressesExperimental(java.util.List,java.util.List,int,com.uber.h3core.PolygonToCellsFlags)">polygonToCellAddressesExperimental</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&nbsp;points,
788788
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&gt;&nbsp;holes,
789-
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags,
790-
int&nbsp;res)</code></th>
789+
int&nbsp;res,
790+
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags)</code></th>
791791
<td class="col-last">
792792
<div class="block">Finds indexes within the given geopolygon.</div>
793793
</td>
@@ -803,10 +803,10 @@ <h2>Method Summary</h2>
803803
</tr>
804804
<tr class="row-color" id="i91">
805805
<td class="col-first"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>&gt;</code></td>
806-
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#polygonToCellsExperimental(java.util.List,java.util.List,com.uber.h3core.PolygonToCellsFlags,int)">polygonToCellsExperimental</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&nbsp;points,
806+
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#polygonToCellsExperimental(java.util.List,java.util.List,int,com.uber.h3core.PolygonToCellsFlags)">polygonToCellsExperimental</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&nbsp;points,
807807
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&gt;&nbsp;holes,
808-
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags,
809-
int&nbsp;res)</code></th>
808+
int&nbsp;res,
809+
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags)</code></th>
810810
<td class="col-last">
811811
<div class="block">Finds indexes within the given geopolygon.</div>
812812
</td>
@@ -1327,12 +1327,12 @@ <h3>gridPathCells</h3>
13271327
</section>
13281328
</li>
13291329
<li>
1330-
<section class="detail" id="polygonToCellAddressesExperimental(java.util.List,java.util.List,com.uber.h3core.PolygonToCellsFlags,int)">
1330+
<section class="detail" id="polygonToCellAddressesExperimental(java.util.List,java.util.List,int,com.uber.h3core.PolygonToCellsFlags)">
13311331
<h3>polygonToCellAddressesExperimental</h3>
13321332
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="member-name">polygonToCellAddressesExperimental</span>&#8203;(<span class="parameters"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&nbsp;points,
13331333
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&gt;&nbsp;holes,
1334-
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags,
1335-
int&nbsp;res)</span></div>
1334+
int&nbsp;res,
1335+
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags)</span></div>
13361336
<div class="block">Finds indexes within the given geopolygon.</div>
13371337
<dl class="notes">
13381338
<dt>Parameters:</dt>
@@ -1343,12 +1343,12 @@ <h3>polygonToCellAddressesExperimental</h3>
13431343
</section>
13441344
</li>
13451345
<li>
1346-
<section class="detail" id="polygonToCellsExperimental(java.util.List,java.util.List,com.uber.h3core.PolygonToCellsFlags,int)">
1346+
<section class="detail" id="polygonToCellsExperimental(java.util.List,java.util.List,int,com.uber.h3core.PolygonToCellsFlags)">
13471347
<h3>polygonToCellsExperimental</h3>
13481348
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>&gt;</span>&nbsp;<span class="member-name">polygonToCellsExperimental</span>&#8203;(<span class="parameters"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&nbsp;points,
13491349
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="util/LatLng.html" title="class in com.uber.h3core.util">LatLng</a>&gt;&gt;&nbsp;holes,
1350-
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags,
1351-
int&nbsp;res)</span></div>
1350+
int&nbsp;res,
1351+
<a href="PolygonToCellsFlags.html" title="enum in com.uber.h3core">PolygonToCellsFlags</a>&nbsp;flags)</span></div>
13521352
<div class="block">Finds indexes within the given geopolygon.</div>
13531353
<dl class="notes">
13541354
<dt>Parameters:</dt>

com/uber/h3core/H3CoreLoader.OperatingSystem.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>H3CoreLoader.OperatingSystem (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, class: H3CoreLoader, enum: OperatingSystem">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

com/uber/h3core/H3CoreLoader.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>H3CoreLoader (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, class: H3CoreLoader">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

com/uber/h3core/H3CoreV3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>H3CoreV3 (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, class: H3CoreV3">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

com/uber/h3core/LengthUnit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>LengthUnit (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, enum: LengthUnit">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

com/uber/h3core/PolygonToCellsFlags.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>PolygonToCellsFlags (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="declaration: package: com.uber.h3core, enum: PolygonToCellsFlags">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

com/uber/h3core/class-use/AreaUnit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Tue Mar 11 03:10:00 UTC 2025 -->
5+
<!-- Generated by javadoc (15) on Sun Apr 27 14:48:14 UTC 2025 -->
66
<title>Uses of Class com.uber.h3core.AreaUnit (h3 4.1.3-SNAPSHOT API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-11">
8+
<meta name="dc.created" content="2025-04-27">
99
<meta name="description" content="use: package: com.uber.h3core, enum: AreaUnit">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)