@armyc2.c5isr.renderer/mil-sym-ts-web 2.2.3 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/C5Ren.d.ts +24 -18
- package/C5Ren.js +1 -1
- package/C5Ren.js.map +1 -1
- package/package.json +1 -1
package/C5Ren.d.ts
CHANGED
|
@@ -1592,12 +1592,22 @@ export declare class Modifiers {
|
|
|
1592
1592
|
* <pre>
|
|
1593
1593
|
* Lines - Unique Identifier or Primary Purpose
|
|
1594
1594
|
* An amplifier that uniquely identifies a particular symbol or track number. Identifies acquisitions number when used with SIGINT symbology.
|
|
1595
|
-
* Format: Alphanumeric - {1,30}
|
|
1596
|
-
* Symbol Set:
|
|
1595
|
+
* Format: Alphanumeric - Lines: {1,30}, Points: Alphanumeric - {1,7}
|
|
1596
|
+
* Symbol Set: 25
|
|
1597
1597
|
* Remarks:
|
|
1598
1598
|
* </pre>
|
|
1599
1599
|
*/
|
|
1600
1600
|
static readonly T1_UNIQUE_DESIGNATION_2: string;
|
|
1601
|
+
/**
|
|
1602
|
+
* <pre>
|
|
1603
|
+
* Lines - Unique Identifier or Primary Purpose
|
|
1604
|
+
* An amplifier used to provide the designation of the Establishing Headquarters.
|
|
1605
|
+
* Format: Alphanumeric - {1,7}
|
|
1606
|
+
* Symbol Set: 25
|
|
1607
|
+
* Remarks: Used with Fire Support Control Measures only.
|
|
1608
|
+
* </pre>
|
|
1609
|
+
*/
|
|
1610
|
+
static readonly T2_UNIQUE_DESIGNATION_3: string;
|
|
1601
1611
|
/**
|
|
1602
1612
|
* <pre>
|
|
1603
1613
|
* Type
|
|
@@ -1772,9 +1782,10 @@ export declare class Modifiers {
|
|
|
1772
1782
|
* An amplifier that depicts the speed and direction of movement of an object (see 5.3.7.13.3 and figure 18).
|
|
1773
1783
|
* Format: Graphic
|
|
1774
1784
|
* Symbol Set: 10, 15, 30, 35
|
|
1775
|
-
* Remarks:
|
|
1776
|
-
*
|
|
1777
|
-
* Notes:
|
|
1785
|
+
* Remarks: Set as "[Speed] [unit of measure] [angle in degrees if 3 characters "045", and in mils if 4 characters "0150]" like [100 KPH 045]
|
|
1786
|
+
* Valid units of measure are: KPH, KPS, MPH, NMH, KTS
|
|
1787
|
+
* Notes: It is recommended users handle this amplifier within their map engine many maps always show icons in the upright position when the map
|
|
1788
|
+
* is rotated, invalidating the line that's render with the symbol.
|
|
1778
1789
|
* </pre>
|
|
1779
1790
|
*/
|
|
1780
1791
|
static readonly AJ_SPEED_LEADER: string;
|
|
@@ -4008,13 +4019,6 @@ export declare class RendererSettings {
|
|
|
4008
4019
|
* Outline width of 4 is recommended.
|
|
4009
4020
|
*/
|
|
4010
4021
|
static readonly TextBackgroundMethod_OUTLINE: int;
|
|
4011
|
-
/**
|
|
4012
|
-
* A different approach for outline which is quicker and seems to use
|
|
4013
|
-
* less memory. Also, you may do well with a lower outline thickness setting
|
|
4014
|
-
* compared to the regular outlining approach. Outline Width of 1 is
|
|
4015
|
-
* recommended.
|
|
4016
|
-
*/
|
|
4017
|
-
static readonly TextBackgroundMethod_OUTLINE_QUICK: int;
|
|
4018
4022
|
/**
|
|
4019
4023
|
* Value from 0 to 255. The closer to 0 the lighter the text color has to be
|
|
4020
4024
|
* to have the outline be black. Default value is 160.
|
|
@@ -4162,7 +4166,6 @@ export declare class RendererSettings {
|
|
|
4162
4166
|
* the outline will be this many pixels wide.
|
|
4163
4167
|
*
|
|
4164
4168
|
* @param width
|
|
4165
|
-
* @deprecated - controlled within the renderer
|
|
4166
4169
|
*/
|
|
4167
4170
|
/**
|
|
4168
4171
|
* if RenderSettings.TextBackgroundMethod_OUTLINE is used,
|
|
@@ -4320,7 +4323,7 @@ export declare class RendererSettings {
|
|
|
4320
4323
|
* Set a boolean indicating between the use of supply routes labels in all segments (false) or
|
|
4321
4324
|
* to only set 2 labels one at the north and the other one at the south of the graphic (true).
|
|
4322
4325
|
* @param TwoLabelOnly
|
|
4323
|
-
* @deprecated
|
|
4326
|
+
* @deprecated functionally disabled
|
|
4324
4327
|
*/
|
|
4325
4328
|
setTwoLabelOnly(TwoLabelOnly: boolean): void;
|
|
4326
4329
|
/**
|
|
@@ -4611,6 +4614,8 @@ export declare class SymbolID {
|
|
|
4611
4614
|
static readonly StandardIdentity_Context_Reality: number;
|
|
4612
4615
|
static readonly StandardIdentity_Context_Exercise: number;
|
|
4613
4616
|
static readonly StandardIdentity_Context_Simulation: number;
|
|
4617
|
+
static readonly StandardIdentity_Context_Restricted_Target_Reality: number;
|
|
4618
|
+
static readonly StandardIdentity_Context_No_Strike_Entity_Reality: number;
|
|
4614
4619
|
static readonly StandardIdentity_Affiliation_Pending: number;
|
|
4615
4620
|
static readonly StandardIdentity_Affiliation_Unknown: number;
|
|
4616
4621
|
static readonly StandardIdentity_Affiliation_AssumedFriend: number;
|
|
@@ -4862,10 +4867,10 @@ export declare class SymbolID {
|
|
|
4862
4867
|
/**
|
|
4863
4868
|
* Set Sector 1 Modifier at positions 17-18.
|
|
4864
4869
|
* @param symbolID 30 Character string
|
|
4865
|
-
* @param mod1 number
|
|
4870
|
+
* @param mod1 number 0-99 && 161-255 OR string "00" to "FF"
|
|
4866
4871
|
* @return string
|
|
4867
4872
|
*/
|
|
4868
|
-
static setModifier1(symbolID: string, mod1: number): string;
|
|
4873
|
+
static setModifier1(symbolID: string, mod1: number | string): string;
|
|
4869
4874
|
/**
|
|
4870
4875
|
* Get Common Sector 1 Modifier from position 21.
|
|
4871
4876
|
* @param symbolID 30 Character string
|
|
@@ -4888,10 +4893,10 @@ export declare class SymbolID {
|
|
|
4888
4893
|
/**
|
|
4889
4894
|
* Set Sector 2 Modifier at positions 17-18.
|
|
4890
4895
|
* @param symbolID 30 Character string
|
|
4891
|
-
* @param
|
|
4896
|
+
* @param mod2 number 0-255 or string "00" to "FF"
|
|
4892
4897
|
* @return string
|
|
4893
4898
|
*/
|
|
4894
|
-
static setModifier2(symbolID: string,
|
|
4899
|
+
static setModifier2(symbolID: string, mod2: number | string): string;
|
|
4895
4900
|
/**
|
|
4896
4901
|
* Get Common Sector 2 Modifier from position 22.
|
|
4897
4902
|
* @param symbolID 30 Character string
|
|
@@ -6566,6 +6571,7 @@ export declare class RendererUtilities {
|
|
|
6566
6571
|
* @return
|
|
6567
6572
|
*/
|
|
6568
6573
|
static getColorFromHexString(hexValue: string): Color | null;
|
|
6574
|
+
static getRecommendedTextOutlineWidth(): number;
|
|
6569
6575
|
/**
|
|
6570
6576
|
* For Renderer Use Only
|
|
6571
6577
|
* Assumes a fresh SVG String from the SVGLookup with its default values
|