Uses of Class
org.apache.unomi.api.GeoPoint
Packages that use GeoPoint
Package
Description
-
Uses of GeoPoint in org.apache.unomi.api
Methods in org.apache.unomi.api that return GeoPointModifier and TypeMethodDescriptionstatic GeoPoint
Instantiates geo point from map of coordinatesstatic GeoPoint
GeoPoint.fromString
(String input) Instantiates geo point from string representationMethods in org.apache.unomi.api with parameters of type GeoPointModifier and TypeMethodDescriptiondouble
GeoPoint.distanceTo
(GeoPoint other) Calculates distance to geo point using Haversine formula in meters Note: does not account for altitude -
Uses of GeoPoint in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return GeoPointConstructors in org.apache.unomi.graphql.types.input with parameters of type GeoPointModifierConstructorDescriptionCDPGeoDistanceFilterInput
(GeoPoint center, CDPGeoDistanceFilterUnit unit, Double distance) -
Uses of GeoPoint in org.apache.unomi.graphql.types.input.property
Methods in org.apache.unomi.graphql.types.input.property that return GeoPointConstructors in org.apache.unomi.graphql.types.input.property with parameters of type GeoPoint -
Uses of GeoPoint in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return GeoPointModifier and TypeMethodDescriptiondefault GeoPoint
CDPEventInterface.cdp_location
(graphql.schema.DataFetchingEnvironment environment) CDPGeoDistanceFilter.getCenter()
Constructors in org.apache.unomi.graphql.types.output with parameters of type GeoPointModifierConstructorDescriptionCDPGeoDistanceFilter
(GeoPoint center, CDPGeoDistanceFilterUnit unit, Double distance) -
Uses of GeoPoint in org.apache.unomi.graphql.types.output.property
Methods in org.apache.unomi.graphql.types.output.property that return GeoPoint