Class

io.fsq.twofishes.server

AutocompleteGeocoderImpl

Related Doc: package server

Permalink

class AutocompleteGeocoderImpl extends AbstractGeocoderImpl[GeocodeResponse] with GeocoderUtils

Linear Supertypes
GeocoderUtils, AbstractGeocoderImpl[GeocodeResponse], GeocoderTypes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutocompleteGeocoderImpl
  2. GeocoderUtils
  3. AbstractGeocoderImpl
  4. GeocoderTypes
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AutocompleteGeocoderImpl(store: GeocodeStorageReadService, req: GeocodeRequest, logger: MemoryLogger)

    Permalink

Type Members

  1. type ParseCache = ConcurrentHashMap[Int, SortedParseSeq]

    Permalink
    Definition Classes
    GeocoderTypes
  2. type ParseSeq = Seq[Parse[Unsorted]]

    Permalink
    Definition Classes
    GeocoderTypes
  3. type SortedParseSeq = Seq[Parse[Sorted]]

    Permalink
    Definition Classes
    GeocoderTypes
  4. case class SortedParseWithPosition(parse: Parse[Sorted], position: Int) extends Product with Serializable

    Permalink
    Definition Classes
    GeocoderTypes

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val NullParse: Parse[Sorted]

    Permalink
    Definition Classes
    GeocoderTypes
  5. object Stats extends StatsInterface[T]

    Permalink
    Definition Classes
    AbstractGeocoderImpl
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bestNameWithMatch(f: GeocodeFeature, lang: Option[String], preferAbbrev: Boolean, matchedStringOpt: Option[String]): Option[util.NameUtils.BestNameMatch]

    Permalink
  8. def buildValidAutocompleteParses(parses: ParseSeq, matches: Seq[FeatureMatch], offset: Int, i: Int, matchString: String): ParseSeq

    Permalink

    ** AUTOCOMPLETION LOGIC ***

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val commonParams: CommonGeocodeRequestParams

    Permalink
  11. def doGeocode(): GeocodeResponse

    Permalink
    Definition Classes
    AbstractGeocoderImpl
  12. def doGeocodeImpl(): GeocodeResponse

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def filterNonPrefExactAutocompleteMatch(ids: Seq[StoredFeatureId], phrase: String): Seq[StoredFeatureId]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def generateAutoParses(tokens: List[String], spaceAtEnd: Boolean): SortedParseSeq

    Permalink
  18. def generateAutoParsesHelper(tokens: List[String], offset: Int, parses: ParseSeq, spaceAtEnd: Boolean): ParseSeq

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val implName: String

    Permalink
  22. def isAcceptableFeature(req: GeocodeRequest, servingFeature: GeocodeServingFeature): Boolean

    Permalink
    Definition Classes
    GeocoderUtils
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def matchName(name: FeatureName, query: String, isEnd: Boolean): Boolean

    Permalink
  25. val maxInterpretations: Int

    Permalink
  26. var nameMatchMap: HashMap[String, Option[util.NameUtils.BestNameMatch]]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val parseParams: ParseParams

    Permalink
  31. val query: String

    Permalink
  32. val req: GeocodeRequest

    Permalink
  33. lazy val requestGeom: Option[Geometry]

    Permalink
    Definition Classes
    GeocoderUtils
  34. val responseProcessor: ResponseProcessor

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GeocoderUtils

Inherited from AbstractGeocoderImpl[GeocodeResponse]

Inherited from GeocoderTypes

Inherited from AnyRef

Inherited from Any

Ungrouped