Uses of Enum Class
org.infinispan.server.resp.commands.geo.GeoUnit
Packages that use GeoUnit
-
Uses of GeoUnit in org.infinispan.server.resp.commands.geo
Subclasses with type arguments of type GeoUnit in org.infinispan.server.resp.commands.geoMethods in org.infinispan.server.resp.commands.geo that return GeoUnitModifier and TypeMethodDescriptionGeoSearchOptions.getUnit()static GeoUnitGeoUnit.parse(byte[] arg) static GeoUnitReturns the enum constant of this class with the specified name.static GeoUnit[]GeoUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.server.resp.commands.geo with parameters of type GeoUnitModifier and TypeMethodDescriptionstatic doubleConvert distance from meters to the specified unit.static booleanGeoDistanceUtil.withinBox(double centerLon, double centerLat, double pointLon, double pointLat, double width, double height, GeoUnit unit) Check if a point is within a bounding box centered at a point.