Class/Object

io.fsq.twofishes.indexer.importers.geonames

PolygonLoader

Related Docs: object PolygonLoader | package geonames

Permalink

class PolygonLoader extends DurationUtils

Linear Supertypes
DurationUtils, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolygonLoader
  2. DurationUtils
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolygonLoader(parser: GeonamesParser, store: GeocodeStorageWriteService, parserConfig: GeonamesImporterConfig)

    Permalink

Type Members

  1. case class PolygonMatch(candidate: GeocodeRecord, nameScore: Int = 0) extends Product with Serializable

    Permalink

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. def applyHacks(originalText: String): List[String]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bestNameScore(namesFromFeature: Seq[String], namesFromShape: Seq[String]): Int

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val coverOptions: CoverOptions

    Permalink
  9. def debugFeature(r: GeocodeRecord): String

    Permalink
  10. def debugFeature(feature: FsqSimpleFeature): String

    Permalink
  11. def debugFeature(config: PolygonMappingConfig, feature: FsqSimpleFeature): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val executor: ExecutorT

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findMatchCandidates(geometry: Geometry, woeTypes: List[YahooWoeType]): Iterator[GeocodeRecord]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getFixedNames(config: PolygonMappingConfig, feature: FsqSimpleFeature): Seq[DisplayName]

    Permalink
  19. def getId(polygonMappingConfig: PolygonMappingConfig, feature: FsqSimpleFeature): String

    Permalink
  20. def getMatchingForFile(f: File, defaultNamespace: FeatureNamespace): Map[String, Seq[StoredFeatureId]]

    Permalink
  21. def getName(config: PolygonMappingConfig, feature: FsqSimpleFeature): Option[String]

    Permalink
  22. def getNames(config: PolygonMappingConfig, feature: FsqSimpleFeature): Seq[DisplayName]

    Permalink
  23. def hasName(config: PolygonMappingConfig, feature: FsqSimpleFeature): Boolean

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def indexPolygon(polyId: ObjectId, geom: Geometry, source: String): Unit

    Permalink
  26. def isGoodEnoughMatch(polygonMatch: PolygonMatch): Boolean

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def load(defaultNamespace: FeatureNamespace, f: File): Unit

    Permalink
  29. def load(defaultNamespace: FeatureNamespace): Unit

    Permalink
  30. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDuration[T](ostrichKey: String, extraInfo: String)(f: ⇒ T): T

    Permalink
    Definition Classes
    DurationUtils
  32. def logPhase[T](what: String)(f: ⇒ T): T

    Permalink
    Definition Classes
    DurationUtils
  33. val matchExtension: String

    Permalink
  34. def maybeMakeFeature(polygonMappingConfig: Option[PolygonMappingConfig], feature: FsqSimpleFeature): Option[StoredFeatureId]

    Permalink
  35. def maybeMatchFeature(config: PolygonMappingConfig, feature: FsqSimpleFeature, geometry: Geometry, outputMatchWriter: Option[Writer]): List[StoredFeatureId]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val parenNameRegex: Regex

    Permalink
  40. def processFeatureIterator(defaultNamespace: FeatureNamespace, features: ShapeIterator, polygonMappingConfig: Option[PolygonMappingConfig], matchingTable: Map[String, Seq[StoredFeatureId]]): Unit

    Permalink
  41. def rebuildRevGeoIndex: Unit

    Permalink
  42. var recordsUpdated: Int

    Permalink
  43. def recursiveListFiles(f: File): Array[File]

    Permalink
  44. def removeDiacritics(text: String): String

    Permalink
  45. def scoreMatch(feature: FsqSimpleFeature, config: PolygonMappingConfig, candidate: GeocodeRecord, withLogging: Boolean = false): PolygonMatch

    Permalink
  46. val spaceRegex: Regex

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. val transliterator: Transliterator

    Permalink
  50. def updateRecord(store: GeocodeStorageWriteService, geoids: List[StoredFeatureId], geom: Geometry, source: String): Unit

    Permalink
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. val wkbWriter: WKBWriter

    Permalink

Inherited from DurationUtils

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped