Package

it.agilelab.gis.domain

configuration

Permalink

package configuration

Visibility
  1. Public
  2. All

Type Members

  1. case class GeoRelationIndexManagerConfiguration(inputPaths: List[String], isSerializedInputPaths: Boolean, outputPaths: Option[List[String]], seaInputPath: Option[String]) extends Product with Serializable

    Permalink

    IndexManagerConfiguration holds configuration for it.agilelab.gis.domain.managers.GeoRelationManager

    IndexManagerConfiguration holds configuration for it.agilelab.gis.domain.managers.GeoRelationManager

    inputPaths

    indices input paths

    isSerializedInputPaths

    signal whether the inputPaths references a directory with serialized indices

    outputPaths

    output paths for serialized indices

    seaInputPath

    sea objects input path

  2. case class GeocodeIndexManagerConfiguration(inputPaths: List[String], isSerializedInputPaths: Boolean, outputPaths: Option[List[String]], pathConf: Config, boundaryConf: Config) extends Product with Serializable

    Permalink

    IndexManagerConfiguration holds configuration for it.agilelab.gis.domain.managers.GeocodeIndexManager

    IndexManagerConfiguration holds configuration for it.agilelab.gis.domain.managers.GeocodeIndexManager

    inputPaths

    indices input paths

    isSerializedInputPaths

    signal whether the inputPaths references a directory with serialized indices

    outputPaths

    output paths for serialized indices

    pathConf

    paths configuration

    boundaryConf

    boundaries configuration

  3. case class GeocodeManagerConfiguration(vehicle: String, filterEmptyStreets: Boolean, roadTolMeters: Double, addressTolMeters: Double, indexConf: Config) extends Product with Serializable

    Permalink

    GeocodeManagerConfiguration holds it.agilelab.gis.domain.managers.GeocodeManager and it.agilelab.gis.domain.managers.GeoRelationManager configurations.

    vehicle

    vehicle type

    filterEmptyStreets

    signal whether empty streets should be skipped.

    roadTolMeters

    maximum distance to find a road

    addressTolMeters

    maximum distance to find an address.

    indexConf

    index configuration

  4. case class GraphHopperConfiguration(encoder: CarFlagEncoderEnrich, hopperOSM: GraphHopperOSM, mapMatching: MapMatching, settings: GraphHopperSettings) extends Product with Serializable

    Permalink

    GraphHopperConfiguration holds it.agilelab.gis.domain.graphhopper.GraphHopperManager configurations.

    GraphHopperConfiguration holds it.agilelab.gis.domain.graphhopper.GraphHopperManager configurations.

    encoder

    car flag encoder.

    hopperOSM

    graph hopper instance.

    mapMatching

    map matching instance

    settings

    graph hopper settings.

  5. case class GraphHopperSettings(graphLocation: String, elevationEnabled: Boolean, contractionHierarchiesEnabled: Boolean, mapMatchingAlgorithm: AlgorithmType, measurementErrorSigma: Double) extends Product with Serializable

    Permalink

    GraphHopperSettings holds it.agilelab.gis.domain.graphhopper.GraphHopperManager settings.

    GraphHopperSettings holds it.agilelab.gis.domain.graphhopper.GraphHopperManager settings.

    graphLocation

    location of the graph

    elevationEnabled

    flag to signal whether elevation for coordination is enabled

    contractionHierarchiesEnabled

    flag to signal whether contraction hierarchies post processing is enabled

    measurementErrorSigma

    measurement error of GPS devices.

  6. case class PathManagerConfiguration() extends Product with Serializable

    Permalink
  7. case class PoiIndexManagerConfiguration(inputPaths: List[String], isSerializedInputPaths: Boolean, outputPaths: Option[List[String]], pathConf: Config) extends Product with Serializable

    Permalink

    PoiIndexManagerConfiguration holds configuration for it.agilelab.gis.domain.managers.PoiIndexManager

    PoiIndexManagerConfiguration holds configuration for it.agilelab.gis.domain.managers.PoiIndexManager

    inputPaths

    indices input paths

    isSerializedInputPaths

    signal whether the inputPaths references a directory with serialized indices

    outputPaths

    output paths for serialized indices

    pathConf

    paths configuration

  8. case class PoiManagerConfiguration(filterEmptyAmenity: Boolean, filterEmptyLanduse: Boolean, filterEmptyLeisure: Boolean, filterEmptyNatural: Boolean, filterEmptyShop: Boolean, indexConf: Config) extends Product with Serializable

    Permalink

    PoiManagerConfiguration holds it.agilelab.gis.domain.managers.PoiManager configurations

    filterEmptyAmenity

    signal whether empty amenity results should be skipped.

    filterEmptyLanduse

    signal whether empty landuse results should be skipped.

    filterEmptyLeisure

    signal whether empty leisure results should be skipped.

    filterEmptyNatural

    signal whether empty natural results should be skipped.

    filterEmptyShop

    signal whether empty shop results should be skipped.

    indexConf

    index configuration

Value Members

  1. object GeoRelationIndexManagerConfiguration extends Configuration with Logger with Serializable

    Permalink
  2. object GeocodeIndexManagerConfiguration extends Configuration with Logger with Serializable

    Permalink
  3. object GeocodeManagerConfiguration extends Configuration with Logger with Serializable

    Permalink
  4. object GraphHopperConfiguration extends Configuration with ValidationUtils with Logger with Serializable

    Permalink
  5. object PathManagerConfiguration extends Serializable

    Permalink
  6. object PoiIndexManagerConfiguration extends Configuration with Logger with Serializable

    Permalink
  7. object PoiManagerConfiguration extends Configuration with Logger with Serializable

    Permalink

Ungrouped