Interface WayNet

All Superinterfaces:
CacheableObject<CachedWayNet>
All Known Implementing Classes:
CachedWayNet, NativeWayNet

public interface WayNet extends CacheableObject<CachedWayNet>
  • Method Details

    • edges

      @NotNull @NotNull WayEdge @NotNull [] edges()
    • pointCount

      long pointCount()
    • point

      @Nullable @Nullable WayPoint point(long i)
    • points

      @NotNull @NotNull List<@NotNull WayPoint> points()