Interface NodeSizeFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NodeSizeFunction
Specify a function to determine the horizontal radius of an OpenStreetMap Node object.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Compute the radius of the specified Node.
  • Method Details

    • getNodeRadius

      int getNodeRadius(Node node)
      Compute the radius of the specified Node.
      Parameters:
      node - Node object to compute
      Returns:
      radius of the Node in millionths of degrees