Class DslGeoPointFixed

java.lang.Object
io.vertigo.datafactory.impl.search.dsl.model.DslGeoPointFixed
All Implemented Interfaces:
DslQuery

public final class DslGeoPointFixed extends Object implements DslQuery
Fixed GeoPoint. 40.73, -74.14
Author:
npiedeloup
  • Constructor Details

    • DslGeoPointFixed

      public DslGeoPointFixed(String geoPointValue)
      Parameters:
      geoPointValue - geoPoint value
  • Method Details

    • getGeoPointValue

      public String getGeoPointValue()
      Returns:
      geoPointValue
    • toString

      public String toString()
      Overrides:
      toString in class Object