Class GeoPosType

java.lang.Object
com.yahoo.vespa.objects.Selectable
All Implemented Interfaces:
Cloneable, Comparable<DataType>

public final class GeoPosType extends StructDataType
Author:
arnej
  • Constructor Details

    • GeoPosType

      public GeoPosType(int vespaVersion)
  • Method Details

    • renderJsonAsVespa8

      public boolean renderJsonAsVespa8()
    • getLatitude

      public double getLatitude(Struct pos)
    • getLongitude

      public double getLongitude(Struct pos)
    • fmtLatitude

      public String fmtLatitude(Struct pos)
    • fmtLongitude

      public String fmtLongitude(Struct pos)