Interface IMapLocationProviderFacade
-
public interface IMapLocationProviderFacadeBase service for providing map locations.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Apr 25, 2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.geometry.Point2DgetRandomPointAtSea()Retrieve a random ponint that is at sea.javafx.geometry.Point2DgetRandomPointAtSeaNear(javafx.geometry.Point2D location)Retrieve a random ponint that is at sea.
-
-
-
Method Detail
-
getRandomPointAtSeaNear
javafx.geometry.Point2D getRandomPointAtSeaNear(javafx.geometry.Point2D location)
Retrieve a random ponint that is at sea.- Returns:
- point located on the sea.
-
getRandomPointAtSea
javafx.geometry.Point2D getRandomPointAtSea()
Retrieve a random ponint that is at sea.- Returns:
- point located on the sea.
-
-