Class clsMETOC
java.lang.Object
armyc2.c5isr.JavaTacticalRenderer.clsMETOC
Class to calculate the points for the Weather symbols
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidGetMeTOCShape(TGLight tg, ArrayList<Shape2> shapes) The public interface, main function to return METOC shapesstatic intgetWeatherLinetype(int version, int entityCode) static intprotected static voidSetShapeProperties(TGLight tg, ArrayList<Shape2> shapes) Sets the shape properties based on the tacttical graphic properties and also based on shape styles which may have been set by JavaLineArray
-
Constructor Details
-
clsMETOC
public clsMETOC()
-
-
Method Details
-
getWeatherLinetype
-
IsWeather
- Parameters:
symbolID- Mil-Standard 2525 20-30 digit code- Returns:
- the line type as an integer if it is a weather symbol, else return -1
-
GetMeTOCShape
The public interface, main function to return METOC shapes- Parameters:
tg- the tactical graphicshapes- the ShapeInfo array
-
SetShapeProperties
Sets the shape properties based on the tacttical graphic properties and also based on shape styles which may have been set by JavaLineArray- Parameters:
tg-shapes- shapes array to set properties
-