Uses of Class
com.uber.h3core.util.GeoCoord
Packages that use GeoCoord
-
Uses of GeoCoord in com.uber.h3core
Methods in com.uber.h3core that return GeoCoordModifier and TypeMethodDescriptionH3Core.h3ToGeo(long h3) Find the latitude, longitude (both in degrees) center point of the cell.Find the latitude, longitude (degrees) center point of the cell.Methods in com.uber.h3core that return types with arguments of type GeoCoordModifier and TypeMethodDescriptionH3Core.getH3UnidirectionalEdgeBoundary(long h3) Returns a list of coordinates representing the given edge.H3Core.getH3UnidirectionalEdgeBoundary(String h3) Returns a list of coordinates representing the given edge.H3Core.h3AddressSetToMultiPolygon(Collection<String> h3Addresses, boolean geoJson) Create polygons from a set of contiguous indexesH3Core.h3SetToMultiPolygon(Collection<Long> h3, boolean geoJson) Create polygons from a set of contiguous indexesH3Core.h3ToGeoBoundary(long h3) Find the cell boundary in latitude, longitude (degrees) coordinates for the cellH3Core.h3ToGeoBoundary(String h3Address) Find the cell boundary in latitude, longitude (degrees) coordinates for the cellMethods in com.uber.h3core with parameters of type GeoCoordModifier and TypeMethodDescriptiondoubleH3Core.pointDist(GeoCoord a, GeoCoord b, LengthUnit unit) Return the distance along the sphere between two points.Method parameters in com.uber.h3core with type arguments of type GeoCoordModifier and TypeMethodDescriptionFinds indexes within the given geofence.Finds indexes within the given geofence.