Class H3ToGeometryAgg
java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.geosparql.H3ToGeometryAgg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.Geometryh3ToGeom(long[] cells) get the neighbor cells of the input cell by h3.gridDisk function
-
Constructor Details
-
H3ToGeometryAgg
public H3ToGeometryAgg()
-
-
Method Details
-
h3ToGeom
public static org.locationtech.jts.geom.Geometry h3ToGeom(long[] cells) get the neighbor cells of the input cell by h3.gridDisk function- Parameters:
cells- : the set of cells- Returns:
- Multiple Polygons reversed
-