Class GazetteerQueryOfflineSolr.NearbyLocationImpl

java.lang.Object
ddf.catalog.solr.offlinegazetteer.GazetteerQueryOfflineSolr.NearbyLocationImpl
All Implemented Interfaces:
org.codice.ddf.spatial.geocoding.context.NearbyLocation
Enclosing class:
GazetteerQueryOfflineSolr

public static final class GazetteerQueryOfflineSolr.NearbyLocationImpl extends Object implements org.codice.ddf.spatial.geocoding.context.NearbyLocation
  • Constructor Details

    • NearbyLocationImpl

      public NearbyLocationImpl(String name, String cardinalDirection, double distance)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.codice.ddf.spatial.geocoding.context.NearbyLocation
    • getCardinalDirection

      public String getCardinalDirection()
      Specified by:
      getCardinalDirection in interface org.codice.ddf.spatial.geocoding.context.NearbyLocation
    • getDistance

      public double getDistance()
      Specified by:
      getDistance in interface org.codice.ddf.spatial.geocoding.context.NearbyLocation