Class PathFinder.ReceiverPointInfo

  • Enclosing class:
    PathFinder

    public static final class PathFinder.ReceiverPointInfo
    extends Object
    Attribute of the receiver point
    • Field Detail

      • receiverIndex

        public int receiverIndex
      • receiverPk

        public long receiverPk
      • position

        public org.locationtech.jts.geom.Coordinate position
    • Constructor Detail

      • ReceiverPointInfo

        public ReceiverPointInfo​(int receiverIndex,
                                 long receiverPk,
                                 org.locationtech.jts.geom.Coordinate position)
    • Method Detail

      • getCoordinates

        public org.locationtech.jts.geom.Coordinate getCoordinates()
      • getReceiverPk

        public long getReceiverPk()
        Returns:
        Receiver primary key
      • getId

        public int getId()
        Returns:
        Receiver index, related to its location in memory data arrays