gatelogue-types
    Preparing search index...

    Class LocatedNodeAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    gd: GD
    i: number

    Accessors

    • get coordinates(): [number, number] | null

      Returns [number, number] | null

    • get type(): string

      Returns string

    Methods

    • Type Parameters

      • T extends SqlValue

      Parameters

      • tableName: string
      • columnName: string

      Returns T

    • Type Parameters

      Parameters

      • tableName: string
      • columnName: string
      • Ty: new (i: number, gd: GD) => T

      Returns T | null

    • Type Parameters

      Parameters

      • Ty: new (i: number, gd: GD) => T
      • key:
            | "located/nodes_in_proximity"
            | "located/shared_facilities"
            | "air/airline_airports"
            | "air/airline_flights"
            | "air/airline_gates"
            | "air/airport_gates"
            | "air/gate_flights_from_here"
            | "air/gate_flights_to_here"
            | "bus/berth_connections_from_here"
            | "bus/berth_connections_to_here"
            | "bus/berth_lines"
            | "bus/company_berths"
            | "bus/company_lines"
            | "bus/company_stops"
            | "bus/line_berths"
            | "bus/line_stops"
            | "bus/stop_berths"
            | "bus/stop_connections_from_here"
            | "bus/stop_connections_to_here"
            | "bus/stop_lines"
            | "create"
            | "create_indices"
            | "drop_sources"
            | "rail/company_lines"
            | "rail/company_platforms"
            | "rail/company_stations"
            | "rail/line_platforms"
            | "rail/line_stations"
            | "rail/platform_connections_from_here"
            | "rail/platform_connections_to_here"
            | "rail/platform_lines"
            | "rail/station_connections_from_here"
            | "rail/station_connections_to_here"
            | "rail/station_lines"
            | "rail/station_platforms"
            | "sea/company_docks"
            | "sea/company_lines"
            | "sea/company_stops"
            | "sea/dock_connections_from_here"
            | "sea/dock_connections_to_here"
            | "sea/dock_lines"
            | "sea/line_docks"
            | "sea/line_stops"
            | "sea/stop_connections_from_here"
            | "sea/stop_connections_to_here"
            | "sea/stop_docks"
            | "sea/stop_lines"

      Returns T[]

    • Type Parameters

      • T extends SqlValue

      Parameters

      • tableName: string
      • columnName: string

      Returns T[]