Hierarchy

  • ProfileController

Properties

$element_: JQuery<HTMLElement>
$filter_: IFilterService
$http_: IHttpService
$scope_: IScope
active: boolean
getMapFn: (() => Map)

Type declaration

    • (): Map
    • Returns Map

getOptionsFn: (() => {})

Type declaration

    • (): {}
    • Returns {}

    gettextCatalog_: gettextCatalog
    gmfProfileJsonUrl_: string
    isErrored: boolean
    isLoading: boolean
    layersNames_: string[]
    line: LineString
    map_: Map
    measureTooltipElement_: HTMLElement

    The measure tooltip element.

    measureTooltip_: Overlay

    Overlay to show the measurement.

    nbPoints_: number
    ngeoCsvDownload_: DownloadCsvService
    ngeoOptions: ngeoProfileOptions
    options: any
    pointHoverOverlay_: FeatureOverlay
    pointerMoveKey_: EventsKey
    profileData: ProfileElement[]
    profileHighlight: number

    Distance to highlight on the profile. (Property used in ngeo.Profile.)

    profileLabels_: I18n
    snappedPoint_: Feature<Geometry>

    Methods

    • Return the distance between the beginning of the line and the given point. The point must be on the line. If not, this function will return the total length of the line.

      Returns

      A distance.

      Parameters

      • pointOnLine: Coordinate

        A point on the given line.

      Returns number

    • Return a copy of the existing layer names.

      Returns

      The names of layers.

      Returns string[]

    • Parameters

      • resp: IHttpResponse<never>

        Response.

      Returns void

    • Return the styler value of a ProfileLineConfiguration.

      Returns

      The object representation of the style.

      Parameters

      • layerName: string

        name of the elevation layer.

      Returns object

    • Parameters

      • pointObject: unknown

        Point.

      • dist: number

        distance on the line.

      • xUnits: string

        X units label.

      • elevationsRef: Object

        Elevations references.

      • yUnits: string

        Y units label.

      Returns void

    Generated using TypeDoc