Class Util

java.lang.Object
com.navmii.sdk.util.Util

public final class Util
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Util()  
  • Method Summary

    Modifier and Type Method Description
    static MapRectangle GetBoundingRectangle​(MapCoordinates[] points)
    Returns the bounding rectangle for the specified set of points.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • GetBoundingRectangle

      public static MapRectangle GetBoundingRectangle​(MapCoordinates[] points)
      Returns the bounding rectangle for the specified set of points.
      Parameters:
      points - The points.
      Returns:
      The bounding rectangle.