Uses of Class
com.uber.h3core.PolygonToCellsFlags
Package | Description |
---|---|
com.uber.h3core |
-
Uses of PolygonToCellsFlags in com.uber.h3core
Methods in com.uber.h3core that return PolygonToCellsFlags Modifier and Type Method Description static PolygonToCellsFlags
PolygonToCellsFlags. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolygonToCellsFlags[]
PolygonToCellsFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uber.h3core with parameters of type PolygonToCellsFlags Modifier and Type Method Description List<String>
H3Core. polygonToCellAddressesExperimental(List<LatLng> points, List<List<LatLng>> holes, PolygonToCellsFlags flags, int res)
Finds indexes within the given geopolygon.List<Long>
H3Core. polygonToCellsExperimental(List<LatLng> points, List<List<LatLng>> holes, PolygonToCellsFlags flags, int res)
Finds indexes within the given geopolygon.