Uses of Class
org.apache.unomi.api.GeoPoint
-
-
Uses of GeoPoint in org.apache.unomi.api
Methods in org.apache.unomi.api that return GeoPoint Modifier and Type Method Description static GeoPoint
GeoPoint. fromMap(Map<String,Double> map)
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 GeoPoint Modifier and Type Method Description double
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 GeoPoint Modifier and Type Method Description GeoPoint
CDPGeoDistanceFilterInput. getCenter()
Constructors in org.apache.unomi.graphql.types.input with parameters of type GeoPoint Constructor Description CDPGeoDistanceFilterInput(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 GeoPoint Modifier and Type Method Description GeoPoint
CDPGeoPointPropertyInput. getDefaultValue()
Constructors in org.apache.unomi.graphql.types.input.property with parameters of type GeoPoint Constructor Description CDPGeoPointPropertyInput(String name, Integer minOccurrences, Integer maxOccurrences, List<String> tags, GeoPoint defaultValue)
-
Uses of GeoPoint in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return GeoPoint Modifier and Type Method Description default GeoPoint
CDPEventInterface. cdp_location(graphql.schema.DataFetchingEnvironment environment)
GeoPoint
CDPGeoDistanceFilter. getCenter()
Constructors in org.apache.unomi.graphql.types.output with parameters of type GeoPoint Constructor Description CDPGeoDistanceFilter(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 Modifier and Type Method Description GeoPoint
CDPGeoPointPropertyType. defaultValue()
-