Package com.navmii.sdk.util
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.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
GetBoundingRectangle
Returns the bounding rectangle for the specified set of points.- Parameters:
points
- The points.- Returns:
- The bounding rectangle.
-