Class MapLocationDetectionModel
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.server.MapLocationDetectionModel
-
@Component @Lazy public class MapLocationDetectionModel extends java.lang.Object- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 07, 2015
-
-
Constructor Summary
Constructors Constructor Description MapLocationDetectionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSegment(MapSegmentedImage map)booleancontainsSegment(MapSegmentedImage map)booleanisInCheckedList(INavigableVessel ship)voidremoveSegment(MapSegmentedImage map)
-
-
-
Method Detail
-
addSegment
public void addSegment(MapSegmentedImage map)
-
removeSegment
public void removeSegment(MapSegmentedImage map)
-
containsSegment
public boolean containsSegment(MapSegmentedImage map)
-
isInCheckedList
public boolean isInCheckedList(INavigableVessel ship)
-
-