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 GeoPointGeoPoint. fromMap(Map<String,Double> map)Instantiates geo point from map of coordinatesstatic GeoPointGeoPoint. fromString(String input)Instantiates geo point from string representationMethods in org.apache.unomi.api with parameters of type GeoPoint Modifier and Type Method Description doubleGeoPoint. 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 GeoPointCDPGeoDistanceFilterInput. 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 GeoPointCDPGeoPointPropertyInput. 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 GeoPointCDPEventInterface. cdp_location(graphql.schema.DataFetchingEnvironment environment)GeoPointCDPGeoDistanceFilter. 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 GeoPointCDPGeoPointPropertyType. defaultValue() 
 -