Uses of Class
com.storedobject.common.Geolocation
Packages that use Geolocation
-
Uses of Geolocation in com.storedobject.common
Methods in com.storedobject.common that return GeolocationModifier and TypeMethodDescriptionIPLocation.getLocation()Retrieves the geographical location associated with the current or specified IP address.Methods in com.storedobject.common with parameters of type GeolocationModifier and TypeMethodDescriptionintGeolocation.distance(Geolocation location) Distance between this location and another location.doubleGeolocation.distanceAsDouble(Geolocation location) Distance between this location and another location.intGeolocation.getHeading(Geolocation location) Calculates the directional heading in seconds of arc from the current location to the specified target location.voidGeolocation.set(Geolocation location) Updates the geographical coordinates and altitude of the current object.Constructors in com.storedobject.common with parameters of type GeolocationModifierConstructorDescriptionGeolocation(Geolocation location) Copy constructor for theGeolocationclass. -
Uses of Geolocation in com.storedobject.core.converter
Methods in com.storedobject.core.converter that return GeolocationMethods in com.storedobject.core.converter that return types with arguments of type Geolocation -
Uses of Geolocation in com.storedobject.ui
Methods in com.storedobject.ui that return GeolocationModifier and TypeMethodDescriptionprotected GeolocationGeolocationField.getModelValue(String string) GeolocationField.getValue()Methods in com.storedobject.ui with parameters of type GeolocationConstructors in com.storedobject.ui with parameters of type GeolocationModifierConstructorDescriptionGeolocationField(Geolocation geolocation) GeolocationField(String label, Geolocation geolocation)