public class BPHARectangleCreator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Constructor and Description |
---|
BPHARectangleCreator() |
Modifier and Type | Method and Description |
---|---|
static DrawingRectangle |
drawRectangle(GeoPointMetaData point,
BattlePositionHoldingArea bPHA,
MapView mapView,
java.lang.String customTitle)
Create a drawing rectangle from a point and a bpha
|
static MapGroup |
getGroup()
Returns the ma group for the bpha rectangles, mission and if not available
it will put them in drawing.
|
public static final java.lang.String TYPE
public static DrawingRectangle drawRectangle(GeoPointMetaData point, BattlePositionHoldingArea bPHA, MapView mapView, java.lang.String customTitle)
point
- the point for the centerbPHA
- the bpha definition as rows and columnsmapView
- the mapviewcustomTitle
- the titlepublic static MapGroup getGroup()