package Savage.Tools.Symbology;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.Navigation.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Standard Naval Tactical Display Symbology icons. </p>
 <p> Related links: Catalog page <a href="../../../../Tools/Symbology/NTDSExternProtoExamplesIndex.html" target="_blank">NTDSExternProtoExamples</a>,  source <a href="../../../../Tools/Symbology/NTDSExternProtoExamples.java">NTDSExternProtoExamples.java</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="../../../../Tools/Symbology/NTDSExternProtoExamples.x3d">NTDSExternProtoExamples.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Standard Naval Tactical Display Symbology icons </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> LT Patrick Sullivan </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 11 February 2006 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 28 November 2019 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="../../../../Tools/Symbology/NTDSPrototypes.x3d">NTDSPrototypes.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> TODO </i> </td>
			<td> Rename to NTDSExamples and modify SavageStudio accordingly </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSExternProtoExamples.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSExternProtoExamples.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 3.2, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="../../../../Tools/Symbology/../../license.html">../../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

	<p>
		This program uses the
		<a href="https://www.web3d.org/specifications/java/X3DJSAIL.html" target="_blank">X3D Java Scene Access Interface Library (X3DJSAIL)</a>.
		It has been produced using the 
		<a href="https://www.web3d.org/x3d/stylesheets/X3dToJava.xslt" target="_blank">X3dToJava.xslt</a>
		stylesheet
	       (<a href="https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/X3dToJava.xslt" target="_blank">version control</a>)
                which is used to create Java source code from an original <code>.x3d</code> model.
	</p>

	* @author LT Patrick Sullivan
 */

public class NTDSExternProtoExamples
{
	/** Default constructor to create this object. */
	public NTDSExternProtoExamples ()
	{
	  initialize();
	}

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_IMMERSIVE).setVersion(X3D.VERSION_3_0)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("NTDSExternProtoExamples.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Standard Naval Tactical Display Symbology icons"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("LT Patrick Sullivan"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("11 February 2006"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("28 November 2019"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("NTDSPrototypes.x3d"))
    .addMeta(new meta().setName(meta.NAME_TODO       ).setContent("Rename to NTDSExamples and modify SavageStudio accordingly"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSExternProtoExamples.x3d"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("NTDSExternProtoExamples.x3d"))
    .addChild(new Viewpoint().setDescription("Unit Symbology Prototype Examples").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,30.0,8.0))
    .addComments(" Common proto to all symbols ")
    .addChild(new ExternProtoDeclare("SymbolLabel").setName("SymbolLabel").setUrl(new String[] {"NTDSPrototypes.x3d#SymbolLabel","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SymbolLabel","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SymbolLabel"})
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("trackLabel").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Additional information for the track (i.e. track number entityID entity name)")))
    .addComments(" Surface Extern Protos ")
    .addChild(new ExternProtoDeclare("SurfaceUnknown").setName("SurfaceUnknown").setUrl(new String[] {"NTDSPrototypes.x3d#SurfaceUnknown","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceUnknown","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceUnknown"})
      .addField(new field().setName("color").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SurfaceFriend").setName("SurfaceFriend").setUrl(new String[] {"NTDSPrototypes.x3d#SurfaceFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceFriend"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SurfaceAssumedFriend").setName("SurfaceAssumedFriend").setUrl(new String[] {"NTDSPrototypes.x3d#SurfaceAssumedFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceAssumedFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceAssumedFriend"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addChild(new ExternProtoDeclare("SurfaceNeutral").setName("SurfaceNeutral").setUrl(new String[] {"NTDSPrototypes.x3d#SurfaceNeutral","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceNeutral","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceNeutral"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SurfacePending").setName("SurfacePending").setUrl(new String[] {"NTDSPrototypes.x3d#SurfacePending","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfacePending","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfacePending"})
      .addField(new field().setName("color").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addChild(new ExternProtoDeclare("SurfaceHostile").setName("SurfaceHostile").setUrl(new String[] {"NTDSPrototypes.x3d#SurfaceHostile","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceHostile","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceHostile"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SurfaceSuspect").setName("SurfaceSuspect").setUrl(new String[] {"NTDSPrototypes.x3d#SurfaceSuspect","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceSuspect","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SurfaceSuspect"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addComments(" Air Extern Protos ")
    .addChild(new ExternProtoDeclare("AirUnknown").setName("AirUnknown").setUrl(new String[] {"NTDSPrototypes.x3d#AirUnknown","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirUnknown","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirUnknown"})
      .addField(new field().setName("color").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("AirFriend").setName("AirFriend").setUrl(new String[] {"NTDSPrototypes.x3d#AirFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirFriend"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("AirAssumedFriend").setName("AirAssumedFriend").setUrl(new String[] {"NTDSPrototypes.x3d#AirAssumedFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirAssumedFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirAssumedFriend"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addChild(new ExternProtoDeclare("AirNeutral").setName("AirNeutral").setUrl(new String[] {"NTDSPrototypes.x3d#AirNeutral","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirNeutral","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirNeutral"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("AirPending").setName("AirPending").setUrl(new String[] {"NTDSPrototypes.x3d#AirPending","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirPending","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirPending"})
      .addField(new field().setName("color").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addChild(new ExternProtoDeclare("AirHostile").setName("AirHostile").setUrl(new String[] {"NTDSPrototypes.x3d#AirHostile","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirHostile","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirHostile"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("AirSuspect").setName("AirSuspect").setUrl(new String[] {"NTDSPrototypes.x3d#AirSuspect","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#AirSuspect","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#AirSuspect"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addComments(" SubSurface Extern Protos ")
    .addChild(new ExternProtoDeclare("SubSurfaceUnknown").setName("SubSurfaceUnknown").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfaceUnknown","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceUnknown","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceUnknown"})
      .addField(new field().setName("color").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SubSurfaceFriend").setName("SubSurfaceFriend").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfaceFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceFriend"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SubSurfaceAssumedFriend").setName("SubSurfaceAssumedFriend").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfaceAssumedFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceAssumedFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceAssumedFriend"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addChild(new ExternProtoDeclare("SubSurfaceNeutral").setName("SubSurfaceNeutral").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfaceNeutral","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceNeutral","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceNeutral"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SubSurfacePending").setName("SubSurfacePending").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfacePending","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfacePending","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfacePending"})
      .addField(new field().setName("color").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addChild(new ExternProtoDeclare("SubSurfaceHostile").setName("SubSurfaceHostile").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfaceHostile","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceHostile","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceHostile"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol")))
    .addChild(new ExternProtoDeclare("SubSurfaceSuspect").setName("SubSurfaceSuspect").setUrl(new String[] {"NTDSPrototypes.x3d#SubSurfaceSuspect","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceSuspect","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#SubSurfaceSuspect"})
      .addField(new field().setName("color").setType(field.TYPE_MFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Single color value for symbol"))
      .addField(new field().setName("labelColor").setType(field.TYPE_SFCOLOR).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Color for labels"))
      .addField(new field().setName("symbolModifier").setType(field.TYPE_MFSTRING).setAccessType(field.ACCESSTYPE_INPUTOUTPUT).setAppinfo("Symbol modifier (i.e. unknown suspect)")))
    .addComments(" GroundUnit Extern Protos ")
    .addChild(new ExternProtoDeclare("GroundEquipmentPending").setName("GroundEquipmentPending").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentPending","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentPending","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentPending"}))
    .addChild(new ExternProtoDeclare("GroundEquipmentUnknown").setName("GroundEquipmentUnknown").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentUnknown","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentUnknown","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentUnknown"}))
    .addChild(new ExternProtoDeclare("GroundEquipmentFriend").setName("GroundEquipmentFriend").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentFriend"}))
    .addChild(new ExternProtoDeclare("GroundEquipmentNeutral").setName("GroundEquipmentNeutral").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentNeutral","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentNeutral","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentNeutral"}))
    .addChild(new ExternProtoDeclare("GroundEquipmentHostile").setName("GroundEquipmentHostile").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentHostile","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentHostile","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentHostile"}))
    .addChild(new ExternProtoDeclare("GroundEquipmentAssumedFriend").setName("GroundEquipmentAssumedFriend").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentAssumedFriend","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentAssumedFriend","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentAssumedFriend"}))
    .addChild(new ExternProtoDeclare("GroundEquipmentSuspect").setName("GroundEquipmentSuspect").setUrl(new String[] {"NTDSPrototypes.x3d#GroundEquipmentSuspect","../../../Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentSuspect","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/NTDSPrototypes.x3d#GroundEquipmentSuspect"}))
    .addComments(" Surface Examples ")
    .addChild(new Transform("SurfaceFriendExample").setTranslation(-15.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfaceFriend").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,0.0,1.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Friend"}))))
    .addChild(new Transform("SurfaceAssumedFriendExample").setTranslation(-10.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Assumed Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfaceAssumedFriend").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,0.0,1.0}))))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Assumed","Friend"}))))
    .addChild(new Transform("SurfaceNeutralExample").setTranslation(-5.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Neutral").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfaceNeutral").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,1.0,0.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Neutral"}))))
    .addChild(new Transform("SurfacePendingExample").setTranslation(0.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Pending").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfacePending").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Pending"}))))
    .addChild(new Transform("SurfaceHostileExample").setTranslation(5.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Hostile").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfaceHostile").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {1.0,0.0,0.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Hostile"}))))
    .addChild(new Transform("SurfaceSuspectExample").setTranslation(10.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Suspect").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfaceSuspect").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {1.0,0.0,0.0}))))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Suspect"}))))
    .addChild(new Transform("SurfaceUnknownExample").setTranslation(15.0,0.0,-1.0)
      .addChild(new Viewpoint().setDescription("Surface Unknown").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SurfaceUnknown").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new SFColor(1.0,1.0,0.0))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Surface","Unknown"}))))
    .addComments(" Air Examples ")
    .addChild(new Transform("AirFriendExample").setTranslation(-15.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirFriend").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,0.0,1.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Friend"}))))
    .addChild(new Transform("AirAssumedFriendExample").setTranslation(-10.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Assumed Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirAssumedFriend").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,0.0,1.0}))))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Assumed","Friend"}))))
    .addChild(new Transform("AirNeutralExample").setTranslation(-5.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Neutral").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirNeutral").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,1.0,0.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Neutral"}))))
    .addChild(new Transform("AirPendingExample").setTranslation(0.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Pending").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirPending").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Pending"}))))
    .addChild(new Transform("AirHostileExample").setTranslation(5.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Hostile").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirHostile").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {1.0,0.0,0.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Hostile"}))))
    .addChild(new Transform("AirSuspectExample").setTranslation(10.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Suspect").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirSuspect").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {1.0,0.0,0.0}))))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Suspect"}))))
    .addChild(new Transform("AirUnknownExample").setTranslation(15.0,0.0,5.0)
      .addChild(new Viewpoint().setDescription("Air Unknown").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("AirUnknown").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new SFColor(1.0,1.0,0.0))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Air","Unknown"}))))
    .addComments(" Sub-Surface Examples ")
    .addChild(new Transform("SubSurfaceFriendExample").setTranslation(-15.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfaceFriend").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,0.0,1.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Friend"}))))
    .addChild(new Transform("SubSurfaceAssumedFriendExample").setTranslation(-10.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Assumed Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfaceAssumedFriend").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,0.0,1.0}))))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Assumed","Friend"}))))
    .addChild(new Transform("SubSurfaceNeutralExample").setTranslation(-5.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Neutral").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfaceNeutral").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {0.0,1.0,0.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Neutral"}))))
    .addChild(new Transform("SubSurfacePendingExample").setTranslation(0.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Pending").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfacePending").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Pending"}))))
    .addChild(new Transform("SubSurfaceHostileExample").setTranslation(5.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Hostile").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfaceHostile").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {1.0,0.0,0.0})))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Hostile"}))))
    .addChild(new Transform("SubSurfaceSuspectExample").setTranslation(10.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Suspect").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfaceSuspect").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new MFColor(new MFColor(new double[] {1.0,0.0,0.0}))))
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("symbolModifier").setValue(new String[] {"?"})))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Suspect"}))))
    .addChild(new Transform("SubSurfaceUnknownExample").setTranslation(15.0,0.0,10.0)
      .addChild(new Viewpoint().setDescription("SubSurface Unknown").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("SubSurfaceUnknown").setContainerField("children")
        .addFieldValue(new fieldValue().setName("color").setValue(new SFColor(1.0,1.0,0.0))))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"SubSurface","Unknown"}))))
    .addComments(" GroundEquipment Examples ")
    .addChild(new Transform("GroundEquipmentFriendExample").setTranslation(-15.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentFriend").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Friend"}))))
    .addChild(new Transform("GroundEquipmentAssumedFriendExample").setTranslation(-10.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Assumed Friend").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentAssumedFriend").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,0.0,1.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Assumed","Friend"}))))
    .addChild(new Transform("GroundEquipmentNeutralExample").setTranslation(-5.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Neutral").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentNeutral").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(0.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Neutral"}))))
    .addChild(new Transform("GroundEquipmentPendingExample").setTranslation(0.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Pending").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentPending").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Pending"}))))
    .addChild(new Transform("GroundEquipmentHostileExample").setTranslation(5.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Hostile").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentHostile").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Hostile"}))))
    .addChild(new Transform("GroundEquipmentSuspectExample").setTranslation(10.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Suspect").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentSuspect").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,0.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Suspect"}))))
    .addChild(new Transform("GroundEquipmentUnknownExample").setTranslation(15.0,0.0,15.0)
      .addChild(new Viewpoint().setDescription("GroundEquipment Unknown").setOrientation(-1.0,0.0,0.0,1.57).setPosition(0.0,7.0,1.0))
      .addChild(new ProtoInstance("GroundEquipmentUnknown").setContainerField("children"))
      .addChild(new ProtoInstance("SymbolLabel").setContainerField("children")
        .addFieldValue(new fieldValue().setName("labelColor").setValue(new SFColor(1.0,1.0,0.0)))
        .addFieldValue(new fieldValue().setName("trackLabel").setValue(new String[] {"Ground","Equipment","Unknown"})))));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method

	/** The initialized model object, created within initialize() method. */
	private X3D x3dModel;

	/** 
	 * Provide a 
	 * <a href="https://dzone.com/articles/java-copy-shallow-vs-deep-in-which-you-will-swim" target="_blank">shallow copy</a>
	 * of the X3D model.
	 * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html">X3D</a>
	 * @return NTDSExternProtoExamples model
	 */
	public X3D getX3dModel()
	{	  
		return x3dModel;
	}
	   
    /** 
     * Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
     * @param args array of input parameters, provided as arguments
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#handleArguments-java.lang.String:A-">X3D.handleArguments(args)</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/Core/X3D.html#validationReport--">X3D.validationReport()</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html">CommandLine</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html#USAGE">CommandLine.USAGE</a>
     * @see <a href="https://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/ConfigurationProperties.html">ConfigurationProperties</a>
     */
    public static void main(String args[])
    {
        System.out.println("Build this X3D model, showing validation diagnostics...");
        X3D thisExampleX3dModel = new NTDSExternProtoExamples().getX3dModel();
//      System.out.println("X3D model construction complete.");
	
        // next handle command line arguments
        boolean hasArguments = (args != null) && (args.length > 0);
        boolean validate = true; // default
        boolean argumentsLoadNewModel = false;
        String  fileName = new String();

        if (args != null)
        {
                for (String arg : args)
                {
                        if (arg.toLowerCase().startsWith("-v") || arg.toLowerCase().contains("validate"))
                        {
                                validate = true; // making sure
                        }
                        if (arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_X3D) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_CLASSICVRML) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_X3DB) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_VRML97) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_EXI) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_GZIP) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_ZIP) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_HTML) ||
                                arg.toLowerCase().endsWith(X3D.FILE_EXTENSION_XHTML))
                        {
                                argumentsLoadNewModel = true;
                                fileName = arg;
                        }
                }
        }
        if      (argumentsLoadNewModel)
                System.out.println("WARNING: \"Savage.Tools.Symbology.NTDSExternProtoExamples\" model invocation is attempting to load file \"" + fileName + "\" instead of simply validating itself... file loading ignored.");
        else if (hasArguments) // if no arguments provided, this method produces usage warning
                thisExampleX3dModel.handleArguments(args);
	
        if (validate)
        {
            //  System.out.println("--- TODO fix duplicated outputs ---"); // omit when duplicated outputs problem is solved/refactored
		String validationResults = thisExampleX3dModel.validationReport();
            //  System.out.println("-----------------------------------"); // omit when duplicated outputs problem is solved/refactored
                System.out.print("Savage.Tools.Symbology.NTDSExternProtoExamples self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

                // experimental: test X3DJSAIL output files
                // Tools/Symbology/NTDSExternProtoExamples_JavaExport.* file validation is checked when building X3D Example Archives
                String filenameX3D  = "Tools/Symbology/NTDSExternProtoExamples_JavaExport.x3d"; 
                String filenameX3DV = "Tools/Symbology/NTDSExternProtoExamples_JavaExport.x3dv"; 
                String filenameJSON = "Tools/Symbology/NTDSExternProtoExamples_JavaExport.json";
                thisExampleX3dModel.toFileX3D        (filenameX3D);
                thisExampleX3dModel.toFileClassicVRML(filenameX3DV);
// TODO         thisExampleX3dModel.toFileJSON       (filenameJSON);
        }
    }
}
