Class GeoValue


  • public class GeoValue
    extends Value
    Created by mnunberg on 2/23/18.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GeoValue.Unit  
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoValue​(double lon, double lat, double radius, GeoValue.Unit unit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCombinable()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GeoValue

        public GeoValue​(double lon,
                        double lat,
                        double radius,
                        GeoValue.Unit unit)
    • Method Detail

      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Value
      • isCombinable

        public boolean isCombinable()
        Overrides:
        isCombinable in class Value