ant -f C:\\x3d-code\\www.web3d.org\\x3d\\content\\examples\\Basic processScenes.java processScenes.java: Verifying Apache Ant XML Catalog resolver classpath: C:\apache-ant-1.9.7\lib/resolver.jar (84091 bytes) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CADPartChildNoTransformation.java produced from CADPartChildNoTransformation.x3d [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1449] [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1517] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CADPartChildNoTransformation CADPartChildNoTransformation self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CADPartChildTransformationAlternativeA.java produced from CADPartChildTransformationAlternativeA.x3d [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1019] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CADPartChildTransformationAlternativeA CADPartChildTransformationAlternativeA self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CADPartChildTransformationAlternativeB.java produced from CADPartChildTransformationAlternativeB.x3d [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1449] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeB.java:183: error: cannot find symbol .addChild(new CADFaceObject().setName("bottomCap").setRotation(-1.0f,0.0f,0.0f,1.5708f).setTranslation(0.0f,-1.5f,0.0f) symbol: method setRotation(float,float,float,float) location: class CADFaceObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeB.java:171: error: cannot find symbol .addChild(new CADFaceObject().setName("topCap").setTranslation(0.0f,1.5f,0.0f).setRotation(1.0f,0.0f,0.0f,1.5708f) symbol: method setTranslation(float,float,float) location: class CADFaceObject 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CADPartChildTransformationAlternativeB Error: Could not find or load main class Basic.CAD.CADPartChildTransformationAlternativeB Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CADPartChildTransformationAlternativeC.java produced from CADPartChildTransformationAlternativeC.x3d [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1449] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeC.java:173: error: incompatible types: TransformObject cannot be converted to CADFace .addChild(new CADFaceObject().setName("topCap") Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CADPartChildTransformationAlternativeC Error: Could not find or load main class Basic.CAD.CADPartChildTransformationAlternativeC Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CadDesignPatternExampleBushing.java produced from CadDesignPatternExampleBushing.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CadDesignPatternExampleBushing CadDesignPatternExampleBushing self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CadGeometryExternPrototypes.java produced from CadGeometryExternPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CadGeometryExternPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='color' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:851) at Basic.CAD.CadGeometryExternPrototypes.initialize(CadGeometryExternPrototypes.java:165) at Basic.CAD.CadGeometryExternPrototypes.(CadGeometryExternPrototypes.java:138) at Basic.CAD.CadGeometryExternPrototypes.main(CadGeometryExternPrototypes.java:331) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CadGeometryPrototypes.java produced from CadGeometryPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CadGeometryPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addChildren' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:487) at Basic.CAD.CadGeometryPrototypes.initialize(CadGeometryPrototypes.java:266) at Basic.CAD.CadGeometryPrototypes.(CadGeometryPrototypes.java:135) at Basic.CAD.CadGeometryPrototypes.main(CadGeometryPrototypes.java:502) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CadTeapot.java produced from CadTeapot.x3d [Large tuple found: Coordinate point, $tupleCount=257, $tupleSplitSize=10, string-length=4622] [Large tuple found: Coordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1268] [Large tuple found: Coordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1364] [Large tuple found: Coordinate point, $tupleCount=129, $tupleSplitSize=10, string-length=2389] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CadTeapot CadTeapot self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CatiaHubAssemblyCombined.java produced from CatiaHubAssemblyCombined.x3d [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=1307] [Large tuple found: Normal vector, $tupleCount=64, $tupleSplitSize=10, string-length=1391] [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=1367] [Large tuple found: Normal vector, $tupleCount=64, $tupleSplitSize=10, string-length=1451] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=424] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=424] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=444] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=440] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=468] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=490] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=494] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=466] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=462] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=4971] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5213] [Large tuple found: Coordinate point, $tupleCount=46, $tupleSplitSize=10, string-length=898] [Large tuple found: Normal vector, $tupleCount=46, $tupleSplitSize=10, string-length=973] [Large tuple found: Coordinate point, $tupleCount=46, $tupleSplitSize=10, string-length=940] [Large tuple found: Normal vector, $tupleCount=46, $tupleSplitSize=10, string-length=1015] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=871] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=915] [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=719] [Large tuple found: Normal vector, $tupleCount=36, $tupleSplitSize=10, string-length=773] [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=751] [Large tuple found: Normal vector, $tupleCount=36, $tupleSplitSize=10, string-length=805] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=604] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=589] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=578] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1244] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1306] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=578] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=589] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=604] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=492] [Large tuple found: Normal vector, $tupleCount=26, $tupleSplitSize=10, string-length=519] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=470] [Large tuple found: Normal vector, $tupleCount=26, $tupleSplitSize=10, string-length=541] [Large tuple found: Coordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=995] [Large tuple found: Coordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=1047] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubAssemblyCombined.java:130: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CatiaHubAssemblyCombined Error: Could not find or load main class Basic.CAD.CatiaHubAssemblyCombined Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CatiaHubAssemblyInline.java produced from CatiaHubAssemblyInline.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CatiaHubAssemblyInline CatiaHubAssemblyInline self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CatiaHubBushing.java produced from CatiaHubBushing.x3d [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=618] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=589] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=646] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=534] [Large tuple found: Normal vector, $tupleCount=26, $tupleSplitSize=10, string-length=519] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=510] [Large tuple found: Normal vector, $tupleCount=26, $tupleSplitSize=10, string-length=541] [Large tuple found: Coordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=1057] [Large tuple found: Coordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=1109] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CatiaHubBushing CatiaHubBushing self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CatiaHubCap.java produced from CatiaHubCap.x3d [Large tuple found: Coordinate point, $tupleCount=46, $tupleSplitSize=10, string-length=898] [Large tuple found: Normal vector, $tupleCount=46, $tupleSplitSize=10, string-length=973] [Large tuple found: Coordinate point, $tupleCount=46, $tupleSplitSize=10, string-length=940] [Large tuple found: Normal vector, $tupleCount=46, $tupleSplitSize=10, string-length=1015] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=871] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=915] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CatiaHubCap CatiaHubCap self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CatiaHubDiscWithHoles.java produced from CatiaHubDiscWithHoles.x3d [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=1307] [Large tuple found: Normal vector, $tupleCount=64, $tupleSplitSize=10, string-length=1391] [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=1367] [Large tuple found: Normal vector, $tupleCount=64, $tupleSplitSize=10, string-length=1451] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=424] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=424] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=444] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=440] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=468] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=490] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=494] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=466] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=462] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=472] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=4971] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5213] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CatiaHubDiscWithHoles CatiaHubDiscWithHoles self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/CatiaHubGasket.java produced from CatiaHubGasket.x3d [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=719] [Large tuple found: Normal vector, $tupleCount=36, $tupleSplitSize=10, string-length=773] [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=751] [Large tuple found: Normal vector, $tupleCount=36, $tupleSplitSize=10, string-length=805] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=604] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=589] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=578] [Large tuple found: Normal vector, $tupleCount=30, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1244] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1306] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.CatiaHubGasket CatiaHubGasket self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/ClipPlaneExample.java produced from ClipPlaneExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.ClipPlaneExample ClipPlaneExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/IndexedQuadSetExample.java produced from IndexedQuadSetExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.IndexedQuadSetExample IndexedQuadSetExample self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/IndexedQuadSetTexture.java produced from IndexedQuadSetTexture.x3d [Large tuple found: Coordinate point, $tupleCount=900, $tupleSplitSize=10, string-length=19649] [Large tuple found: Normal vector, $tupleCount=900, $tupleSplitSize=10, string-length=20849] [Large tuple found: TextureCoordinate point, $tupleCount=900, $tupleSplitSize=10, string-length=12599] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\IndexedQuadSetTexture.java:117: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.IndexedQuadSetTexture Error: Could not find or load main class Basic.CAD.IndexedQuadSetTexture Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/KeyFobWeb3d2013BasqueCountry.java produced from KeyFobWeb3d2013BasqueCountry.x3d [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=435] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=391] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=359] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=479] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=455] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=441] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=279] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=259] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=231] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=361] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=157, $tupleSplitSize=10, string-length=3283] [Large tuple found: Normal vector, $tupleCount=157, $tupleSplitSize=10, string-length=1257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=209] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=237] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=361] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=467] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=425] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2190] [Large tuple found: Normal vector, $tupleCount=105, $tupleSplitSize=10, string-length=841] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=345] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=373] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=477] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=477] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=381] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=391] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=417] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=459] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=417] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=381] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=387] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=261] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=307] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=343] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=333] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=341] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=307] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=213] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=435] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=359] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=353] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=357] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=221] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=361] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=341] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=333] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=225] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=211] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=4492] [Large tuple found: Normal vector, $tupleCount=222, $tupleSplitSize=10, string-length=1777] [Large tuple found: Coordinate point, $tupleCount=1553, $tupleSplitSize=10, string-length=28989] [Large tuple found: Normal vector, $tupleCount=1553, $tupleSplitSize=10, string-length=12425] [Large tuple found: Coordinate point, $tupleCount=39, $tupleSplitSize=10, string-length=704] [Large tuple found: Normal vector, $tupleCount=39, $tupleSplitSize=10, string-length=313] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=237] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=225] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=639] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=623] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=417] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=451] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=473] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=207] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=281] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=273] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=279] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=261] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=333] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=303] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=303] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=293] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=379] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=357] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=369] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=381] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=377] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=457] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=439] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=395] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=491] [Large tuple found: Normal vector, $tupleCount=26, $tupleSplitSize=10, string-length=497] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=213] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=297] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=223] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=289] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=357] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=6411] [Large tuple found: Normal vector, $tupleCount=322, $tupleSplitSize=10, string-length=2577] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=263] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=289] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=223] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=317] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=451] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=483] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=221] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=449] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=343] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=343] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=357] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=219] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=331] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=333] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=299] [Large tuple found: Coordinate point, $tupleCount=162, $tupleSplitSize=10, string-length=3207] [Large tuple found: Normal vector, $tupleCount=162, $tupleSplitSize=10, string-length=1297] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=985] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=282] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=245] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=368] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=327] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=369] [Large tuple found: Coordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=1326] [Large tuple found: Normal vector, $tupleCount=61, $tupleSplitSize=10, string-length=489] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=296] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=509] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=443] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=429] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=375] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=302] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=298] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=386] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=302] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=384] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=300] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=257] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=423] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=395] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=597] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=549] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=339] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=281] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=386] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3594] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=1265] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=515] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=507] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=464] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=445] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=298] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=294] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=285] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=597] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=585] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=505] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=461] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=339] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=302] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=273] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=251] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=209] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=290] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=257] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=259] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=211] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=294] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=138, $tupleSplitSize=10, string-length=3119] [Large tuple found: Normal vector, $tupleCount=138, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=247] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=225] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=325] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=279] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=325] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=366] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=349] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=207] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=286] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=273] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=325] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=279] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=284] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=366] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=325] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=368] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=327] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=293] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=407] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=409] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=405] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=377] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=487] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=439] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=282] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=284] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=368] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=288] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=286] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=213] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=321] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=297] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=243] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=282] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=289] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=321] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=448] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=300, $tupleSplitSize=10, string-length=6532] [Large tuple found: Normal vector, $tupleCount=300, $tupleSplitSize=10, string-length=2401] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1029] [Large tuple found: Normal vector, $tupleCount=58, $tupleSplitSize=10, string-length=465] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1144] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1144] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1129] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1171] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=647] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1198] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1198] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1129] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1225] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=647] [Large tuple found: Coordinate point, $tupleCount=104, $tupleSplitSize=10, string-length=2161] [Large tuple found: Normal vector, $tupleCount=104, $tupleSplitSize=10, string-length=2101] [Large tuple found: Coordinate point, $tupleCount=104, $tupleSplitSize=10, string-length=2681] [Large tuple found: Normal vector, $tupleCount=104, $tupleSplitSize=10, string-length=2035] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=739] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=732] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=773] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=598] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=783] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=594] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=398] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=347] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=751] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=726] [Large tuple found: Coordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1681] [Large tuple found: Normal vector, $tupleCount=77, $tupleSplitSize=10, string-length=923] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1435] [Large tuple found: Normal vector, $tupleCount=56, $tupleSplitSize=10, string-length=1009] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=396] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=347] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=748] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=723] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=738] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=721] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1255] [Large tuple found: Normal vector, $tupleCount=56, $tupleSplitSize=10, string-length=839] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=772] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=595] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=782] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=583] [Large tuple found: Coordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1758] [Large tuple found: Normal vector, $tupleCount=77, $tupleSplitSize=10, string-length=848] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1433] [Large tuple found: Normal vector, $tupleCount=56, $tupleSplitSize=10, string-length=1287] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=549] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=531] [Large tuple found: Coordinate point, $tupleCount=135, $tupleSplitSize=10, string-length=2930] [Large tuple found: Normal vector, $tupleCount=135, $tupleSplitSize=10, string-length=1889] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=271] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=617] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=571] [Large tuple found: Coordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=1380] [Large tuple found: Normal vector, $tupleCount=70, $tupleSplitSize=10, string-length=561] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=525] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=591] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=474] [Large tuple found: Coordinate point, $tupleCount=135, $tupleSplitSize=10, string-length=3073] [Large tuple found: Normal vector, $tupleCount=135, $tupleSplitSize=10, string-length=1216] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\KeyFobWeb3d2013BasqueCountry.java:162: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.KeyFobWeb3d2013BasqueCountry Error: Could not find or load main class Basic.CAD.KeyFobWeb3d2013BasqueCountry Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/KeyFobWeb3d2013Spain.java produced from KeyFobWeb3d2013Spain.x3d [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=435] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=391] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=359] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=479] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=455] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=441] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=279] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=259] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=231] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=361] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=157, $tupleSplitSize=10, string-length=3283] [Large tuple found: Normal vector, $tupleCount=157, $tupleSplitSize=10, string-length=1257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=209] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=237] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=361] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=467] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=425] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2190] [Large tuple found: Normal vector, $tupleCount=105, $tupleSplitSize=10, string-length=841] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=345] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=373] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=477] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=477] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=381] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=391] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=417] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=459] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=417] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=427] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=381] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=387] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=261] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=307] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=343] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=333] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=341] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=307] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=213] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=435] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=439] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=359] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=353] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=357] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=241] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=221] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=361] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=341] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=333] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=225] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=211] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=4492] [Large tuple found: Normal vector, $tupleCount=222, $tupleSplitSize=10, string-length=1777] [Large tuple found: Coordinate point, $tupleCount=1553, $tupleSplitSize=10, string-length=28989] [Large tuple found: Normal vector, $tupleCount=1553, $tupleSplitSize=10, string-length=12425] [Large tuple found: Coordinate point, $tupleCount=39, $tupleSplitSize=10, string-length=704] [Large tuple found: Normal vector, $tupleCount=39, $tupleSplitSize=10, string-length=313] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=237] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=225] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=639] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=623] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=417] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=451] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=473] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=207] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=281] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=273] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=279] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=261] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=333] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=303] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=409] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=303] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=293] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=379] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=357] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=369] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=381] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=377] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=457] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=439] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=395] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=491] [Large tuple found: Normal vector, $tupleCount=26, $tupleSplitSize=10, string-length=497] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=213] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=297] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=223] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=289] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=415] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=357] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=6411] [Large tuple found: Normal vector, $tupleCount=322, $tupleSplitSize=10, string-length=2577] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=263] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=289] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=223] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=317] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=451] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=483] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=221] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=449] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=343] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=343] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=357] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=219] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=331] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=333] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=301] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=299] [Large tuple found: Coordinate point, $tupleCount=162, $tupleSplitSize=10, string-length=3207] [Large tuple found: Normal vector, $tupleCount=162, $tupleSplitSize=10, string-length=1297] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=985] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=282] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=245] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=368] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=327] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=227] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=369] [Large tuple found: Coordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=1326] [Large tuple found: Normal vector, $tupleCount=61, $tupleSplitSize=10, string-length=489] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=296] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=509] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=443] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=429] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=375] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=302] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=298] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=386] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=302] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=384] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=300] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=257] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=423] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=395] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=597] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=549] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=339] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=281] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=386] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3594] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=1265] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=515] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=507] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=464] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=445] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=298] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=294] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=285] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=597] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=585] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=505] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=461] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=339] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=302] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=273] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=251] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=209] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=290] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=257] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=259] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=211] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=294] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=138, $tupleSplitSize=10, string-length=3119] [Large tuple found: Normal vector, $tupleCount=138, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=247] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=225] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=325] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=279] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=325] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=450] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=366] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=349] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=207] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=229] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=286] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=273] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=325] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=279] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=284] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=267] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=366] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=339] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=325] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=277] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=368] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=327] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=293] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=407] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=409] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=359] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=405] [Large tuple found: Normal vector, $tupleCount=20, $tupleSplitSize=10, string-length=377] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=487] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=439] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=282] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=284] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=265] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=368] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=288] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=247] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=337] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=286] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=257] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=245] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=213] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=321] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=297] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=243] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=282] [Large tuple found: Normal vector, $tupleCount=14, $tupleSplitSize=10, string-length=289] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=321] [Large tuple found: Normal vector, $tupleCount=16, $tupleSplitSize=10, string-length=305] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=448] [Large tuple found: Normal vector, $tupleCount=22, $tupleSplitSize=10, string-length=393] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=370] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=321] [Large tuple found: Coordinate point, $tupleCount=300, $tupleSplitSize=10, string-length=6532] [Large tuple found: Normal vector, $tupleCount=300, $tupleSplitSize=10, string-length=2401] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1029] [Large tuple found: Normal vector, $tupleCount=58, $tupleSplitSize=10, string-length=465] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1144] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1144] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1129] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1171] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=647] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1198] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1198] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=1129] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1225] [Large tuple found: Normal vector, $tupleCount=54, $tupleSplitSize=10, string-length=647] [Large tuple found: Coordinate point, $tupleCount=104, $tupleSplitSize=10, string-length=2161] [Large tuple found: Normal vector, $tupleCount=104, $tupleSplitSize=10, string-length=2101] [Large tuple found: Coordinate point, $tupleCount=104, $tupleSplitSize=10, string-length=2681] [Large tuple found: Normal vector, $tupleCount=104, $tupleSplitSize=10, string-length=2035] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=739] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=732] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=773] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=598] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=783] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=594] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=398] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=347] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=751] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=726] [Large tuple found: Coordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1681] [Large tuple found: Normal vector, $tupleCount=77, $tupleSplitSize=10, string-length=923] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1435] [Large tuple found: Normal vector, $tupleCount=56, $tupleSplitSize=10, string-length=1009] [Large tuple found: Coordinate point, $tupleCount=18, $tupleSplitSize=10, string-length=396] [Large tuple found: Normal vector, $tupleCount=18, $tupleSplitSize=10, string-length=347] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=748] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=723] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=738] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=721] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1255] [Large tuple found: Normal vector, $tupleCount=56, $tupleSplitSize=10, string-length=839] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=772] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=595] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=782] [Large tuple found: Normal vector, $tupleCount=34, $tupleSplitSize=10, string-length=583] [Large tuple found: Coordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1758] [Large tuple found: Normal vector, $tupleCount=77, $tupleSplitSize=10, string-length=848] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1433] [Large tuple found: Normal vector, $tupleCount=56, $tupleSplitSize=10, string-length=1287] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=549] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=531] [Large tuple found: Coordinate point, $tupleCount=135, $tupleSplitSize=10, string-length=2930] [Large tuple found: Normal vector, $tupleCount=135, $tupleSplitSize=10, string-length=1889] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=271] [Large tuple found: Normal vector, $tupleCount=12, $tupleSplitSize=10, string-length=249] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=617] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=571] [Large tuple found: Coordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=1380] [Large tuple found: Normal vector, $tupleCount=70, $tupleSplitSize=10, string-length=561] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=525] [Large tuple found: Normal vector, $tupleCount=24, $tupleSplitSize=10, string-length=437] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=591] [Large tuple found: Normal vector, $tupleCount=28, $tupleSplitSize=10, string-length=474] [Large tuple found: Coordinate point, $tupleCount=135, $tupleSplitSize=10, string-length=3073] [Large tuple found: Normal vector, $tupleCount=135, $tupleSplitSize=10, string-length=1216] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\KeyFobWeb3d2013Spain.java:158: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.KeyFobWeb3d2013Spain Error: Could not find or load main class Basic.CAD.KeyFobWeb3d2013Spain Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/QuadSetColor.java produced from QuadSetColor.x3d [Large tuple found: Coordinate point, $tupleCount=3364, $tupleSplitSize=10, string-length=74007] [Large tuple found: Normal vector, $tupleCount=3364, $tupleSplitSize=10, string-length=77371] [Large tuple found: Color color, $tupleCount=3364, $tupleSplitSize=10, string-length=70643] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\QuadSetColor.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.QuadSetColor Error: Could not find or load main class Basic.CAD.QuadSetColor Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/CAD/QuadSetExample.java produced from QuadSetExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.CAD.QuadSetExample QuadSetExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/AceticAcid.java produced from AceticAcid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.AceticAcid Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.AceticAcid.initialize(AceticAcid.java:464) at Basic.ChemicalMarkupLanguage.AceticAcid.(AceticAcid.java:136) at Basic.ChemicalMarkupLanguage.AceticAcid.main(AceticAcid.java:565) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Alanine.java produced from Alanine.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Alanine Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Alanine.initialize(Alanine.java:464) at Basic.ChemicalMarkupLanguage.Alanine.(Alanine.java:136) at Basic.ChemicalMarkupLanguage.Alanine.main(Alanine.java:575) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/ButanedioicAcid.java produced from ButanedioicAcid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.ButanedioicAcid Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.ButanedioicAcid.initialize(ButanedioicAcid.java:464) at Basic.ChemicalMarkupLanguage.ButanedioicAcid.(ButanedioicAcid.java:136) at Basic.ChemicalMarkupLanguage.ButanedioicAcid.main(ButanedioicAcid.java:587) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Caffeine.java produced from Caffeine.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Caffeine Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Caffeine.initialize(Caffeine.java:464) at Basic.ChemicalMarkupLanguage.Caffeine.(Caffeine.java:136) at Basic.ChemicalMarkupLanguage.Caffeine.main(Caffeine.java:675) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Cholesterol.java produced from Cholesterol.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Cholesterol Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Cholesterol.initialize(Cholesterol.java:467) at Basic.ChemicalMarkupLanguage.Cholesterol.(Cholesterol.java:136) at Basic.ChemicalMarkupLanguage.Cholesterol.main(Cholesterol.java:936) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Cortisone.java produced from Cortisone.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Cortisone Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Cortisone.initialize(Cortisone.java:465) at Basic.ChemicalMarkupLanguage.Cortisone.(Cortisone.java:136) at Basic.ChemicalMarkupLanguage.Cortisone.main(Cortisone.java:684) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/CyclohexeneOxide.java produced from CyclohexeneOxide.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.CyclohexeneOxide Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.CyclohexeneOxide.initialize(CyclohexeneOxide.java:464) at Basic.ChemicalMarkupLanguage.CyclohexeneOxide.(CyclohexeneOxide.java:136) at Basic.ChemicalMarkupLanguage.CyclohexeneOxide.main(CyclohexeneOxide.java:582) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Cyclopentanamine.java produced from Cyclopentanamine.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Cyclopentanamine Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Cyclopentanamine.initialize(Cyclopentanamine.java:464) at Basic.ChemicalMarkupLanguage.Cyclopentanamine.(Cyclopentanamine.java:136) at Basic.ChemicalMarkupLanguage.Cyclopentanamine.main(Cyclopentanamine.java:575) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Digitoxigenin.java produced from Digitoxigenin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Digitoxigenin Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Digitoxigenin.initialize(Digitoxigenin.java:463) at Basic.ChemicalMarkupLanguage.Digitoxigenin.(Digitoxigenin.java:136) at Basic.ChemicalMarkupLanguage.Digitoxigenin.main(Digitoxigenin.java:854) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/DimethylSulfoxide.java produced from DimethylSulfoxide.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.DimethylSulfoxide Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.DimethylSulfoxide.initialize(DimethylSulfoxide.java:464) at Basic.ChemicalMarkupLanguage.DimethylSulfoxide.(DimethylSulfoxide.java:136) at Basic.ChemicalMarkupLanguage.DimethylSulfoxide.main(DimethylSulfoxide.java:565) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Ethanol.java produced from Ethanol.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Ethanol Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Ethanol.initialize(Ethanol.java:465) at Basic.ChemicalMarkupLanguage.Ethanol.(Ethanol.java:136) at Basic.ChemicalMarkupLanguage.Ethanol.main(Ethanol.java:583) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/GlycerolDiacetate.java produced from GlycerolDiacetate.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.GlycerolDiacetate Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.GlycerolDiacetate.initialize(GlycerolDiacetate.java:464) at Basic.ChemicalMarkupLanguage.GlycerolDiacetate.(GlycerolDiacetate.java:136) at Basic.ChemicalMarkupLanguage.GlycerolDiacetate.main(GlycerolDiacetate.java:573) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Histamine.java produced from Histamine.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Histamine Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Histamine.initialize(Histamine.java:465) at Basic.ChemicalMarkupLanguage.Histamine.(Histamine.java:136) at Basic.ChemicalMarkupLanguage.Histamine.main(Histamine.java:634) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Oxytocin.java produced from Oxytocin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Oxytocin Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Oxytocin.initialize(Oxytocin.java:464) at Basic.ChemicalMarkupLanguage.Oxytocin.(Oxytocin.java:136) at Basic.ChemicalMarkupLanguage.Oxytocin.main(Oxytocin.java:910) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/PyruvicAcid.java produced from PyruvicAcid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.PyruvicAcid Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.PyruvicAcid.initialize(PyruvicAcid.java:464) at Basic.ChemicalMarkupLanguage.PyruvicAcid.(PyruvicAcid.java:136) at Basic.ChemicalMarkupLanguage.PyruvicAcid.main(PyruvicAcid.java:577) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Riboflavin.java produced from Riboflavin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Riboflavin Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Riboflavin.initialize(Riboflavin.java:464) at Basic.ChemicalMarkupLanguage.Riboflavin.(Riboflavin.java:136) at Basic.ChemicalMarkupLanguage.Riboflavin.main(Riboflavin.java:786) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/SomatoStatin.java produced from SomatoStatin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.SomatoStatin Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.SomatoStatin.initialize(SomatoStatin.java:462) at Basic.ChemicalMarkupLanguage.SomatoStatin.(SomatoStatin.java:136) at Basic.ChemicalMarkupLanguage.SomatoStatin.main(SomatoStatin.java:1173) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/TartaricAcid.java produced from TartaricAcid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.TartaricAcid Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.TartaricAcid.initialize(TartaricAcid.java:464) at Basic.ChemicalMarkupLanguage.TartaricAcid.(TartaricAcid.java:136) at Basic.ChemicalMarkupLanguage.TartaricAcid.main(TartaricAcid.java:597) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/Tetrahydrofuran.java produced from Tetrahydrofuran.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.Tetrahydrofuran Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.Tetrahydrofuran.initialize(Tetrahydrofuran.java:465) at Basic.ChemicalMarkupLanguage.Tetrahydrofuran.(Tetrahydrofuran.java:136) at Basic.ChemicalMarkupLanguage.Tetrahydrofuran.main(Tetrahydrofuran.java:589) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/TransDCE.java produced from TransDCE.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.TransDCE Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.TransDCE.initialize(TransDCE.java:465) at Basic.ChemicalMarkupLanguage.TransDCE.(TransDCE.java:136) at Basic.ChemicalMarkupLanguage.TransDCE.main(TransDCE.java:564) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/VitaminK.java produced from VitaminK.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage.VitaminK Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage.VitaminK.initialize(VitaminK.java:464) at Basic.ChemicalMarkupLanguage.VitaminK.(VitaminK.java:136) at Basic.ChemicalMarkupLanguage.VitaminK.main(VitaminK.java:593) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/_1_4_Dihydronaphthalene.java produced from _1_4_Dihydronaphthalene.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage._1_4_Dihydronaphthalene Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage._1_4_Dihydronaphthalene.initialize(_1_4_Dihydronaphthalene.java:464) at Basic.ChemicalMarkupLanguage._1_4_Dihydronaphthalene.(_1_4_Dihydronaphthalene.java:136) at Basic.ChemicalMarkupLanguage._1_4_Dihydronaphthalene.main(_1_4_Dihydronaphthalene.java:587) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ChemicalMarkupLanguage/_3_Methy_1H_indene.java produced from _3_Methy_1H_indene.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ChemicalMarkupLanguage._3_Methy_1H_indene Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='title_text' fieldValue name='txt', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='txt' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ChemicalMarkupLanguage._3_Methy_1H_indene.initialize(_3_Methy_1H_indene.java:464) at Basic.ChemicalMarkupLanguage._3_Methy_1H_indene.(_3_Methy_1H_indene.java:136) at Basic.ChemicalMarkupLanguage._3_Methy_1H_indene.main(_3_Methy_1H_indene.java:587) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/AriesEspduPrototype.java produced from AriesEspduPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.AriesEspduPrototype Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='Aries' fieldValue name='hullColor', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='hullColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.DistributedInteractiveSimulation.AriesEspduPrototype.initialize(AriesEspduPrototype.java:183) at Basic.DistributedInteractiveSimulation.AriesEspduPrototype.(AriesEspduPrototype.java:111) at Basic.DistributedInteractiveSimulation.AriesEspduPrototype.main(AriesEspduPrototype.java:286) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/AutomatedEntityGeometryCreator.java produced from AutomatedEntityGeometryCreator.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.AutomatedEntityGeometryCreator AutomatedEntityGeometryCreator self-validation test results: ROUTE details: FROM EntityManager.addedEntities (DISEntityManager.MFNode.outputOnly) TO EntityHolder.addChildren (Group.ERROR_UNKNOWN_FIELD_TYPE.ERROR_UNKNOWN_FIELD_ACCESSTYPE) ROUTE has source-destination type mismatch, fromField='addedEntities' source and toField='addChildren' destination have different types. ROUTE toField (destination) event can only have accessType='inputOutput' or accessType='inputOnly'. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/BaseballBackspin.java produced from BaseballBackspin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.BaseballBackspin BaseballBackspin self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/BeachTanks.java produced from BeachTanks.x3d [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=502] [Large tuple found: PositionInterpolator keyValue, $tupleCount=41, $tupleSplitSize=10, string-length=1120] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.BeachTanks Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='GridXZ' fieldValue name='description', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='description' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.DistributedInteractiveSimulation.BeachTanks.initialize(BeachTanks.java:179) at Basic.DistributedInteractiveSimulation.BeachTanks.(BeachTanks.java:134) at Basic.DistributedInteractiveSimulation.BeachTanks.main(BeachTanks.java:361) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/CannonProject.java produced from CannonProject.x3d [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=216] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=250] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=279] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] [Large tuple found: Extrusion spine, $tupleCount=14, $tupleSplitSize=10, string-length=126] [Large tuple found: Extrusion scale, $tupleCount=14, $tupleSplitSize=10, string-length=174] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion crossSection, $tupleCount=24, $tupleSplitSize=10, string-length=210] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.CannonProject Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:851) at Basic.DistributedInteractiveSimulation.CannonProject.initialize(CannonProject.java:176) at Basic.DistributedInteractiveSimulation.CannonProject.(CannonProject.java:142) at Basic.DistributedInteractiveSimulation.CannonProject.main(CannonProject.java:743) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/CoordinateAxesX3dDIS.java produced from CoordinateAxesX3dDIS.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.CoordinateAxesX3dDIS CoordinateAxesX3dDIS self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/CoordinateAxesX3dDISGeoLoc.java produced from CoordinateAxesX3dDISGeoLoc.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.CoordinateAxesX3dDISGeoLoc CoordinateAxesX3dDISGeoLoc self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/DISEntityPrototypes.java produced from DISEntityPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.DISEntityPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addedEntities' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:487) at Basic.DistributedInteractiveSimulation.DISEntityPrototypes.initialize(DISEntityPrototypes.java:156) at Basic.DistributedInteractiveSimulation.DISEntityPrototypes.(DISEntityPrototypes.java:123) at Basic.DistributedInteractiveSimulation.DISEntityPrototypes.main(DISEntityPrototypes.java:287) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/EspduTransformExample.java produced from EspduTransformExample.x3d [Large tuple found: Color color, $tupleCount=16, $tupleSplitSize=10, string-length=159] [Large tuple found: PositionInterpolator keyValue, $tupleCount=195, $tupleSplitSize=10, string-length=3224] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=724] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.EspduTransformExample Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='espduTransformNode' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:851) at Basic.DistributedInteractiveSimulation.EspduTransformExample.initialize(EspduTransformExample.java:159) at Basic.DistributedInteractiveSimulation.EspduTransformExample.(EspduTransformExample.java:117) at Basic.DistributedInteractiveSimulation.EspduTransformExample.main(EspduTransformExample.java:301) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/EspduTransformPrototypes.java produced from EspduTransformPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.EspduTransformPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addChildren' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:487) at Basic.DistributedInteractiveSimulation.EspduTransformPrototypes.initialize(EspduTransformPrototypes.java:172) at Basic.DistributedInteractiveSimulation.EspduTransformPrototypes.(EspduTransformPrototypes.java:140) at Basic.DistributedInteractiveSimulation.EspduTransformPrototypes.main(EspduTransformPrototypes.java:686) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/EspduTransformSenderReceiver.java produced from EspduTransformSenderReceiver.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=195, $tupleSplitSize=10, string-length=3224] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=724] [Large tuple found: Color color, $tupleCount=16, $tupleSplitSize=10, string-length=159] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.EspduTransformSenderReceiver EspduTransformSenderReceiver self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/ExternProtoDeclareDefinitions.java produced from ExternProtoDeclareDefinitions.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.ExternProtoDeclareDefinitions Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addChildren' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:851) at Basic.DistributedInteractiveSimulation.ExternProtoDeclareDefinitions.initialize(ExternProtoDeclareDefinitions.java:167) at Basic.DistributedInteractiveSimulation.ExternProtoDeclareDefinitions.(ExternProtoDeclareDefinitions.java:132) at Basic.DistributedInteractiveSimulation.ExternProtoDeclareDefinitions.main(ExternProtoDeclareDefinitions.java:467) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/Gimbals.java produced from Gimbals.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=83] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=171] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=171] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=200] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=171] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=192] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.Gimbals Gimbals self-validation test results: ROUTE details: FROM ROLL_SENSOR.rotation_changed (CylinderSensor.SFRotation.outputOnly) TO CONSTRUCT_TRACE_STRING.set_rollRotation (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='rotation_changed' source and toField='set_rollRotation' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/NetworkedCamera.java produced from NetworkedCamera.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.NetworkedCamera NetworkedCamera self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/RadioCommunicationsObserver.java produced from RadioCommunicationsObserver.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.RadioCommunicationsObserver RadioCommunicationsObserver self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/RadioCommunicationsPrototypes.java produced from RadioCommunicationsPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.RadioCommunicationsPrototypes RadioCommunicationsPrototypes self-validation test results: ROUTE fromNode='ReceiverPduReadIntervalClock' was not found in connected scene graph. ROUTE fromNode='ReceiverPduReadIntervalClock' was not found in connected scene graph. ROUTE toNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduWriteIntervalClock' was not found in connected scene graph. ROUTE fromNode='ReceiverPduWriteIntervalClock' was not found in connected scene graph. ROUTE toNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE fromNode='ReceiverPduScriptNode' was not found in connected scene graph. ROUTE toNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='ReceiverOutputAssembler1' was not found in connected scene graph. ROUTE toNode='ReceiverOutput1' was not found in connected scene graph. ROUTE fromNode='SignalPduReadIntervalClock' was not found in connected scene graph. ROUTE fromNode='SignalPduReadIntervalClock' was not found in connected scene graph. ROUTE toNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduWriteIntervalClock' was not found in connected scene graph. ROUTE fromNode='SignalPduWriteIntervalClock' was not found in connected scene graph. ROUTE toNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE fromNode='SignalPduScriptNode' was not found in connected scene graph. ROUTE toNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='SignalOutputAssembler1' was not found in connected scene graph. ROUTE toNode='SignalOutput1' was not found in connected scene graph. ROUTE fromNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='SignalOutputAssembler2' was not found in connected scene graph. ROUTE toNode='SignalOutput2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduReadIntervalClock' was not found in connected scene graph. ROUTE fromNode='TransmitterPduReadIntervalClock' was not found in connected scene graph. ROUTE toNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduWriteIntervalClock' was not found in connected scene graph. ROUTE fromNode='TransmitterPduWriteIntervalClock' was not found in connected scene graph. ROUTE toNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE fromNode='TransmitterPduScriptNode' was not found in connected scene graph. ROUTE toNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE fromNode='TransmitterOutputAssembler1' was not found in connected scene graph. ROUTE toNode='TransmitterOutput1' was not found in connected scene graph. ROUTE fromNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE fromNode='TransmitterOutputAssembler2' was not found in connected scene graph. ROUTE toNode='TransmitterOutput2' was not found in connected scene graph. ROUTE fromNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE fromNode='TransmitterOutputAssembler3' was not found in connected scene graph. ROUTE toNode='TransmitterOutput3' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/TestBoxEspdu.java produced from TestBoxEspdu.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.TestBoxEspdu TestBoxEspdu self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/TestCube.java produced from TestCube.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.TestCube TestCube self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/TestCubeEspdu.java produced from TestCubeEspdu.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.TestCubeEspdu TestCubeEspdu self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/TestImages.java produced from TestImages.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.TestImages TestImages self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/DistributedInteractiveSimulation/UserScriptedEntityGeometryCreator.java produced from UserScriptedEntityGeometryCreator.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.DistributedInteractiveSimulation.UserScriptedEntityGeometryCreator Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addedEntities' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.DistributedInteractiveSimulation.UserScriptedEntityGeometryCreator.initialize(UserScriptedEntityGeometryCreator.java:182) at Basic.DistributedInteractiveSimulation.UserScriptedEntityGeometryCreator.(UserScriptedEntityGeometryCreator.java:147) at Basic.DistributedInteractiveSimulation.UserScriptedEntityGeometryCreator.main(UserScriptedEntityGeometryCreator.java:250) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/CodedCompressedPrototypes.java produced from CodedCompressedPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.CodedCompressedPrototypes CodedCompressedPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/Eight.java produced from Eight.x3d [Large tuple found: Coordinate point, $tupleCount=766, $tupleSplitSize=10, string-length=17308] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.Eight Eight self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/EightCoded.java produced from EightCoded.x3d [Large tuple found: Coordinate point, $tupleCount=766, $tupleSplitSize=10, string-length=11799] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.EightCoded Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='coord' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:851) at Basic.ExperimentalBinaryCompression.EightCoded.initialize(EightCoded.java:151) at Basic.ExperimentalBinaryCompression.EightCoded.(EightCoded.java:125) at Basic.ExperimentalBinaryCompression.EightCoded.main(EightCoded.java:308) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/EightCompressed.java produced from EightCompressed.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.EightCompressed Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='CompressedIndexedFaceSet' fieldValue name='code', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ExperimentalBinaryCompression.EightCompressed.initialize(EightCompressed.java:160) at Basic.ExperimentalBinaryCompression.EightCompressed.(EightCompressed.java:124) at Basic.ExperimentalBinaryCompression.EightCompressed.main(EightCompressed.java:229) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/Fish.java produced from Fish.x3d [Large tuple found: Coordinate point, $tupleCount=4685, $tupleSplitSize=10, string-length=104553] [Large tuple found: TextureCoordinate point, $tupleCount=4685, $tupleSplitSize=10, string-length=64485] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Fish.java:143: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.Fish Error: Could not find or load main class Basic.ExperimentalBinaryCompression.Fish Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/FishCoded.java produced from FishCoded.x3d [Large tuple found: Coordinate point, $tupleCount=4685, $tupleSplitSize=10, string-length=42133] [Large tuple found: TextureCoordinate point, $tupleCount=4685, $tupleSplitSize=10, string-length=22140] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\FishCoded.java:178: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.FishCoded Error: Could not find or load main class Basic.ExperimentalBinaryCompression.FishCoded Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/FishCompressed.java produced from FishCompressed.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.FishCompressed Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='CompressedIndexedFaceSet' fieldValue name='code', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ExperimentalBinaryCompression.FishCompressed.initialize(FishCompressed.java:223) at Basic.ExperimentalBinaryCompression.FishCompressed.(FishCompressed.java:173) at Basic.ExperimentalBinaryCompression.FishCompressed.main(FishCompressed.java:294) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/Lion.java produced from Lion.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16652, $tupleSplitSize=10, string-length=229384] [Large tuple found: Coordinate point, $tupleCount=16302, $tupleSplitSize=10, string-length=354758] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Lion.java:127: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Lion.java:118: error: too many constants public class Lion 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.Lion Error: Could not find or load main class Basic.ExperimentalBinaryCompression.Lion Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/LionCoded.java produced from LionCoded.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16652, $tupleSplitSize=10, string-length=142229] [Large tuple found: Coordinate point, $tupleCount=16302, $tupleSplitSize=10, string-length=238312] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\LionCoded.java:158: error: constant string too long .addFieldValue(new fieldValueObject().setName("code").setValue("82310 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 5 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 5 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 0 0 6 0 0 0 0 6 6 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 6 6 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 6 6 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 0 0 0 6 0 6 0 0 6 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 0 0 0 6 0 6 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 0 0 6 0 0 0 0 6 6 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 3 1 2 0 6 0 0 6 0 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 0 0 6 0 6 0 6 0 3 2 6 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 5 5 0 6 0 0 0 0 6 6 0 0 0 0 0 0 6 0 6 6 0 0 6 5 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 0 0 7 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 3 2 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 3 0 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 5 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 3 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 6 0 6 0 6 0 6 0 3 0 1 1 2 0 5 6 0 0 6 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 5 0 5 0 5 0 5 0 6 0 0 0 0 35 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 5 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 0 6 0 0 6 6 0 0 5 35 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 7 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 5 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 5 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 -1 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 5 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 6 0 0 0 0 3 0 5 3 2 0 6 0 6 0 6 0 0 0 6 0 5 -1 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 5 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 3 0 5 1 1 2 0 6 0 6 0 6 0 0 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 5 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 5 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 0 6 6 0 6 0 0 0 6 6 0 0 3 0 0 6 1 1 1 2 0 6 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 6 5 0 6 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 6 0 0 0 0 0 6 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 5 0 6 0 0 0 0 3 0 0 6 3 0 0 0 6 0 6 0 0 0 0 0 6 0 6 6 0 0 6 5 0 0 6 0 3 2 5 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 6 0 1 1 2 0 5 0 6 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 6 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 5 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 0 6 6 0 6 0 0 0 6 6 0 0 3 0 0 6 1 1 1 2 0 6 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 6 5 0 6 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 6 0 0 0 0 0 6 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 5 0 6 0 0 0 0 3 0 0 6 0 0 6 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 10 0 0 0 0 0 0 0 0 3 0 0 0 6 5 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 0 6 6 0 6 0 0 0 6 6 0 0 3 0 0 6 1 1 1 2 0 6 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 6 5 0 6 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 6 0 0 0 0 0 6 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 5 0 6 0 0 0 0 3 0 0 0 6 5 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 0 6 6 0 6 0 0 0 6 6 0 0 3 0 0 6 1 1 1 2 0 6 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 6 5 0 6 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 6 0 0 0 0 0 6 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 5 0 6 0 0 0 0 3 0 0 6 0 0 5 0 6 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 10 0 0 0 0 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 0 0 0 6 0 6 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 0 3 0 0 6 2 0 5 0 6 0 6 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 0 6 0 0 5 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 0 6 0 6 0 0 6 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 3 0 0 6 1 1 1 2 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 6 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 0 0 6 0 6 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 6 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 5 0 6 0 0 6 0 0 0 0 3 0 5 0 0 6 0 0 0 0 6 0 6 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 0 3 0 0 6 2 0 5 0 6 0 6 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 0 6 0 0 5 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 10 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 6 0 6 0 6 0 0 5 6 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 5 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 6 0 0 0 0 6 3 0 5 1 2 0 5 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 5 6 0 0 0 6 0 0 5 6 0 0 6 0 6 0 0 0 6 6 0 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 5 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 6 0 0 0 0 6 3 2 0 5 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 5 6 0 0 0 6 0 0 5 0 0 0 6 6 0 5 0 6 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 0 6 6 0 6 0 0 0 6 0 0 6 0 5 0 0 6 0 5 0 6 0 0 3 0 0 0 5 0 0 0 6 0 0 5 6 0 6 0 6 0 0 6 0 0 6 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 5 0 0 0 6 0 6 0 6 0 0 0 5 6 0 0 0 0 0 6 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 5 0 5 0 0 5 0 0 0 6 6 0 0 5 5 0 5 0 0 6 0 6 0 0 1 1 1 1 1 2 0 5 0 6 0 6 0 0 6 0 0 5 0 0 0 6 6 0 0 5 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 5 0 0 5 0 6 0 0 5 0 0 0 6 6 0 0 5 0 6 0 0 5 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 5 5 0 6 0 0 0 6 0 6 0 0 5 0 0 5 6 0 0 6 0 0 0 5 5 0 6 0 0 0 6 0 6 0 0 5 0 5 0 0 5 5 0 0 6 0 5 0 5 0 6 0 0 0 0 3 0 5 0 0 6 0 0 0 0 6 0 6 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 0 3 0 0 6 2 0 5 0 6 0 6 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 0 6 0 0 5 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 0 6 0 6 0 0 6 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 3 0 0 6 1 1 1 2 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 6 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 0 0 6 0 6 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 6 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 5 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 10 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 6 0 6 0 6 0 0 5 6 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 5 0 3 2 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 6 0 0 0 6 0 0 0 0 5 0 0 0 6 0 0 5 6 0 6 6 0 5 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 5 0 0 5 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 6 0 0 0 0 0 6 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 5 0 5 0 0 5 0 0 0 6 6 0 0 5 5 0 5 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 3 0 5 0 0 0 0 0 6 0 6 0 6 0 0 5 6 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 5 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 6 0 0 0 0 6 3 2 0 5 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 5 6 0 0 0 6 0 0 5 0 0 0 6 6 0 5 0 6 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 5 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 3 2 0 0 6 0 6 0 6 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 5 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 5 2 0 5 0 6 6 0 0 0 6 0 5 0 0 5 0 6 0 0 5 0 0 0 6 6 0 0 5 0 6 0 0 5 5 0 0 6 0 6 0 0 0 6 0 0 5 6 0 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 5 0 6 0 5 0 0 5 0 0 5 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 5 0 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 5 0 0 0 3 0 0 0 0 6 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 6 3 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 6 0 5 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 0 6 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 5 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 0 6 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 5 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 5 0 5 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 5 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 6 0 5 0 3 2 0 6 6 0 6 0 0 6 0 0 6 7 0 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 0 8 0 0 0 0 6 6 0 0 5 0 0 6 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 0 7 0 0 0 0 7 6 0 0 0 6 0 3 0 0 0 0 0 0 0 0 3 2 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 0 5 0 3 2 0 6 0 6 3 0 0 0 6 0 6 1 0 0 6 0 0 6 3 2 0 6 6 0 0 6 0 0 5 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 3 2 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 1 1 1 1 1 2 0 6 0 6 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 6 0 6 0 0 5 0 6 0 6 0 6 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 3 2 6 0 6 0 0 6 0 0 6 0 0 0 0 6 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 0 6 0 0 0 6 6 0 0 0 7 0 0 0 0 8 0 0 3 2 5 0 6 0 0 6 0 0 6 0 0 6 0 0 3 2 0 5 6 0 6 0 0 6 0 0 5 6 0 0 7 0 0 0 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 5 0 3 0 0 3 1 1 1 1 2 0 6 0 6 0 6 0 0 6 3 2 0 0 7 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 6 6 0 6 0 0 6 0 0 0 0 0 0 3 2 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 3 2 0 0 6 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 3 2 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 1 2 0 6 0 6 6 0 0 0 6 0 6 0 0 0 5 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 7 0 0 0 0 6 0 0 7 0 0 6 0 0 0 6 0 5 0 6 0 6 0 0 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 6 0 0 0 6 0 0 5 6 0 6 0 5 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 5 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 5 0 5 0 0 5 0 5 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 6 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 7 0 0 0 5 0 5 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 5 0 5 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 6 0 0 7 0 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 0 8 0 0 0 7 0 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 7 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 5 0 5 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 5 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 3 2 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 11 0 0 0 0 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 0 0 7 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 3 2 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 5 0 5 0 5 0 5 0 6 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 5 6 0 0 0 6 0 6 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 6 0 0 6 0 3 2 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 5 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 11 0 0 0 0 0 0 2 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 1 2 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 0 6 0 7 0 0 6 0 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 5 0 5 5 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 0 6 0 5 5 0 0 6 0 6 0 0 6 0 0 3 2 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 0 5 0 7 0 6 0 0 5 0 0 5 5 0 6 0 0 0 6 0 5 0 0 6 0 0 7 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 7 0 0 0 6 0 6 0 0 5 0 0 5 0 5 6 0 0 0 0 6 0 6 0 0 7 0 0 6 0 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 6 0 0 0 6 0 0 0 6 6 0 0 0 5 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 0 0 0 0 6 0 6 0 6 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 0 0 0 0 6 0 6 0 6 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 7 0 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 7 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 6 0 6 0 5 0 3 0 0 5 0 6 2 0 0 6 0 6 0 0 0 6 6 0 6 0 0 6 0 0 5 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 5 0 6 0 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 6 0 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 0 6 5 0 0 0 6 0 6 0 0 6 0 3 1 3 1 1 1 2 0 6 0 0 6 0 0 6 6 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 3 1 2 5 5 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 0 5 6 6 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 6 0 6 3 3 2 0 6 0 0 0 6 0 0 3 0 0 0 5 6 2 0 6 0 6 6 0 5 0 6 0 0 0 6 6 0 0 5 0 0 6 0 0 6 5 0 0 0 6 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 0 6 0 0 5 6 0 0 0 6 0 0 0 0 6 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 3 1 2 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 5 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 0 5 0 0 0 0 6 0 6 0 6 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 3 1 2 6 5 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 1 1 1 1 1 1 1 1 1 1 1 1 2 0 6 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 3 0 5 2 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 0 6 0 6 0 5 0 6 3 2 0 6 0 0 6 0 6 0 5 0 0 5 5 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 5 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 5 0 6 0 6 0 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 0 5 0 6 0 6 0 6 0 6 0 6 5 0 0 6 0 6 0 6 5 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 5 6 0 0 0 6 0 0 5 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 5 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 5 0 0 5 5 0 6 0 0 6 3 2 0 6 0 6 0 5 0 0 6 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 5 6 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 3 2 0 6 6 0 0 0 6 0 0 5 5 0 6 0 0 0 6 0 0 6 3 2 0 6 0 0 6 6 0 0 0 6 0 0 5 5 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 6 0 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 5 0 0 5 0 6 0 6 0 0 0 6 3 2 0 6 0 6 0 0 6 0 6 0 0 5 0 0 5 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 5 0 0 5 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 0 5 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 5 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 6 0 0 0 0 6 5 0 5 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 5 0 5 0 0 0 6 6 0 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 5 0 6 0 0 0 0 6 6 0 0 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 5 0 5 0 6 0 6 0 0 6 0 6 0 0 6 0 0 0 5 0 6 0 0 6 0 0 0 6 5 0 6 0 0 0 6 0 6 0 0 0 5 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 6 0 0 6 0 5 0 0 5 5 0 6 0 0 0 0 6 6 0 0 0 5 5 0 0 6 0 5 0 5 0 5 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 0 6 0 5 0 5 0 0 6 0 5 0 5 0 5 0 5 0 0 6 0 5 0 0 6 0 5 0 5 0 0 6 0 5 0 5 0 5 0 5 0 5 0 0 6 0 5 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 5 0 5 0 5 0 5 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 5 0 0 6 0 5 0 5 0 5 0 5 0 5 0 0 6 0 5 0 5 0 0 6 0 5 0 0 6 0 5 0 5 0 5 0 5 0 0 6 0 5 0 5 0 0 6 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 5 0 5 0 5 0 0 6 0 5 0 0 5 6 0 0 0 0 6 6 0 0 5 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 0 6 0 0 5 6 0 0 6 0 0 5 6 0 0 0 6 0 6 0 0 5 0 0 0 6 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 5 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 5 0 5 0 5 0 5 0 5 0 5 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 5 0 0 5 6 0 0 0 6 0 0 5 6 0 0 0 0 30 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 0 0 5 0 6 0 6 0 0 0 5 5 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 0 5 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 5 0 0 6 5 0 0 6 0 0 6 0 5 0 0 0 6 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 5 0 0 6 0 0 0 5 0 0 6 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 5 0 6 0 0 0 6 0 5 0 0 5 0 6 0 0 5 0 5 0 6 0 0 5 5 0 0 6 0 6 0 0 5 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 3 1 2 0 6 5 0 0 6 0 0 6 0 0 0 6 5 0 0 5 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 5 0 5 6 0 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 5 0 0 6 0 0 5 6 0 0 5 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 5 0 6 0 0 5 0 6 0 5 0 5 6 0 0 6 0 0 0 6 0 5 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 5 0 5 0 6 0 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 5 0 5 0 6 0 0 6 0 0 5 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 5 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 5 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 5 0 6 0 0 0 5 0 6 0 5 0 5 0 6 0 0 0 5 6 0 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 5 0 6 0 0 5 0 0 5 6 0 0 0 6 0 6 0 0 0 5 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 6 0 6 0 6 0 0 0 0 0 6 0 6 6 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 5 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 5 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 6 0 6 0 6 0 0 0 0 0 6 0 6 6 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 0 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 5 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 0 6 0 6 0 0 5 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 14 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 6 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 0 6 0 14 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 14 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 6 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 0 6 0 14 0 0 0 0 0 0 0 0 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 0 0 0 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 3 0 0 3 0 0 0 0 0 0 0 10 3 0 0 0 0 0 0 0 0 10 0 6 5 2 6 1 1 2 0 0 0 10 0 0 6 0 6 0 0 6 0 0 6 0 6 0 5 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 0 6 5 0 0 6 0 6 6 0 0 0 6 0 6 0 6 6 6 0 0 0 6 0 0 6 6 0 0 6 0 6 0 0 6 6 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 11368 6 -1 11369 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 11378 6 -1 11379 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 0 6 6 6 0 6 0 6 0 6 -1 11388 6 -1 11389 0 0 6 0 0 0 0 10 0 0 0 6 0 0 6 6 0 6 0 6 0 0 0 0 0 13 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 0 6 6 0 6 6 0 6 6 6 0 0 6 0 0 6 6 0 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 6 6 0 6 0 0 0 6 6 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 6 0 0 6 0 6 6 6 0 6 0 6 6 6 0 6 0 6 6 6 0 6 6 6 6 0 6 6 0 6 6 5 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 0 0 6 0 6 0 6 0 6 0 0 0 6 0 5 0 0 0 0 5 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 5 6 0 0 0 6 0 6 0 0 0 5 5 0 0 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 5 5 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 5 0 0 6 0 0 5 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 0 5 0 6 0 5 0 6 0 0 5 5 0 0 5 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 3 2 6 0 5 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 5 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 5 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 5 5 0 0 6 0 6 0 0 0 6 0 5 0 0 5 5 0 0 5 5 0 0 6 0 0 5 0 6 0 6 0 0 5 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 3 0 0 0 3 3 1 2 0 0 6 0 0 5 0 6 5 3 0 3 1 2 0 6 0 0 5 0 6 5 3 3 2 3 2 6 3 2 0 6 0 5 5 0 3 2 0 6 6 0 0 0 6 0 0 0 0 6 6 0 6 0 6 0 0 0 6 0 0 6 6 0 0 0 6 0 0 0 6 0 6 0 0 6 6 0 0 0 6 0 0 0 6 6 6 6 0 6 0 0 0 0 3 2 6 0 0 5 0 6 0 5 0 6 0 0 6 6 6 0 0 6 0 6 6 0 6 6 0 0 7 0 0 0 0 0 6 0 6 0 0 5 0 6 0 6 0 0 0 0 6 3 1 1 1 1 1 1 2 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 0 6 7 0 0 0 0 6 0 0 6 6 6 6 0 0 0 0 6 6 0 0 6 6 0 5 0 0 0 5 6 6 0 0 0 0 6 6 6 6 0 6 0 0 0 6 0 0 6 6 0 6 6 0 6 0 0 0 0 6 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 6 0 6 0 6 0 0 5 5 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 0 6 6 6 0 6 0 6 6 6 0 6 0 0 6 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 6 0 6 0 0 6 6 6 0 6 0 0 0 6 6 6 0 6 0 6 0 0 5 0 6 0 0 6 0 5 0 0 5 6 0 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 6 6 0 6 0 6 0 6 0 0 6 0 0 6 6 0 0 0 0 6 0 6 0 0 0 0 6 6 0 0 5 6 0 0 0 0 6 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 3 2 6 6 6 0 0 6 0 0 6 6 6 0 6 0 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 5 6 0 0 6 0 6 0 0 6 5 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 3 0 0 0 3 1 1 2 0 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 14 0 0 0 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 1 1 1 1 2 0 6 0 6 0 0 6 0 3 1 1 1 1 1 1 1 0 0 6 0 0 6 0 0 14 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 6 6 0 6 0 0 6 0 0 0 6 6 0 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 1 1 1 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 0 6 5 0 0 6 6 6 0 0 6 0 0 6 6 6 0 6 0 3 2 6 6 6 0 6 0 0 6 6 6 0 6 0 0 0 6 6 0 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 0 6 6 0 0 0 5 6 0 0 0 0 6 0 6 0 6 0 0 0 0 0 0 6 6 0 6 0 0 5 5 0 5 0 5 0 0 5 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 5 6 0 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 5 5 0 0 6 0 6 0 0 6 0 6 5 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 5 5 0 5 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 6 0 0 6 6 0 0 0 6 0 0 6 0 0 5 5 0 5 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 6 0 0 5 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 5 5 0 5 0 5 0 0 5 0 6 0 6 0 0 0 6 0 0 3 1 0 3 2 0 0 6 6 0 3 1 2 6 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 5 5 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 6 0 3 1 1 1 1 2 6 0 0 6 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 0 5 5 0 6 0 0 6 0 6 0 0 0 3 2 6 0 6 0 0 6 0 0 0 6 0 5 5 0 0 6 0 5 0 0 0 7 0 0 5 6 0 0 0 5 6 0 0 0 0 5 6 0 0 5 6 0 0 6 0 6 0 6 0 6 3 2 0 5 0 6 0 3 2 0 5 6 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 0 5 0 0 5 6 0 6 0 0 0 5 6 0 0 0 5 0 0 7 0 5 0 0 6 0 5 0 0 5 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 0 6 6 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 5 0 6 0 0 0 0 5 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 5 0 0 0 6 0 6 0 0 5 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 5 6 0 0 0 0 6 6 0 5 6 0 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 0 5 0 0 5 6 0 6 0 0 5 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 1 1 1 1 1 2 6 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 5 0 6 0 6 0 0 6 0 0 0 5 0 6 0 0 6 0 5 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 5 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 6 0 6 0 6 6 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 6 0 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 0 5 0 6 0 0 0 6 5 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 5 0 0 0 6 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 5 5 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 5 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 3 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 3 2 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 5 0 0 5 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 5 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 5 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 6 0 0 0 6 0 6 0 0 0 6 0 3 2 5 0 6 0 5 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 5 3 0 5 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 6 0 0 0 5 0 6 0 0 5 0 6 0 5 0 0 6 0 3 1 1 2 0 0 7 0 6 0 3 2 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 6 6 6 0 0 0 6 0 6 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 0 6 0 6 6 0 0 6 0 5 0 6 6 0 6 0 6 5 0 6 0 1 1 0 0 0 3 1 1 1 2 0 5 0 6 0 6 6 0 0 6 3 1 2 0 6 0 6 0 0 6 6 0 0 6 0 0 5 6 0 0 0 7 6 6 6 0 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 3 2 5 0 6 0 0 5 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 7 6 0 6 0 6 0 5 0 5 0 0 6 0 0 0 5 6 0 0 0 5 6 0 0 6 0 6 6 0 5 3 1 2 0 6 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 2 0 5 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 3 0 0 3 1 1 1 2 0 5 0 6 0 6 3 0 0 6 0 0 5 0 6 0 0 0 3 1 1 1 2 0 7 0 6 5 0 6 0 0 5 0 6 0 0 5 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 3 2 5 0 6 0 0 5 6 6 6 0 6 0 0 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 6 6 0 0 6 6 6 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 6 0 1 2 0 6 0 6 3 1 2 0 6 0 0 6 6 0 0 0 6 0 0 5 6 0 0 6 0 6 0 5 0 6 0 5 3 1 2 0 6 0 5 6 0 0 0 6 0 0 6 0 0 0 5 6 0 0 0 5 6 0 0 6 0 5 0 5 0 7 0 6 6 0 6 0 6 0 0 6 0 0 6 0 5 0 0 0 6 5 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 7 0 6 6 0 6 0 6 6 0 6 6 0 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 6 2 0 5 6 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 6 0 6 0 6 0 6 0 5 0 0 6 0 5 0 0 0 6 6 0 0 6 0 0 0 5 0 5 0 5 5 0 5 0 5 0 0 5 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 6 0 6 0 6 0 0 5 0 6 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 0 5 6 0 6 0 0 6 6 0 6 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 5 0 5 5 0 5 0 5 0 0 5 0 5 0 5 6 0 0 6 0 0 6 0 0 5 0 5 5 0 6 0 0 0 6 0 0 6 6 0 6 0 6 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 5 6 0 0 0 6 0 6 0 0 0 0 6 6 6 6 6 0 0 0 6 0 6 0 6 5 0 0 6 0 0 6 0 0 6 0 5 0 6 0 1 2 0 6 0 5 6 0 0 0 0 6 6 0 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 6 6 0 6 0 0 0 6 0 6 0 6 6 0 0 6 0 6 6 6 0 6 0 0 0 0 6 6 0 0 6 0 6 0 5 6 0 6 0 0 6 0 6 0 5 6 0 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 0 6 6 0 0 6 0 5 0 0 0 0 0 6 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 0 0 7 0 0 6 0 0 7 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 7 0 0 6 0 0 0 7 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 0 0 6 0 6 0 6 6 0 5 0 6 0 6 0 0 0 6 6 6 6 0 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 0 6 0 6 0 5 6 0 6 0 0 6 0 6 0 5 0 6 0 0 6 6 6 0 0 6 0 6 6 6 0 6 0 0 0 6 0 6 6 0 6 0 0 1 2 0 6 0 5 6 0 0 0 6 0 6 0 0 6 0 0 0 6 0 6 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 6 0 0 0 6 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 6 0 6 6 0 6 0 0 0 6 6 6 0 0 6 6 0 0 0 6 0 6 0 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 6 0 6 0 6 6 0 0 5 0 0 5 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 0 6 6 0 0 0 7 6 0 6 0 6 0 0 0 5 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 0 5 6 0 7 0 0 6 6 0 6 0 6 0 0 0 6 6 0 0 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 6 0 6 0 6 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 5 0 6 0 6 0 0 5 0 0 5 0 5 6 6 6 6 0 0 0 6 0 6 6 0 0 0 6 0 5 0 5 0 0 6 0 5 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 5 5 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 6 0 6 0 0 5 6 6 0 6 0 6 0 0 0 6 0 0 6 0 3 2 5 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 3 2 6 0 0 5 0 6 0 0 6 0 6 0 0 0 5 6 6 6 0 6 0 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 5 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 5 0 0 6 0 5 0 5 0 0 6 0 6 0 6 6 0 0 0 6 0 5 0 5 5 6 0 0 0 6 6 6 0 0 0 6 0 0 5 6 0 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 6 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 6 6 0 6 0 6 0 6 0 6 5 0 0 5 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 0 6 0 5 5 0 6 0 6 6 0 6 0 0 0 6 6 6 0 6 0 6 0 0 6 0 6 0 0 0 0 6 0 6 6 6 0 6 0 6 6 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 6 0 0 0 5 6 0 0 0 5 6 0 6 6 0 6 0 5 6 6 0 6 0 0 0 0 0 6 6 6 0 6 0 6 0 0 0 0 5 6 0 0 5 0 0 6 0 0 6 0 6 0 0 5 6 6 6 0 0 0 0 6 6 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 6 6 0 6 0 0 6 6 0 6 6 0 6 0 0 5 0 0 6 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 5 6 0 0 0 6 0 6 6 6 6 0 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 5 6 6 0 6 0 0 6 6 0 6 6 0 0 0 6 0 0 6 0 5 0 6 0 0 0 5 6 0 0 0 0 6 5 6 6 0 6 0 0 0 6 6 6 0 6 0 0 0 6 0 6 0 6 0 5 6 0 0 0 5 6 0 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 6 6 0 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 0 0 6 0 6 0 0 6 0 5 6 0 0 0 6 0 0 0 6 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 0 6 0 6 0 6 0 0 0 5 0 0 6 0 6 0 6 6 6 0 0 6 0 6 0 6 0 6 0 0 6 0 6 0 6 0 0 0 6 0 0 5 6 0 0 5 0 0 5 0 5 6 0 0 0 0 6 0 6 0 5 6 6 0 0 6 0 0 6 6 6 0 6 0 0 0 0 6 6 6 0 6 0 5 6 0 0 6 0 6 0 0 0 6 0 5 6 0 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 5 6 0 0 6 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 5 0 0 6 6 6 0 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 6 6 0 6 0 6 0 6 0 6 0 5 0 0 6 5 0 0 6 6 6 0 0 0 6 0 0 6 6 6 0 6 0 5 6 6 0 6 0 0 0 0 6 6 0 0 6 0 6 0 0 6 6 0 0 0 5 0 5 5 0 6 0 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 5 0 6 5 0 0 0 6 0 6 0 0 5 6 0 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 7 0 0 0 6 0 0 6 0 0 7 0 0 0 6 0 5 0 0 6 0 0 5 0 6 0 6 0 0 0 5 0 6 0 0 0 6 5 0 0 0 0 5 6 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 5 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 5 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 0 0 5 6 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 0 5 0 6 6 0 0 3 2 0 6 5 0 6 0 0 0 7 0 0 0 5 0 6 0 5 0 6 0 0 0 0 6 0 6 0 6 0 0 0 7 0 0 0 6 0 0 0 7 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 0 7 0 0 6 0 0 7 0 0 6 0 0 0 6 0 0 0 6 6 0 0 5 0 0 6 0 0 5 0 7 0 0 6 0 0 5 0 0 6 0 0 3 2 5 6 0 0 0 6 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 6 6 0 0 5 0 0 5 0 5 5 0 6 0 0 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 0 0 6 6 0 0 5 0 0 0 5 6 0 0 6 0 6 0 6 0 0 0 6 0 6 0 0 0 0 0 5 6 0 6 0 6 0 0 5 0 0 6 0 0 5 0 6 0 5 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 0 7 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 7 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 5 0 0 6 0 0 5 0 6 0 5 0 6 0 0 0 6 0 0 0 5 0 6 6 0 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 5 0 0 6 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 5 0 0 6 0 0 0 0 0 6 0 6 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 0 6 6 0 0 3 2 5 0 5 6 0 0 0 0 6 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 0 0 0 6 0 6 5 0 6 0 5 0 0 6 0 5 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 0 0 0 6 0 6 0 6 6 0 0 0 5 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 7 0 0 0 0 6 6 0 0 6 0 0 0 5 6 0 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 6 0 0 0 5 6 0 0 6 0 0 0 0 6 0 7 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 0 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 7 0 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 7 0 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 5 0 3 2 6 0 0 6 0 5 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 7 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 7 0 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 5 0 0 6 0 0 0 0 0 6 0 6 5 0 6 0 5 0 0 6 0 5 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 0 0 5 6 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 5 0 6 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 5 0 0 6 0 5 0 0 6 0 0 0 0 0 6 0 6 5 0 6 0 5 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 0 6 5 0 0 6 0 5 0 0 6 0 0 6 0 5 0 6 0 5 0 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 5 0 0 6 0 5 0 0 6 0 0 5 0 6 0 0 5 0 6 0 6 0 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 6 0 0 0 6 0 0 5 0 6 0 0 5 0 6 0 5 0 0 6 0 5 0 0 0 6 5 0 0 6 0 0 6 0 6 0 0 0 0 7 0 0 6 0 0 7 0 0 0 6 0 0 8 0 0 0 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 0 6 5 0 0 0 6 0 0 6 5 0 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 8 0 0 0 0 6 0 0 7 0 0 0 6 0 0 7 0 0 3 2 6 0 0 7 0 0 0 0 6 5 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 0 6 0 7 0 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 5 0 0 0 6 0 0 6 5 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 5 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 5 6 0 0 5 0 0 0 6 7 0 0 0 0 6 0 0 7 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 7 0 0 0 6 0 7 0 0 0 0 0 6 5 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 0 6 5 0 0 3 2 6 0 0 6 5 0 0 0 6 6 0 0 0 0 6 6 0 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 5 0 0 6 0 6 0 0 0 5 6 0 0 0 5 6 0 0 0 5 6 0 0 0 5 6 0 0 0 0 6 5 0 0 6 0 5 3 2 0 5 5 3 2 0 5 5 0 5 0 6 0 5 0 0 0 6 6 0 0 0 5 6 0 0 0 5 6 0 0 0 5 6 0 0 0 5 6 0 0 6 0 0 3 2 5 0 6 0 0 0 6 6 0 0 0 5 6 0 0 5 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 5 0 6 0 0 0 5 6 0 0 0 0 6 0 6 0 5 0 0 0 5 6 0 0 6 0 0 5 5 0 6 0 0 0 5 6 0 0 5 0 0 6 0 0 6 0 5 0 5 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 5 0 6 0 0 0 5 6 0 0 5 0 0 5 0 6 0 6 0 0 5 3 1 0 3 0 0 0 0 0 0 0 10 0 6 0 5 0 0 0 0 0 0 0 0 10 0 6 0 0 0 0 0 0 0 0 0 10 0 6 3 1 2 0 0 6 0 6 0 6 0 6 0 6 0 0 6 0 3 2 0 6 5 6 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 0 6 0 6 6 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 6 0 6 0 6 0 6 0 0 6 0 0 0 0 0 10 0 0 6 0 0 6 6 0 6 0 6 0 0 0 0 0 14 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 0 6 6 0 6 6 0 6 6 0 6 0 0 6 0 0 0 0 10 0 0 0 6 6 0 0 0 0 6 0 6 6 6 0 6 0 6 -1 14202 6 -1 14203 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 14212 6 -1 14213 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 14222 6 -1 14223 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 0 0 6 0 6 0 6 6 6 0 0 6 0 0 0 0 5 6 6 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 6 0 0 6 0 6 6 6 0 6 0 6 6 6 0 6 0 6 6 6 0 6 6 6 6 0 6 6 0 6 6 0 5 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 6 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 6 6 0 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 0 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 6 6 0 0 6 0 6 6 6 0 6 0 6 0 6 0 6 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 5 6 0 0 6 0 0 6 0 6 0 0 0 5 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 0 6 3 2 6 0 0 5 5 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 5 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 5 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 5 0 6 0 0 0 6 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 5 0 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 0 5 5 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 3 2 6 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 3 2 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 5 0 6 0 1 1 2 6 1 1 2 0 6 0 5 6 0 0 5 0 0 0 6 0 6 0 6 0 0 5 0 0 6 0 5 0 0 6 0 5 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 6 0 5 0 6 0 0 0 6 0 0 0 6 5 0 6 0 0 0 5 0 6 0 0 0 3 0 0 0 0 0 0 10 3 0 0 0 0 0 0 0 10 3 0 0 0 0 0 0 0 0 10 0 6 5 2 6 1 2 0 6 3 1 2 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 3 2 0 0 6 5 0 0 6 0 6 6 0 0 0 6 0 6 0 6 6 6 0 0 0 6 0 0 6 6 0 0 6 0 6 0 6 6 6 0 0 6 0 0 0 6 6 6 6 0 0 6 0 0 0 6 0 6 3 2 0 6 0 0 5 0 6 0 6 6 6 0 6 0 0 6 6 0 0 6 0 6 0 6 6 6 0 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 14637 6 -1 14638 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 14647 6 -1 14648 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 0 6 6 6 0 6 0 6 0 6 -1 14657 6 -1 14658 0 0 6 0 0 0 0 10 0 0 0 6 0 0 6 6 0 6 0 6 0 0 0 0 0 14 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 0 6 6 0 6 6 0 6 6 0 6 0 0 6 0 0 10 0 0 0 0 0 6 6 0 0 0 6 6 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 6 6 0 6 0 0 0 6 6 6 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 5 6 6 0 0 6 0 6 6 6 0 6 0 6 6 6 0 6 0 6 6 6 0 6 6 6 6 0 6 6 0 6 6 0 5 6 6 0 6 0 0 6 0 6 0 0 0 0 6 6 6 6 0 6 0 6 0 6 0 6 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 0 0 6 0 6 0 6 0 0 6 0 6 0 6 0 0 6 0 6 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 5 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 5 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 5 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 5 0 0 5 6 0 0 0 0 6 5 0 0 6 0 0 6 0 0 6 0 5 0 0 5 5 0 0 6 0 5 0 5 0 5 0 0 6 0 5 0 5 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 3 2 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 3 2 0 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 6 3 2 5 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 1 1 2 0 0 6 0 0 5 6 6 5 0 0 5 7 0 0 0 5 0 5 0 0 6 0 0 6 0 5 0 5 0 7 0 0 0 0 5 5 0 6 0 6 5 0 5 0 5 0 7 0 0 0 0 6 6 0 0 6 0 6 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 0 5 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 5 6 0 0 6 0 0 6 6 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 7 0 0 0 5 5 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 0 0 5 6 0 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 0 0 6 6 0 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 5 0 0 0 6 5 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 5 0 0 0 6 5 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 6 0 0 0 5 0 0 6 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 0 0 5 6 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 5 0 6 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 0 6 0 5 6 0 0 6 0 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 6 0 0 0 6 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 5 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 5 0 6 0 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 6 0 0 6 0 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 5 0 0 0 6 6 0 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 6 0 0 0 0 6 5 0 6 0 0 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 3 2 6 0 0 0 6 6 0 0 0 0 0 5 6 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 0 5 0 6 6 0 0 0 0 6 6 0 0 3 0 0 6 0 0 3 1 1 2 0 6 0 6 5 1 2 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 1 2 6 0 5 0 6 0 6 0 0 3 0 0 0 0 0 0 0 10 0 6 0 5 0 0 0 0 0 0 0 0 10 0 6 3 0 0 0 0 0 0 10 1 2 3 2 0 6 0 6 0 6 0 0 6 0 3 2 0 6 5 6 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 0 6 0 6 6 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 6 0 6 0 6 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 6 0 6 0 6 0 0 0 6 0 0 0 0 13 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 6 6 6 0 0 6 6 0 6 6 0 6 6 0 6 0 0 6 0 0 0 0 10 0 0 0 6 6 0 0 0 0 6 0 6 6 6 0 6 0 6 -1 15500 6 -1 15501 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 15510 6 -1 15511 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 -1 15520 6 -1 15521 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 0 6 6 6 6 0 0 6 0 6 0 6 0 6 0 0 5 6 0 6 6 0 6 0 6 6 6 0 6 0 6 6 6 0 6 6 6 6 0 6 6 0 6 6 0 5 6 6 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 6 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 6 6 0 0 6 0 6 6 6 0 6 0 6 0 6 0 6 0 0 6 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 3 2 5 0 5 6 0 0 6 0 6 0 0 0 5 0 5 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 5 6 0 0 0 6 0 0 6 0 6 0 6 0 0 0 6 0 6 0 0 0 5 0 6 0 5 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 5 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 5 0 0 5 0 0 6 0 6 0 6 0 0 0 0 5 5 0 5 0 6 0 0 5 0 6 0 0 5 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 3 2 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 5 0 6 0 5 0 0 0 6 0 5 5 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 5 0 5 6 0 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 5 0 0 6 0 5 0 0 5 6 0 0 0 6 0 0 5 0 6 0 5 0 0 5 5 0 0 5 5 0 0 6 0 6 0 0 0 6 0 5 0 0 5 5 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 3 1 1 1 2 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 0 0 6 0 6 0 6 0 0 6 0 6 0 6 1 2 0 6 6 0 0 6 0 6 0 6 0 0 0 0 6 0 6 0 0 5 6 0 6 0 0 0 6 6 0 0 0 6 0 0 0 6 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 0 6 0 6 0 6 0 0 0 0 6 6 0 0 6 0 5 0 6 0 0 0 6 6 0 0 0 6 0 0 0 6 6 0 6 1 2 0 0 6 0 6 0 6 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 6 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 6 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 5 0 6 0 6 0 6 0 0 0 6 0 0 6 0 0 0 6 0 6 0 5 0 6 0 0 0 5 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 5 0 0 6 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 3 2 0 6 0 6 0 6 0 0 0 6 0 5 0 0 5 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 5 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 5 5 0 0 6 0 6 0 0 0 6 0 3 2 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 5 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 5 0 0 6 0 0 6 0 3 2 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 3 2 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 5 0 6 0 0 6 0 0 5 0 6 0 0 6 0 5 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 5 0 5 6 0 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 5 0 5 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 6 0 0 5 0 5 6 0 0 6 0 0 0 6 0 0 6 0 6 0 0 6 0 0 5 0 5 6 0 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 5 0 6 0 0 0 0 6 0 6 0 5 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 6 0 0 0 5 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 5 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 5 0 0 5 0 5 6 0 0 6 0 0 0 5 0 5 5 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 5 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 0 6 6 0 0 0 6 0 0 5 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 6 0 0 0 5 6 0 0 0 0 6 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 6 0 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 0 0 6 0 6 0 0 6 0 6 0 0 0 5 0 6 0 0 5 5 0 5 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 5 5 0 5 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 0 6 0 0 0 0 5 5 5 0 0 5 0 6 0 6 0 0 0 6 0 0 6 0 0 5 6 0 0 6 0 0 0 5 0 6 0 0 6 0 6 0 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 0 6 6 6 0 6 0 6 6 6 0 6 0 6 0 6 0 6 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 0 6 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 0 6 0 6 0 0 0 3 1 2 5 0 6 0 0 5 6 0 0 6 0 0 6 0 0 0 5 6 0 0 6 0 0 5 0 5 0 6 0 3 2 6 0 0 6 0 0 6 0 5 0 0 0 5 0 6 6 0 0 6 0 5 5 0 6 0 0 0 5 5 0 5 0 0 6 0 0 6 0 5 0 5 0 0 5 0 0 5 6 0 0 6 0 0 6 0 0 5 0 6 0 0 5 6 0 0 0 6 0 0 6 6 0 0 0 5 6 0 0 0 0 0 5 6 0 6 0 6 0 0 0 0 0 5 6 0 5 5 0 0 5 0 0 5 6 0 0 5 3 2 6 0 0 6 0 0 5 0 0 5 6 0 0 5 0 5 5 0 6 0 0 0 6 0 0 6 0 0 0 5 6 0 0 6 0 5 0 0 6 0 0 6 0 5 0 6 0 0 0 6 0 6 0 0 0 5 5 0 0 0 5 6 0 0 6 0 5 0 0 5 6 0 0 6 0 0 6 0 0 0 6 0 0 6 6 0 0 6 0 0 6 0 0 0 5 0 5 5 0 0 0 5 6 0 0 5 0 5 6 0 0 6 0 0 0 6 0 6 0 0 0 0 0 5 6 6 0 0 0 5 0 6 0 0 5 6 0 0 5 0 0 6 0 0 6 0 5 0 0 6 0 6 0 0 6 0 0 0 5 0 6 0 6 0 0 5 0 0 5 5 0 5 0 0 6 0 6 0 0 0 6 0 5 0 0 6 0 5 0 5 0 6 0 0 0 0 2")) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\LionCoded.java:126: error: code too large public final void initialize() 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.LionCoded Error: Could not find or load main class Basic.ExperimentalBinaryCompression.LionCoded Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/LionCompressed.java produced from LionCompressed.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.LionCompressed Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='CompressedIndexedFaceSet' fieldValue name='box_tex', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='box_tex' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ExperimentalBinaryCompression.LionCompressed.initialize(LionCompressed.java:156) at Basic.ExperimentalBinaryCompression.LionCompressed.(LionCompressed.java:121) at Basic.ExperimentalBinaryCompression.LionCompressed.main(LionCompressed.java:227) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/Teapot.java produced from Teapot.x3d [Large tuple found: Coordinate point, $tupleCount=1189, $tupleSplitSize=10, string-length=31108] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Teapot.java:126: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.Teapot Error: Could not find or load main class Basic.ExperimentalBinaryCompression.Teapot Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/TeapotCoded.java produced from TeapotCoded.x3d [Large tuple found: Coordinate point, $tupleCount=1189, $tupleSplitSize=10, string-length=17212] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.TeapotCoded Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='coord' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:851) at Basic.ExperimentalBinaryCompression.TeapotCoded.initialize(TeapotCoded.java:146) at Basic.ExperimentalBinaryCompression.TeapotCoded.(TeapotCoded.java:121) at Basic.ExperimentalBinaryCompression.TeapotCoded.main(TeapotCoded.java:344) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExperimentalBinaryCompression/TeapotCompressed.java produced from TeapotCompressed.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExperimentalBinaryCompression.TeapotCompressed Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='CompressedIndexedFaceSet' fieldValue name='code', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='code' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1087) at Basic.ExperimentalBinaryCompression.TeapotCompressed.initialize(TeapotCompressed.java:154) at Basic.ExperimentalBinaryCompression.TeapotCompressed.(TeapotCompressed.java:120) at Basic.ExperimentalBinaryCompression.TeapotCompressed.main(TeapotCompressed.java:223) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExternalAuthoringInterface/BoxEaiJava.java produced from BoxEaiJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExternalAuthoringInterface.BoxEaiJava BoxEaiJava self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExternalAuthoringInterface/CreateSphereEaiJava.java produced from CreateSphereEaiJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExternalAuthoringInterface.CreateSphereEaiJava CreateSphereEaiJava self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExternalAuthoringInterface/GraphicalLogAnalyzer.java produced from GraphicalLogAnalyzer.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExternalAuthoringInterface.GraphicalLogAnalyzer GraphicalLogAnalyzer self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExternalAuthoringInterface/HelixEaiJava.java produced from HelixEaiJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExternalAuthoringInterface.HelixEaiJava HelixEaiJava self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExternalAuthoringInterface/SwitcherEaiJava.java produced from SwitcherEaiJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExternalAuthoringInterface.SwitcherEaiJava SwitcherEaiJava self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ExternalAuthoringInterface/ViewSwitchEaiJava.java produced from ViewSwitchEaiJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ExternalAuthoringInterface.ViewSwitchEaiJava ViewSwitchEaiJava self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/CoasterClassical.java produced from CoasterClassical.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=190, $tupleSplitSize=10, string-length=4935] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=187, $tupleSplitSize=10, string-length=6699] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=572] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.CoasterClassical CoasterClassical self-validation test results: ROUTE details: FROM wingtipCoordinates.leftWingtipCoordinate_changed (Script.ERROR_UNKNOWN_FIELD_TYPE.outputOnly) TO MotionTrailScriptL.set_position (Script.SFVec3f.inputOnly) ROUTE has source-destination type mismatch, fromField='leftWingtipCoordinate_changed' source and toField='set_position' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/CoasterDamper.java produced from CoasterDamper.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=190, $tupleSplitSize=10, string-length=4891] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=187, $tupleSplitSize=10, string-length=6699] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=572] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:39: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:40: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:42: error: package org.web3d.x3d.jsail.Interpolation does not exist import org.web3d.x3d.jsail.Interpolation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:43: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:44: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:45: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:46: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:47: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:48: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:49: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:50: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:435: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:440: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:430: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OrientationDamperNode").setFromField("value_changed").setToNode("TargetVehicle").setToField("set_rotation"))); symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:429: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("PositionDamperNode").setFromField("value_changed").setToNode("TargetVehicle").setToField("translation")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:428: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TargetVehicleRotationInterp").setFromField("value_changed").setToNode("OrientationDamperNode").setToField("set_destination")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:427: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TargetVehicleTranslationInterp").setFromField("value_changed").setToNode("PositionDamperNode").setToField("set_destination")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:426: error: cannot find symbol .addChild(new OrientationDamperObject("OrientationDamperNode")) symbol: class OrientationDamperObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:425: error: cannot find symbol .addChild(new PositionDamperObject("PositionDamperNode")) symbol: class PositionDamperObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:424: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Time").setFromField("fraction_changed").setToNode("TargetVehicleRotationInterp").setToField("set_fraction")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:423: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Time").setFromField("fraction_changed").setToNode("TargetVehicleTranslationInterp").setToField("set_fraction")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:422: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("enterWorldScript").setFromField("startTime").setToNode("Time").setToField("set_startTime")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:421: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TargetVehicle").setFromField("rotation_changed").setToNode("wingtipCoordinates").setToField("set_vehicleRotation")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:420: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("offsetCoordinates").setFromField("offsetCoordinateOut").setToNode("wingtipCoordinates").setToField("set_vehiclePosition")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:419: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("MotionTrailScriptR").setFromField("coordIndex_changed").setToNode("MotionTrailLineSetR").setToField("set_coordIndex")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:418: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("MotionTrailScriptR").setFromField("coord_changed").setToNode("MotionTrailCoordR").setToField("set_point")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:417: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("wingtipCoordinates").setFromField("rightWingtipCoordinate_changed").setToNode("MotionTrailScriptR").setToField("set_position")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:416: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Time").setFromField("cycleInterval_changed").setToNode("MotionTrailScriptR").setToField("reset")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:415: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("MotionTrailScriptL").setFromField("coordIndex_changed").setToNode("MotionTrailLineSetL").setToField("set_coordIndex")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:414: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("MotionTrailScriptL").setFromField("coord_changed").setToNode("MotionTrailCoordL").setToField("set_point")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:413: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("wingtipCoordinates").setFromField("leftWingtipCoordinate_changed").setToNode("MotionTrailScriptL").setToField("set_position")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:412: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Time").setFromField("cycleInterval_changed").setToNode("MotionTrailScriptL").setToField("reset")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:411: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TargetVehicle").setFromField("translation_changed").setToNode("offsetCoordinates").setToField("rawCoordinateIn")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:410: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("enterWorldTimeSensor").setFromField("time").setToNode("enterWorldScript").setToField("triggerIn")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:409: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("enterWorldScript").setFromField("firstTime").setToNode("enterWorldTimeSensor").setToField("enabled")) symbol: class ROUTEObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:408: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("vehicleRotation").setType("SFRotation").setValue("0.0 0.0 1.0 0.0"))) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:407: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_vehiclePosition").setType("SFVec3f")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:406: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("rightWingtipCoordinate_changed").setType("SFVec3f")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:405: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("leftOffsetVector").setType("SFVec3f").setValue("-0.25 -0.5 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:404: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("rightOffsetVector").setType("SFVec3f").setValue("0.25 -0.5 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:403: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("vehiclePosition").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:402: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_vehicleRotation").setType("SFRotation")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:401: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("leftWingtipCoordinate_changed").setType("SFVec3f")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:400: error: cannot find symbol .addChild(new ScriptObject("wingtipCoordinates") symbol: class ScriptObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:399: error: cannot find symbol .setCoord(new CoordinateObject("MotionTrailCoordR").setPoint(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.0f,0.0f}))))))) symbol: class MFVec3fObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:399: error: cannot find symbol .setCoord(new CoordinateObject("MotionTrailCoordR").setPoint(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.0f,0.0f}))))))) symbol: class CoordinateObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:398: error: cannot find symbol .setGeometry(new IndexedLineSetObject("MotionTrailLineSetR").setDEF("MotionTrailLineSetR").setCoordIndex(new int[] {0,1,-1}) symbol: class IndexedLineSetObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:397: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0f).setDiffuseColor(0.0f,0.0f,0.0f).setEmissiveColor(0.0f,1.0f,0.168349f).setShininess(0.0510204f).setSpecularColor(0.622449f,0.622449f,0.622449f))) symbol: class MaterialObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:396: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:395: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:394: error: cannot find symbol .addChild(new TransformObject("MotionTrailLineR") symbol: class TransformObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:393: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("nullcoordIndex").setType("MFInt32"))) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:392: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("position").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:391: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("reset").setType("SFTime")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:390: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("direction").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:389: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("pointCount").setType("SFInt32").setValue("0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:388: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("maxPoints").setType("SFInt32").setValue("50")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:387: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_position").setType("SFVec3f")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:386: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("isActive").setType("SFBool").setValue("true")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:385: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("speed").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:384: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("speed_changed").setType("SFFloat")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:383: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("rotation").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:382: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("coord").setType("MFVec3f").setValue("0.0 0.0 0.0 1.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:381: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("isVisible").setType("SFBool").setValue("true")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:380: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_direction").setType("SFVec3f").setValue("0.0 0.0 -1.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:379: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_isActive").setType("SFBool")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:378: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("last_position").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:377: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_isVisible").setType("SFBool")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:376: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("rotation_changed").setType("SFRotation")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:375: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("current_time").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:374: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("coord_changed").setType("MFVec3f")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:373: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("reset_trigger").setType("SFTime")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:372: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFVec3f")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:371: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("startIndex").setType("SFInt32").setValue("0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:370: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("coordIndex").setType("MFInt32").setValue("-1 -1")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:369: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("stepSize").setType("SFInt32").setValue("1")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:368: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive_changed").setType("SFBool")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:367: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("distance").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:366: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("last_time").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:365: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("currentIndex").setType("SFInt32").setValue("0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:364: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("coordIndex_changed").setType("MFInt32")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:363: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isVisible_changed").setType("SFBool")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:362: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("stepCount").setType("SFInt32").setValue("1")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:361: error: cannot find symbol .addChild(new ScriptObject("MotionTrailScriptR") symbol: class ScriptObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:360: error: cannot find symbol .addChild(new TransformObject("MotionTrailRight") symbol: class TransformObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:359: error: cannot find symbol .setCoord(new CoordinateObject("MotionTrailCoordL").setPoint(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.0f,0.0f}))))))) symbol: class MFVec3fObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:359: error: cannot find symbol .setCoord(new CoordinateObject("MotionTrailCoordL").setPoint(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,1.0f,0.0f,0.0f}))))))) symbol: class CoordinateObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:358: error: cannot find symbol .setGeometry(new IndexedLineSetObject("MotionTrailLineSetL").setDEF("MotionTrailLineSetL").setCoordIndex(new int[] {0,1,-1}) symbol: class IndexedLineSetObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:357: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0f).setDiffuseColor(0.0f,0.0f,0.0f).setShininess(0.0510204f).setSpecularColor(0.622449f,0.622449f,0.622449f).setEmissiveColor(1.0f,0.0f,0.0f))) symbol: class MaterialObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:356: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:355: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:354: error: cannot find symbol .addChild(new TransformObject("MotionTrailLineL") symbol: class TransformObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:353: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("nullcoordIndex").setType("MFInt32"))) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:352: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("position").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:351: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("reset").setType("SFTime")) symbol: class fieldObject location: class CoasterDamper C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java:350: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("direction").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class CoasterDamper 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.CoasterDamper Error: Could not find or load main class Basic.Followers.CoasterDamper Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/DoorClassical.java produced from DoorClassical.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:41: error: package org.web3d.x3d.jsail.Interpolation does not exist import org.web3d.x3d.jsail.Interpolation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:43: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:44: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:45: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:46: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:227: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:232: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:222: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("InpODoorClose").setFromField("value_changed").setToNode("TransDoor").setToField("rotation"))); symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:221: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("InpODoorOpen").setFromField("value_changed").setToNode("TransDoor").setToField("rotation")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:220: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TmrDoorClose").setFromField("fraction_changed").setToNode("InpODoorClose").setToField("set_fraction")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:219: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TmrDoorOpen").setFromField("fraction_changed").setToNode("InpODoorOpen").setToField("set_fraction")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:218: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("doorCloseStop").setToNode("TmrDoorClose").setToField("stopTime")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:217: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("doorCloseStart").setToNode("TmrDoorClose").setToField("startTime")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:216: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("doorOpenStop").setToNode("TmrDoorOpen").setToField("stopTime")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:215: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("doorOpenStart").setToNode("TmrDoorOpen").setToField("startTime")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:214: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchCyls").setFromField("touchTime").setToNode("Worker").setToField("touched")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:213: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchDoor").setFromField("touchTime").setToNode("Worker").setToField("touched")) symbol: class ROUTEObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:212: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("doorOpenStart").setType("SFTime"))) symbol: class fieldObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:211: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("doorCloseStop").setType("SFTime")) symbol: class fieldObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:210: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("doorOpenStop").setType("SFTime")) symbol: class fieldObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:209: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("IsOpen").setType("SFBool").setValue("false")) symbol: class fieldObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:208: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("doorCloseStart").setType("SFTime")) symbol: class fieldObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:207: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touched").setType("SFTime")) symbol: class fieldObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:206: error: cannot find symbol .addChild(new ScriptObject("Worker") symbol: class ScriptObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:205: error: cannot find symbol .addChild(new OrientationInterpolatorObject("InpODoorClose").setKeyValue(new MFRotationObject(new float[] {0.0f,-1.0f,0.0f,2.5f,0.0f,0.0f,1.0f,0.0f})).setKey(new float[] {0.0f,1.0f})) symbol: class MFRotationObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:205: error: cannot find symbol .addChild(new OrientationInterpolatorObject("InpODoorClose").setKeyValue(new MFRotationObject(new float[] {0.0f,-1.0f,0.0f,2.5f,0.0f,0.0f,1.0f,0.0f})).setKey(new float[] {0.0f,1.0f})) symbol: class OrientationInterpolatorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:204: error: cannot find symbol .addChild(new TimeSensorObject("TmrDoorClose").setCycleInterval(1.3)) symbol: class TimeSensorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:203: error: cannot find symbol .addChild(new OrientationInterpolatorObject("InpODoorOpen").setKeyValue(new MFRotationObject(new float[] {0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,2.5f})).setKey(new float[] {0.0f,1.0f})) symbol: class MFRotationObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:203: error: cannot find symbol .addChild(new OrientationInterpolatorObject("InpODoorOpen").setKeyValue(new MFRotationObject(new float[] {0.0f,0.0f,1.0f,0.0f,0.0f,-1.0f,0.0f,2.5f})).setKey(new float[] {0.0f,1.0f})) symbol: class OrientationInterpolatorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:202: error: cannot find symbol .addChild(new TimeSensorObject("TmrDoorOpen").setCycleInterval(1.3)) symbol: class TimeSensorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:201: error: cannot find symbol .setGeometry(new BoxObject().setSize(1.75f,2.0f,0.075f)))))) symbol: class BoxObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:200: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.024f,0.2f,0.334f).setEmissiveColor(0.05f,0.4f,0.666f))) symbol: class MaterialObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:199: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:198: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:197: error: cannot find symbol .addChild(new TransformObject().setTranslation(1.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:196: error: cannot find symbol .addChild(new TransformObject("TransDoor") symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:195: error: cannot find symbol .addChild(new TouchSensorObject("TchDoor").setDescription("touch to activate")) symbol: class TouchSensorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:194: error: cannot find symbol .addChild(new TransformObject().setTranslation(-1.25f,0.0f,0.0f) symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:193: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShWall"))) symbol: class ShapeObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:192: error: cannot find symbol .addChild(new TransformObject().setTranslation(4.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:191: error: cannot find symbol .setGeometry(new BoxObject().setSize(6.0f,1.99f,0.1f))))) symbol: class BoxObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:190: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.00333f).setShininess(0.12f).setDiffuseColor(0.425f,0.182f,0.0075f).setEmissiveColor(0.425f,0.182f,0.0075f))) symbol: class MaterialObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:189: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:188: error: cannot find symbol .addChild(new ShapeObject("ShWall") symbol: class ShapeObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:187: error: cannot find symbol .addChild(new TransformObject().setTranslation(-4.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:186: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShCyl"))) symbol: class ShapeObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:185: error: cannot find symbol .addChild(new TransformObject().setTranslation(1.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:184: error: cannot find symbol .setGeometry(new CylinderObject().setRadius(0.375f)))) symbol: class CylinderObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:183: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.00333f).setShininess(0.12f).setEmissiveColor(0.24f,0.0f,0.0f).setDiffuseColor(0.52f,0.26f,0.0f).setSpecularColor(0.97f,0.98f,0.12f))) symbol: class MaterialObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:182: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:181: error: cannot find symbol .addChild(new ShapeObject("ShCyl") symbol: class ShapeObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:180: error: cannot find symbol .addChild(new TransformObject().setTranslation(-1.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:179: error: cannot find symbol .addChild(new TouchSensorObject("TchCyls").setDescription("touch to activate")) symbol: class TouchSensorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:178: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:177: error: cannot find symbol .setGeometry(new BoxObject().setSize(100.0f,0.1f,100.0f))) symbol: class BoxObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:176: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setEmissiveColor(0.318f,0.663f,0.0f))) symbol: class MaterialObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:175: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:174: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:173: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(-0.979f,-0.051f,0.198f,1.263f).setPosition(-1.216f,9.189f,2.77f).setFieldOfView(0.844f).setDescription("from the top")) symbol: class ViewpointObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:172: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(-0.0040f,1.0f,0.0030f,0.439f).setFieldOfView(0.844f).setPosition(3.163f,1.65f,5.877f).setDescription("initial View")) symbol: class ViewpointObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:171: error: cannot find symbol .addChild(new BackgroundObject("Bgnd").setSkyColor(new MFColorObject(new float[] {0.176f,0.314f,0.529f,0.176f,0.314f,0.529f,0.314f,0.549f,0.784f,0.706f,0.824f,0.922f})).setSkyAngle(new float[] {1.1f,1.4f,1.57f})) symbol: class MFColorObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:171: error: cannot find symbol .addChild(new BackgroundObject("Bgnd").setSkyColor(new MFColorObject(new float[] {0.176f,0.314f,0.529f,0.176f,0.314f,0.529f,0.314f,0.549f,0.784f,0.706f,0.824f,0.922f})).setSkyAngle(new float[] {1.1f,1.4f,1.57f})) symbol: class BackgroundObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:170: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:169: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../../license.html"))) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:168: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:167: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:166: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Followers/originals/DoorClassical.x3d")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:165: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:164: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d/specifications/ISO-IEC-19775-1.2-X3D-AbstractSpecification/Part01/components/followers.html")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:163: error: cannot find symbol .addMeta(new metaObject().setName("subject").setContent("X3D Follower Chaser Damper")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:162: error: cannot find symbol .addMeta(new metaObject().setName("requires").setContent("X3D version 3.2 or greater")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:161: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.hersto.com/Publications/Followers")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:160: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("Stocker_06_Followers.pdf")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:159: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/door-classical.wrl")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:158: error: cannot find symbol .addMeta(new metaObject().setName("translated").setContent("2 December 2011")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:157: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("18 April 2006")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:156: error: cannot find symbol .addMeta(new metaObject().setName("translator").setContent("Don Brutzman")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:155: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Herbert Stocker")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:154: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("X3D Follower example")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:153: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("DoorClassical.x3d")) symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:152: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:151: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.2") symbol: class X3DObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:255: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:257: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:258: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:259: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:260: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class DoorClassical C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java:261: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class DoorClassical 94 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.DoorClassical Error: Could not find or load main class Basic.Followers.DoorClassical Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/DoorDesired.java produced from DoorDesired.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:42: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:43: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:44: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:226: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:231: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:221: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DmpODoor").setFromField("value_changed").setToNode("TransDoor").setToField("rotation"))); symbol: class ROUTEObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:220: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("oriToGoTo").setToNode("DmpODoor").setToField("set_destination")) symbol: class ROUTEObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:219: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchCyls").setFromField("touchTime").setToNode("Worker").setToField("touched")) symbol: class ROUTEObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:218: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchDoor").setFromField("touchTime").setToNode("Worker").setToField("touched")) symbol: class ROUTEObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:217: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cOriClosed").setType("SFRotation").setValue("0.0 0.0 1.0 0.0"))) symbol: class fieldObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:216: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("oriToGoTo").setType("SFRotation")) symbol: class fieldObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:215: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("IsOpen").setType("SFBool").setValue("false")) symbol: class fieldObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:214: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touched").setType("SFTime")) symbol: class fieldObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:213: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cOriOpen").setType("SFRotation").setValue("0.0 -1.0 0.0 2.5")) symbol: class fieldObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:212: error: cannot find symbol .addChild(new ScriptObject("Worker") symbol: class ScriptObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:211: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("duration").setValue("1.3"))) symbol: class fieldValueObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:210: error: cannot find symbol .addChild(new ProtoInstanceObject("DmpODoor", "OrientationChaser").setDEF("DmpODoor").setName("OrientationChaser") symbol: class ProtoInstanceObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:209: error: cannot find symbol .setGeometry(new BoxObject().setSize(1.75f,2.0f,0.075f)))))) symbol: class BoxObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:208: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.024f,0.2f,0.334f).setEmissiveColor(0.05f,0.4f,0.666f))) symbol: class MaterialObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:207: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:206: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:205: error: cannot find symbol .addChild(new TransformObject().setTranslation(1.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:204: error: cannot find symbol .addChild(new TransformObject("TransDoor") symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:203: error: cannot find symbol .addChild(new TouchSensorObject("TchDoor").setDescription("touch to activate")) symbol: class TouchSensorObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:202: error: cannot find symbol .addChild(new TransformObject().setTranslation(-1.25f,0.0f,0.0f) symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:201: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShWall"))) symbol: class ShapeObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:200: error: cannot find symbol .addChild(new TransformObject().setTranslation(4.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:199: error: cannot find symbol .setGeometry(new BoxObject().setSize(6.0f,1.99f,0.1f))))) symbol: class BoxObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:198: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.00333f).setShininess(0.12f).setDiffuseColor(0.425f,0.182f,0.0075f).setEmissiveColor(0.425f,0.182f,0.0075f))) symbol: class MaterialObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:197: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:196: error: cannot find symbol .addChild(new ShapeObject("ShWall") symbol: class ShapeObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:195: error: cannot find symbol .addChild(new TransformObject().setTranslation(-4.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:194: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShCyl"))) symbol: class ShapeObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:193: error: cannot find symbol .addChild(new TransformObject().setTranslation(1.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:192: error: cannot find symbol .setGeometry(new CylinderObject().setRadius(0.375f)))) symbol: class CylinderObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:191: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.00333f).setShininess(0.12f).setEmissiveColor(0.24f,0.0f,0.0f).setDiffuseColor(0.52f,0.26f,0.0f).setSpecularColor(0.97f,0.98f,0.12f))) symbol: class MaterialObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:190: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:189: error: cannot find symbol .addChild(new ShapeObject("ShCyl") symbol: class ShapeObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:188: error: cannot find symbol .addChild(new TransformObject().setTranslation(-1.25f,1.0f,0.0f) symbol: class TransformObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:187: error: cannot find symbol .addChild(new TouchSensorObject("TchCyls").setDescription("touch to activate")) symbol: class TouchSensorObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:186: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:185: error: cannot find symbol .setGeometry(new BoxObject().setSize(100.0f,0.1f,100.0f))) symbol: class BoxObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:184: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setEmissiveColor(0.318f,0.663f,0.0f))) symbol: class MaterialObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:183: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:182: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:181: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(-0.979f,-0.051f,0.198f,1.263f).setPosition(-1.216f,9.189f,2.77f).setFieldOfView(0.844f).setDescription("from the top")) symbol: class ViewpointObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:180: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(-0.0040f,1.0f,0.0030f,0.439f).setFieldOfView(0.844f).setPosition(3.163f,1.65f,5.877f).setDescription("initial View")) symbol: class ViewpointObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:179: error: cannot find symbol .addChild(new BackgroundObject("Bgnd").setSkyColor(new MFColorObject(new float[] {0.176f,0.314f,0.529f,0.176f,0.314f,0.529f,0.314f,0.549f,0.784f,0.706f,0.824f,0.922f})).setSkyAngle(new float[] {1.1f,1.4f,1.57f})) symbol: class MFColorObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:179: error: cannot find symbol .addChild(new BackgroundObject("Bgnd").setSkyColor(new MFColorObject(new float[] {0.176f,0.314f,0.529f,0.176f,0.314f,0.529f,0.314f,0.549f,0.784f,0.706f,0.824f,0.922f})).setSkyAngle(new float[] {1.1f,1.4f,1.57f})) symbol: class BackgroundObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:178: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:177: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../../license.html"))) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:176: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:175: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:174: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Followers/originals/DoorDesired.x3d")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:173: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:172: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d/specifications/ISO-IEC-19775-1.2-X3D-AbstractSpecification/Part01/components/followers.html")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:171: error: cannot find symbol .addMeta(new metaObject().setName("warning").setContent("under development, instantReality works but BS Contact fails silently")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:170: error: cannot find symbol .addMeta(new metaObject().setName("subject").setContent("X3D Follower Chaser Damper")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:169: error: cannot find symbol .addMeta(new metaObject().setName("requires").setContent("X3D version 3.2 or greater")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:168: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.hersto.com/Publications/Followers")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:167: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("Stocker_06_Followers.pdf")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:166: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/door_desired.wrl")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:165: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("11 November 2015")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:164: error: cannot find symbol .addMeta(new metaObject().setName("translated").setContent("2 December 2011")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:163: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("18 April 2006")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:162: error: cannot find symbol .addMeta(new metaObject().setName("translator").setContent("Don Brutzman")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:161: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Herbert Stocker")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:160: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("X3D Follower example")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:159: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("DoorDesired.x3d")) symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:158: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:157: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.2") symbol: class X3DObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:254: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:256: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:257: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:258: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:259: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class DoorDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java:260: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class DoorDesired 83 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.DoorDesired Error: Could not find or load main class Basic.Followers.DoorDesired Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/FollowerExternalPrototypeDeclarations.java produced from FollowerExternalPrototypeDeclarations.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:282: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:287: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:277: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("eps").setType("SFFloat")))); symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:276: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:275: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:274: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("transparency_changed").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:273: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:272: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("tau").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:271: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("order").setType("SFInt32")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:270: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:269: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:268: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:267: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:266: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ScalarDamper").setUrl(new MFStringObject("\"Dampers.x3d#ScalarDamper\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Dampers.x3d#ScalarDamper\" \"Dampers.wrl#ScalarDamper\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Dampers.wrl#ScalarDamper\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:266: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ScalarDamper").setUrl(new MFStringObject("\"Dampers.x3d#ScalarDamper\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Dampers.x3d#ScalarDamper\" \"Dampers.wrl#ScalarDamper\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Dampers.wrl#ScalarDamper\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:265: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("eps").setType("SFFloat"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:264: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:263: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:262: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:261: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("tau").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:260: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("order").setType("SFInt32")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:259: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:258: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:257: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:256: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:255: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("PositionDamper").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:PositionDamper\" \"Dampers.wrl#PositionDamper\" \"http://www.hersto.net/Followers/Dampers.wrl#PositionDamper\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:255: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("PositionDamper").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:PositionDamper\" \"Dampers.wrl#PositionDamper\" \"http://www.hersto.net/Followers/Dampers.wrl#PositionDamper\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:254: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFVec3f"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:253: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:252: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("duration").setType("SFTime")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:251: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:250: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:249: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:248: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:247: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("PositionChaser").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:PositionChaser\" \"Chasers.wrl#PositionChaser\" \"http://www.hersto.net/Followers/Chasers.wrl#PositionChaser\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:247: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("PositionChaser").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:PositionChaser\" \"Chasers.wrl#PositionChaser\" \"http://www.hersto.net/Followers/Chasers.wrl#PositionChaser\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:246: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFVec2f"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:245: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:244: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("duration").setType("SFTime")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:243: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:242: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:241: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:240: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:239: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("Position2fChaser").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:Position2fChaser\" \"Chasers.wrl#Position2fChaser\" \"http://www.hersto.net/Followers/Chasers.wrl#Position2fChaser\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:239: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("Position2fChaser").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:Position2fChaser\" \"Chasers.wrl#Position2fChaser\" \"http://www.hersto.net/Followers/Chasers.wrl#Position2fChaser\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:238: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("eps").setType("SFFloat"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:237: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:236: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:235: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:234: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("tau").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:233: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("order").setType("SFInt32")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:232: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:231: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:230: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec2f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:229: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:228: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("Position2fDamper").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:Position2fDamper\" \"Dampers.wrl#Position2fDamper\" \"http://www.hersto.net/Followers/Dampers.wrl#Position2fDamper\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:228: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("Position2fDamper").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:Position2fDamper\" \"Dampers.wrl#Position2fDamper\" \"http://www.hersto.net/Followers/Dampers.wrl#Position2fDamper\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:227: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:226: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("valueOri_changed").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:225: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destinationOri").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:224: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_valueOri").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:223: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("valuePos_changed").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:222: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destinationPos").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:221: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_valuePos").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:220: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destinationOri").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:219: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("duration").setType("SFTime")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:218: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destinationPos").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:217: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_valueOri").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:216: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_valuePos").setType("SFVec3f")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:215: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:214: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("PlacementChaser").setUrl(new MFStringObject("\"Chasers.x3d#PlacementChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.x3d#PlacementChaser\" \"Chasers.wrl#PlacementChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.wrl#PlacementChaser\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:214: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("PlacementChaser").setUrl(new MFStringObject("\"Chasers.x3d#PlacementChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.x3d#PlacementChaser\" \"Chasers.wrl#PlacementChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.wrl#PlacementChaser\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:213: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("eps").setType("SFFloat"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:212: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:211: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:210: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:209: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("tau").setType("SFFloat")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:208: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("order").setType("SFInt32")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:207: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:206: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:205: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:204: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:203: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("OrientationDamper").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:OrientationDamper\" \"Dampers.wrl#OrientationDamper\" \"http://www.hersto.net/Followers/Dampers.wrl#OrientationDamper\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:203: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("OrientationDamper").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:OrientationDamper\" \"Dampers.wrl#OrientationDamper\" \"http://www.hersto.net/Followers/Dampers.wrl#OrientationDamper\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:202: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFRotation"))) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:201: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:200: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("duration").setType("SFTime")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:199: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:198: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:197: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:196: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFRotation")) symbol: class fieldObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:195: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("OrientationChaser").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:OrientationChaser\" \"Chasers.x3d#OrientationChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.x3d#OrientationChaser\" \"Chasers.wrl#OrientationChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.wrl#OrientationChaser\" \"http://www.hersto.net/Followers/Chasers.wrl#OrientationChaser\"")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:195: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("OrientationChaser").setUrl(new MFStringObject("\"urn:inet:hersto.net:node:OrientationChaser\" \"Chasers.x3d#OrientationChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.x3d#OrientationChaser\" \"Chasers.wrl#OrientationChaser\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Chasers.wrl#OrientationChaser\" \"http://www.hersto.net/Followers/Chasers.wrl#OrientationChaser\"")) symbol: class ExternProtoDeclareObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:192: error: cannot find symbol .addChild(new WorldInfoObject().setInfo(new MFStringObject("\"The ExternProto nodes found in this file implement principles described in the paper\" \"Linear Filters - Animating Objects in a Flexible and Pleasing Way\" \"They have been proposed and added to the X3D standard in 2006.\" \"Webpage: http://www.hersto.net/Followers\" \"\" \"Please use the code in this file in any content or application you like\" \"or modify it in any way.\" \"\" \"The code here works, however things like detecting when a transition has ended\" \"and when the node can stop calculating and updating the output or secondary fields\" \"like set_value or initial_destination are not yet implemented.\" \"Nevertheless, set_destination and value_changed do work.\"")).setTitle("Follower (Chaser and Damper) nodes")) symbol: class MFStringObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:192: error: cannot find symbol .addChild(new WorldInfoObject().setInfo(new MFStringObject("\"The ExternProto nodes found in this file implement principles described in the paper\" \"Linear Filters - Animating Objects in a Flexible and Pleasing Way\" \"They have been proposed and added to the X3D standard in 2006.\" \"Webpage: http://www.hersto.net/Followers\" \"\" \"Please use the code in this file in any content or application you like\" \"or modify it in any way.\" \"\" \"The code here works, however things like detecting when a transition has ended\" \"and when the node can stop calculating and updating the output or secondary fields\" \"like set_value or initial_destination are not yet implemented.\" \"Nevertheless, set_destination and value_changed do work.\"")).setTitle("Follower (Chaser and Damper) nodes")) symbol: class WorldInfoObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:191: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:190: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../../license.html"))) symbol: class metaObject location: class FollowerExternalPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java:189: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class FollowerExternalPrototypeDeclarations 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.FollowerExternalPrototypeDeclarations Error: Could not find or load main class Basic.Followers.FollowerExternalPrototypeDeclarations Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/FollowerPrototypeDeclarations.java produced from FollowerPrototypeDeclarations.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:38: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:39: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:40: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:441: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:446: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:436: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Timer_PositionDamper").setFromField("time").setToNode("Worker").setToField("tick"))))); symbol: class ROUTEObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:435: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("needTimer").setToNode("Timer_PositionDamper").setToField("enabled")) symbol: class ROUTEObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:434: error: cannot find symbol .addChild(new TimeSensorObject("Timer_PositionDamper").setLoop(true)) symbol: class TimeSensorObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:433: error: cannot find symbol .setConnect(new connectObject().setNodeField("takeFirstInput").setProtoField("takeFirstInput")))) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:432: error: cannot find symbol .setConnect(new connectObject().setNodeField("reached").setProtoField("reached")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:431: error: cannot find symbol .setConnect(new connectObject().setNodeField("initial_value").setProtoField("initial_value")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:430: error: cannot find symbol .setConnect(new connectObject().setNodeField("needTimer").setProtoField("isActive")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:429: error: cannot find symbol .setConnect(new connectObject().setNodeField("order").setProtoField("order")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:428: error: cannot find symbol .setConnect(new connectObject().setNodeField("value_changed").setProtoField("value_changed")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:427: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_destination").setProtoField("set_destination")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:426: error: cannot find symbol .setConnect(new connectObject().setNodeField("eps").setProtoField("eps")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:425: error: cannot find symbol .setConnect(new connectObject().setNodeField("input").setProtoField("initial_destination")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:424: error: cannot find symbol .setConnect(new connectObject().setNodeField("reachThreshold").setProtoField("reachThreshold")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:423: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_value").setProtoField("set_value")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:422: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:421: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("takeFirstInput").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:420: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("reached").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:419: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:418: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_tau").setType("SFFloat")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:417: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("tick").setType("SFTime")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:416: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("needTimer").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:415: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("order").setType("SFInt32")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:414: error: cannot find symbol .addChild(new ProtoInstanceObject().setUSE("EFFS").setName("EFFS"))) symbol: class ProtoInstanceObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:413: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("effs").setType("SFNode") symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:412: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("tau").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:411: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:410: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:409: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("eps").setType("SFFloat")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:408: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("value1").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:407: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("input").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:406: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("value2").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:405: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("value3").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:404: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("value4").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:403: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("value5").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:402: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("bNeedToTakeFirstInput").setType("SFBool").setValue("true")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:401: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastTick").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:400: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("reachThreshold").setType("SFFloat")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:399: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("bInitialized").setType("SFBool").setValue("false")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:398: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("IsCortona").setType("SFBool").setValue("false")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:397: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:396: error: cannot find symbol .addChild(new ScriptObject("Worker") symbol: class ScriptObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:395: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("tau").setValue("1.0"))) symbol: class fieldValueObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:394: error: cannot find symbol .addChild(new ProtoInstanceObject("EFFS", "EFFS").setDEF("EFFS").setName("EFFS") symbol: class ProtoInstanceObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:393: error: cannot find symbol .addChild(new GroupObject()))) symbol: class GroupObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:392: error: cannot find symbol .setProtoBody(new ProtoBodyObject() symbol: class ProtoBodyObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:391: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("tau").setType("SFFloat").setValue("1.0"))) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:390: error: cannot find symbol .setProtoInterface(new ProtoInterfaceObject() symbol: class ProtoInterfaceObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:389: error: cannot find symbol .addChild(new ProtoDeclareObject().setName("EFFS") symbol: class ProtoDeclareObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:388: error: cannot find symbol .setProtoBody(new ProtoBodyObject() symbol: class ProtoBodyObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:387: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("eps").setType("SFFloat").setValue("0.0010"))) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:386: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:385: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_value").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:384: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("reached").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:383: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:382: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("tau").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:381: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("reachThreshold").setType("SFFloat").setValue("0.01")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:380: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("credits").setType("MFString").setValue("\"Initial idea and copyright by Herbert Stocker http://www.hersto.net/\"")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:379: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("order").setType("SFInt32").setValue("1")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:378: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destination").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:377: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("takeFirstInput").setType("SFBool").setValue("true")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:376: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_destination").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:375: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:374: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:373: error: cannot find symbol .setProtoInterface(new ProtoInterfaceObject() symbol: class ProtoInterfaceObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:372: error: cannot find symbol .addChild(new ProtoDeclareObject().setName("PositionDamper") symbol: class ProtoDeclareObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:371: error: cannot find symbol .setConnect(new connectObject().setNodeField("isLoaded").setProtoField("isLoaded")))))) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:370: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:369: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isLoaded").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:368: error: cannot find symbol .addChild(new ScriptObject("LastNode") symbol: class ScriptObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:367: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Tmer_PlacementChaser").setFromField("time").setToNode("ScreenPositionDamper_PlacementChaser").setToField("Tick")) symbol: class ROUTEObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:366: error: cannot find symbol .addChild(new TimeSensorObject("Tmer_PlacementChaser").setLoop(true)) symbol: class TimeSensorObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:365: error: cannot find symbol .setConnect(new connectObject().setNodeField("valueOri_changed").setProtoField("valueOri_changed")))) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:364: error: cannot find symbol .setConnect(new connectObject().setNodeField("initial_destinationPos").setProtoField("initial_destinationPos")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:363: error: cannot find symbol .setConnect(new connectObject().setNodeField("isActive").setProtoField("isActive")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:362: error: cannot find symbol .setConnect(new connectObject().setNodeField("valuePos_changed").setProtoField("valuePos_changed")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:361: error: cannot find symbol .setConnect(new connectObject().setNodeField("initial_valuePos").setProtoField("initial_valuePos")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:360: error: cannot find symbol .setConnect(new connectObject().setNodeField("initial_destinationOri").setProtoField("initial_destinationOri")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:359: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_valuePos").setProtoField("set_valuePos")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:358: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_destinationPos").setProtoField("set_destinationPos")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:357: error: cannot find symbol .setConnect(new connectObject().setNodeField("initial_valueOri").setProtoField("initial_valueOri")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:356: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_valueOri").setProtoField("set_valueOri")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:355: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_destinationOri").setProtoField("set_destinationOri")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:354: error: cannot find symbol .setConnect(new connectObject().setNodeField("duration").setProtoField("duration")) symbol: class connectObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:353: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:352: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("BufferPos").setType("MFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:351: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("valueOri_changed").setType("SFRotation")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:350: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destinationPos").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:349: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isActive").setType("SFBool")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:348: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("valuePos_changed").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:347: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_valuePos").setType("SFVec3f")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:346: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("destinationPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:345: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("BufferOri").setType("MFRotation")) symbol: class fieldObject location: class FollowerPrototypeDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java:344: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_destinationOri").setType("SFRotation")) symbol: class fieldObject location: class FollowerPrototypeDeclarations 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.FollowerPrototypeDeclarations Error: Could not find or load main class Basic.Followers.FollowerPrototypeDeclarations Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/PoorMansInertia.java produced from PoorMansInertia.x3d [Large tuple found: Coordinate point, $tupleCount=507, $tupleSplitSize=10, string-length=9421] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:38: error: package org.web3d.x3d.jsail.EnvironmentalSensor does not exist import org.web3d.x3d.jsail.EnvironmentalSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:39: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:40: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:41: error: package org.web3d.x3d.jsail.Geometry2D does not exist import org.web3d.x3d.jsail.Geometry2D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:42: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:43: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:44: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:45: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:46: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:47: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:48: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:49: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:50: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:51: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:586: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:591: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:581: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrShadowMgr").setFromField("ShadowOri_changed").setToNode("TrShadow").setToField("rotation"))); symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:580: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrShadowMgr").setFromField("ShadowPos_changed").setToNode("TrShadow").setToField("translation")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:579: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("ScrShadowMgr").setToField("set_MonkeyOri")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:578: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("ScrShadowMgr").setToField("set_MonkeyPos")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:577: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MonkeyOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0"))) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:576: error: cannot find symbol .addChild(new ElevationGridObject().setUSE("EvGridGround"))) symbol: class ElevationGridObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:575: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundGrid").setType("SFNode") symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:574: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_MonkeyOri").setType("SFRotation")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:573: error: cannot find symbol .addChild(new TransformObject().setUSE("TrGround"))) symbol: class TransformObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:572: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundTrans").setType("SFNode") symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:571: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MonkeyPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:570: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("ShadowOri_changed").setType("SFRotation")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:569: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_MonkeyPos").setType("SFVec3f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:568: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("ShadowPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:567: error: cannot find symbol .addChild(new ScriptObject("ScrShadowMgr") symbol: class ScriptObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:566: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,0.0f,-1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f})))))) symbol: class MFVec3fObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:566: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,0.0f,-1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f})))))) symbol: class CoordinateObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:565: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}))) symbol: class MFVec2fObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:565: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}))) symbol: class TextureCoordinateObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:564: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:563: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"MonkeyShadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/MonkeyShadow.png\"")))) symbol: class MFStringObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:563: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"MonkeyShadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/MonkeyShadow.png\"")))) symbol: class ImageTextureObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:562: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setTransparency(0.9f).setEmissiveColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:561: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:560: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:559: error: cannot find symbol .addChild(new TransformObject("TrShadow").setScale(1.75f,1.0f,1.2f) symbol: class TransformObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:558: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Scr3rdPersonView").setFromField("viewOri_changed").setToNode("VP").setToField("orientation")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:557: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Scr3rdPersonView").setFromField("viewPos_changed").setToNode("VP").setToField("position")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:556: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("Scr3rdPersonView").setToField("set_avatarOri")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:555: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("Scr3rdPersonView").setToField("set_avatarPos")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:554: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("viewOri_changed").setType("SFRotation"))) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:553: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_avatarOri").setType("SFRotation")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:552: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("viewPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:551: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cCameraOffsetOri").setType("SFRotation").setValue("1.0 0.0 0.0 -0.2")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:550: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("avatarOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:549: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_avatarPos").setType("SFVec3f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:548: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cCameraOffsetPos").setType("SFVec3f").setValue("0.0 4.0 5.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:547: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("avatarPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:546: error: cannot find symbol .addChild(new ScriptObject("Scr3rdPersonView") symbol: class ScriptObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:545: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Timer").setFromField("time").setToNode("ScrNavi").setToField("Tick")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:544: error: cannot find symbol .addChild(new TimeSensorObject("Timer").setLoop(true)) symbol: class TimeSensorObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:543: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("TransObject").setToField("rotation")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:542: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("TransObject").setToField("translation")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:541: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampUserInput").setFromField("value_changed").setToNode("ScrNavi").setToField("userInput")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:540: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNaviSens").setFromField("userInput").setToNode("DampUserInput").setToField("set_destination")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:539: error: cannot find symbol .addChild(new PositionDamper2DObject("DampUserInput").setTau(0.7).setOrder(2)) symbol: class PositionDamper2DObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:538: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriSpeed").setType("SFFloat").setValue("0.0"))) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:537: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_objectPos").setType("SFVec3f").setValue("-37.577 1.65 -83.856")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:536: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastUserInput").setType("SFVec2f").setValue("0.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:535: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("objectPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:534: error: cannot find symbol .addChild(new ElevationGridObject().setUSE("EvGridGround"))) symbol: class ElevationGridObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:533: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundGrid").setType("SFNode") symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:532: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_objectOri").setType("SFRotation").setValue("0.02 -0.999 0.027 2.08")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:531: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("userInput").setType("SFVec2f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:530: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastTick").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:529: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ObjectPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:528: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MoveSpeed").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:527: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cNominalOriSpeed").setType("SFFloat").setValue("1.2")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:526: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("objectOri_changed").setType("SFRotation")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:525: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ObjectOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:524: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cInputNominalX").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:523: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cNominalMoveSpeed").setType("SFFloat").setValue("15.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:522: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cInputNominalY").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:521: error: cannot find symbol .addChild(new TransformObject().setUSE("TrGround"))) symbol: class TransformObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:520: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundTrans").setType("SFNode") symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:519: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("Tick").setType("SFTime")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:518: error: cannot find symbol .addChild(new ScriptObject("ScrNavi").setDirectOutput(true) symbol: class ScriptObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:517: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchNavi").setFromField("isActive").setToNode("ScrNaviSens").setToField("set_activated")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:516: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchNavi").setFromField("hitTexCoord_changed").setToNode("ScrNaviSens").setToField("set_hitCoord")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:515: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("SensIsActive").setType("SFBool").setValue("false"))) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:514: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ActivationCoords").setType("SFVec2f").setValue("0.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:513: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cScale").setType("SFFloat").setValue("20.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:512: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_activated").setType("SFBool")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:511: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_hitCoord").setType("SFVec2f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:510: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("userInput").setType("SFVec2f")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:509: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("hitCoord").setType("SFVec2f").setValue("0.0 0.0")) symbol: class fieldObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:508: error: cannot find symbol .addChild(new ScriptObject("ScrNaviSens") symbol: class ScriptObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:507: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Proxi").setFromField("orientation_changed").setToNode("TrHud").setToField("rotation")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:506: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Proxi").setFromField("position_changed").setToNode("TrHud").setToField("translation")) symbol: class ROUTEObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:505: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f})))))))) symbol: class MFVec3fObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:505: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f})))))))) symbol: class CoordinateObject location: class PoorMansInertia C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java:504: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class PoorMansInertia 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.PoorMansInertia Error: Could not find or load main class Basic.Followers.PoorMansInertia Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/RoomDesired.java produced from RoomDesired.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:39: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:40: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:42: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:43: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:44: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:45: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:46: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:47: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:48: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:281: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:286: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:276: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("PaintingPositionChaser").setFromField("value_changed").setToNode("TransInd").setToField("rotation"))); symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:275: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("PaintingPositionChaser").setFromField("value_changed").setToNode("TransInd").setToField("translation")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:274: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("indOri").setToNode("PaintingPositionChaser").setToField("set_destination")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:273: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("indPos").setToNode("PaintingPositionChaser").setToField("set_destination")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:272: error: cannot find symbol .addChild(new PositionChaserObject("PaintingPositionChaser")) symbol: class PositionChaserObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:271: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchRoof").setFromField("touchTime").setToNode("Worker").setToField("touchedRoof")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:270: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallFront").setFromField("touchTime").setToNode("Worker").setToField("touchedWallFront")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:269: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallRight").setFromField("touchTime").setToNode("Worker").setToField("touchedWallRight")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:268: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallLeft").setFromField("touchTime").setToNode("Worker").setToField("touchedWallLeft")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:267: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchFloor").setFromField("touchTime").setToNode("Worker").setToField("touchedFloor")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:266: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchRoof").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:265: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallFront").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:264: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallRight").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:263: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallLeft").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:262: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchFloor").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:261: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastHitPoint").setType("SFVec3f").setValue("0.0 0.0 0.0"))) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:260: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cRoomWidth").setType("SFFloat").setValue("9.9")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:259: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cRoomHeight").setType("SFFloat").setValue("2.9")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:258: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("indOri").setType("SFRotation")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:257: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedRoof").setType("SFTime")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:256: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedFloor").setType("SFTime")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:255: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedWallFront").setType("SFTime")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:254: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cPaintingHeight").setType("SFFloat").setValue("2.046")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:253: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cFloorY").setType("SFFloat").setValue("0.05")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:252: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cPaintingWidth").setType("SFFloat").setValue("1.561")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:251: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cRoomDepth").setType("SFFloat").setValue("9.9")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:250: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedWallRight").setType("SFTime")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:249: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("indPos").setType("SFVec3f")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:248: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedWallLeft").setType("SFTime")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:247: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_hitPoint").setType("SFVec3f")) symbol: class fieldObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:246: error: cannot find symbol .addChild(new ScriptObject("Worker") symbol: class ScriptObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:245: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.15f,-1.15f,0.01f,1.15f,-1.15f,0.01f,1.15f,1.15f,0.01f,-1.15f,1.15f,0.01f}))))))))) symbol: class MFVec3fObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:245: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.15f,-1.15f,0.01f,1.15f,-1.15f,0.01f,1.15f,1.15f,0.01f,-1.15f,1.15f,0.01f}))))))))) symbol: class CoordinateObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:244: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setUSE("SquareTextureCoordinatePoints")) symbol: class TextureCoordinateObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:243: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:242: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Shadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Shadow.png\"")))) symbol: class MFStringObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:242: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Shadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Shadow.png\"")))) symbol: class ImageTextureObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:241: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:240: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:239: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.03f,1.0f,-1.0f,0.03f,1.0f,1.0f,0.03f,-1.0f,1.0f,0.03f,-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f}))))) symbol: class MFVec3fObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:239: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.03f,1.0f,-1.0f,0.03f,1.0f,1.0f,0.03f,-1.0f,1.0f,0.03f,-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f}))))) symbol: class CoordinateObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:238: error: cannot find symbol .setTexCoord(new TextureCoordinateObject("SquareTextureCoordinatePoints").setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,0.0f,1.0f,1.0f,0.0f,1.0f}))) symbol: class MFVec2fObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:238: error: cannot find symbol .setTexCoord(new TextureCoordinateObject("SquareTextureCoordinatePoints").setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,0.0f,1.0f,1.0f,0.0f,1.0f}))) symbol: class TextureCoordinateObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:237: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setSolid(false).setTexCoordIndex(new int[] {0,1,2,3,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1}).setCoordIndex(new int[] {0,1,2,3,-1,4,5,6,7,-1,4,0,3,7,-1,5,1,0,4,-1,6,2,1,5,-1,7,3,2,6,-1}) symbol: class IndexedFaceSetObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:236: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Photo.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Photo.jpg\"")))) symbol: class MFStringObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:236: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Photo.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Photo.jpg\"")))) symbol: class ImageTextureObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:235: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:234: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:233: error: cannot find symbol .addChild(new TransformObject().setScale(0.223f,0.341f,0.5f) symbol: class TransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:232: error: cannot find symbol .addChild(new TransformObject("TransInd").setScale(3.5f,3.0f,3.0f) symbol: class TransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:231: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("children") symbol: class fieldValueObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:230: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("select").setValue("false")) symbol: class fieldValueObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:229: error: cannot find symbol .addChild(new ProtoInstanceObject().setName("Selection") symbol: class ProtoInstanceObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:228: error: cannot find symbol .setGeometry(new BoxObject().setSize(10.0f,0.1f,10.0f))))) symbol: class BoxObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:227: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0567f).setEmissiveColor(0.306f,0.235f,0.176f).setDiffuseColor(0.522f,0.451f,0.447f).setShininess(0.53f).setSpecularColor(0.761f,0.541f,0.584f))) symbol: class MaterialObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:226: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:225: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:224: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,3.0f,0.0f) symbol: class TransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:223: error: cannot find symbol .addChild(new TouchSensorObject("TouchRoof").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:222: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:221: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShWall")))) symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:220: error: cannot find symbol .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,1.571f).setTranslation(5.0f,1.5f,0.0f) symbol: class TransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:219: error: cannot find symbol .addChild(new TouchSensorObject("TouchWallRight").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:218: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:217: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShWall")))) symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:216: error: cannot find symbol .addChild(new TransformObject().setTranslation(-5.0f,1.5f,0.0f).setRotation(0.0f,1.0f,0.0f,-1.571f) symbol: class TransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:215: error: cannot find symbol .addChild(new TouchSensorObject("TouchWallLeft").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:214: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:213: error: cannot find symbol .setGeometry(new BoxObject().setSize(10.0f,3.0f,0.1f))))) symbol: class BoxObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:212: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0567f).setEmissiveColor(0.28f,0.27f,0.24f).setDiffuseColor(0.52f,0.51f,0.45f).setShininess(0.53f).setSpecularColor(0.76f,0.78f,0.54f))) symbol: class MaterialObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:211: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:210: error: cannot find symbol .addChild(new ShapeObject("ShWall") symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:209: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,1.5f,-5.0f) symbol: class TransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:208: error: cannot find symbol .addChild(new TouchSensorObject("TouchWallFront").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:207: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:206: error: cannot find symbol .setGeometry(new BoxObject().setSize(10.0f,0.1f,10.0f)))) symbol: class BoxObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:205: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"floor.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/floor.png\"")))) symbol: class MFStringObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:205: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"floor.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/floor.png\"")))) symbol: class ImageTextureObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:204: error: cannot find symbol .setTextureTransform(new TextureTransformObject().setScale(17.0f,17.0f)) symbol: class TextureTransformObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:203: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:202: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:201: error: cannot find symbol .addChild(new TouchSensorObject("TouchFloor").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:200: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:199: error: cannot find symbol .addChild(new DirectionalLightObject().setIntensity(0.5f)) symbol: class DirectionalLightObject location: class RoomDesired C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java:198: error: cannot find symbol .addChild(new DirectionalLightObject().setDirection(0.0f,-1.0f,0.0f)) symbol: class DirectionalLightObject location: class RoomDesired 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.RoomDesired Error: Could not find or load main class Basic.Followers.RoomDesired Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/RoomDirect.java produced from RoomDirect.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:41: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:43: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:44: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:45: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:46: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:47: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:273: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:278: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:268: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("indOri").setToNode("TransInd").setToField("rotation"))); symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:267: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("indPos").setToNode("TransInd").setToField("translation")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:266: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchRoof").setFromField("touchTime").setToNode("Worker").setToField("touchedRoof")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:265: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallFront").setFromField("touchTime").setToNode("Worker").setToField("touchedWallFront")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:264: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallRight").setFromField("touchTime").setToNode("Worker").setToField("touchedWallRight")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:263: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallLeft").setFromField("touchTime").setToNode("Worker").setToField("touchedWallLeft")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:262: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchFloor").setFromField("touchTime").setToNode("Worker").setToField("touchedFloor")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:261: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchRoof").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:260: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallFront").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:259: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallRight").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:258: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchWallLeft").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:257: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TouchFloor").setFromField("hitPoint_changed").setToNode("Worker").setToField("set_hitPoint")) symbol: class ROUTEObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:256: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastHitPoint").setType("SFVec3f").setValue("0.0 0.0 0.0"))) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:255: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cRoomWidth").setType("SFFloat").setValue("9.9")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:254: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cRoomHeight").setType("SFFloat").setValue("2.9")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:253: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("indOri").setType("SFRotation")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:252: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedRoof").setType("SFTime")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:251: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedFloor").setType("SFTime")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:250: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedWallFront").setType("SFTime")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:249: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cPaintingHeight").setType("SFFloat").setValue("2.046")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:248: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cFloorY").setType("SFFloat").setValue("0.05")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:247: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cPaintingWidth").setType("SFFloat").setValue("1.561")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:246: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cRoomDepth").setType("SFFloat").setValue("9.9")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:245: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedWallRight").setType("SFTime")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:244: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("indPos").setType("SFVec3f")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:243: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touchedWallLeft").setType("SFTime")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:242: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_hitPoint").setType("SFVec3f")) symbol: class fieldObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:241: error: cannot find symbol .addChild(new ScriptObject("Worker") symbol: class ScriptObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:240: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.15f,-1.15f,0.01f,1.15f,-1.15f,0.01f,1.15f,1.15f,0.01f,-1.15f,1.15f,0.01f}))))))))) symbol: class MFVec3fObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:240: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.15f,-1.15f,0.01f,1.15f,-1.15f,0.01f,1.15f,1.15f,0.01f,-1.15f,1.15f,0.01f}))))))))) symbol: class CoordinateObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:239: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setUSE("SquareTextureCoordinatePoints")) symbol: class TextureCoordinateObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:238: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:237: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.321569f,0.713726f,1.0f))) symbol: class MaterialObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:236: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Shadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Shadow.png\""))) symbol: class MFStringObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:236: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Shadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Shadow.png\""))) symbol: class ImageTextureObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:235: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:234: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:233: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.03f,1.0f,-1.0f,0.03f,1.0f,1.0f,0.03f,-1.0f,1.0f,0.03f,-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f}))))) symbol: class MFVec3fObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:233: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.03f,1.0f,-1.0f,0.03f,1.0f,1.0f,0.03f,-1.0f,1.0f,0.03f,-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f}))))) symbol: class CoordinateObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:232: error: cannot find symbol .setTexCoord(new TextureCoordinateObject("SquareTextureCoordinatePoints").setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,0.0f,1.0f,1.0f,0.0f,1.0f}))) symbol: class MFVec2fObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:232: error: cannot find symbol .setTexCoord(new TextureCoordinateObject("SquareTextureCoordinatePoints").setPoint(new MFVec2fObject(new float[] {0.0f,0.0f,1.0f,0.0f,1.0f,1.0f,0.0f,1.0f}))) symbol: class TextureCoordinateObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:231: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setSolid(false).setTexCoordIndex(new int[] {0,1,2,3,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1}).setCoordIndex(new int[] {0,1,2,3,-1,4,5,6,7,-1,4,0,3,7,-1,5,1,0,4,-1,6,2,1,5,-1,7,3,2,6,-1}) symbol: class IndexedFaceSetObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:230: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Photo.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Photo.jpg\"")))) symbol: class MFStringObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:230: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Photo.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Photo.jpg\"")))) symbol: class ImageTextureObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:229: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:228: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:227: error: cannot find symbol .addChild(new TransformObject().setScale(0.223f,0.341f,0.5f) symbol: class TransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:226: error: cannot find symbol .addChild(new TransformObject("TransInd").setScale(3.5f,3.0f,3.0f) symbol: class TransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:225: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("children") symbol: class fieldValueObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:224: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("select").setValue("false")) symbol: class fieldValueObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:223: error: cannot find symbol .addChild(new ProtoInstanceObject().setName("Selection") symbol: class ProtoInstanceObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:222: error: cannot find symbol .setGeometry(new BoxObject().setSize(10.0f,0.1f,10.0f))))) symbol: class BoxObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:221: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0567f).setEmissiveColor(0.306f,0.235f,0.176f).setDiffuseColor(0.522f,0.451f,0.447f).setShininess(0.53f).setSpecularColor(0.761f,0.541f,0.584f))) symbol: class MaterialObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:220: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:219: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:218: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,3.0f,0.0f) symbol: class TransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:217: error: cannot find symbol .addChild(new TouchSensorObject("TouchRoof").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:216: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:215: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShWall")))) symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:214: error: cannot find symbol .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,1.571f).setTranslation(5.0f,1.5f,0.0f) symbol: class TransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:213: error: cannot find symbol .addChild(new TouchSensorObject("TouchWallRight").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:212: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:211: error: cannot find symbol .addChild(new ShapeObject().setUSE("ShWall")))) symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:210: error: cannot find symbol .addChild(new TransformObject().setTranslation(-5.0f,1.5f,0.0f).setRotation(0.0f,1.0f,0.0f,-1.571f) symbol: class TransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:209: error: cannot find symbol .addChild(new TouchSensorObject("TouchWallLeft").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:208: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:207: error: cannot find symbol .setGeometry(new BoxObject().setSize(10.0f,3.0f,0.1f))))) symbol: class BoxObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:206: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0567f).setEmissiveColor(0.28f,0.27f,0.24f).setDiffuseColor(0.52f,0.51f,0.45f).setShininess(0.53f).setSpecularColor(0.76f,0.78f,0.54f))) symbol: class MaterialObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:205: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:204: error: cannot find symbol .addChild(new ShapeObject("ShWall") symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:203: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,1.5f,-5.0f) symbol: class TransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:202: error: cannot find symbol .addChild(new TouchSensorObject("TouchWallFront").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:201: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:200: error: cannot find symbol .setGeometry(new BoxObject().setSize(10.0f,0.1f,10.0f)))) symbol: class BoxObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:199: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"floor.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/floor.png\"")))) symbol: class MFStringObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:199: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"floor.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/floor.png\"")))) symbol: class ImageTextureObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:198: error: cannot find symbol .setTextureTransform(new TextureTransformObject().setScale(17.0f,17.0f)) symbol: class TextureTransformObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:197: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:196: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:195: error: cannot find symbol .addChild(new TouchSensorObject("TouchFloor").setDescription("Touch to move picture here")) symbol: class TouchSensorObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:194: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:193: error: cannot find symbol .addChild(new DirectionalLightObject().setIntensity(0.5f)) symbol: class DirectionalLightObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:192: error: cannot find symbol .addChild(new DirectionalLightObject().setDirection(0.0f,-1.0f,0.0f)) symbol: class DirectionalLightObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:191: error: cannot find symbol .addChild(new PointLightObject().setLocation(2.5f,1.0f,0.0f).setRadius(20.0f)) symbol: class PointLightObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:190: error: cannot find symbol .addChild(new DirectionalLightObject().setIntensity(0.5f)) symbol: class DirectionalLightObject location: class RoomDirect C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java:189: error: cannot find symbol .addChild(new NavigationInfoObject().setAvatarSize(new float[] {0.25f,1.2f,0.75f}).setHeadlight(false)) symbol: class NavigationInfoObject location: class RoomDirect 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.RoomDirect Error: Could not find or load main class Basic.Followers.RoomDirect Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/Sky.java produced from Sky.x3d [Large tuple found: TextureCoordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=349] [Large tuple found: Coordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=534] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:38: error: package org.web3d.x3d.jsail.EnvironmentalSensor does not exist import org.web3d.x3d.jsail.EnvironmentalSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:39: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:40: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:42: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:44: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:195: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:200: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:190: error: cannot find symbol .addChild(new ProtoInstanceObject().setName("Sky"))); symbol: class ProtoInstanceObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:189: error: cannot find symbol .append(new MFVec3fObject(new float[] {0.618f,0.0f,-0.809f}))))))))))) symbol: class MFVec3fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:188: error: cannot find symbol .append(new MFVec3fObject(new float[] {0.438f,0.542f,-0.573f,0.0f,0.0f,-1.0f,-0.618f,0.0f,-0.809f,-1.0f,0.0f,-0.309f,-1.0f,0.0f,0.309f,-0.618f,0.0f,0.809f,0.0f,0.0f,1.0f,0.618f,0.0f,0.809f,1.0f,0.0f,0.309f,1.0f,0.0f,-0.309f})) symbol: class MFVec3fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:187: error: cannot find symbol .append(new MFVec3fObject(new float[] {0.227f,0.883f,-0.297f,0.0f,0.542f,-0.709f,-0.438f,0.542f,-0.573f,-0.709f,0.542f,-0.219f,-0.709f,0.542f,0.219f,-0.438f,0.542f,0.573f,0.0f,0.542f,0.709f,0.438f,0.542f,0.573f,0.709f,0.542f,0.219f,0.709f,0.542f,-0.219f})) symbol: class MFVec3fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:186: error: cannot find symbol .append(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,0.883f,-0.367f,-0.227f,0.883f,-0.297f,-0.367f,0.883f,-0.114f,-0.367f,0.883f,0.114f,-0.227f,0.883f,0.297f,0.0f,0.883f,0.367f,0.227f,0.883f,0.297f,0.367f,0.883f,0.115f,0.367f,0.883f,-0.114f})) symbol: class MFVec3fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:185: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject() /* splitting up long array to improve compilability */ symbol: class MFVec3fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:185: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject() /* splitting up long array to improve compilability */ symbol: class CoordinateObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.136f,0.778f})))) symbol: class MFVec2fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.242f,0.697f,0.05f,0.5f,0.136f,0.222f,0.361f,0.05f,0.639f,0.05f,0.864f,0.222f,0.95f,0.5f,0.864f,0.778f,0.639f,0.95f,0.361f,0.95f})) symbol: class MFVec2fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.366f,0.602f,0.181f,0.5f,0.242f,0.303f,0.401f,0.181f,0.599f,0.181f,0.758f,0.303f,0.819f,0.5f,0.758f,0.697f,0.599f,0.819f,0.401f,0.819f})) symbol: class MFVec2fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.5f,0.335f,0.5f,0.366f,0.398f,0.449f,0.335f,0.551f,0.335f,0.634f,0.398f,0.665f,0.5f,0.634f,0.602f,0.551f,0.665f,0.449f,0.665f})) symbol: class MFVec2fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:180: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:180: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:179: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setCreaseAngle(4.0f).setSolid(false).setCoordIndex(new int[] {0,1,2,-1,0,2,3,-1,0,3,4,-1,0,4,5,-1,0,5,6,-1,0,6,7,-1,0,7,8,-1,0,8,9,-1,0,9,10,-1,0,10,1,-1,12,2,1,-1,1,11,12,-1,13,3,2,-1,2,12,13,-1,14,4,3,-1,3,13,14,-1,15,5,4,-1,4,14,15,-1,16,6,5,-1,5,15,16,-1,17,7,6,-1,6,16,17,-1,18,8,7,-1,7,17,18,-1,19,9,8,-1,8,18,19,-1,20,10,9,-1,9,19,20,-1,11,1,10,-1,10,20,11,-1,22,12,11,-1,11,21,22,-1,23,13,12,-1,12,22,23,-1,24,14,13,-1,13,23,24,-1,25,15,14,-1,14,24,25,-1,26,16,15,-1,15,25,26,-1,27,17,16,-1,16,26,27,-1,28,18,17,-1,17,27,28,-1,29,19,18,-1,18,28,29,-1,30,20,19,-1,19,29,30,-1,21,11,20,-1,20,30,21,-1}) symbol: class IndexedFaceSetObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:178: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Sky.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Sky.png\"")))) symbol: class MFStringObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:178: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"Sky.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Sky.png\"")))) symbol: class ImageTextureObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:177: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:176: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:175: error: cannot find symbol .addChild(new TransformObject().setRotation(0.0f,1.0f,0.0f,-1.5f).setScale(300.0f,200.0f,300.0f) symbol: class TransformObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:174: error: cannot find symbol .addChild(new TransformObject("TrSky") symbol: class TransformObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:173: error: cannot find symbol .addChild(new ProximitySensorObject("Proxi").setSize(1.0E30f,1.0E30f,1.0E30f)) symbol: class ProximitySensorObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:172: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:171: error: cannot find symbol .setProtoBody(new ProtoBodyObject() symbol: class ProtoBodyObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:170: error: cannot find symbol .addChild(new ProtoDeclareObject().setName("Sky") symbol: class ProtoDeclareObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:169: error: cannot find symbol .addChild(new BackgroundObject().setSkyColor(new MFColorObject(new float[] {0.8f,0.2f,0.4f}))) symbol: class MFColorObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:169: error: cannot find symbol .addChild(new BackgroundObject().setSkyColor(new MFColorObject(new float[] {0.8f,0.2f,0.4f}))) symbol: class BackgroundObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:168: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:167: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../../license.html"))) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:166: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:165: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:164: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Followers/Sky.x3d")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:163: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:162: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.hersto.com/Publications/Followers/Sky.wrl")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:161: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.hersto.com/Publications/Followers/Sky.png")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:160: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.hersto.com/Publications/Followers")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:159: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("Stocker_06_Followers.pdf")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:158: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/Sky.wrl")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:157: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("28 January 2014")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:156: error: cannot find symbol .addMeta(new metaObject().setName("translated").setContent("3 December 2011")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:155: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("18 April 2006")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:154: error: cannot find symbol .addMeta(new metaObject().setName("translator").setContent("Don Brutzman")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:153: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Herbert Stocker")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:152: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Sky overhead image")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:151: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("Sky.x3d")) symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:150: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:149: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.2") symbol: class X3DObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:223: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:225: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:226: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:227: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:228: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class Sky C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java:229: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class Sky 63 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.Sky Error: Could not find or load main class Basic.Followers.Sky Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/Slider.java produced from Slider.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:38: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:40: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:41: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:42: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:44: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:308: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:313: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:302: error: cannot find symbol .setConnect(new connectObject().setNodeField("unfiltered_position_changed").setProtoField("unfiltered_position_changed")))))) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:301: error: cannot find symbol .setConnect(new connectObject().setNodeField("position").setProtoField("initial_position")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:300: error: cannot find symbol .setConnect(new connectObject().setNodeField("silently_set_unfiltered_position").setProtoField("silently_set_unfiltered_position")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:299: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_unfiltered_position").setProtoField("set_unfiltered_position")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:298: error: cannot find symbol .setConnect(new connectObject().setNodeField("silently_set_position").setProtoField("silently_set_position")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:297: error: cannot find symbol .setConnect(new connectObject().setNodeField("positionInt_changed").setProtoField("positionInt_changed")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:296: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_position").setProtoField("set_position")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:295: error: cannot find symbol .setConnect(new connectObject().setNodeField("position_changed").setProtoField("position_changed")) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:294: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:293: error: cannot find symbol .addChild(new TransformObject().setUSE("TrKnob"))) symbol: class TransformObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:292: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("TrKnob").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:291: error: cannot find symbol .addChild(new TouchSensorObject().setUSE("TchPgDown"))) symbol: class TouchSensorObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:290: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("TchPgDown").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:289: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("min").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:288: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_smooothMovements").setType("SFBool")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:287: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("Tick").setType("SFTime")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:286: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("unfiltered_position_changed").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:285: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("incPage").setType("SFTime")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:284: error: cannot find symbol .addChild(new TouchSensorObject().setUSE("TchPgUp"))) symbol: class TouchSensorObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:283: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("TchPgUp").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:282: error: cannot find symbol .addChild(new TransformObject().setUSE("TrStickBelow"))) symbol: class TransformObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:281: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("TrStickBelow").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:280: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("radiusKnob").setType("SFFloat").setValue("0.5")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:279: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("SensKnob_translationChanged").setType("SFVec3f")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:278: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("position").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:277: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("KnobCenterPos").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:276: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("radiusStick").setType("SFFloat").setValue("0.25")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:275: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("silently_set_unfiltered_position").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:274: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("positionSmo1").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:273: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_unfiltered_position").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:272: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("positionSmo2").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:271: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("snapToInt").setType("SFBool").setValue("false")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:270: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("positionSmo3").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:269: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initialUnfilteredUpdate").setType("SFBool").setValue("true")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:268: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("silently_set_position").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:267: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("KnobSize").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:266: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("SensKnob_isActive").setType("SFBool")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:265: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_min").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:264: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("SmoothTau1").setType("SFFloat").setValue("0.05")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:263: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("SmoothTau2").setType("SFFloat").setValue("0.05")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:262: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("SmoothTau3").setType("SFFloat").setValue("0.05")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:261: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("positionInt_changed").setType("SFInt32")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:260: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("pageSize").setType("SFFloat").setValue("0.2")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:259: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("SensKnobOrigin").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:258: error: cannot find symbol .addChild(new ProtoInstanceObject().setUSE("EFFS").setName("EFFS"))) symbol: class ProtoInstanceObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:257: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("EFFS").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:256: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initialUpdate").setType("SFBool").setValue("true")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:255: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("max").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:254: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("smoothMovements").setType("SFBool").setValue("true")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:253: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_radiusKnob").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:252: error: cannot find symbol .addChild(new TransformObject().setUSE("TrStickAbove"))) symbol: class TransformObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:251: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("TrStickAbove").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:250: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("snapTime").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:249: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_position").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:248: error: cannot find symbol .addChild(new TimeSensorObject().setUSE("Timer"))) symbol: class TimeSensorObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:247: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("Timer").setType("SFNode") symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:246: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:245: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_height").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:244: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_radiusStick").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:243: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("decPage").setType("SFTime")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:242: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_pageSize").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:241: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastTick").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:240: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("silent").setType("SFBool").setValue("false")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:239: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_max").setType("SFFloat")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:238: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("height").setType("SFFloat").setValue("2.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:237: error: cannot find symbol .addChild(new ScriptObject("Worker").setDirectOutput(true) symbol: class ScriptObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:236: error: cannot find symbol .addChild(new TimeSensorObject("Timer").setLoop(true)) symbol: class TimeSensorObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:235: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("min").setValue("0.0"))) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:234: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusStick").setValue("0.25")) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:233: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("smoothMovements").setValue("true")) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:232: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusKnob").setValue("0.5")) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:231: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("pageSize").setValue("0.2")) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:230: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("height").setValue("2.0")) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:229: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("max").setValue("1.0")) symbol: class fieldValueObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:228: error: cannot find symbol .addChild(new ProtoInstanceObject("EFFS", "EFFS").setDEF("EFFS").setName("EFFS") symbol: class ProtoInstanceObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:227: error: cannot find symbol .addChild(new GroupObject()))) symbol: class GroupObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:226: error: cannot find symbol .setProtoBody(new ProtoBodyObject() symbol: class ProtoBodyObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:225: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("min").setType("SFFloat").setValue("0.0"))) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:224: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("radiusStick").setType("SFFloat").setValue("0.25")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:223: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("smoothMovements").setType("SFBool").setValue("true")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:222: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("pageSize").setType("SFFloat").setValue("0.2")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:221: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("radiusKnob").setType("SFFloat").setValue("0.5")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:220: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("max").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:219: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("height").setType("SFFloat").setValue("2.0")) symbol: class fieldObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:218: error: cannot find symbol .setProtoInterface(new ProtoInterfaceObject() symbol: class ProtoInterfaceObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:217: error: cannot find symbol .addChild(new ProtoDeclareObject().setName("EFFS") symbol: class ProtoDeclareObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:216: error: cannot find symbol .setGeometry(new CylinderObject().setHeight(1.0f)))))) symbol: class CylinderObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:215: error: cannot find symbol .setConnect(new connectObject().setNodeField("appearance").setProtoField("appearance"))) symbol: class connectObject location: class Slider C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java:214: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class Slider 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.Slider Error: Could not find or load main class Basic.Followers.Slider Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/TestOrientationFollower.java produced from TestOrientationFollower.x3d [Large tuple found: Coordinate point, $tupleCount=507, $tupleSplitSize=10, string-length=9421] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:38: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:42: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:43: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:44: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:45: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:46: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:419: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:424: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:414: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampRandomInd").setFromField("value_changed").setToNode("TrRandom").setToField("rotation"))); symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:413: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrMain").setFromField("RandomOri_selected").setToNode("DampRandomInd").setToField("set_destination")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:412: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnRandom").setFromField("touched").setToNode("ScrMain").setToField("BtnRandom_touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:411: error: cannot find symbol .addChild(new OrientationDamperObject("DampRandomInd").setTau(0.05).setOrder(1)) symbol: class OrientationDamperObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:410: error: cannot find symbol .setFontStyle(new FontStyleObject().setFamily(new MFStringObject("\"Arial\" \"SANS\"")).setSize(0.3f)))))) symbol: class MFStringObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:410: error: cannot find symbol .setFontStyle(new FontStyleObject().setFamily(new MFStringObject("\"Arial\" \"SANS\"")).setSize(0.3f)))))) symbol: class FontStyleObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:409: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Random\"")) symbol: class MFStringObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:409: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Random\"")) symbol: class TextObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:408: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0f).setEmissiveColor(0.0f,0.09f,0.15f).setDiffuseColor(0.0f,0.48f,0.8f).setSpecularColor(0.3f,0.3f,0.3f))) symbol: class MaterialObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:407: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:406: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:405: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.5f,-0.1f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:404: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.0f).setEmissiveColor(0.0f,0.09f,0.15f).setDiffuseColor(0.0f,0.48f,0.8f).setSpecularColor(0.3f,0.3f,0.3f)))))) symbol: class MaterialObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:403: error: cannot find symbol .addChild(new AppearanceObject() symbol: class AppearanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:402: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("appearance") symbol: class fieldValueObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:401: error: cannot find symbol .addChild(new ProtoInstanceObject().setName("Monkey") symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:400: error: cannot find symbol .addChild(new TransformObject("TrRandom").setTranslation(-0.7f,0.0f,0.0f).setScale(0.25f,0.25f,0.25f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:399: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnRandom", "SelectButton").setDEF("BtnRandom").setName("SelectButton")) symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:398: error: cannot find symbol .addChild(new TransformObject().setTranslation(3.0f,0.5f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:397: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OseE").setFromField("Ori").setToNode("ScrMain").setToField("set_OriE")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:396: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OseD").setFromField("Ori").setToNode("ScrMain").setToField("set_OriD")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:395: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OseC").setFromField("Ori").setToNode("ScrMain").setToField("set_OriC")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:394: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OseB").setFromField("Ori").setToNode("ScrMain").setToField("set_OriB")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:393: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OseA").setFromField("Ori").setToNode("ScrMain").setToField("set_OriA")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:392: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnE").setFromField("touched").setToNode("ScrMain").setToField("BtnE_touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:391: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnD").setFromField("touched").setToNode("ScrMain").setToField("BtnD_touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:390: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnC").setFromField("touched").setToNode("ScrMain").setToField("BtnC_touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:389: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnB").setFromField("touched").setToNode("ScrMain").setToField("BtnB_touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:388: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnA").setFromField("touched").setToNode("ScrMain").setToField("BtnA_touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:387: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_OriA").setType("SFRotation"))) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:386: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_OriB").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:385: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_OriContinous").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:384: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_OriC").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:383: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_OriD").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:382: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_OriE").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:381: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Stop_Continous").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:380: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnB_touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:379: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnC_touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:378: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnE_touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:377: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Ori_toSet").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:376: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnRandom_touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:375: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnA_touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:374: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnD_touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:373: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriA").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:372: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriB").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:371: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriC").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:370: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriD").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:369: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriE").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:368: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("RandomOri_selected").setType("SFRotation")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:367: error: cannot find symbol .addChild(new ScriptObject("ScrMain") symbol: class ScriptObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:366: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnE", "SelectButton").setDEF("BtnE").setName("SelectButton")))) symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:365: error: cannot find symbol .addChild(new TransformObject().setTranslation(2.0f,0.0f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:364: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnD", "SelectButton").setDEF("BtnD").setName("SelectButton"))) symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:363: error: cannot find symbol .addChild(new TransformObject().setTranslation(1.0f,0.0f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:362: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnC", "SelectButton").setDEF("BtnC").setName("SelectButton"))) symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:361: error: cannot find symbol .addChild(new TransformObject() symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:360: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnB", "SelectButton").setDEF("BtnB").setName("SelectButton"))) symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:359: error: cannot find symbol .addChild(new TransformObject().setTranslation(-1.0f,0.0f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:358: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnA", "SelectButton").setDEF("BtnA").setName("SelectButton"))) symbol: class ProtoInstanceObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:357: error: cannot find symbol .addChild(new TransformObject().setTranslation(-2.0f,0.0f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:356: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,2.5f,0.0f) symbol: class TransformObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:355: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampSpecular").setFromField("isActive").setToNode("ScrSelectBtn").setToField("DampSpecular_sThere")))) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:354: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampEmissive").setFromField("isActive").setToNode("ScrSelectBtn").setToField("DampEmissive_sThere")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:353: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampDiffuse").setFromField("isActive").setToNode("ScrSelectBtn").setToField("DampDiffuse_sThere")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:352: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampSpecular").setFromField("value_changed").setToNode("Mat").setToField("specularColor")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:351: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampEmissive").setFromField("value_changed").setToNode("Mat").setToField("emissiveColor")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:350: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DampDiffuse").setFromField("value_changed").setToNode("Mat").setToField("diffuseColor")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:349: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrSelectBtn").setFromField("SpecularValue").setToNode("DampSpecular").setToField("set_value")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:348: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrSelectBtn").setFromField("SpecularDest").setToNode("DampSpecular").setToField("set_destination")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:347: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrSelectBtn").setFromField("EmissiveValue").setToNode("DampEmissive").setToField("set_value")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:346: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrSelectBtn").setFromField("EmissiveDest").setToNode("DampEmissive").setToField("set_destination")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:345: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrSelectBtn").setFromField("DiffuseValue").setToNode("DampDiffuse").setToField("set_value")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:344: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrSelectBtn").setFromField("DiffuseDest").setToNode("DampDiffuse").setToField("set_destination")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:343: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Tch").setFromField("touchTime").setToNode("ScrSelectBtn").setToField("touched")) symbol: class ROUTEObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:342: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cSpecularCold").setType("SFColor").setValue("0.5 0.5 0.5"))) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:341: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("EmissiveDest").setType("SFColor")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:340: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("touched").setType("SFTime")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:339: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("SpecularValue").setType("SFColor")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:338: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("DampDiffuse_sThere").setType("SFBool")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:337: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("SpecularDest").setType("SFColor")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:336: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("EmissiveValue").setType("SFColor")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:335: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("DiffuseDest").setType("SFColor")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:334: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("DampSpecular_sThere").setType("SFBool")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:333: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cDiffuseCold").setType("SFColor").setValue("0.0 0.24 0.4")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:332: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cDiffuseHot").setType("SFColor").setValue("0.0 0.72 0.6")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:331: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cEmissiveCold").setType("SFColor").setValue("0.0 0.045 0.075")) symbol: class fieldObject location: class TestOrientationFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java:330: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("SpecularHot").setType("SFColor").setValue("0.75 0.75 0.75")) symbol: class fieldObject location: class TestOrientationFollower 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.TestOrientationFollower Error: Could not find or load main class Basic.Followers.TestOrientationFollower Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/TestPosition2DFollower.java produced from TestPosition2DFollower.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:38: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:39: error: package org.web3d.x3d.jsail.Geometry2D does not exist import org.web3d.x3d.jsail.Geometry2D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:40: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:43: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:44: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:45: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:46: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:47: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:48: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:333: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:338: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:328: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcChaser").setToNode("SwChaserTrail").setToField("whichChoice"))); symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:327: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcDamper").setToNode("SwDamperTrail").setToField("whichChoice")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:326: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TrObjectFollowed").setFromField("translation").setToNode("ScrTrailer").setToField("ChaserPos")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:325: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TrObjectDampered").setFromField("translation").setToNode("ScrTrailer").setToField("DamperPos")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:324: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TmrTrail").setFromField("cycleTime").setToNode("ScrTrailer").setToField("Tick")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:323: error: cannot find symbol .addChild(new GroupObject().setUSE("GrDamperTrail")))) symbol: class GroupObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:322: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GrDamperTrail").setType("SFNode") symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:321: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("DamperPos").setType("SFVec3f")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:320: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("Tick").setType("SFTime")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:319: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastChaserPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:318: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cNumTrailPoints").setType("SFInt32").setValue("35")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:317: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("ChaserPos").setType("SFVec3f")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:316: error: cannot find symbol .addChild(new GroupObject().setUSE("GrChaserTrail"))) symbol: class GroupObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:315: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GrChaserTrail").setType("SFNode") symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:313: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DamperTrails").setType("MFNode") symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:312: error: cannot find symbol .setGeometry(new SphereObject().setUSE("GeomTrail")))) symbol: class SphereObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:311: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("AppObjectFollowed")) symbol: class AppearanceObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:310: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:309: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cShapeChaserTrailPoint").setType("SFNode") symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:307: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ChaserTrails").setType("MFNode") symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:306: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastDamperPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:305: error: cannot find symbol .setGeometry(new SphereObject("GeomTrail").setRadius(0.1f)))) symbol: class SphereObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:304: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("AppObjectDampered")) symbol: class AppearanceObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:303: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:302: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cShapeDamperTrailPoint").setType("SFNode") symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:301: error: cannot find symbol .addChild(new ScriptObject("ScrTrailer").setDirectOutput(true) symbol: class ScriptObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:300: error: cannot find symbol .addChild(new TimeSensorObject("TmrTrail").setCycleInterval(0.020000000000000004).setLoop(true)) symbol: class TimeSensorObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:299: error: cannot find symbol .addChild(new GroupObject("GrChaserTrail"))) symbol: class GroupObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:298: error: cannot find symbol .addChild(new SwitchObject("SwChaserTrail").setWhichChoice(0) symbol: class SwitchObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:297: error: cannot find symbol .addChild(new GroupObject("GrDamperTrail"))) symbol: class GroupObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:296: error: cannot find symbol .addChild(new SwitchObject("SwDamperTrail").setWhichChoice(0) symbol: class SwitchObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:295: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcChaser").setToNode("SwObjectFollowed").setToField("whichChoice")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:294: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcDamper").setToNode("SwObjectDampered").setToField("whichChoice")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:293: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnChaser").setFromField("isOn").setToNode("ScrBtnMgr").setToField("BtnChaserIsOn")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:292: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnDamper").setFromField("isOn").setToNode("ScrBtnMgr").setToField("BtnDamperIsOn")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:291: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnDamperIsOn").setType("SFBool"))) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:290: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("WcChaser").setType("SFInt32")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:289: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("WcDamper").setType("SFInt32")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:288: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnChaserIsOn").setType("SFBool")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:287: error: cannot find symbol .addChild(new ScriptObject("ScrBtnMgr") symbol: class ScriptObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:286: error: cannot find symbol .setFontStyle(new FontStyleObject().setUSE("FntLabels"))))) symbol: class FontStyleObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:285: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Chaser\"")) symbol: class MFStringObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:285: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Chaser\"")) symbol: class TextObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:284: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("AppLabels")) symbol: class AppearanceObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:283: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:282: error: cannot find symbol .addChild(new TransformObject().setTranslation(-8.0f,2.7f,0.0f) symbol: class TransformObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:281: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("ColdColor").setValue("0.09 0.2 0.0080")))) symbol: class fieldValueObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:280: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initiallyOn").setValue("true")) symbol: class fieldValueObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:279: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("HottColor").setValue("0.36 0.8 0.03")) symbol: class fieldValueObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:278: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnChaser", "ToggleButton").setDEF("BtnChaser").setName("ToggleButton") symbol: class ProtoInstanceObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:277: error: cannot find symbol .addChild(new TransformObject().setTranslation(-5.7f,2.8f,0.0f) symbol: class TransformObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:276: error: cannot find symbol .setFontStyle(new FontStyleObject("FntLabels").setFamily(new MFStringObject("\"Arial\" \"SANS\"")).setSize(0.5f))))) symbol: class MFStringObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:276: error: cannot find symbol .setFontStyle(new FontStyleObject("FntLabels").setFamily(new MFStringObject("\"Arial\" \"SANS\"")).setSize(0.5f))))) symbol: class FontStyleObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:275: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Damper\"")) symbol: class MFStringObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:275: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Damper\"")) symbol: class TextObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:274: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setEmissiveColor(0.8f,0.8f,0.8f))) symbol: class MaterialObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:273: error: cannot find symbol .setAppearance(new AppearanceObject("AppLabels") symbol: class AppearanceObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:272: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:271: error: cannot find symbol .addChild(new TransformObject().setTranslation(-8.0f,3.9f,0.0f) symbol: class TransformObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:270: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("ColdColor").setValue("0.2 0.0080 0.09")))) symbol: class fieldValueObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:269: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initiallyOn").setValue("true")) symbol: class fieldValueObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:268: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("HottColor").setValue("0.8 0.03 0.36")) symbol: class fieldValueObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:267: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnDamper", "ToggleButton").setDEF("BtnDamper").setName("ToggleButton") symbol: class ProtoInstanceObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:266: error: cannot find symbol .addChild(new TransformObject().setTranslation(-5.7f,4.0f,0.0f) symbol: class TransformObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:264: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrToggleButton").setFromField("Tau").setToNode("Trace_ROUTE_ScrToggleButton.Tau_TO_Damp.tau").setToField("traceValue")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:263: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("timeStampPreviousReport").setType("SFTime").setValue("-1"))) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:262: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("traceValue").setType("SFFloat")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:261: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("reportInterval").setType("SFTime").setValue("1.0").setAppinfo("Sampling frequency in seconds (0 means all values)")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:259: error: cannot find symbol .addChild(new ScriptObject("Trace_ROUTE_ScrToggleButton.Tau_TO_Damp.tau").setMustEvaluate(true) symbol: class ScriptObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:257: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:256: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrToggleButton").setFromField("Color").setToNode("ColorDamperNode").setToField("set_destination")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:255: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrToggleButton").setFromField("Tau").setToNode("ColorDamperNode").setToField("tau")) symbol: class ROUTEObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:254: error: cannot find symbol .addChild(new ColorDamperObject("ColorDamperNode").setOrder(1)) symbol: class ColorDamperObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:253: error: cannot find symbol .setConnect(new connectObject().setNodeField("HottColor").setProtoField("HottColor")))) symbol: class connectObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:252: error: cannot find symbol .setConnect(new connectObject().setNodeField("initiallyOn").setProtoField("initiallyOn")) symbol: class connectObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:251: error: cannot find symbol .setConnect(new connectObject().setNodeField("ColdColor").setProtoField("ColdColor")) symbol: class connectObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:250: error: cannot find symbol .setConnect(new connectObject().setNodeField("isOn").setProtoField("isOn")) symbol: class connectObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:249: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:248: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("HottColor").setType("SFColor")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:247: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("DamperSThere").setType("SFBool")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:246: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initiallyOn").setType("SFBool")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:245: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Tau").setType("SFFloat")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:244: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ColdColor").setType("SFColor")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:243: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isOn").setType("SFBool")) symbol: class fieldObject location: class TestPosition2DFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java:242: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Color").setType("SFColor")) symbol: class fieldObject location: class TestPosition2DFollower 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.TestPosition2DFollower Error: Could not find or load main class Basic.Followers.TestPosition2DFollower Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/TestPositionFollower.java produced from TestPositionFollower.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:38: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:42: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:43: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:44: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:45: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:46: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:47: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:311: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:316: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:306: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcChaser").setToNode("SwChaserTrail").setToField("whichChoice"))); symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:305: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcDamper").setToNode("SwDamperTrail").setToField("whichChoice")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:304: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TrObjectFollowed").setFromField("translation").setToNode("ScrTrailer").setToField("ChaserPos")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:303: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TrObjectDampered").setFromField("translation").setToNode("ScrTrailer").setToField("DamperPos")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:302: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TmrTrail").setFromField("cycleTime").setToNode("ScrTrailer").setToField("Tick")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:301: error: cannot find symbol .addChild(new GroupObject().setUSE("GrDamperTrail")))) symbol: class GroupObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:300: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GrDamperTrail").setType("SFNode") symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:299: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("DamperPos").setType("SFVec3f")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:298: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("Tick").setType("SFTime")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:297: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastChaserPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:296: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cNumTrailPoints").setType("SFInt32").setValue("35")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:295: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("ChaserPos").setType("SFVec3f")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:294: error: cannot find symbol .addChild(new GroupObject().setUSE("GrChaserTrail"))) symbol: class GroupObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:293: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GrChaserTrail").setType("SFNode") symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:291: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DamperTrails").setType("MFNode") symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:290: error: cannot find symbol .setGeometry(new SphereObject().setUSE("GeomTrail")))) symbol: class SphereObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:289: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("AppObjectFollowed")) symbol: class AppearanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:288: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:287: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cShapeChaserTrailPoint").setType("SFNode") symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:285: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ChaserTrails").setType("MFNode") symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:284: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastDamperPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:283: error: cannot find symbol .setGeometry(new SphereObject("GeomTrail").setRadius(0.1f)))) symbol: class SphereObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:282: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("AppObjectDampered")) symbol: class AppearanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:281: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:280: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cShapeDamperTrailPoint").setType("SFNode") symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:279: error: cannot find symbol .addChild(new ScriptObject("ScrTrailer").setDirectOutput(true) symbol: class ScriptObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:278: error: cannot find symbol .addChild(new TimeSensorObject("TmrTrail").setCycleInterval(0.020000000000000004).setLoop(true)) symbol: class TimeSensorObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:277: error: cannot find symbol .addChild(new GroupObject("GrChaserTrail"))) symbol: class GroupObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:276: error: cannot find symbol .addChild(new SwitchObject("SwChaserTrail").setWhichChoice(0) symbol: class SwitchObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:275: error: cannot find symbol .addChild(new GroupObject("GrDamperTrail"))) symbol: class GroupObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:274: error: cannot find symbol .addChild(new SwitchObject("SwDamperTrail").setWhichChoice(0) symbol: class SwitchObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:273: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcChaser").setToNode("SwObjectFollowed").setToField("whichChoice")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:272: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrBtnMgr").setFromField("WcDamper").setToNode("SwObjectDampered").setToField("whichChoice")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:271: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnChaser").setFromField("isOn").setToNode("ScrBtnMgr").setToField("BtnChaserIsOn")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:270: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BtnDamper").setFromField("isOn").setToNode("ScrBtnMgr").setToField("BtnDamperIsOn")) symbol: class ROUTEObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:269: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnDamperIsOn").setType("SFBool"))) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:268: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("WcChaser").setType("SFInt32")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:267: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("WcDamper").setType("SFInt32")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:266: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("BtnChaserIsOn").setType("SFBool")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:265: error: cannot find symbol .addChild(new ScriptObject("ScrBtnMgr") symbol: class ScriptObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:264: error: cannot find symbol .setFontStyle(new FontStyleObject().setUSE("FntLabels"))))) symbol: class FontStyleObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:263: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Chaser\"")) symbol: class MFStringObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:263: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Chaser\"")) symbol: class TextObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:262: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("AppLabels")) symbol: class AppearanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:261: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:260: error: cannot find symbol .addChild(new TransformObject().setTranslation(-8.0f,2.7f,0.0f) symbol: class TransformObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:259: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("ColdColor").setValue("0.09 0.2 0.0080")))) symbol: class fieldValueObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:258: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initiallyOn").setValue("true")) symbol: class fieldValueObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:257: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("HottColor").setValue("0.36 0.8 0.03")) symbol: class fieldValueObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:256: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnChaser", "ToggleButton").setDEF("BtnChaser").setName("ToggleButton") symbol: class ProtoInstanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:255: error: cannot find symbol .addChild(new TransformObject().setTranslation(-5.7f,2.8f,0.0f) symbol: class TransformObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:254: error: cannot find symbol .setFontStyle(new FontStyleObject("FntLabels").setFamily(new MFStringObject("\"Arial\" \"SANS\"")).setSize(0.5f))))) symbol: class MFStringObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:254: error: cannot find symbol .setFontStyle(new FontStyleObject("FntLabels").setFamily(new MFStringObject("\"Arial\" \"SANS\"")).setSize(0.5f))))) symbol: class FontStyleObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:253: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Damper\"")) symbol: class MFStringObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:253: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Damper\"")) symbol: class TextObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:252: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setEmissiveColor(0.8f,0.8f,0.8f))) symbol: class MaterialObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:251: error: cannot find symbol .setAppearance(new AppearanceObject("AppLabels") symbol: class AppearanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:250: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:249: error: cannot find symbol .addChild(new TransformObject().setTranslation(-8.0f,3.9f,0.0f) symbol: class TransformObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:248: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("ColdColor").setValue("0.2 0.0080 0.09")))) symbol: class fieldValueObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:247: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initiallyOn").setValue("true")) symbol: class fieldValueObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:246: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("HottColor").setValue("0.8 0.03 0.36")) symbol: class fieldValueObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:245: error: cannot find symbol .addChild(new ProtoInstanceObject("BtnDamper", "ToggleButton").setDEF("BtnDamper").setName("ToggleButton") symbol: class ProtoInstanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:244: error: cannot find symbol .addChild(new TransformObject().setTranslation(-5.7f,4.0f,0.0f) symbol: class TransformObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:243: error: cannot find symbol .addChild(new ColorDamperObject("ColorDamperNode").setOrder(1)))) symbol: class ColorDamperObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:242: error: cannot find symbol .setConnect(new connectObject().setNodeField("HottColor").setProtoField("HottColor")))) symbol: class connectObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:241: error: cannot find symbol .setConnect(new connectObject().setNodeField("initiallyOn").setProtoField("initiallyOn")) symbol: class connectObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:240: error: cannot find symbol .setConnect(new connectObject().setNodeField("ColdColor").setProtoField("ColdColor")) symbol: class connectObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:239: error: cannot find symbol .setConnect(new connectObject().setNodeField("isOn").setProtoField("isOn")) symbol: class connectObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:238: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:237: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("HottColor").setType("SFColor")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:236: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("DamperSThere").setType("SFBool")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:235: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initiallyOn").setType("SFBool")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:234: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Tau").setType("SFFloat")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:233: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ColdColor").setType("SFColor")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:232: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isOn").setType("SFBool")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:231: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Color").setType("SFColor")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:230: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("TS_Touched").setType("SFTime")) symbol: class fieldObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:229: error: cannot find symbol .addChild(new ScriptObject("ScrToggleButton") symbol: class ScriptObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:228: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f})))))) symbol: class MFVec3fObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:228: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,-1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f})))))) symbol: class CoordinateObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:227: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:226: error: cannot find symbol .setMaterial(new MaterialObject("Mat").setDiffuseColor(0.0f,0.0f,0.0f).setAmbientIntensity(0.04f).setShininess(0.11f))) symbol: class MaterialObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:225: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:224: error: cannot find symbol .addChild(new ShapeObject("ShRect") symbol: class ShapeObject location: class TestPositionFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java:223: error: cannot find symbol .addChild(new TouchSensorObject("TouchPosition").setDescription("move ball to demonstrate PositionChaser2D, PositionDamper2D")) symbol: class TouchSensorObject location: class TestPositionFollower 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.TestPositionFollower Error: Could not find or load main class Basic.Followers.TestPositionFollower Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/TestSliders.java produced from TestSliders.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:38: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:40: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:41: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:42: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:264: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:269: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:259: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchBox").setFromField("touchTime").setToNode("SmoothWorker").setToField("Box_touched"))); symbol: class ROUTEObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:258: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("Box_touched").setType("SFTime"))) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:257: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("SmoothMovements").setType("SFBool")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:256: error: cannot find symbol .addChild(new ScriptObject("SmoothWorker") symbol: class ScriptObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:255: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Worker").setFromField("Pos_changed").setToNode("Trans").setToField("scale")) symbol: class ROUTEObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:254: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("SldZ").setFromField("position_changed").setToNode("Worker").setToField("set_Z")) symbol: class ROUTEObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:253: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("SldY").setFromField("position_changed").setToNode("Worker").setToField("set_Y")) symbol: class ROUTEObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:252: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("SldX").setFromField("position_changed").setToNode("Worker").setToField("set_X")) symbol: class ROUTEObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:251: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Pos_changed").setType("SFVec3f"))) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:250: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("Pos").setType("SFVec3f").setValue("1.0 1.0 1.0")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:249: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_X").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:248: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_Y").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:247: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_Z").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:246: error: cannot find symbol .addChild(new ScriptObject("Worker") symbol: class ScriptObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:245: error: cannot find symbol .setGeometry(new BoxObject().setSize(0.3f,0.3f,0.3f)))))) symbol: class BoxObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:244: error: cannot find symbol .setMaterial(new MaterialObject().setEmissiveColor(0.05f,0.0f,0.1f).setAmbientIntensity(0.0933f).setDiffuseColor(0.37f,0.0f,0.75f).setShininess(0.41f).setSpecularColor(0.91f,0.91f,0.91f))) symbol: class MaterialObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:243: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:242: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:241: error: cannot find symbol .addChild(new TouchSensorObject("TchBox").setDescription("touch to activate")) symbol: class TouchSensorObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:240: error: cannot find symbol .addChild(new TransformObject("Trans") symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:239: error: cannot find symbol .addChild(new TransformObject().setRotation(0.705f,0.654f,-0.274f,-1.09f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:238: error: cannot find symbol .addChild(new TransformObject().setRotation(0.983f,0.152f,0.098f,0.286f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:237: error: cannot find symbol .setGeometry(new CylinderObject().setRadius(0.02f).setHeight(2.5f)))))))) symbol: class CylinderObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:236: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("App")) symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:235: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:234: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,-1.25f,0.0f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:233: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("max").setValue("5.0"))) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:232: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("pageSize").setValue("1.0")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:231: error: cannot find symbol .addChild(new AppearanceObject().setUSE("App"))) symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:230: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("appearance") symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:229: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusStick").setValue("0.15")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:228: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("min").setValue("1.0")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:227: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusKnob").setValue("0.225")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:226: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initial_position").setValue("2.5")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:225: error: cannot find symbol .addChild(new ProtoInstanceObject("SldZ", "Slider").setDEF("SldZ").setName("Slider") symbol: class ProtoInstanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:224: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,0.0f,2.5f).setRotation(1.0f,0.0f,0.0f,1.5708f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:223: error: cannot find symbol .setGeometry(new CylinderObject().setRadius(0.02f).setHeight(2.5f))))) symbol: class CylinderObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:222: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("App")) symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:221: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:220: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,-1.25f,0.0f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:219: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("max").setValue("5.0"))) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:218: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("pageSize").setValue("1.0")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:217: error: cannot find symbol .addChild(new AppearanceObject().setUSE("App"))) symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:216: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("appearance") symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:215: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusStick").setValue("0.15")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:214: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("min").setValue("1.0")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:213: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusKnob").setValue("0.225")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:212: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initial_position").setValue("2.5")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:211: error: cannot find symbol .addChild(new ProtoInstanceObject("SldY", "Slider").setDEF("SldY").setName("Slider") symbol: class ProtoInstanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:210: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,2.5f,0.0f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:209: error: cannot find symbol .setGeometry(new CylinderObject().setRadius(0.02f).setHeight(2.5f))))) symbol: class CylinderObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:208: error: cannot find symbol .setAppearance(new AppearanceObject().setUSE("App")) symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:207: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:206: error: cannot find symbol .addChild(new TransformObject().setTranslation(0.0f,-1.25f,0.0f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:205: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("max").setValue("5.0"))) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:204: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("pageSize").setValue("1.0")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:203: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.055f).setEmissiveColor(0.1f,0.0f,0.07f).setShininess(0.157f).setSpecularColor(0.67f,0.67f,0.67f).setDiffuseColor(0.75f,0.0f,0.55f)))) symbol: class MaterialObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:202: error: cannot find symbol .addChild(new AppearanceObject("App") symbol: class AppearanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:201: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("appearance") symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:200: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusStick").setValue("0.15")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:199: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("min").setValue("1.0")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:198: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("radiusKnob").setValue("0.225")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:197: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("initial_position").setValue("2.5")) symbol: class fieldValueObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:196: error: cannot find symbol .addChild(new ProtoInstanceObject("SldX", "Slider").setDEF("SldX").setName("Slider") symbol: class ProtoInstanceObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:195: error: cannot find symbol .addChild(new TransformObject().setRotation(0.0f,0.0f,-1.0f,1.5708f).setTranslation(2.5f,0.0f,0.0f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:194: error: cannot find symbol .addChild(new TransformObject().setRotation(0.705f,0.654f,-0.274f,-1.09f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:193: error: cannot find symbol .addChild(new TransformObject().setRotation(0.983f,0.152f,0.098f,0.286f) symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:192: error: cannot find symbol .addChild(new TransformObject() symbol: class TransformObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:191: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(-0.3f,0.639f,-0.708f,1.922f).setPosition(6.309f,-1.261f,2.853f).setDescription("view 6")) symbol: class ViewpointObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:190: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(0.116f,0.234f,-0.965f,1.866f).setPosition(0.424f,-2.489f,8.627f).setDescription("view 5")) symbol: class ViewpointObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:189: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(0.888f,0.23f,0.399f,3.139f).setPosition(5.165f,3.009f,-4.663f).setDescription("view 4")) symbol: class ViewpointObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:188: error: cannot find symbol .addChild(new ViewpointObject().setPosition(0.934f,-5.744f,-0.794f).setOrientation(0.997f,0.06f,0.05f,1.705f).setDescription("view 3")) symbol: class ViewpointObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:187: error: cannot find symbol .addChild(new ViewpointObject().setPosition(0.865f,-1.591f,6.723f).setOrientation(0.973f,0.232f,0.024f,0.466f).setDescription("view 2")) symbol: class ViewpointObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:186: error: cannot find symbol .addChild(new ViewpointObject().setOrientation(-0.527f,0.846f,0.075f,0.462f).setPosition(2.741f,3.259f,6.6f).setDescription("view 1")) symbol: class ViewpointObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:185: error: cannot find symbol .addChild(new NavigationInfoObject().setType(new MFStringObject("\"EXAMINE\""))) symbol: class MFStringObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:185: error: cannot find symbol .addChild(new NavigationInfoObject().setType(new MFStringObject("\"EXAMINE\""))) symbol: class NavigationInfoObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:184: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("height").setType("SFFloat"))) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:183: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("max").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:182: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("pageSize").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:181: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_position").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:180: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("smoothMovements").setType("SFBool")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:179: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("appearance").setType("SFNode")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:178: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:177: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("min").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:176: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("radiusStick").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:175: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("radiusKnob").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:174: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_position").setType("SFFloat")) symbol: class fieldObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:173: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("Slider").setUrl(new MFStringObject("\"Slider.x3d#Slider\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Slider.x3d#Slider\" \"Slider.wrl#Slider\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Slider.wrl#Slider\"")) symbol: class MFStringObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:173: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("Slider").setUrl(new MFStringObject("\"Slider.x3d#Slider\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Slider.x3d#Slider\" \"Slider.wrl#Slider\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/Slider.wrl#Slider\"")) symbol: class ExternProtoDeclareObject location: class TestSliders C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java:172: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class TestSliders 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.TestSliders Error: Could not find or load main class Basic.Followers.TestSliders Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/ThirdPersonViewChaser.java produced from ThirdPersonViewChaser.x3d [Large tuple found: Coordinate point, $tupleCount=507, $tupleSplitSize=10, string-length=9421] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:38: error: package org.web3d.x3d.jsail.EnvironmentalSensor does not exist import org.web3d.x3d.jsail.EnvironmentalSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:39: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:40: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:42: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:43: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:44: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:45: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:46: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:47: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:48: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:49: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:621: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:626: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:616: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrShadowMgr").setFromField("ShadowOri_changed").setToNode("TrShadow").setToField("rotation"))); symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:615: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrShadowMgr").setFromField("ShadowPos_changed").setToNode("TrShadow").setToField("translation")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:614: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("ScrShadowMgr").setToField("set_MonkeyOri")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:613: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("ScrShadowMgr").setToField("set_MonkeyPos")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:612: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MonkeyOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0"))) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:611: error: cannot find symbol .addChild(new ElevationGridObject().setUSE("EvGridGround"))) symbol: class ElevationGridObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:610: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundGrid").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:609: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_MonkeyOri").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:608: error: cannot find symbol .addChild(new TransformObject().setUSE("TrGround"))) symbol: class TransformObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:607: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundTrans").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:606: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MonkeyPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:605: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("ShadowOri_changed").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:604: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_MonkeyPos").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:603: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("ShadowPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:602: error: cannot find symbol .addChild(new ScriptObject("ScrShadowMgr") symbol: class ScriptObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:601: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,0.0f,-1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f})))))) symbol: class MFVec3fObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:601: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,0.0f,-1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f})))))) symbol: class CoordinateObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:600: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}))) symbol: class MFVec2fObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:600: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}))) symbol: class TextureCoordinateObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:599: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:598: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"MonkeyShadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/MonkeyShadow.png\"")))) symbol: class MFStringObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:598: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"MonkeyShadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/MonkeyShadow.png\"")))) symbol: class ImageTextureObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:597: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setTransparency(0.9f).setEmissiveColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:596: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:595: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:594: error: cannot find symbol .addChild(new TransformObject("TrShadow").setScale(1.75f,1.0f,1.2f) symbol: class TransformObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:593: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScriptThirdPersonView").setFromField("viewOri_changed").setToNode("VP").setToField("orientation")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:592: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScriptThirdPersonView").setFromField("viewPos_changed").setToNode("VP").setToField("position")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:591: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("ScriptThirdPersonView").setToField("set_avatarOri")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:590: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("ScriptThirdPersonView").setToField("set_avatarPos")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:589: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("viewOri_changed").setType("SFRotation"))) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:588: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_avatarOri").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:587: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("viewPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:586: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cCameraOffsetOri").setType("SFRotation").setValue("1.0 0.0 0.0 -0.2")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:585: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("avatarOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:584: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_avatarPos").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:583: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cCameraOffsetPos").setType("SFVec3f").setValue("0.0 4.0 8.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:582: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("avatarPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:581: error: cannot find symbol .addChild(new ScriptObject("ScriptThirdPersonView") symbol: class ScriptObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:580: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Timer").setFromField("time").setToNode("ScrNavi").setToField("Tick")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:579: error: cannot find symbol .addChild(new TimeSensorObject("Timer").setLoop(true)) symbol: class TimeSensorObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:578: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("TransObject").setToField("rotation")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:577: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("TransObject").setToField("translation")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:576: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DieAwayRotateDamper").setFromField("value_changed").setToNode("ScrNavi").setToField("damperedRotateInput")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:575: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DieAwayMoveDamper").setFromField("value_changed").setToNode("ScrNavi").setToField("damperedMoveInput")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:574: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchNavi").setFromField("isActive").setToNode("ScrNavi").setToField("set_sensorIsActive")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:573: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNaviSens").setFromField("userInput").setToNode("ScrNavi").setToField("userInput")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:572: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriSpeed").setType("SFFloat").setValue("0.0"))) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:571: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_objectPos").setType("SFVec3f").setValue("-37.577 1.65 -83.856")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:570: error: cannot find symbol .addChild(new ProtoInstanceObject().setUSE("DieAwayRotateDamper").setName("ScalarDamper"))) symbol: class ProtoInstanceObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:569: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DieAwayRotateDamper").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:568: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastUserInput").setType("SFVec2f").setValue("0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:567: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("objectPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:566: error: cannot find symbol .addChild(new ElevationGridObject().setUSE("EvGridGround"))) symbol: class ElevationGridObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:565: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundGrid").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:564: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_objectOri").setType("SFRotation").setValue("0.02 -0.999 0.027 2.08")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:563: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("sensorIsActive").setType("SFBool").setValue("false")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:562: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("userInput").setType("SFVec2f")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:561: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastTick").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:560: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ObjectPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:559: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("damperedRotateInput").setType("SFFloat")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:558: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_sensorIsActive").setType("SFBool")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:557: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MoveSpeed").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:556: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("damperedMoveInput").setType("SFFloat")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:555: error: cannot find symbol .addChild(new ProtoInstanceObject().setUSE("DieAwayMoveDamper").setName("ScalarDamper"))) symbol: class ProtoInstanceObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:554: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DieAwayMoveDamper").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:553: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cNominalOriSpeed").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:552: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("objectOri_changed").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:551: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ObjectOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:550: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cInputNominalX").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:549: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cNominalMoveSpeed").setType("SFFloat").setValue("10.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:548: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cInputNominalY").setType("SFFloat").setValue("1.0")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:547: error: cannot find symbol .addChild(new TransformObject().setUSE("TrGround"))) symbol: class TransformObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:546: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundTrans").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:545: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("Tick").setType("SFTime")) symbol: class fieldObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:544: error: cannot find symbol .addChild(new ScriptObject("ScrNavi").setDirectOutput(true) symbol: class ScriptObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:543: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("tau").setValue("0.1"))) symbol: class fieldValueObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:542: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("order").setValue("3")) symbol: class fieldValueObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:541: error: cannot find symbol .addChild(new ProtoInstanceObject("DieAwayRotateDamper", "ScalarDamper").setDEF("DieAwayRotateDamper").setName("ScalarDamper") symbol: class ProtoInstanceObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:540: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("tau").setValue("0.2"))) symbol: class fieldValueObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:539: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("order").setValue("4")) symbol: class fieldValueObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:538: error: cannot find symbol .addChild(new ProtoInstanceObject("DieAwayMoveDamper", "ScalarDamper").setDEF("DieAwayMoveDamper").setName("ScalarDamper") symbol: class ProtoInstanceObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:537: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchNavi").setFromField("isActive").setToNode("ScrNaviSens").setToField("set_activated")) symbol: class ROUTEObject location: class ThirdPersonViewChaser C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java:536: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchNavi").setFromField("hitTexCoord_changed").setToNode("ScrNaviSens").setToField("set_hitCoord")) symbol: class ROUTEObject location: class ThirdPersonViewChaser 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.ThirdPersonViewChaser Error: Could not find or load main class Basic.Followers.ThirdPersonViewChaser Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Followers/ThirdPersonViewFollower.java produced from ThirdPersonViewFollower.x3d [Large tuple found: Coordinate point, $tupleCount=507, $tupleSplitSize=10, string-length=9421] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:38: error: package org.web3d.x3d.jsail.EnvironmentalSensor does not exist import org.web3d.x3d.jsail.EnvironmentalSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:39: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:40: error: package org.web3d.x3d.jsail.Followers does not exist import org.web3d.x3d.jsail.Followers.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:41: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:42: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:43: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:44: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:45: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:46: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:47: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:48: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:49: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:50: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:618: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:623: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:613: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrShadowMgr").setFromField("ShadowOri_changed").setToNode("TrShadow").setToField("rotation"))); symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:612: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrShadowMgr").setFromField("ShadowPos_changed").setToNode("TrShadow").setToField("translation")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:611: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("ScrShadowMgr").setToField("set_MonkeyOri")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:610: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("ScrShadowMgr").setToField("set_MonkeyPos")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:609: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MonkeyOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0"))) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:608: error: cannot find symbol .addChild(new ElevationGridObject().setUSE("EvGridGround"))) symbol: class ElevationGridObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:607: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundGrid").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:606: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_MonkeyOri").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:605: error: cannot find symbol .addChild(new TransformObject().setUSE("TrGround"))) symbol: class TransformObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:604: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundTrans").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:603: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MonkeyPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:602: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("ShadowOri_changed").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:601: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_MonkeyPos").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:600: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("ShadowPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:599: error: cannot find symbol .addChild(new ScriptObject("ScrShadowMgr") symbol: class ScriptObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:598: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,0.0f,-1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f})))))) symbol: class MFVec3fObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:598: error: cannot find symbol .setCoord(new CoordinateObject().setPoint(new MFVec3fObject(new float[] {-1.0f,0.0f,-1.0f,1.0f,0.0f,-1.0f,1.0f,0.0f,1.0f,-1.0f,0.0f,1.0f})))))) symbol: class CoordinateObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:597: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}))) symbol: class MFVec2fObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:597: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject(new float[] {1.0f,1.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f}))) symbol: class TextureCoordinateObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:596: error: cannot find symbol .setGeometry(new IndexedFaceSetObject().setSolid(false).setCoordIndex(new int[] {0,1,2,3,-1}) symbol: class IndexedFaceSetObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:595: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"MonkeyShadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/MonkeyShadow.png\"")))) symbol: class MFStringObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:595: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"MonkeyShadow.png\" \"http://www.web3d.org/x3d/content/examples/Basic/Followers/MonkeyShadow.png\"")))) symbol: class ImageTextureObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:594: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,0.0f).setTransparency(0.9f).setEmissiveColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:593: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:592: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:591: error: cannot find symbol .addChild(new TransformObject("TrShadow").setScale(1.75f,1.0f,1.2f) symbol: class TransformObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:590: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrCombiner").setFromField("Ori_changed").setToNode("VP").setToField("orientation")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:589: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrCombiner").setFromField("Pos_changed").setToNode("VP").setToField("position")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:588: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OrientationChaserNode").setFromField("value_changed").setToNode("ScrCombiner").setToField("set_ChsOri")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:587: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("PositionChaserNode").setFromField("value_changed").setToNode("ScrCombiner").setToField("set_ChsPos")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:586: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("OrientationDamperNode").setFromField("value_changed").setToNode("ScrCombiner").setToField("set_DampOri")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:585: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("PositionDamperNode").setFromField("value_changed").setToNode("ScrCombiner").setToField("set_DampPos")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:584: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_ChsOri").setType("SFRotation"))) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:583: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Ori_changed").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:582: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DampOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:581: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_ChsPos").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:580: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("Pos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:579: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DampPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:578: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cAlpha").setType("SFFloat").setValue("0.5")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:577: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_DampOri").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:576: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ChsOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:575: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_DampPos").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:574: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ChsPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:573: error: cannot find symbol .addChild(new ScriptObject("ScrCombiner") symbol: class ScriptObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:572: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScriptThirdPersonView").setFromField("viewOri_changed").setToNode("OrientationDamperNode").setToField("set_destination")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:571: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScriptThirdPersonView").setFromField("viewPos_changed").setToNode("PositionDamperNode").setToField("set_destination")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:570: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("ScriptThirdPersonView").setToField("set_avatarOri")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:569: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("ScriptThirdPersonView").setToField("set_avatarPos")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:568: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("viewOri_changed").setType("SFRotation"))) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:567: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_avatarOri").setType("SFRotation")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:566: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("viewPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:565: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cCameraOffsetOri").setType("SFRotation").setValue("1.0 0.0 0.0 -0.2")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:564: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("avatarOri").setType("SFRotation").setValue("0.0 0.0 1.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:563: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_avatarPos").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:562: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("cCameraOffsetPos").setType("SFVec3f").setValue("0.0 4.0 5.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:561: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("avatarPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:560: error: cannot find symbol .addChild(new ScriptObject("ScriptThirdPersonView") symbol: class ScriptObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:559: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("Timer").setFromField("time").setToNode("ScrNavi").setToField("Tick")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:558: error: cannot find symbol .addChild(new TimeSensorObject("Timer").setLoop(true)) symbol: class TimeSensorObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:557: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectOri_changed").setToNode("TransObject").setToField("rotation")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:556: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNavi").setFromField("objectPos_changed").setToNode("TransObject").setToField("translation")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:555: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DieAwayRotateDamper").setFromField("value_changed").setToNode("ScrNavi").setToField("damperedRotateInput")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:554: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("DieAwayMoveDamper").setFromField("value_changed").setToNode("ScrNavi").setToField("damperedMoveInput")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:553: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TchNavi").setFromField("isActive").setToNode("ScrNavi").setToField("set_sensorIsActive")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:552: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ScrNaviSens").setFromField("userInput").setToNode("ScrNavi").setToField("userInput")) symbol: class ROUTEObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:551: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("OriSpeed").setType("SFFloat").setValue("0.0"))) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:550: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_objectPos").setType("SFVec3f").setValue("-37.577 1.65 -83.856")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:549: error: cannot find symbol .addChild(new ScalarDamperObject().setUSE("DieAwayRotateDamper"))) symbol: class ScalarDamperObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:548: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("DieAwayRotateDamper").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:547: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastUserInput").setType("SFVec2f").setValue("0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:546: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("objectPos_changed").setType("SFVec3f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:545: error: cannot find symbol .addChild(new ElevationGridObject().setUSE("EvGridGround"))) symbol: class ElevationGridObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:544: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("GroundGrid").setType("SFNode") symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:543: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("initial_objectOri").setType("SFRotation").setValue("0.02 -0.999 0.027 2.08")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:542: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("sensorIsActive").setType("SFBool").setValue("false")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:541: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("userInput").setType("SFVec2f")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:540: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("lastTick").setType("SFTime").setValue("0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:539: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ObjectPos").setType("SFVec3f").setValue("0.0 0.0 0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:538: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("damperedRotateInput").setType("SFFloat")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:537: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_sensorIsActive").setType("SFBool")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:536: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("MoveSpeed").setType("SFFloat").setValue("0.0")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:535: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("damperedMoveInput").setType("SFFloat")) symbol: class fieldObject location: class ThirdPersonViewFollower C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java:534: error: cannot find symbol .addChild(new ScalarDamperObject().setUSE("DieAwayMoveDamper"))) symbol: class ScalarDamperObject location: class ThirdPersonViewFollower 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Followers.ThirdPersonViewFollower Error: Could not find or load main class Basic.Followers.ThirdPersonViewFollower Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/A1_GeoElevationGrid.java produced from A1_GeoElevationGrid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:40: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:41: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:159: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:164: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:154: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoGridOrigin(-90.0f,-180.0f,0.0f).setZDimension(11).setXSpacing(18).setZSpacing(18).setYScale(200f).setXDimension(21).setHeight(new double[] {0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3135.0,2976.0,2529.0,2135.0,3449.0,2899.0,3190.0,2375.0,0.0,0.0,3086.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,142.0,792.0,0.0,0.0,0.0,969.0,0.0,0.0,0.0,0.0,0.0,495.0,276.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,320.0,46.0,60.0,0.0,0.0,0.0,588.0,0.0,0.0,0.0,0.0,0.0,0.0,34.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,301.0,601.0,837.0,627.0,0.0,880.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,202.0,1.0,0.0,0.0,0.0,0.0,1241.0,385.0,6.0,582.0,468.0,215.0,5201.0,529.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1304.0,427.0,365.0,374.0,0.0,0.0,0.0,1977.0,345.0,22.0,132.0,325.0,2072.0,1256.0,171.0,0.0,0.0,0.0,0.0,706.0,1896.0,464.0,134.0,0.0,0.0,2563.0,0.0,0.0,0.0,143.0,11.0,784.0,88.0,498.0,307.0,108.0,1707.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,600.0,378.0,1378.0,339.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0})))); symbol: class GeoElevationGridObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:153: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.3f,1.0f,0.3f))) symbol: class MaterialObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:152: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:151: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:150: error: cannot find symbol .addChild(new GeoViewpointObject().setOrientation(1.0f,0.0f,0.0f,-1.57f).setPosition(35.0f,70.0f,30000000.0f).setDescription("Initial GeoViewpoint")) symbol: class GeoViewpointObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:149: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f})).setSkyColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f}))) symbol: class MFColorObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:149: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f})).setSkyColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f}))) symbol: class MFColorObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:149: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f})).setSkyColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f}))) symbol: class BackgroundObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:147: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:146: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:145: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:144: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/A1_GeoElevationGrid.x3d")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:143: error: cannot find symbol .addMeta(new metaObject().setName("VRML 97 encoding").setContent("http://www.geovrml.org/1.0/doc/examples/exagearth.wrl")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:142: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/exagearth.wrl")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:141: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.geovrml.org/1.0/doc/examples.html")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:140: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Specification example shows the use of the GeoElevationGrid and the GeoViewpoint nodes. A flat grid is mapped to the full extent of Earth latitude and longitude.")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:139: error: cannot find symbol .addMeta(new metaObject().setName("warning").setContent("under revision, not matching spec example. Trying to get Background aligned.")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:138: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("12 January 2014")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:137: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("26 June 2000")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:136: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Don Brutzman NPS, X3D encoding")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:135: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Martin Reddy SRI, original example")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:134: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("A1_GeoElevationGrid.x3d")) symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:133: error: cannot find symbol .addComponent(new componentObject().setName("Geospatial").setLevel(1)) symbol: class componentObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:132: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:131: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.0") symbol: class X3DObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:187: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:189: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:190: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:191: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:192: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class A1_GeoElevationGrid C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java:193: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class A1_GeoElevationGrid 39 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.A1_GeoElevationGrid Error: Could not find or load main class Basic.Geospatial.A1_GeoElevationGrid Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/A2_AnimatedGeoViewpoint.java produced from A2_AnimatedGeoViewpoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:41: error: package org.web3d.x3d.jsail.Interpolation does not exist import org.web3d.x3d.jsail.Interpolation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:44: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:45: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:163: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:168: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:158: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GPI").setFromField("geovalue_changed").setToNode("V").setToField("set_position"))); symbol: class ROUTEObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:157: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TS").setFromField("fraction_changed").setToNode("GPI").setToField("set_fraction")) symbol: class ROUTEObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:156: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.3f,0.3f,0.3f})).setSkyColor(new MFColorObject(new float[] {0.3f,0.3f,0.3f})))) symbol: class MFColorObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:156: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.3f,0.3f,0.3f})).setSkyColor(new MFColorObject(new float[] {0.3f,0.3f,0.3f})))) symbol: class MFColorObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:156: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.3f,0.3f,0.3f})).setSkyColor(new MFColorObject(new float[] {0.3f,0.3f,0.3f})))) symbol: class BackgroundObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:155: error: cannot find symbol .addChild(new TimeSensorObject("TS").setCycleInterval(8.0).setLoop(true)) symbol: class TimeSensorObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:154: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GPI").setKey(new float[] {0.0f,0.1f,0.55f,1.0f}).setKeyValue(new MFVec3dObject(new double[] {51.5122,-0.065,10000000.0,48.865,2.35,10000000.0,40.6698,-73.943849,10000000.0,51.5122,-0.065,10000000.0}))) symbol: class MFVec3dObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:154: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GPI").setKey(new float[] {0.0f,0.1f,0.55f,1.0f}).setKeyValue(new MFVec3dObject(new double[] {51.5122,-0.065,10000000.0,48.865,2.35,10000000.0,40.6698,-73.943849,10000000.0,51.5122,-0.065,10000000.0}))) symbol: class GeoPositionInterpolatorObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:153: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoGridOrigin(-90.0f,-180.0f,0.0f).setCreaseAngle(1.05).setXDimension(11).setZDimension(11).setZSpacing(18).setXSpacing(36).setHeight(new double[] {0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0}))) symbol: class GeoElevationGridObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:152: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/earth.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/images/earth.jpg\" \"http://www.geovrml.org/1.0/doc/images/earth.jpg\"")))) symbol: class MFStringObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:152: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/earth.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/images/earth.jpg\" \"http://www.geovrml.org/1.0/doc/images/earth.jpg\"")))) symbol: class ImageTextureObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:151: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.8f,1.0f,0.3f)) symbol: class MaterialObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:150: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:149: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:148: error: cannot find symbol .addChild(new GeoViewpointObject("V").setOrientation(1.0f,0.0f,0.0f,-1.57f).setPosition(51.5122f,-0.065f,10000000.0f).setDescription("Animating GeoViewpoint")) symbol: class GeoViewpointObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:147: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:146: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:145: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:144: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:143: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/A2_AnimatedGeoViewpoint.x3d")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:142: error: cannot find symbol .addMeta(new metaObject().setName("VRML 97 encoding").setContent("http://www.geovrml.org/1.0/doc/examples/viewanim.wrl")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:141: error: cannot find symbol .addMeta(new metaObject().setName("meta").setContent("originals/viewanim.wrl")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:140: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.geovrml.org/1.0/doc/examples.html")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:139: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Specification example shows animated GeoViewpoint, using GeoPositionInterpolator between latitude/longitude locations for London, Paris, and New York.")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:138: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("12 January 2014")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:137: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("26 June 2000")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:136: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Don Brutzman NPS, X3D encoding")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:135: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Martin Reddy SRI, original example")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:134: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("A2_AnimatedGeoViewpoint.x3d")) symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:133: error: cannot find symbol .addComponent(new componentObject().setName("Geospatial").setLevel(1)) symbol: class componentObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:132: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:131: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.0") symbol: class X3DObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:191: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:193: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:194: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:195: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:196: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class A2_AnimatedGeoViewpoint C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java:197: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class A2_AnimatedGeoViewpoint 50 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.A2_AnimatedGeoViewpoint Error: Could not find or load main class Basic.Geospatial.A2_AnimatedGeoViewpoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/A3_GeoInline.java produced from A3_GeoInline.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:38: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:40: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:41: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:42: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:44: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:194: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:199: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:189: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ReturnFalse").setFromField("value_changed").setToNode("TestInline").setToField("set_load"))); symbol: class ROUTEObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:188: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("UnLoadTrigger").setFromField("isActive").setToNode("ReturnFalse").setToField("set_value")) symbol: class ROUTEObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:187: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ReturnTrue").setFromField("value_changed").setToNode("TestInline").setToField("set_load")) symbol: class ROUTEObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:186: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("LoadTrigger").setFromField("isActive").setToNode("ReturnTrue").setToField("set_value")) symbol: class ROUTEObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:185: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFBool"))) symbol: class fieldObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:184: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFBool")) symbol: class fieldObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:183: error: cannot find symbol .addChild(new ScriptObject("ReturnFalse") symbol: class ScriptObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:182: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFBool"))) symbol: class fieldObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:181: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFBool")) symbol: class fieldObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:180: error: cannot find symbol .addChild(new ScriptObject("ReturnTrue") symbol: class ScriptObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:178: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.6f,0.3f,0.0f))))) symbol: class MaterialObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:177: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:176: error: cannot find symbol .setFontStyle(new FontStyleObject())) symbol: class FontStyleObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:175: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Unload Cube\"")).setLength(new float[] {0.0f}) symbol: class MFStringObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:175: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Unload Cube\"")).setLength(new float[] {0.0f}) symbol: class TextObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:174: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:173: error: cannot find symbol .addChild(new TransformObject().setScale(0.5f,0.5f,0.5f).setTranslation(1.5f,-1.5f,0.3f) symbol: class TransformObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:172: error: cannot find symbol .setGeometry(new ConeObject()))) symbol: class ConeObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:171: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,1.0f))) symbol: class MaterialObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:170: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:169: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:168: error: cannot find symbol .addChild(new TouchSensorObject("UnLoadTrigger").setDescription("click to unload inlined Box")) symbol: class TouchSensorObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:167: error: cannot find symbol .addChild(new TransformObject().setScale(0.5f,0.5f,0.5f).setRotation(1.0f,0.0f,0.0f,3.1415f).setTranslation(2.0f,-1.0f,0.0f) symbol: class TransformObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:166: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.6f,0.3f))))) symbol: class MaterialObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:165: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:164: error: cannot find symbol .setFontStyle(new FontStyleObject())) symbol: class FontStyleObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:163: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Load Cube\"")).setLength(new float[] {0.0f}) symbol: class MFStringObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:163: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"Load Cube\"")).setLength(new float[] {0.0f}) symbol: class TextObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:162: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:161: error: cannot find symbol .addChild(new TransformObject().setScale(0.5f,0.5f,0.5f).setTranslation(1.5f,1.2f,0.3f) symbol: class TransformObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:160: error: cannot find symbol .setGeometry(new ConeObject()))) symbol: class ConeObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:159: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(1.0f,0.0f,0.0f))) symbol: class MaterialObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:158: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:157: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:156: error: cannot find symbol .addChild(new TouchSensorObject("LoadTrigger").setDescription("click to load inlined Box")) symbol: class TouchSensorObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:155: error: cannot find symbol .addChild(new TransformObject().setScale(0.5f,0.5f,0.5f).setTranslation(2.0f,1.0f,0.0f) symbol: class TransformObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:152: error: cannot find symbol .addChild(new InlineObject("TestInline").setLoad(false).setUrl(new MFStringObject("\"Box.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Box.x3d\" \"Box.wrl\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Box.wrl\""))) symbol: class MFStringObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:152: error: cannot find symbol .addChild(new InlineObject("TestInline").setLoad(false).setUrl(new MFStringObject("\"Box.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Box.x3d\" \"Box.wrl\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Box.wrl\""))) symbol: class InlineObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:150: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:149: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:148: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:147: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:146: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/A3_GeoInline.x3d")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:145: error: cannot find symbol .addMeta(new metaObject().setName("VRML 97 encoding").setContent("http://www.geovrml.org/1.0/doc/examples/geoinline.wrl")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:144: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/geoinlineTest.wrl")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:143: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.geovrml.org/1.0/doc/examples.html")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:142: error: cannot find symbol .addMeta(new metaObject().setName("warning").setContent("GeoVRML 1.1 GeoInline functionality is embedded in X3D Inline node, GeoInline no longer supported in X3D.")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:141: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Specification example: on-demand inlining via GeoInline for scene resource management.")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:140: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("24 December 2010")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:139: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("26 June 2000")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:138: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Don Brutzman NPS, X3D encoding")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:137: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Martin Reddy SRI, original example")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:136: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("A3_GeoInline.x3d")) symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:135: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:134: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.0") symbol: class X3DObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:222: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:224: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:225: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:226: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:227: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class A3_GeoInline C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java:228: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class A3_GeoInline 72 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.A3_GeoInline Error: Could not find or load main class Basic.Geospatial.A3_GeoInline Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/A4_GeoLocation.java produced from A4_GeoLocation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:40: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:44: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:164: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:169: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:159: error: cannot find symbol .setGeometry(new ConeObject().setBottomRadius(100000f).setHeight(500000f))))))); symbol: class ConeObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:158: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(1.0f,1.0f,0.0f))) symbol: class MaterialObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:157: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:156: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:155: error: cannot find symbol .addChild(new TransformObject().setRotation(1.0f,0.0f,0.0f,3.1415926f) symbol: class TransformObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:154: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(57.7174f,-3.286119f,200000.0f) symbol: class GeoLocationObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:153: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoGridOrigin(-90.0f,-180.0f,0.0f).setCreaseAngle(1.05).setXDimension(11).setZDimension(11).setZSpacing(18).setXSpacing(36).setHeight(new double[] {0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0}))) symbol: class GeoElevationGridObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:152: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/earth.gif\" \"images/earth.jpg\" \"images/earth2.gif\" \"images/earth3.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth.gif\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth2.gif\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth3.jpg\"")))) symbol: class MFStringObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:152: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/earth.gif\" \"images/earth.jpg\" \"images/earth2.gif\" \"images/earth3.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth.gif\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth2.gif\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/earth3.jpg\"")))) symbol: class ImageTextureObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:151: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.8f,1.0f,0.3f)) symbol: class MaterialObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:150: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:149: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:148: error: cannot find symbol .addChild(new GeoViewpointObject().setOrientation(1.0f,0.0f,0.0f,-1.57f).setPosition(51.5122f,-40.0f,10000000.0f).setDescription("Initial GeoViewpoint")) symbol: class GeoViewpointObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:147: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:147: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:147: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) symbol: class BackgroundObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:146: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:145: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:144: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:143: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:142: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/A4_GeoLocation.x3d")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:141: error: cannot find symbol .addMeta(new metaObject().setName("VRML 97 encoding").setContent("http://www.geovrml.org/1.0/doc/examples/geoinline.wrl")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:140: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/geoloc.wrl")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:139: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.geovrml.org/1.0/doc/examples.html")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:138: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Specification example georeferencing VRML objects: display standard VRML cone at latitude/longitude location of Lossiemouth, Scotland.")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:137: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("12 January 2014")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:136: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("26 June 2000")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:135: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Don Brutzman NPS, X3D encoding")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:134: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Martin Reddy SRI, original example")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:133: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("A4_GeoLocation.x3d")) symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:132: error: cannot find symbol .addComponent(new componentObject().setName("Geospatial").setLevel(1)) symbol: class componentObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:131: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:130: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.0") symbol: class X3DObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:192: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:194: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:195: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:196: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:197: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class A4_GeoLocation C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java:198: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class A4_GeoLocation 50 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.A4_GeoLocation Error: Could not find or load main class Basic.Geospatial.A4_GeoLocation Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/A5_GeoOrigin.java produced from A5_GeoOrigin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:40: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:42: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:173: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:178: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:168: error: cannot find symbol .setGeometry(new SphereObject().setRadius(2f))))); symbol: class SphereObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:167: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,0.0f,1.0f))) symbol: class MaterialObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:166: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:165: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:164: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:163: error: cannot find symbol .addChild(new GeoLocationObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setGeoCoords(8167769.0f,258119.0f,0.0f) symbol: class MFStringObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:163: error: cannot find symbol .addChild(new GeoLocationObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setGeoCoords(8167769.0f,258119.0f,0.0f) symbol: class GeoLocationObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:161: error: cannot find symbol .setGeometry(new SphereObject().setRadius(2f)))) symbol: class SphereObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:160: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(1.0f,0.0f,0.0f))) symbol: class MaterialObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:159: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:158: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:157: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:156: error: cannot find symbol .addChild(new GeoLocationObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setGeoCoords(8167769.0f,258115.0f,0.0f) symbol: class MFStringObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:156: error: cannot find symbol .addChild(new GeoLocationObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setGeoCoords(8167769.0f,258115.0f,0.0f) symbol: class GeoLocationObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:154: error: cannot find symbol .setGeoOrigin(new GeoOriginObject("ORIGIN").setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setGeoCoords(8167769.0f,258117.0f,0.0f))) symbol: class MFStringObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:154: error: cannot find symbol .setGeoOrigin(new GeoOriginObject("ORIGIN").setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setGeoCoords(8167769.0f,258117.0f,0.0f))) symbol: class GeoOriginObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:152: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setPosition(8167769.0f,258117.0f,10.0f).setDescription("Adjacent Spheres") symbol: class MFStringObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:152: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z11\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setPosition(8167769.0f,258117.0f,10.0f).setDescription("Adjacent Spheres") symbol: class GeoViewpointObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:150: error: cannot find symbol .addChild(new NavigationInfoObject().setType(new MFStringObject("\"FLY\" \"ANY\""))) symbol: class MFStringObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:150: error: cannot find symbol .addChild(new NavigationInfoObject().setType(new MFStringObject("\"FLY\" \"ANY\""))) symbol: class NavigationInfoObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:149: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:149: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:149: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {1.0f,1.0f,1.0f}))) symbol: class BackgroundObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:148: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:147: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:146: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:145: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/A5_GeoOrigin.x3d")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:144: error: cannot find symbol .addMeta(new metaObject().setName("VRML 97 encoding").setContent("http://www.geovrml.org/1.0/doc/examples/geoorigin.wrl")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:143: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("originals/geooriginTest.wrl")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:142: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.geovrml.org/1.0/doc/examples.html")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:141: error: cannot find symbol .addMeta(new metaObject().setName("hint").setContent("Note that GeoOrigin has been deprecated in version 3.3 of X3D Geospatial component and will no longer be needed in X3D scenes.")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:140: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Specification example shows use of GeoOrigin node to provide accurate geospatial positioning. When zooming, removes object jitter from reduced-precision floating point values.")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:139: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("12 January 2014")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:138: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("26 June 2000")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:137: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Don Brutzman NPS, X3D encoding")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:136: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Martin Reddy SRI, original example")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:135: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("A5_GeoOrigin.x3d")) symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:134: error: cannot find symbol .addComponent(new componentObject().setName("Geospatial").setLevel(1)) symbol: class componentObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:133: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:132: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.0") symbol: class X3DObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:201: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:203: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:204: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:205: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:206: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class A5_GeoOrigin C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java:207: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class A5_GeoOrigin 55 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.A5_GeoOrigin Error: Could not find or load main class Basic.Geospatial.A5_GeoOrigin Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/Box.java produced from Box.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:38: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:40: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:144: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:149: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:139: error: cannot find symbol .setGeometry(new BoxObject())))); symbol: class BoxObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:138: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.0f,1.0f,0.0f))) symbol: class MaterialObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:137: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:136: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:135: error: cannot find symbol .addChild(new TransformObject().setTranslation(-1.0f,0.0f,0.0f) symbol: class TransformObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:134: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:133: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:132: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:131: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:130: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/Box.x3d")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:129: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/A3_GeoInline.x3d")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:128: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("GeoVRML Working Group")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:127: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("22 December 2011")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:126: error: cannot find symbol .addMeta(new metaObject().setName("translated").setContent("22 April 2003")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:125: error: cannot find symbol .addMeta(new metaObject().setName("translator").setContent("Xeena VRML importer, X3D-Edit 3.1, http://www.web3d.org/x3d/content/README.X3D-Edit.html")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:124: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Simple Box shape used as test scene for GeoInline/Inline loading and unloading.")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:123: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("Box.x3d")) symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:122: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:121: error: cannot find symbol x3dModel = new X3DObject().setProfile("Interchange").setVersion("3.0") symbol: class X3DObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:172: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:174: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:175: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:176: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:177: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class Box C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java:178: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class Box 32 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.Box Error: Could not find or load main class Basic.Geospatial.Box Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/CaliforniaCampuses.java produced from CaliforniaCampuses.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:37: error: package org.web3d.x3d.jsail.EventUtilities does not exist import org.web3d.x3d.jsail.EventUtilities.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:42: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:43: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:44: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:45: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:314: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:319: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:308: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("enabled").setValue("false"))) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:307: error: cannot find symbol .addChild(new ProtoInstanceObject("ExampleViewPositionOrientation", "ViewPositionOrientation").setDEF("ExampleViewPositionOrientation").setName("ViewPositionOrientation") symbol: class ProtoInstanceObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:306: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("outputViewpointString").setType("MFString").setAppinfo("MFString value of new Viewpoint"))) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:305: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("orientation_changed").setType("SFRotation").setAppinfo("Output local orientation")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:304: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFVec3f").setAppinfo("Output local position")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:303: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_traceEnabled").setType("SFBool").setAppinfo("Ability to turn output tracing on/off at runtime")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:302: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("traceEnabled").setType("SFBool").setAppinfo("Output internal trace messages for debugging this node, intended for developer use only")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:301: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("enabled").setType("SFBool").setAppinfo("Whether or not ViewPositionOrientation sends output to console")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:300: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class MFStringObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:300: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class ExternProtoDeclareObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:298: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourToggle").setFromField("toggle").setToNode("ViewpointTour").setToField("set_enabled"))) symbol: class ROUTEObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:297: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourTouch").setFromField("isActive").setToNode("TourToggle").setToField("set_boolean")) symbol: class ROUTEObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:296: error: cannot find symbol .addChild(new BooleanToggleObject("TourToggle")) symbol: class BooleanToggleObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:295: error: cannot find symbol .addChild(new TouchSensorObject("TourTouch").setDescription("Touch text to turn tour on/off")) symbol: class TouchSensorObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:294: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.25f).setShininess(0.39f).setDiffuseColor(0.795918f,0.505869f,0.093315f).setSpecularColor(0.923469f,0.428866f,0.006369f))))) symbol: class MaterialObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:293: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:292: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class MFStringObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:292: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class FontStyleObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:291: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class MFStringObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:291: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class TextObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:290: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:289: error: cannot find symbol .addChild(new BillboardObject().setAxisOfRotation(0.0f,0.0f,0.0f) symbol: class BillboardObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:288: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(36.595599f,-121.877148f,624990.0f) symbol: class GeoLocationObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:286: error: cannot find symbol .addChild(new ViewpointObject("View4").setPosition(-10.0f,0.0f,0.0f).setOrientation(0.0f,1.0f,0.0f,-1.57f).setDescription("View four (-X axis)")))) symbol: class ViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:285: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:284: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:283: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:282: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:281: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:280: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:279: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:278: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:277: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:276: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:275: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:274: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:273: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:272: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:271: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:270: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:269: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View19")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:268: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View18")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:267: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View17")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:266: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View16")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:265: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View15")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:264: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View14")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:263: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View13")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:262: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View12")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:261: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View11")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:260: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View10")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:259: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View09")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:258: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View08")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:257: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View07")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:256: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View06")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:255: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View05")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:254: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View04")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:253: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View03")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:252: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View02")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:251: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View01")) symbol: class GeoViewpointObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:250: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("viewpoints") symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:249: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("toggleMessage").setValue("\"ViewpointSequencer tour\"")) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:248: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("enabled").setValue("true")) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:246: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("interval").setValue("30")) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:245: error: cannot find symbol .addChild(new ProtoInstanceObject("ViewpointTour", "ViewpointSequencer").setDEF("ViewpointTour").setName("ViewpointSequencer") symbol: class ProtoInstanceObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:244: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("traceEnabled").setType("SFBool").setAppinfo("enable console output"))) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:243: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("toggleMessageColor").setType("SFColor").setAppinfo("Color for toggleMessage text")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:242: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("toggleMessageFontSize").setType("SFFloat").setAppinfo("Color for toggleMessage text")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:241: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("toggleMessage").setType("MFString").setAppinfo("Select message to toggle ViewpointSequencer")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:240: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("next").setType("SFBool").setAppinfo("bind next Viewpoint in list")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:239: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("previous").setType("SFBool").setAppinfo("bind previous Viewpoint in list")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:238: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_enabled").setType("SFBool").setAppinfo("whether ViewpointSequencer is enabled or not")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:237: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("enabled").setType("SFBool").setAppinfo("whether ViewpointSequencer is enabled or not")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:236: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("interval").setType("SFTime").setAppinfo("number of seconds between viewpoint shifts")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:235: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("viewpoints").setType("MFNode").setAppinfo("Viewpoint USE nodes that are sequentially bound")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:234: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewpointSequencer").setAppinfo("Sequentially binds each Viewpoint in a set of Viewpoint USE nodes, creating an automatic tour for a scene").setUrl(new MFStringObject("\"../../Savage/Tools/Animation/ViewpointSequencerPrototype.x3d#ViewpointSequencer\" \"https://savage.nps.edu/Savage/Tools/Animation/ViewpointSequencerPrototype.x3d#ViewpointSequencer\" \"../../Savage/Tools/Animation/ViewpointSequencerPrototype.wrl#ViewpointSequencer\" \"https://savage.nps.edu/Savage/Tools/Animation/ViewpointSequencerPrototype.wrl#ViewpointSequencer\"")) symbol: class MFStringObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:234: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewpointSequencer").setAppinfo("Sequentially binds each Viewpoint in a set of Viewpoint USE nodes, creating an automatic tour for a scene").setUrl(new MFStringObject("\"../../Savage/Tools/Animation/ViewpointSequencerPrototype.x3d#ViewpointSequencer\" \"https://savage.nps.edu/Savage/Tools/Animation/ViewpointSequencerPrototype.x3d#ViewpointSequencer\" \"../../Savage/Tools/Animation/ViewpointSequencerPrototype.wrl#ViewpointSequencer\" \"https://savage.nps.edu/Savage/Tools/Animation/ViewpointSequencerPrototype.wrl#ViewpointSequencer\"")) symbol: class ExternProtoDeclareObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:232: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("orientation_changed").setType("SFRotation").setAppinfo("HUD orientation update relative to original location"))) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:231: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFVec3f").setAppinfo("HUD position update (in world coordinates) relative to original location")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:230: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("screenOffset").setType("SFVec3f").setAppinfo("offset position for HUD relative to current view location, default 0 0 -5")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:229: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("children").setType("MFNode").setAppinfo("X3D content positioned at HUD offset")) symbol: class fieldObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:228: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("HeadsUpDisplay").setAppinfo("Heads-up display (HUD) keeps child geometry aligned on screen in a consistent location").setUrl(new MFStringObject("\"../../../X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay\" \"http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay\" \"../../../X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay\" \"http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay\"")) symbol: class MFStringObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:228: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("HeadsUpDisplay").setAppinfo("Heads-up display (HUD) keeps child geometry aligned on screen in a consistent location").setUrl(new MFStringObject("\"../../../X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay\" \"http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay\" \"../../../X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay\" \"http://X3dGraphics.com/examples/X3dForWebAuthors/Chapter14-Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay\"")) symbol: class ExternProtoDeclareObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:226: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("positionOffsetFromCamera").setValue("0 0 -5"))) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:225: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("scale").setValue("0.5 0.5 0.5")) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:224: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("markerColor").setValue("0.1 0.8 0.1")) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:223: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("enabled").setValue("true")) symbol: class fieldValueObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:222: error: cannot find symbol .addChild(new ProtoInstanceObject("CrossHairInstance", "CrossHair").setDEF("CrossHairInstance").setName("CrossHair") symbol: class ProtoInstanceObject location: class CaliforniaCampuses C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java:221: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("positionOffsetFromCamera").setType("SFVec3f").setAppinfo("distance in front of HUD viewpoint"))) symbol: class fieldObject location: class CaliforniaCampuses 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.CaliforniaCampuses Error: Could not find or load main class Basic.Geospatial.CaliforniaCampuses Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/CaliforniaCampusesTour3Altitudes.java produced from CaliforniaCampusesTour3Altitudes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:37: error: package org.web3d.x3d.jsail.EventUtilities does not exist import org.web3d.x3d.jsail.EventUtilities.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:42: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:43: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:44: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:45: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:456: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:461: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:450: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("enabled").setValue("false"))) symbol: class fieldValueObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:449: error: cannot find symbol .addChild(new ProtoInstanceObject("ExampleViewPositionOrientation", "ViewPositionOrientation").setDEF("ExampleViewPositionOrientation").setName("ViewPositionOrientation") symbol: class ProtoInstanceObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:448: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("outputViewpointString").setType("MFString").setAppinfo("MFString value of new Viewpoint"))) symbol: class fieldObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:447: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("orientation_changed").setType("SFRotation").setAppinfo("Output local orientation")) symbol: class fieldObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:446: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFVec3f").setAppinfo("Output local position")) symbol: class fieldObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:445: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_traceEnabled").setType("SFBool").setAppinfo("Ability to turn output tracing on/off at runtime")) symbol: class fieldObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:444: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("traceEnabled").setType("SFBool").setAppinfo("Output internal trace messages for debugging this node, intended for developer use only")) symbol: class fieldObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:443: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("enabled").setType("SFBool").setAppinfo("Whether or not ViewPositionOrientation sends output to console")) symbol: class fieldObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:442: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class MFStringObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:442: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class ExternProtoDeclareObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:440: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourToggle").setFromField("toggle").setToNode("ViewpointTour").setToField("set_enabled"))) symbol: class ROUTEObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:439: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourTouch").setFromField("isActive").setToNode("TourToggle").setToField("set_boolean")) symbol: class ROUTEObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:438: error: cannot find symbol .addChild(new BooleanToggleObject("TourToggle")) symbol: class BooleanToggleObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:437: error: cannot find symbol .addChild(new TouchSensorObject("TourTouch").setDescription("Touch text to turn tour on/off")) symbol: class TouchSensorObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:436: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.25f).setShininess(0.39f).setDiffuseColor(0.795918f,0.505869f,0.093315f).setSpecularColor(0.923469f,0.428866f,0.006369f))))) symbol: class MaterialObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:435: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:434: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class MFStringObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:434: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class FontStyleObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:433: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class MFStringObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:433: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class TextObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:432: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:431: error: cannot find symbol .addChild(new BillboardObject().setAxisOfRotation(0.0f,0.0f,0.0f) symbol: class BillboardObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:430: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(36.595599f,-121.877148f,624990.0f) symbol: class GeoLocationObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:428: error: cannot find symbol .addChild(new ViewpointObject("View4").setPosition(-10.0f,0.0f,0.0f).setOrientation(0.0f,1.0f,0.0f,-1.57f).setDescription("View four (-X axis)")))) symbol: class ViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:427: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:426: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:425: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:424: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:423: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:422: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:421: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:420: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:419: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:418: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:417: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:416: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:415: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:414: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:413: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:412: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:411: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:410: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:409: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:408: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:407: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:406: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:405: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:404: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:403: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:402: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:401: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:400: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:399: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:398: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:397: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:396: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:395: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:394: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:393: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:392: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:391: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:390: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:389: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:388: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:387: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:386: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:385: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:384: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:383: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:382: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:381: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:380: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:379: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View19low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:378: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View19medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:377: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View19high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:376: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View18low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:375: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View18medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:374: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View18high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:373: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View17low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:372: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View17medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:371: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View17high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:370: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View16low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:369: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View16medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:368: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View16high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:367: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View15low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:366: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View15medium")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:365: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View15high")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java:364: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View14low")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour3Altitudes 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.CaliforniaCampusesTour3Altitudes Error: Could not find or load main class Basic.Geospatial.CaliforniaCampusesTour3Altitudes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/CaliforniaCampusesTour4Altitudes.java produced from CaliforniaCampusesTour4Altitudes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:37: error: package org.web3d.x3d.jsail.EventUtilities does not exist import org.web3d.x3d.jsail.EventUtilities.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:42: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:44: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:525: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:530: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:519: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("enabled").setValue("false"))) symbol: class fieldValueObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:518: error: cannot find symbol .addChild(new ProtoInstanceObject("ExampleViewPositionOrientation", "ViewPositionOrientation").setDEF("ExampleViewPositionOrientation").setName("ViewPositionOrientation") symbol: class ProtoInstanceObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:517: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("outputViewpointString").setType("MFString").setAppinfo("MFString value of new Viewpoint"))) symbol: class fieldObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:516: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("orientation_changed").setType("SFRotation").setAppinfo("Output local orientation")) symbol: class fieldObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:515: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFVec3f").setAppinfo("Output local position")) symbol: class fieldObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:514: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_traceEnabled").setType("SFBool").setAppinfo("Ability to turn output tracing on/off at runtime")) symbol: class fieldObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:513: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("traceEnabled").setType("SFBool").setAppinfo("Output internal trace messages for debugging this node, intended for developer use only")) symbol: class fieldObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:512: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("enabled").setType("SFBool").setAppinfo("Whether or not ViewPositionOrientation sends output to console")) symbol: class fieldObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:511: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class MFStringObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:511: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class ExternProtoDeclareObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:509: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourToggle").setFromField("toggle").setToNode("ViewpointTour").setToField("set_enabled"))) symbol: class ROUTEObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:508: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourTouch").setFromField("isActive").setToNode("TourToggle").setToField("set_boolean")) symbol: class ROUTEObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:507: error: cannot find symbol .addChild(new BooleanToggleObject("TourToggle")) symbol: class BooleanToggleObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:506: error: cannot find symbol .addChild(new TouchSensorObject("TourTouch").setDescription("Touch text to turn tour on/off")) symbol: class TouchSensorObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:505: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.25f).setShininess(0.39f).setDiffuseColor(0.795918f,0.505869f,0.093315f).setSpecularColor(0.923469f,0.428866f,0.006369f))))) symbol: class MaterialObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:504: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:503: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class MFStringObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:503: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class FontStyleObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:502: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class MFStringObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:502: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class TextObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:501: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:500: error: cannot find symbol .addChild(new BillboardObject().setAxisOfRotation(0.0f,0.0f,0.0f) symbol: class BillboardObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:499: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(36.595599f,-121.877148f,624990.0f) symbol: class GeoLocationObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:497: error: cannot find symbol .addChild(new ViewpointObject("View4").setPosition(-10.0f,0.0f,0.0f).setOrientation(0.0f,1.0f,0.0f,-1.57f).setDescription("View four (-X axis)")))) symbol: class ViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:496: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:495: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:494: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:493: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:492: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:491: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:490: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:489: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:488: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:487: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:486: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:485: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:484: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:483: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:482: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:481: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:480: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:479: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:478: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:477: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:476: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:475: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:474: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:473: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:472: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:471: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:470: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:469: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:468: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:467: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:466: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:465: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:464: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:463: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:462: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:461: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:460: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:459: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:458: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:457: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:456: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:455: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:454: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:453: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:452: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:451: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:450: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:449: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:448: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:447: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:446: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:445: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:444: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:443: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:442: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:441: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View22a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:440: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:439: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:438: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:437: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View21a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:436: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:435: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:434: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:433: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View20a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java:432: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View19d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour4Altitudes 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.CaliforniaCampusesTour4Altitudes Error: Could not find or load main class Basic.Geospatial.CaliforniaCampusesTour4Altitudes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/CaliforniaCampusesTour5Altitudes.java produced from CaliforniaCampusesTour5Altitudes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:37: error: package org.web3d.x3d.jsail.EventUtilities does not exist import org.web3d.x3d.jsail.EventUtilities.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:42: error: package org.web3d.x3d.jsail.PointingDeviceSensor does not exist import org.web3d.x3d.jsail.PointingDeviceSensor.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:44: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:595: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:600: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:589: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("enabled").setValue("false"))) symbol: class fieldValueObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:588: error: cannot find symbol .addChild(new ProtoInstanceObject("ExampleViewPositionOrientation", "ViewPositionOrientation").setDEF("ExampleViewPositionOrientation").setName("ViewPositionOrientation") symbol: class ProtoInstanceObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:587: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("outputViewpointString").setType("MFString").setAppinfo("MFString value of new Viewpoint"))) symbol: class fieldObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:586: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("orientation_changed").setType("SFRotation").setAppinfo("Output local orientation")) symbol: class fieldObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:585: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("position_changed").setType("SFVec3f").setAppinfo("Output local position")) symbol: class fieldObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:584: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_traceEnabled").setType("SFBool").setAppinfo("Ability to turn output tracing on/off at runtime")) symbol: class fieldObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:583: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("traceEnabled").setType("SFBool").setAppinfo("Output internal trace messages for debugging this node, intended for developer use only")) symbol: class fieldObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:582: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("enabled").setType("SFBool").setAppinfo("Whether or not ViewPositionOrientation sends output to console")) symbol: class fieldObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:581: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class MFStringObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:581: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("ViewPositionOrientation").setAppinfo("ViewPositionOrientation provides provides console output of local position and orientation as user navigates").setUrl(new MFStringObject("\"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.x3d#ViewPositionOrientation\" \"../../Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\" \"https://savage.nps.edu/Savage/Tools/Authoring/ViewPositionOrientationPrototype.wrl#ViewPositionOrientation\"")) symbol: class ExternProtoDeclareObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:579: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourToggle").setFromField("toggle").setToNode("ViewpointTour").setToField("set_enabled"))) symbol: class ROUTEObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:578: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TourTouch").setFromField("isActive").setToNode("TourToggle").setToField("set_boolean")) symbol: class ROUTEObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:577: error: cannot find symbol .addChild(new BooleanToggleObject("TourToggle")) symbol: class BooleanToggleObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:576: error: cannot find symbol .addChild(new TouchSensorObject("TourTouch").setDescription("Touch text to turn tour on/off")) symbol: class TouchSensorObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:575: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.25f).setShininess(0.39f).setDiffuseColor(0.795918f,0.505869f,0.093315f).setSpecularColor(0.923469f,0.428866f,0.006369f))))) symbol: class MaterialObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:574: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:573: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class MFStringObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:573: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")))) symbol: class FontStyleObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:572: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class MFStringObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:572: error: cannot find symbol .setGeometry(new TextObject().setString(new MFStringObject("\"ViewpointSequencer tour\"")) symbol: class TextObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:571: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:570: error: cannot find symbol .addChild(new BillboardObject().setAxisOfRotation(0.0f,0.0f,0.0f) symbol: class BillboardObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:569: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(36.595599f,-121.877148f,624990.0f) symbol: class GeoLocationObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:567: error: cannot find symbol .addChild(new ViewpointObject("View4").setPosition(-10.0f,0.0f,0.0f).setOrientation(0.0f,1.0f,0.0f,-1.57f).setDescription("View four (-X axis)")))) symbol: class ViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:566: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:565: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:564: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:563: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:562: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View35a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:561: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:560: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:559: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:558: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:557: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View34a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:556: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:555: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:554: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:553: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:552: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View33a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:551: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:550: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:549: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:548: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:547: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View32a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:546: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:545: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:544: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:543: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:542: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View31a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:541: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:540: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:539: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:538: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:537: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View30a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:536: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:535: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:534: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:533: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:532: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View29a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:531: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:530: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:529: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:528: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:527: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View28a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:526: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:525: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:524: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:523: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:522: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View27a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:521: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:520: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:519: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:518: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:517: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View26a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:516: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:515: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:514: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:513: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:512: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View25a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:511: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:510: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:509: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:508: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:507: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View24a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:506: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23e")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:505: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23d")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:504: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23c")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:503: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23b")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java:502: error: cannot find symbol .addChild(new GeoViewpointObject().setUSE("View23a")) symbol: class GeoViewpointObject location: class CaliforniaCampusesTour5Altitudes 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.CaliforniaCampusesTour5Altitudes Error: Could not find or load main class Basic.Geospatial.CaliforniaCampusesTour5Altitudes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/GeoSpatialExternProtoDeclarations.java produced from GeoSpatialExternProtoDeclarations.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:40: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:233: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:238: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:228: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("height").setValue("0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1220 3086 3135 2976 2529 2135 3449 2899 3190 2375 1847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 142 792 0 0 0 969 0 0 0 0 0 495 276 0 0 0 0 0 0 0 320 46 60 0 0 0 588 0 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 0 301 601 837 627 0 880 0 0 0 0 0 0 0 0 0 202 1 0 0 0 0 1241 385 6 582 468 215 5201 529 0 0 0 0 0 0 0 1304 427 365 374 0 0 0 1977 345 22 132 325 2072 1256 171 0 0 0 0 706 1896 464 134 0 0 2563 0 0 0 143 11 784 88 498 307 108 1707 576 0 0 0 0 0 0 600 378 1378 339 0 0 0 0 0 0 0 0 0 0 0")))))); symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:227: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("yScale").setValue("200")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:226: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("zSpacing").setValue("18")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:225: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("xSpacing").setValue("18")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:224: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("zDimension").setValue("11")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:223: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("xDimension").setValue("21")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:222: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("geoGridOrigin").setValue("-90 -180 0")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:221: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("geoSystem").setValue("\"GD\" \"WE\"")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:220: error: cannot find symbol .setGeometry(new ProtoInstanceObject().setName("GeoElevationGrid") symbol: class ProtoInstanceObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:219: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(0.3f,1.0f,0.3f))) symbol: class MaterialObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:218: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:217: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:216: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("description").setValue("\"Initial GeoViewpoint\""))) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:215: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("orientation").setValue("1 0 0 -1.57")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:214: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("position").setValue("\"35.0 70.0 10000000\"")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:213: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("geoSystem").setValue("\"GD\" \"WE\"")) symbol: class fieldValueObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:212: error: cannot find symbol .addChild(new ProtoInstanceObject().setName("GeoViewpoint") symbol: class ProtoInstanceObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:211: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f}))) symbol: class MFColorObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:211: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f}))) symbol: class MFColorObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:211: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.0f,0.0f,0.0f})).setSkyColor(new MFColorObject(new float[] {0.1f,0.1f,0.8f}))) symbol: class BackgroundObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:210: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:209: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("isBound").setType("SFBool"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:208: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("bindTime").setType("SFTime")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:207: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_bind").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:206: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("speed").setType("SFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:205: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("description").setType("SFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:204: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("jump").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:203: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("fieldOfView").setType("SFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:202: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("orientation").setType("SFRotation")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:201: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("position").setType("SFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:200: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoSystem").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:199: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoOrigin").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:198: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoViewpoint").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoViewpoint.wrl#GeoViewpoint\" \"/Program%20Files/GeoVRML/1.0/protos/GeoViewpoint.wrl#GeoViewpoint\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoViewpoint.wrl#GeoViewpoint\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:198: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoViewpoint").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoViewpoint.wrl#GeoViewpoint\" \"/Program%20Files/GeoVRML/1.0/protos/GeoViewpoint.wrl#GeoViewpoint\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoViewpoint.wrl#GeoViewpoint\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:196: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("geovalue_changed").setType("SFString"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:195: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("SFVec3f")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:194: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_fraction").setType("SFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:193: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("keyValue").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:192: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("key").setType("MFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:191: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoSystem").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:190: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoOrigin").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:189: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoPositionInterpolator").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoPositionInterpolator.wrl#GeoPositionInterpolator\" \"/Program%20Files/GeoVRML/1.0/protos/GeoPositionInterpolator.wrl#GeoPositionInterpolator\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoPositionInterpolator.wrl#GeoPositionInterpolator\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:189: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoPositionInterpolator").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoPositionInterpolator.wrl#GeoPositionInterpolator\" \"/Program%20Files/GeoVRML/1.0/protos/GeoPositionInterpolator.wrl#GeoPositionInterpolator\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoPositionInterpolator.wrl#GeoPositionInterpolator\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:188: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("rotateYUp").setType("SFBool"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:187: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("geoCoords").setType("SFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:186: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("geoSystem").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:185: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoOrigin").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoOrigin.wrl#GeoOrigin\" \"/Program%20Files/GeoVRML/1.0/protos/GeoOrigin.wrl#GeoOrigin\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoOrigin.wrl#GeoOrigin\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:185: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoOrigin").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoOrigin.wrl#GeoOrigin\" \"/Program%20Files/GeoVRML/1.0/protos/GeoOrigin.wrl#GeoOrigin\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoOrigin.wrl#GeoOrigin\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:184: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("data").setType("MFNode"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:183: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("summary").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:182: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("identifier").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:181: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoMetadata").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoMetadata.wrl#GeoMetadata\" \"/Program%20Files/GeoVRML/1.0/protos/GeoMetadata.wrl#GeoMetadata\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoMetadata.wrl#GeoMetadata\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:181: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoMetadata").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoMetadata.wrl#GeoMetadata\" \"/Program%20Files/GeoVRML/1.0/protos/GeoMetadata.wrl#GeoMetadata\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoMetadata.wrl#GeoMetadata\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:180: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("children").setType("MFNode"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:179: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("center").setType("SFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:178: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoSystem").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:177: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoOrigin").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:176: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("range").setType("SFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:175: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("child4Url").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:174: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("child3Url").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:173: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("child2Url").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:172: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("child1Url").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:171: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("rootNode").setType("MFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:170: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("rootUrl").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:169: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoLOD").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoLOD.wrl#GeoLOD\" \"/Program%20Files/GeoVRML/1.0/protos/GeoLOD.wrl#GeoLOD\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoLOD.wrl#GeoLOD\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:169: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoLOD").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoLOD.wrl#GeoLOD\" \"/Program%20Files/GeoVRML/1.0/protos/GeoLOD.wrl#GeoLOD\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoLOD.wrl#GeoLOD\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:168: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoCoords").setType("SFString"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:167: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoSystem").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:166: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("geoOrigin").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:165: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoLocation").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoLocation.wrl#GeoLocation\" \"/Program%20Files/GeoVRML/1.0/protos/GeoLocation.wrl#GeoLocation\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoLocation.wrl#GeoLocation\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:165: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoLocation").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoLocation.wrl#GeoLocation\" \"/Program%20Files/GeoVRML/1.0/protos/GeoLocation.wrl#GeoLocation\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoLocation.wrl#GeoLocation\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:164: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("bboxSize").setType("SFVec3f"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:163: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("bboxCenter").setType("SFVec3f")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:162: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("load_changed").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:161: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("load").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:160: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("url_changed").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:159: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("identifier").setType("MFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:158: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoInline").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoInline.wrl#GeoInline\" \"/Program%20Files/GeoVRML/1.0/protos/GeoInline.wrl#GeoInline\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoInline.wrl#GeoInline\"")) symbol: class MFStringObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:158: error: cannot find symbol .addChild(new ExternProtoDeclareObject().setName("GeoInline").setUrl(new MFStringObject("\"urn:web3d:geovrml:1.0/protos/GeoInline.wrl#GeoInline\" \"/Program%20Files/GeoVRML/1.0/protos/GeoInline.wrl#GeoInline\" \"http://www.ai.sri.com/geovrml/1.0/protos/GeoInline.wrl#GeoInline\"")) symbol: class ExternProtoDeclareObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:156: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("solid").setType("SFBool"))) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:155: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("creaseAngle").setType("SFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:154: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("colorPerVertex").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:153: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("ccw").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:152: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("normalPerVertex").setType("SFBool")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:151: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("normal").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:150: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("texCoord").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:149: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("color").setType("SFNode")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:148: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("height").setType("MFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:147: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("yScale").setType("SFFloat")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:146: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("zSpacing").setType("SFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:145: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("zDimension").setType("SFInt32")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:144: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("xSpacing").setType("SFString")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java:143: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("xDimension").setType("SFInt32")) symbol: class fieldObject location: class GeoSpatialExternProtoDeclarations 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.GeoSpatialExternProtoDeclarations Error: Could not find or load main class Basic.Geospatial.GeoSpatialExternProtoDeclarations Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/GeoTouchSensorExample.java produced from GeoTouchSensorExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:39: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:40: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:41: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:43: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:44: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:45: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:46: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:189: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:194: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:184: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TypeConversionScript").setFromField("value_changed").setToNode("TEXT").setToField("string"))); symbol: class ROUTEObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:183: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GEOLOCATION").setFromField("geoCoords_changed").setToNode("TypeConversionScript").setToField("set_value")) symbol: class ROUTEObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:182: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GEOTOUCHSENSOR").setFromField("hitGeoCoord_changed").setToNode("GEOLOCATION").setToField("set_geoCoords")) symbol: class ROUTEObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:181: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("value_changed").setType("MFString"))) symbol: class fieldObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:180: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_value").setType("SFVec3d")) symbol: class fieldObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:179: error: cannot find symbol .addChild(new ScriptObject("TypeConversionScript") symbol: class ScriptObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:178: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:177: error: cannot find symbol .setFontStyle(new FontStyleObject().setSize(300000.0f)))))) symbol: class FontStyleObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:176: error: cannot find symbol .setGeometry(new TextObject("TEXT").setString(new MFStringObject("\"GeoTouchSensor\"")) symbol: class MFStringObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:176: error: cannot find symbol .setGeometry(new TextObject("TEXT").setString(new MFStringObject("\"GeoTouchSensor\"")) symbol: class TextObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:175: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(1.0f,1.0f,1.0f))) symbol: class MaterialObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:174: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:173: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:172: error: cannot find symbol .addChild(new TransformObject() symbol: class TransformObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:171: error: cannot find symbol .addChild(new BillboardObject().setAxisOfRotation(0.0f,0.0f,0.0f) symbol: class BillboardObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:170: error: cannot find symbol .setGeometry(new SphereObject().setRadius(100000.0f))) symbol: class SphereObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:169: error: cannot find symbol .setMaterial(new MaterialObject().setDiffuseColor(1.0f,0.0f,0.0f))) symbol: class MaterialObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:168: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:167: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:166: error: cannot find symbol .addChild(new GeoLocationObject("GEOLOCATION") symbol: class GeoLocationObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:165: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:164: error: cannot find symbol .addChild(new GeoViewpointObject().setOrientation(1.0f,0.0f,0.0f,-1.57f).setPosition(35.0f,-118.0f,10000000.0f).setDescription("Mojave") symbol: class GeoViewpointObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:163: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:162: error: cannot find symbol .addChild(new GeoViewpointObject().setPosition(0.0f,0.0f,10000000.0f).setOrientation(1.0f,0.0f,0.0f,-1.57f).setDescription("Africa") symbol: class GeoViewpointObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:161: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:160: error: cannot find symbol .addChild(new GeoTouchSensorObject("GEOTOUCHSENSOR").setDescription("Select object to display position") symbol: class GeoTouchSensorObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:159: error: cannot find symbol .setGeoOrigin(new GeoOriginObject("ORIGIN")))) symbol: class GeoOriginObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:158: error: cannot find symbol .setGeometry(new GeoElevationGridObject("GEOEG").setGeoGridOrigin(-90.0f,-180.0f,0.0f).setXSpacing(4.34).setZSpacing(4.34).setZDimension(42).setYScale(50.0f).setXDimension(84).setSolid(false).setHeight(new double[] {0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2632.0,2777.0,2826.0,1692.0,833.0,858.0,1097.0,1115.0,1255.0,1812.0,1168.0,3404.0,2970.0,2584.0,2389.0,2397.0,2504.0,2550.0,2040.0,1980.0,1913.0,1563.0,1636.0,1389.0,1332.0,1419.0,1562.0,1748.0,1767.0,1788.0,1799.0,1854.0,1923.0,2042.0,2126.0,2169.0,2308.0,2405.0,2484.0,2531.0,2576.0,2604.0,2634.0,2666.0,2697.0,2710.0,2727.0,2770.0,2858.0,2968.0,3093.0,3160.0,3202.0,3242.0,3278.0,3296.0,3305.0,3312.0,3309.0,3300.0,3291.0,3274.0,3247.0,3218.0,3186.0,3152.0,3114.0,3098.0,3085.0,3051.0,3017.0,2996.0,2942.0,2893.0,2854.0,2817.0,2807.0,2772.0,2681.0,2543.0,2497.0,2401.0,2567.0,0.0,0.0,0.0,0.0,0.0,0.0,67.0,550.0,435.0,358.0,497.0,677.0,838.0,997.0,1189.0,1437.0,1706.0,1996.0,2092.0,2208.0,2070.0,1777.0,1377.0,942.0,403.0,259.0,315.0,0.0,0.0,0.0,0.0,0.0,0.0,456.0,778.0,839.0,1069.0,1288.0,1609.0,1800.0,1939.0,2012.0,2114.0,2292.0,2463.0,2524.0,2611.0,2769.0,2968.0,3075.0,3239.0,3411.0,3524.0,3626.0,3700.0,3744.0,3796.0,3891.0,3963.0,4002.0,4031.0,3983.0,3869.0,3755.0,3667.0,3598.0,3446.0,3358.0,3236.0,3141.0,3034.0,2914.0,2709.0,2637.0,2524.0,2371.0,2216.0,2044.0,1652.0,1981.0,225.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,322.0,0.0,37.0,1228.0,1681.0,2041.0,2173.0,2024.0,1885.0,1524.0,1282.0,1221.0,1282.0,1372.0,1435.0,1448.0,1019.0,535.0,717.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,598.0,1404.0,1551.0,1795.0,1945.0,2227.0,2352.0,2553.0,2865.0,2959.0,3173.0,3298.0,3383.0,3538.0,3618.0,3718.0,3793.0,3700.0,3562.0,3453.0,3254.0,3007.0,2883.0,2810.0,2857.0,2990.0,3144.0,3427.0,3615.0,3714.0,3697.0,3580.0,3493.0,3377.0,3263.0,3180.0,3101.0,3020.0,2864.0,2706.0,2612.0,2534.0,2504.0,2417.0,2299.0,1341.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,297.0,0.0,0.0,5.0,0.0,0.0,0.0,0.0,0.0,1443.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.0,1220.0,2018.0,1763.0,2713.0,3086.0,3016.0,2961.0,2668.0,3135.0,2431.0,2599.0,2898.0,2976.0,2987.0,3121.0,2927.0,2529.0,1546.0,107.0,1395.0,2135.0,2760.0,3163.0,3367.0,3449.0,3383.0,3249.0,2992.0,2899.0,2957.0,3022.0,3096.0,3190.0,3046.0,2822.0,2622.0,2375.0,2334.0,2309.0,2300.0,1847.0,2476.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,50.0,0.0,1003.0,1508.0,1734.0,2013.0,2027.0,1685.0,1091.0,0.0,0.0,1257.0,1723.0,1848.0,2153.0,2267.0,2164.0,2236.0,2003.0,1686.0,1641.0,2005.0,2047.0,2054.0,2341.0,2022.0,1226.0,626.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1544.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,295.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1225.0,930.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,847.0,9.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.0,555.0,152.0,25.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1520.0,236.0,60.0,19.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.0,0.0,0.0,0.0,151.0,83.0,69.0,343.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2080.0,230.0,41.0,152.0,128.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,929.0,1261.0,1427.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,489.0,440.0,234.0,239.0,173.0,6.0,90.0,156.0,570.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3490.0,939.0,104.0,147.0,677.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1331.0,959.0,1146.0,1572.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.0,555.0,486.0,616.0,700.0,168.0,72.0,273.0,504.0,104.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2855.0,2083.0,142.0,392.0,317.0,589.0,792.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1320.0,1280.0,969.0,655.0,147.0,0.0,0.0,723.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,253.0,308.0,495.0,617.0,339.0,298.0,276.0,300.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4016.0,1245.0,298.0,121.0,800.0,921.0,773.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,460.0,1109.0,1104.0,919.0,850.0,816.0,7.0,0.0,299.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,133.0,641.0,198.0,235.0,0.0,380.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3058.0,467.0,139.0,476.0,357.0,359.0,416.0,425.0,187.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1580.0,1303.0,1125.0,1275.0,1197.0,609.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,167.0,28.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4575.0,219.0,203.0,97.0,97.0,200.0,305.0,316.0,560.0,353.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1120.0,934.0,1129.0,967.0,1344.0,461.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,320.0,109.0,87.0,72.0,46.0,91.0,192.0,228.0,60.0,220.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,48.0,555.0,609.0,588.0,1488.0,1229.0,771.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,146.0,0.0,0.0,0.0,3312.0,34.0,0.0,304.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1988.0,153.0,92.0,57.0,100.0,302.0,195.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,520.0,314.0,409.0,457.0,2134.0,1133.0,1487.0,13.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,105.0,0.0,318.0,614.0,0.0,0.0,437.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,266.0,91.0,1005.0,174.0,192.0,85.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,715.0,487.0,456.0,605.0,707.0,847.0,716.0,243.0,177.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1539.0,1234.0,0.0,0.0,91.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,51.0,1823.0,73.0,143.0,37.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,583.0,304.0,96.0,305.0,227.0,627.0,549.0,464.0,893.0,393.0,323.0,1085.0,933.0,725.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,70.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,148.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,114.0,301.0,309.0,304.0,212.0,601.0,309.0,293.0,449.0,837.0,590.0,439.0,2082.0,627.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,880.0,0.0,0.0,0.0,0.0,0.0,0.0,92.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,116.0,553.0,164.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,68.0,183.0,327.0,337.0,356.0,455.0,436.0,256.0,414.0,652.0,460.0,373.0,499.0,0.0,948.0,939.0,0.0,0.0,0.0,0.0,0.0,579.0,31.0,0.0,0.0,0.0,0.0,860.0,288.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1874.0,2200.0,0.0,0.0,0.0,0.0,50.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,145.0,282.0,206.0,363.0,608.0,571.0,559.0,1135.0,573.0,659.0,354.0,329.0,0.0,1393.0,652.0,208.0,62.0,0.0,0.0,0.0,0.0,293.0,321.0,157.0,0.0,66.0,1483.0,1336.0,22.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.0,191.0,1562.0,153.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,202.0,327.0,304.0,317.0,473.0,1249.0,820.0,608.0,325.0,304.0,216.0,340.0,497.0,847.0,840.0,88.0,0.0,0.0,0.0,240.0,44.0,253.0,136.0,66.0,26.0,432.0,166.0,1881.0,496.0,156.0,142.0,506.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,202.0,1907.0,1030.0,298.0,1.0,1.0,0.0,46.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1241.0,597.0,400.0,328.0,385.0,644.0,558.0,41.0,6.0,208.0,673.0,803.0,582.0,277.0,0.0,2354.0,468.0,1176.0,343.0,109.0,215.0,878.0,4548.0,4629.0,5201.0,4052.0,4100.0,373.0,529.0,182.0,49.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,853.0,628.0,2316.0,1250.0,362.0,102.0,39.0,176.0,195.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1343.0,1084.0,693.0,23.0,0.0,0.0,0.0,0.0,0.0,0.0,796.0,366.0,1344.0,1763.0,872.0,1866.0,2290.0,3269.0,909.0,4633.0,4397.0,4795.0,5100.0,4767.0,4470.0,3575.0,1189.0,717.0,45.0,14.0,0.0,0.0,0.0,650.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,943.0,1481.0,2986.0,3002.0,1219.0,612.0,243.0,254.0,139.0,436.0,91.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,400.0,38.0,0.0,0.0,0.0,0.0,0.0,0.0,387.0,1053.0,1569.0,581.0,1510.0,-28.0,59.0,127.0,190.0,578.0,2985.0,2929.0,1214.0,1252.0,3839.0,2668.0,4832.0,2986.0,1262.0,1107.0,69.0,2.0,0.0,119.0,0.0,0.0,300.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2092.0,1768.0,1648.0,2027.0,1313.0,667.0,366.0,180.0,206.0,175.0,365.0,270.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,770.0,568.0,0.0,0.0,235.0,0.0,362.0,173.0,0.0,0.0,0.0,13.0,3422.0,-28.0,164.0,52.0,160.0,230.0,2431.0,2131.0,5436.0,2864.0,1453.0,450.0,1577.0,972.0,1081.0,1160.0,1402.0,795.0,54.0,581.0,0.0,0.0,300.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,426.0,1008.0,1304.0,913.0,854.0,550.0,427.0,287.0,276.0,321.0,365.0,380.0,365.0,29.0,374.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,100.0,255.0,1977.0,2462.0,165.0,88.0,345.0,174.0,31.0,0.0,22.0,1.0,-28.0,-8.0,132.0,95.0,230.0,501.0,325.0,405.0,1907.0,798.0,2072.0,1822.0,2448.0,1530.0,1256.0,1048.0,979.0,181.0,171.0,136.0,340.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1515.0,922.0,1163.0,714.0,711.0,578.0,268.0,395.0,381.0,203.0,79.0,232.0,421.0,540.0,609.0,153.0,81.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.0,21.0,232.0,310.0,432.0,227.0,225.0,159.0,188.0,146.0,128.0,44.0,27.0,106.0,225.0,220.0,321.0,415.0,346.0,342.0,1986.0,1928.0,1537.0,1746.0,1464.0,722.0,1139.0,819.0,767.0,640.0,130.0,728.0,588.0,680.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,103.0,0.0,0.0,0.0,0.0,0.0,0.0,243.0,623.0,1219.0,975.0,754.0,618.0,476.0,366.0,252.0,175.0,126.0,65.0,0.0,152.0,426.0,476.0,512.0,79.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.0,0.0,0.0,141.0,129.0,206.0,141.0,132.0,134.0,146.0,136.0,530.0,179.0,130.0,112.0,108.0,147.0,201.0,955.0,727.0,684.0,565.0,619.0,973.0,1419.0,1076.0,1122.0,460.0,909.0,0.0,0.0,0.0,0.0,0.0,407.0,746.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,129.0,243.0,0.0,0.0,0.0,1110.0,1297.0,1872.0,596.0,448.0,764.0,264.0,210.0,414.0,305.0,0.0,0.0,0.0,0.0,9.0,158.0,0.0,79.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,885.0,146.0,24.0,0.0,56.0,98.0,71.0,184.0,121.0,190.0,178.0,201.0,490.0,72.0,46.0,89.0,92.0,33.0,125.0,118.0,477.0,368.0,351.0,655.0,487.0,1309.0,441.0,564.0,497.0,208.0,438.0,693.0,0.0,601.0,175.0,0.0,668.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,61.0,879.0,1219.0,706.0,678.0,560.0,1273.0,1896.0,319.0,390.0,283.0,464.0,361.0,320.0,158.0,134.0,0.0,0.0,0.0,0.0,0.0,198.0,318.0,0.0,0.0,0.0,2120.0,2563.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,600.0,257.0,0.0,143.0,96.0,157.0,92.0,11.0,242.0,197.0,139.0,784.0,143.0,23.0,104.0,88.0,68.0,94.0,273.0,498.0,345.0,451.0,339.0,307.0,347.0,117.0,155.0,108.0,233.0,1126.0,1577.0,1707.0,1185.0,471.0,1125.0,576.0,1009.0,135.0,97.0,546.0,0.0,0.0,0.0,164.0,483.0,1268.0,1300.0,856.0,490.0,887.0,218.0,158.0,257.0,548.0,173.0,0.0,121.0,24.0,0.0,75.0,189.0,122.0,0.0,0.0,0.0,365.0,0.0,0.0,0.0,21.0,1168.0,2546.0,2897.0,2119.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,517.0,432.0,184.0,280.0,159.0,262.0,0.0,50.0,41.0,40.0,151.0,148.0,116.0,29.0,25.0,54.0,117.0,442.0,657.0,911.0,206.0,321.0,400.0,362.0,217.0,52.0,251.0,432.0,156.0,316.0,56.0,286.0,38.0,80.0,36.0,203.0,298.0,404.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,151.0,175.0,198.0,275.0,81.0,0.0,101.0,313.0,0.0,0.0,152.0,0.0,0.0,0.0,0.0,0.0,0.0,1857.0,2357.0,2752.0,3054.0,3004.0,2215.0,1577.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,311.0,0.0,0.0,0.0,28.0,0.0,5.0,52.0,18.0,13.0,51.0,71.0,155.0,134.0,115.0,49.0,62.0,214.0,0.0,0.0,15.0,13.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,77.0,0.0,0.0,0.0,94.0,19.0,100.0,0.0,310.0,0.0,0.0,0.0,278.0,640.0,568.0,1033.0,1747.0,2306.0,2570.0,2481.0,2393.0,2257.0,2345.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,272.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.0,276.0,184.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,181.0,519.0,600.0,1844.0,971.0,609.0,378.0,1194.0,1228.0,1152.0,1378.0,1783.0,1183.0,913.0,339.0,967.0,745.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,276.0,0.0,0.0,41.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0}) symbol: class GeoElevationGridObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:157: error: cannot find symbol .setTexture(new ImageTextureObject("TEX").setUrl(new MFStringObject("\"../earth-topo.png\" \"../earth-topo.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/earth-topo.png\" \"http://www.web3d.org/x3d/content/examples/Basic/earth-topo.jpg\"")))) symbol: class MFStringObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:157: error: cannot find symbol .setTexture(new ImageTextureObject("TEX").setUrl(new MFStringObject("\"../earth-topo.png\" \"../earth-topo.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/earth-topo.png\" \"http://www.web3d.org/x3d/content/examples/Basic/earth-topo.jpg\"")))) symbol: class ImageTextureObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:156: error: cannot find symbol .setMaterial(new MaterialObject().setTransparency(0.3f).setDiffuseColor(0.75f,0.75f,0.75f)) symbol: class MaterialObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:155: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:154: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:153: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.3f,0.5f,0.8f})).setSkyColor(new MFColorObject(new float[] {0.3f,0.5f,0.8f}))) symbol: class MFColorObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:153: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.3f,0.5f,0.8f})).setSkyColor(new MFColorObject(new float[] {0.3f,0.5f,0.8f}))) symbol: class MFColorObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:153: error: cannot find symbol .addChild(new BackgroundObject().setGroundColor(new MFColorObject(new float[] {0.3f,0.5f,0.8f})).setSkyColor(new MFColorObject(new float[] {0.3f,0.5f,0.8f}))) symbol: class BackgroundObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:152: error: cannot find symbol .addChild(new TransformObject() symbol: class TransformObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:151: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:150: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:149: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:148: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:147: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/GeoTouchSensorExample.x3d")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:146: error: cannot find symbol .addMeta(new metaObject().setName("subject").setContent("X3D geospatial example")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:145: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.ai.sri.com/~reddy/geovrml/examples/showgdc/GTS_Demo.wrl")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:144: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.geovrml.org/examples")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:143: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("12 January 2014")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:142: error: cannot find symbol .addMeta(new metaObject().setName("translated").setContent("22 April 2003")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:141: error: cannot find symbol .addMeta(new metaObject().setName("translator").setContent("Don Brutzman")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:140: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("John Brecht, SRI International")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:139: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("This example shows the use of the GeoTouchSensor in order to retrieve the geographic coordinate that the user is pointing to. The scene displays a model of the earth built using a GeoElevationGrid, it then displays a red sphere at the point on the earth where the user is pointing to with the mouse, and also displays the latitude, longitude, and elevation at that point as a text label.")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:138: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("GeoTouchSensorExample.x3d")) symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:137: error: cannot find symbol .addComponent(new componentObject().setName("Geospatial").setLevel(1)) symbol: class componentObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:136: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:135: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.0") symbol: class X3DObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:217: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:219: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:220: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:221: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:222: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class GeoTouchSensorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java:223: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class GeoTouchSensorExample 73 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.GeoTouchSensorExample Error: Could not find or load main class Basic.Geospatial.GeoTouchSensorExample Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/GeospatialCoordinateAxesNsewExample.java produced from GeospatialCoordinateAxesNsewExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:40: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:41: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:236: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:241: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:231: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))))); symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:230: error: cannot find symbol .addChild(new GeoViewpointObject().setPosition(-89.9f,0.0f,10000000.0f).setOrientation(1.0f,0.0f,0.0f,-1.5707f).setFieldOfView(1.05f).setDescription("South Pole") symbol: class GeoViewpointObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:229: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:228: error: cannot find symbol .addChild(new GeoViewpointObject().setOrientation(1.0f,0.0f,0.0f,-1.5707f).setFieldOfView(1.05f).setPosition(90.0f,0.0f,10000000.0f).setDescription("North Pole") symbol: class GeoViewpointObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:227: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:226: error: cannot find symbol .addChild(new GeoViewpointObject().setPosition(0.0f,180.0f,10000000.0f).setOrientation(1.0f,0.0f,0.0f,-1.5707f).setFieldOfView(1.05f).setDescription("180E 0N") symbol: class GeoViewpointObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:225: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:224: error: cannot find symbol .addChild(new GeoViewpointObject().setPosition(0.0f,-89.900002f,10000000.0f).setOrientation(1.0f,0.0f,1.0f,-1.5707f).setFieldOfView(1.05f).setDescription("90W 0N") symbol: class GeoViewpointObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:223: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:222: error: cannot find symbol .addChild(new GeoViewpointObject().setPosition(0.0f,89.900002f,10000000.0f).setOrientation(1.0f,0.0f,1.0f,-1.5707f).setFieldOfView(1.05f).setDescription("90E 0N") symbol: class GeoViewpointObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:221: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:220: error: cannot find symbol .addChild(new GeoViewpointObject().setPosition(0.0f,0.0f,10000000.0f).setDescription("0E 0N").setOrientation(1.0f,0.0f,1.0f,-1.5707f).setFieldOfView(1.05f) symbol: class GeoViewpointObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:219: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:218: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:217: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,-45.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:216: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:215: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:214: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,-135.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:213: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:212: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:211: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,-135.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:210: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:209: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:208: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,-89.9f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:207: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:206: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:205: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,-89.9f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:204: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:203: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:202: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,-45.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:201: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:200: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:199: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,180.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:198: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:197: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:196: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,180.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:195: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:194: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:193: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,135.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:192: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:191: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:190: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,135.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:189: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:188: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:187: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,89.9f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:186: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:185: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:184: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,89.9f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:183: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:182: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:181: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,45.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:180: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:179: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:178: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,45.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:177: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:176: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:175: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-89.9f,0.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:174: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:173: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:172: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(-45.0f,0.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:171: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:170: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:169: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(89.9f,0.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:168: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:167: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:166: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(45.0f,0.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:165: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:164: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:163: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,-135.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:162: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:161: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:160: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,-89.9f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:159: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:158: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:157: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,-45.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:156: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:155: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:154: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,180.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:153: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:152: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:151: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,135.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:150: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:149: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:148: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,89.9f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:147: error: cannot find symbol .addChild(new TransformObject().setUSE("ScaledCoordinateAxesNSEW"))) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:146: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:145: error: cannot find symbol .addChild(new GeoLocationObject().setGeoCoords(0.0f,45.0f,0.0f) symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:144: error: cannot find symbol .addChild(new InlineObject("CoordinateAxesNSEW").setUrl(new MFStringObject("\"../course/CoordinateAxesNSEW.x3d\" \"CoordinateAxesNSEW.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/course/CoordinateAxesNSEW.x3d\""))))) symbol: class MFStringObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:144: error: cannot find symbol .addChild(new InlineObject("CoordinateAxesNSEW").setUrl(new MFStringObject("\"../course/CoordinateAxesNSEW.x3d\" \"CoordinateAxesNSEW.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/course/CoordinateAxesNSEW.x3d\""))))) symbol: class InlineObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:143: error: cannot find symbol .addChild(new TransformObject("ScaledCoordinateAxesNSEW").setScale(1000000.0f,1000000.0f,1000000.0f) symbol: class TransformObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:142: error: cannot find symbol .setGeoOrigin(new GeoOriginObject("ORIGIN").setGeoCoords(0.0f,0.0f,-6378137.0f)) symbol: class GeoOriginObject location: class GeospatialCoordinateAxesNsewExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java:141: error: cannot find symbol .addChild(new GeoLocationObject() symbol: class GeoLocationObject location: class GeospatialCoordinateAxesNsewExample 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.GeospatialCoordinateAxesNsewExample Error: Could not find or load main class Basic.Geospatial.GeospatialCoordinateAxesNsewExample Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/HelloEarth.java produced from HelloEarth.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:38: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:136: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:141: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:129: error: cannot find symbol .addChild(new InlineObject().setUrl(new MFStringObject("\"http://x3d-earth.nps.edu/7_levels_plus/tiles/0/globe.x3d\""))) symbol: class MFStringObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:129: error: cannot find symbol .addChild(new InlineObject().setUrl(new MFStringObject("\"http://x3d-earth.nps.edu/7_levels_plus/tiles/0/globe.x3d\""))) symbol: class InlineObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:127: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:126: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:125: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:124: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/HelloEarth.x3d")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:123: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://x3d-earth.nps.edu")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:122: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d-earth")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:121: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("22 March 2010")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:120: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("1 November 2007")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:119: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Don Brutzman")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:118: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Simplest example to load X3D Earth into an X3D scene.")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:117: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("HelloEarth.x3d")) symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:116: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:115: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.2") symbol: class X3DObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:164: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:166: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:167: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:168: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:169: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class HelloEarth C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java:170: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class HelloEarth 26 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.HelloEarth Error: Could not find or load main class Basic.Geospatial.HelloEarth Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/HelloEarthOpenAerialMap.java produced from HelloEarthOpenAerialMap.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:38: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:146: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:151: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:139: error: cannot find symbol .addChild(new InlineObject().setUrl(new MFStringObject("\"http://x3d-earth.nps.edu/oamdemo.x3d\""))) symbol: class MFStringObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:139: error: cannot find symbol .addChild(new InlineObject().setUrl(new MFStringObject("\"http://x3d-earth.nps.edu/oamdemo.x3d\""))) symbol: class InlineObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:137: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:136: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:135: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:134: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/HelloEarthOpenAerialMap.x3d")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:133: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenAerialMapToX3D.php")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:132: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://x3d-earth.nps.edu")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:131: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d-earth")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:130: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://OpenAerialMap.org")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:129: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("22 March 2010")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:128: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("25 February 2009")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:127: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Byounghyun Yoo, Don Brutzman")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:126: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Simplest example to load X3D Earth into an X3D scene.")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:125: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("HelloEarthOpenAerialMap.x3d")) symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:124: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:123: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.1") symbol: class X3DObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:174: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:176: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:177: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:178: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:179: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class HelloEarthOpenAerialMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java:180: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class HelloEarthOpenAerialMap 28 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.HelloEarthOpenAerialMap Error: Could not find or load main class Basic.Geospatial.HelloEarthOpenAerialMap Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/HelloEarthOpenStreetMap.java produced from HelloEarthOpenStreetMap.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:38: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:175: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:180: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:170: error: cannot find symbol .addChild(new InlineObject().setUrl(new MFStringObject("\"http://x3d-earth.nps.edu/osmdemo.x3d\"")))); symbol: class MFStringObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:170: error: cannot find symbol .addChild(new InlineObject().setUrl(new MFStringObject("\"http://x3d-earth.nps.edu/osmdemo.x3d\"")))); symbol: class InlineObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:168: error: cannot find symbol .setScene(new SceneObject() symbol: class SceneObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:167: error: cannot find symbol .addMeta(new metaObject().setName("license").setContent("../license.html"))) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:166: error: cannot find symbol .addMeta(new metaObject().setName("generator").setContent("X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:165: error: cannot find symbol .addMeta(new metaObject().setName("identifier").setContent("http://www.web3d.org/x3d/content/examples/Basic/Geospatial/HelloEarthOpenStreetMap.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:164: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenStreetMapExample03.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:163: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenStreetMapExample02.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:162: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenStreetMapExample01.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:161: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenStreetMapExample00.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:160: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenStreetMapExample0.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:159: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("OpenStreetMapToX3D.php")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:157: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://x3d-earth.nps.edu")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:156: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://www.web3d.org/x3d-earth")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:155: error: cannot find symbol .addMeta(new metaObject().setName("reference").setContent("http://OpenStreetMap.org")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:154: error: cannot find symbol .addMeta(new metaObject().setName("warning").setContent("under development")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:153: error: cannot find symbol .addMeta(new metaObject().setName("modified").setContent("6 March 2010")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:152: error: cannot find symbol .addMeta(new metaObject().setName("created").setContent("24 November 2008")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:151: error: cannot find symbol .addMeta(new metaObject().setName("creator").setContent("Byounghyun Yoo, Don Brutzman")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:150: error: cannot find symbol .addMeta(new metaObject().setName("description").setContent("Simplest example to load X3D Earth into an X3D scene.")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:149: error: cannot find symbol .addMeta(new metaObject().setName("title").setContent("HelloEarthOpenStreetMap.x3d")) symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:148: error: cannot find symbol .setHead(new headObject() symbol: class headObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:147: error: cannot find symbol x3dModel = new X3DObject().setProfile("Immersive").setVersion("3.1") symbol: class X3DObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:203: error: cannot find symbol for (metaObject meta : getX3dModel().getHead().getMetaList()) ^ symbol: class metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:205: error: cannot find symbol if (meta.getName().equals(metaObject.NAME_ERROR) || ^ symbol: variable metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:206: error: cannot find symbol meta.getName().equals(metaObject.NAME_WARNING) || ^ symbol: variable metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:207: error: cannot find symbol meta.getName().equals(metaObject.NAME_HINT) || ^ symbol: variable metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:208: error: cannot find symbol meta.getName().equals(metaObject.NAME_INFO) || ^ symbol: variable metaObject location: class HelloEarthOpenStreetMap C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java:209: error: cannot find symbol meta.getName().equals(metaObject.NAME_TODO)) ^ symbol: variable metaObject location: class HelloEarthOpenStreetMap 34 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.HelloEarthOpenStreetMap Error: Could not find or load main class Basic.Geospatial.HelloEarthOpenStreetMap Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/KmlPrototypes.java produced from KmlPrototypes.x3d [Large tuple found: Extrusion spine, $tupleCount=11, $tupleSplitSize=10, string-length=93] [Large tuple found: Extrusion scale, $tupleCount=11, $tupleSplitSize=10, string-length=107] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:38: error: package org.web3d.x3d.jsail.Geometry3D does not exist import org.web3d.x3d.jsail.Geometry3D.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:42: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:43: error: package org.web3d.x3d.jsail.Scripting does not exist import org.web3d.x3d.jsail.Scripting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:44: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:45: error: package org.web3d.x3d.jsail.Text does not exist import org.web3d.x3d.jsail.Text.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:287: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:292: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:282: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("address").setValue("\"http://www.web3D.org/x3d-earth\"")))); symbol: class fieldValueObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:281: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("coordinates").setValue("-122.0822035425683 37.42228990140251 0")) symbol: class fieldValueObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:280: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("description").setValue("Attached to the ground. Intelligently places itself at the height of the underlying terrain.")) symbol: class fieldValueObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:279: error: cannot find symbol .addFieldValue(new fieldValueObject().setName("name").setValue("\"Simple placemark\"")) symbol: class fieldValueObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:278: error: cannot find symbol .addChild(new ProtoInstanceObject().setName("PlaceMark") symbol: class ProtoInstanceObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:276: error: cannot find symbol .addChild(new ViewpointObject().setPosition(0.0f,0.0f,4.0f).setDescription("Placemark example")) symbol: class ViewpointObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:274: error: cannot find symbol .setConnect(new connectObject().setNodeField("metadata").setProtoField("metadata")))))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:273: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:272: error: cannot find symbol .addChild(new GroupObject("MetadataHolderPoint") symbol: class GroupObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:271: error: cannot find symbol .setConnect(new connectObject().setNodeField("title").setProtoField("id")))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:270: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:269: error: cannot find symbol .addChild(new WorldInfoObject() symbol: class WorldInfoObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:268: error: cannot find symbol .setConnect(new connectObject().setNodeField("tessellate").setProtoField("tessellate")))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:267: error: cannot find symbol .setConnect(new connectObject().setNodeField("extrude").setProtoField("extrude")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:266: error: cannot find symbol .setConnect(new connectObject().setNodeField("coordinates_changed").setProtoField("coordinates_changed")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:265: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_coordinates").setProtoField("set_coordinates")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:264: error: cannot find symbol .setConnect(new connectObject().setNodeField("coordinates").setProtoField("coordinates")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:263: error: cannot find symbol .setConnect(new connectObject().setNodeField("altitudeMode").setProtoField("altitudeMode")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:262: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:261: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("tessellate").setType("SFBool")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:260: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("extrude").setType("SFBool")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:259: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("coordinates_changed").setType("SFVec3d")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:258: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_coordinates").setType("SFVec3d")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:257: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("coordinates").setType("SFVec3d")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:256: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("altitudeMode").setType("SFString")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:255: error: cannot find symbol .addChild(new ScriptObject("PointScript") symbol: class ScriptObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:254: error: cannot find symbol .setProtoBody(new ProtoBodyObject() symbol: class ProtoBodyObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:252: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOutput").setName("metadata").setType("SFNode") symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:251: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("tessellate").setType("SFBool").setValue("false")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:250: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("extrude").setType("SFBool").setValue("false")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:249: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("coordinates_changed").setType("SFVec3d")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:248: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_coordinates").setType("SFVec3d")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:247: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("coordinates").setType("SFVec3d").setValue("0 0 0")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:246: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("altitudeMode").setType("SFString").setValue("clampToGround").setAppinfo("allowed values: clampToGround relativeToGround absolute")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:245: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("id").setType("SFString")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:244: error: cannot find symbol .setProtoInterface(new ProtoInterfaceObject() symbol: class ProtoInterfaceObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:243: error: cannot find symbol .addChild(new ProtoDeclareObject().setName("Point").setAppinfo("A geographic location defined by longitude latitude and (required) altitude.").setDocumentation("http://code.google.com/apis/kml/documentation/kml_tags_21.html#point") symbol: class ProtoDeclareObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:242: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BehaviorScript").setFromField("snippetOffset").setToNode("SnippetTranslation").setToField("set_translation")))) symbol: class ROUTEObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:241: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("BehaviorScript").setFromField("visibilityChoice").setToNode("SwitchVisible").setToField("whichChoice")) symbol: class ROUTEObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:240: error: cannot find symbol .setConnect(new connectObject().setNodeField("snippet_changed").setProtoField("snippet_changed")))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:239: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_snippet").setProtoField("set_snippet")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:238: error: cannot find symbol .setConnect(new connectObject().setNodeField("snippet").setProtoField("snippet")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:237: error: cannot find symbol .setConnect(new connectObject().setNodeField("open").setProtoField("open")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:236: error: cannot find symbol .setConnect(new connectObject().setNodeField("visibility_changed").setProtoField("visibility_changed")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:235: error: cannot find symbol .setConnect(new connectObject().setNodeField("set_visibility").setProtoField("set_visibility")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:234: error: cannot find symbol .setConnect(new connectObject().setNodeField("visibility").setProtoField("visibility")) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:233: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:232: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("snippetOffset").setType("SFVec3f")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:231: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("snippet_changed").setType("MFString")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:230: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_snippet").setType("MFString")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:229: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("snippet").setType("MFString")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:228: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("open").setType("SFBool")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:227: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("visibilityChoice").setType("SFInt32")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:226: error: cannot find symbol .addField(new fieldObject().setAccessType("outputOnly").setName("visibility_changed").setType("SFBool")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:225: error: cannot find symbol .addField(new fieldObject().setAccessType("inputOnly").setName("set_visibility").setType("SFBool")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:224: error: cannot find symbol .addField(new fieldObject().setAccessType("initializeOnly").setName("visibility").setType("SFBool")) symbol: class fieldObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:223: error: cannot find symbol .addChild(new ScriptObject("BehaviorScript") symbol: class ScriptObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:222: error: cannot find symbol .setConnect(new connectObject().setNodeField("metadata").setProtoField("metadata")))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:221: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:220: error: cannot find symbol .addChild(new GroupObject("MetadataHolderPlaceMark") symbol: class GroupObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:219: error: cannot find symbol .setConnect(new connectObject().setNodeField("title").setProtoField("id")))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:218: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:217: error: cannot find symbol .addChild(new WorldInfoObject() symbol: class WorldInfoObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:215: error: cannot find symbol .setConnect(new connectObject().setNodeField("children").setProtoField("geometry")))))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:214: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:213: error: cannot find symbol .addChild(new GroupObject("GeometryGroup") symbol: class GroupObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:212: error: cannot find symbol .setMaterial(new MaterialObject().setUSE("PlaceMarkMaterial"))))) symbol: class MaterialObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:211: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:210: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")).setSize(0.2f))) symbol: class MFStringObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:210: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")).setSize(0.2f))) symbol: class FontStyleObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:209: error: cannot find symbol .setConnect(new connectObject().setNodeField("string").setProtoField("snippet"))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:208: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:207: error: cannot find symbol .setGeometry(new TextObject() symbol: class TextObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:206: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:205: error: cannot find symbol .addChild(new TransformObject("SnippetTranslation").setTranslation(0.0f,2.4f,0.0f) symbol: class TransformObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:204: error: cannot find symbol .setMaterial(new MaterialObject().setUSE("PlaceMarkMaterial"))))) symbol: class MaterialObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:203: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:202: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")).setSize(0.2f))) symbol: class MFStringObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:202: error: cannot find symbol .setFontStyle(new FontStyleObject().setJustify(new MFStringObject("\"MIDDLE\" \"MIDDLE\"")).setSize(0.2f))) symbol: class FontStyleObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:201: error: cannot find symbol .setConnect(new connectObject().setNodeField("string").setProtoField("name"))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:200: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:199: error: cannot find symbol .setGeometry(new TextObject() symbol: class TextObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:198: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:197: error: cannot find symbol .addChild(new TransformObject("PlaceMarkName").setTranslation(0.0f,1.2f,0.0f) symbol: class TransformObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:196: error: cannot find symbol .setConnect(new connectObject().setNodeField("diffuseColor").setProtoField("diffuseColor")))))) symbol: class connectObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:195: error: cannot find symbol .setIS(new ISObject() symbol: class ISObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:194: error: cannot find symbol .setMaterial(new MaterialObject("PlaceMarkMaterial") symbol: class MaterialObject location: class KmlPrototypes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java:193: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class KmlPrototypes 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.KmlPrototypes Error: Could not find or load main class Basic.Geospatial.KmlPrototypes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/Mars.java produced from Mars.x3d [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] [Large tuple found: TextureCoordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=3583] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:41: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:44: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:447: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:452: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:442: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))))); symbol: class GeoOriginObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:441: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.99609f,0.73333f,0.99609f,0.8f,0.99609f,0.86667f,0.99609f,0.93333f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.06667f,0.99609f,0.13333f,0.99609f,0.2f,0.99609f,0.26667f,0.99609f,0.33333f,0.99609f,0.4f,0.99609f,0.46667f,0.99609f,0.53333f,0.99609f,0.6f,0.99609f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.93333f,0.46667f,0.93333f,0.53333f,0.93333f,0.6f,0.93333f,0.66667f,0.93333f,0.73333f,0.93333f,0.8f,0.93333f,0.86667f,0.93333f,0.93333f,0.93333f,0.99609f,0.93333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.86667f,0.86667f,0.86667f,0.93333f,0.86667f,0.99609f,0.86667f,0.00391f,0.93333f,0.06667f,0.93333f,0.13333f,0.93333f,0.2f,0.93333f,0.26667f,0.93333f,0.33333f,0.93333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.86667f,0.2f,0.86667f,0.26667f,0.86667f,0.33333f,0.86667f,0.4f,0.86667f,0.46667f,0.86667f,0.53333f,0.86667f,0.6f,0.86667f,0.66667f,0.86667f,0.73333f,0.86667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.8f,0.6f,0.8f,0.66667f,0.8f,0.73333f,0.8f,0.8f,0.8f,0.86667f,0.8f,0.93333f,0.8f,0.99609f,0.8f,0.00391f,0.86667f,0.06667f,0.86667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.73333f,0.99609f,0.73333f,0.00391f,0.8f,0.06667f,0.8f,0.13333f,0.8f,0.2f,0.8f,0.26667f,0.8f,0.33333f,0.8f,0.4f,0.8f,0.46667f,0.8f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.73333f,0.33333f,0.73333f,0.4f,0.73333f,0.46667f,0.73333f,0.53333f,0.73333f,0.6f,0.73333f,0.66667f,0.73333f,0.73333f,0.73333f,0.8f,0.73333f,0.86667f,0.73333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.66667f,0.73333f,0.66667f,0.8f,0.66667f,0.86667f,0.66667f,0.93333f,0.66667f,0.99609f,0.66667f,0.00391f,0.73333f,0.06667f,0.73333f,0.13333f,0.73333f,0.2f,0.73333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.66667f,0.06667f,0.66667f,0.13333f,0.66667f,0.2f,0.66667f,0.26667f,0.66667f,0.33333f,0.66667f,0.4f,0.66667f,0.46667f,0.66667f,0.53333f,0.66667f,0.6f,0.66667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.6f,0.46667f,0.6f,0.53333f,0.6f,0.6f,0.6f,0.66667f,0.6f,0.73333f,0.6f,0.8f,0.6f,0.86667f,0.6f,0.93333f,0.6f,0.99609f,0.6f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.53333f,0.86667f,0.53333f,0.93333f,0.53333f,0.99609f,0.53333f,0.00391f,0.6f,0.06667f,0.6f,0.13333f,0.6f,0.2f,0.6f,0.26667f,0.6f,0.33333f,0.6f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.53333f,0.2f,0.53333f,0.26667f,0.53333f,0.33333f,0.53333f,0.4f,0.53333f,0.46667f,0.53333f,0.53333f,0.53333f,0.6f,0.53333f,0.66667f,0.53333f,0.73333f,0.53333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.46667f,0.6f,0.46667f,0.66667f,0.46667f,0.73333f,0.46667f,0.8f,0.46667f,0.86667f,0.46667f,0.93333f,0.46667f,0.99609f,0.46667f,0.00391f,0.53333f,0.06667f,0.53333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.4f,0.99609f,0.4f,0.00391f,0.46667f,0.06667f,0.46667f,0.13333f,0.46667f,0.2f,0.46667f,0.26667f,0.46667f,0.33333f,0.46667f,0.4f,0.46667f,0.46667f,0.46667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.4f,0.33333f,0.4f,0.4f,0.4f,0.46667f,0.4f,0.53333f,0.4f,0.6f,0.4f,0.66667f,0.4f,0.73333f,0.4f,0.8f,0.4f,0.86667f,0.4f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.33333f,0.73333f,0.33333f,0.8f,0.33333f,0.86667f,0.33333f,0.93333f,0.33333f,0.99609f,0.33333f,0.00391f,0.4f,0.06667f,0.4f,0.13333f,0.4f,0.2f,0.4f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.33333f,0.06667f,0.33333f,0.13333f,0.33333f,0.2f,0.33333f,0.26667f,0.33333f,0.33333f,0.33333f,0.4f,0.33333f,0.46667f,0.33333f,0.53333f,0.33333f,0.6f,0.33333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.26667f,0.46667f,0.26667f,0.53333f,0.26667f,0.6f,0.26667f,0.66667f,0.26667f,0.73333f,0.26667f,0.8f,0.26667f,0.86667f,0.26667f,0.93333f,0.26667f,0.99609f,0.26667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.2f,0.86667f,0.2f,0.93333f,0.2f,0.99609f,0.2f,0.00391f,0.26667f,0.06667f,0.26667f,0.13333f,0.26667f,0.2f,0.26667f,0.26667f,0.26667f,0.33333f,0.26667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.2f,0.2f,0.2f,0.26667f,0.2f,0.33333f,0.2f,0.4f,0.2f,0.46667f,0.2f,0.53333f,0.2f,0.6f,0.2f,0.66667f,0.2f,0.73333f,0.2f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.13333f,0.6f,0.13333f,0.66667f,0.13333f,0.73333f,0.13333f,0.8f,0.13333f,0.86667f,0.13333f,0.93333f,0.13333f,0.99609f,0.13333f,0.00391f,0.2f,0.06667f,0.2f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.06667f,0.99609f,0.06667f,0.00391f,0.13333f,0.06667f,0.13333f,0.13333f,0.13333f,0.2f,0.13333f,0.26667f,0.13333f,0.33333f,0.13333f,0.4f,0.13333f,0.46667f,0.13333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.06667f,0.33333f,0.06667f,0.4f,0.06667f,0.46667f,0.06667f,0.53333f,0.06667f,0.6f,0.06667f,0.66667f,0.06667f,0.73333f,0.06667f,0.8f,0.06667f,0.86667f,0.06667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.00391f,0.73333f,0.00391f,0.8f,0.00391f,0.86667f,0.00391f,0.93333f,0.00391f,0.99609f,0.00391f,0.00391f,0.06667f,0.06667f,0.06667f,0.13333f,0.06667f,0.2f,0.06667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.06667f,0.00391f,0.13333f,0.00391f,0.2f,0.00391f,0.26667f,0.00391f,0.33333f,0.00391f,0.4f,0.00391f,0.46667f,0.00391f,0.53333f,0.00391f,0.6f,0.00391f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:414: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:414: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:413: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoGridOrigin(0.000000f,90.000000f,0.000000f).setCreaseAngle(0.5).setXDimension(16).setZDimension(16).setYScale(50.0f).setXSpacing(6.000000).setZSpacing(6.000000).setCcw(false).setSolid(false).setHeight(new double[] {289.68726,352.93964,480.47345,-380.31033,-373.45047,463.13394,552.1293,-982.273,-2258.3928,-2483.518,-2371.3108,-2359.7659,-2526.4397,-2875.236,-2962.952,-2933.2935,-3284.6611,-2306.9487,-1230.4835,-996.46185,-317.26297,14.418619,-1639.2996,-2112.8792,-2562.5476,-2657.2,-2642.722,-2652.9854,-2668.9097,-2778.7712,-2892.3416,-3003.566,-3805.4155,-3640.997,-2539.771,-1532.5278,-1476.9125,-1961.8754,-2606.8677,-2917.1755,-2808.2754,-2208.5388,-1912.5454,-2177.867,-2306.0225,-2250.235,-2724.0017,-2929.5066,-3678.7747,-3598.1008,-3178.599,-2859.7483,-2870.2134,-3171.4297,-3390.7463,-3483.8513,-2972.5217,-1031.2749,170.9002,-684.38983,-1691.7335,-2123.2932,-2543.0398,-2932.3193,-3180.5728,-3522.5505,-3594.1646,-3699.696,-3799.5513,-3882.2002,-3885.187,-3870.4028,-3385.1685,-235.7639,2363.8528,1060.3192,-1171.1788,-2052.965,-2665.1577,-3038.3638,-3215.924,-3738.2126,-3975.98,-4222.1284,-4415.107,-4417.8457,-4349.104,-4163.3247,-3923.3157,-1535.0339,1431.9498,233.02892,-1445.9639,-2353.3135,-3040.5771,-3358.7292,-3677.6392,-4072.4236,-4423.974,-4657.7617,-4777.4844,-4678.839,-4536.379,-4386.236,-4242.059,-3730.562,-2826.5598,-1852.7017,-2405.6538,-2650.3997,-3460.9387,-3745.378,-3950.347,-4336.4077,-4697.076,-4922.2764,-4962.766,-4903.1274,-4770.5244,-4649.255,-4476.9175,-4221.835,-3931.5894,-3639.4663,-3297.8718,-2862.1887,-3410.59,-3937.22,-4150.176,-4519.535,-4805.867,-4951.9214,-4946.936,-4898.9917,-4878.0073,-4768.6387,-4568.8135,-4224.191,-3903.6396,-3755.4822,-3668.1284,-3231.1682,-3492.8462,-3971.0295,-4305.5415,-4540.032,-4737.367,-4872.871,-4896.6387,-4874.9844,-4838.125,-4673.588,-4472.867,-4223.3525,-4036.3982,-3961.8345,-3897.9038,-3817.7805,-3808.0588,-4022.7593,-4148.2866,-4360.9927,-4473.5107,-4596.912,-4656.352,-4622.521,-4601.4424,-4506.728,-4422.549,-4289.499,-4168.7954,-4082.6326,-4011.273,-3974.329,-4018.1382,-4146.7334,-3990.2805,-4091.156,-4177.154,-4293.998,-4328.4976,-4359.8823,-4391.333,-4392.1577,-4363.608,-4329.0537,-4259.2334,-4168.5786,-4117.3896,-4131.6235,-4170.8457,-4211.167,-3938.919,-3994.7131,-4046.7021,-4117.02,-4163.97,-4203.4233,-4261.03,-4307.8643,-4338.0796,-4363.658,-4353.3154,-4354.337,-4363.8296,-4369.865,-4387.9077,-4399.095,-4128.2407,-4089.8704,-4077.4707,-4092.9897,-4144.4546,-4210.254,-4258.1006,-4309.3804,-4387.1284,-4458.403,-4498.923,-4556.9976,-4584.311,-4569.9126,-4553.1274,-4680.684,-4323.418,-4340.4243,-4346.089,-4356.0034,-4362.757,-4373.3994,-4411.5366,-4450.4565,-4499.677,-4542.767,-4605.5737,-4644.6235,-4661.357,-4676.8013,-4723.1904,-4752.3125,-3496.478,-3533.5073,-3617.9119,-3714.0022,-3899.0125,-4014.0293,-4081.6658,-4163.7134,-4214.6396,-4249.385,-4265.0176,-4297.8604,-4278.2026,-4224.8813,-4233.766,-4197.084}) symbol: class GeoElevationGridObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:412: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/Mars007.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/Mars007.jpg\"")))) symbol: class MFStringObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:412: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/Mars007.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/Mars007.jpg\"")))) symbol: class ImageTextureObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:411: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:410: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:409: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:408: error: cannot find symbol .addChild(new GeoLODObject().setCenter(45.000000f,135.000000f,-13175.000000f).setRange(7.2E7f).setChild1Url(new MFStringObject("\"MarsLOD021.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/MarsLOD021.x3d\"")) symbol: class MFStringObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:408: error: cannot find symbol .addChild(new GeoLODObject().setCenter(45.000000f,135.000000f,-13175.000000f).setRange(7.2E7f).setChild1Url(new MFStringObject("\"MarsLOD021.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/MarsLOD021.x3d\"")) symbol: class GeoLODObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:407: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:406: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:405: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.99609f,0.73333f,0.99609f,0.8f,0.99609f,0.86667f,0.99609f,0.93333f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.06667f,0.99609f,0.13333f,0.99609f,0.2f,0.99609f,0.26667f,0.99609f,0.33333f,0.99609f,0.4f,0.99609f,0.46667f,0.99609f,0.53333f,0.99609f,0.6f,0.99609f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.93333f,0.46667f,0.93333f,0.53333f,0.93333f,0.6f,0.93333f,0.66667f,0.93333f,0.73333f,0.93333f,0.8f,0.93333f,0.86667f,0.93333f,0.93333f,0.93333f,0.99609f,0.93333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.86667f,0.86667f,0.86667f,0.93333f,0.86667f,0.99609f,0.86667f,0.00391f,0.93333f,0.06667f,0.93333f,0.13333f,0.93333f,0.2f,0.93333f,0.26667f,0.93333f,0.33333f,0.93333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.86667f,0.2f,0.86667f,0.26667f,0.86667f,0.33333f,0.86667f,0.4f,0.86667f,0.46667f,0.86667f,0.53333f,0.86667f,0.6f,0.86667f,0.66667f,0.86667f,0.73333f,0.86667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.8f,0.6f,0.8f,0.66667f,0.8f,0.73333f,0.8f,0.8f,0.8f,0.86667f,0.8f,0.93333f,0.8f,0.99609f,0.8f,0.00391f,0.86667f,0.06667f,0.86667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:398: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.73333f,0.99609f,0.73333f,0.00391f,0.8f,0.06667f,0.8f,0.13333f,0.8f,0.2f,0.8f,0.26667f,0.8f,0.33333f,0.8f,0.4f,0.8f,0.46667f,0.8f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:397: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.73333f,0.33333f,0.73333f,0.4f,0.73333f,0.46667f,0.73333f,0.53333f,0.73333f,0.6f,0.73333f,0.66667f,0.73333f,0.73333f,0.73333f,0.8f,0.73333f,0.86667f,0.73333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:396: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.66667f,0.73333f,0.66667f,0.8f,0.66667f,0.86667f,0.66667f,0.93333f,0.66667f,0.99609f,0.66667f,0.00391f,0.73333f,0.06667f,0.73333f,0.13333f,0.73333f,0.2f,0.73333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:395: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.66667f,0.06667f,0.66667f,0.13333f,0.66667f,0.2f,0.66667f,0.26667f,0.66667f,0.33333f,0.66667f,0.4f,0.66667f,0.46667f,0.66667f,0.53333f,0.66667f,0.6f,0.66667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:394: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.6f,0.46667f,0.6f,0.53333f,0.6f,0.6f,0.6f,0.66667f,0.6f,0.73333f,0.6f,0.8f,0.6f,0.86667f,0.6f,0.93333f,0.6f,0.99609f,0.6f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:393: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.53333f,0.86667f,0.53333f,0.93333f,0.53333f,0.99609f,0.53333f,0.00391f,0.6f,0.06667f,0.6f,0.13333f,0.6f,0.2f,0.6f,0.26667f,0.6f,0.33333f,0.6f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:392: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.53333f,0.2f,0.53333f,0.26667f,0.53333f,0.33333f,0.53333f,0.4f,0.53333f,0.46667f,0.53333f,0.53333f,0.53333f,0.6f,0.53333f,0.66667f,0.53333f,0.73333f,0.53333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:391: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.46667f,0.6f,0.46667f,0.66667f,0.46667f,0.73333f,0.46667f,0.8f,0.46667f,0.86667f,0.46667f,0.93333f,0.46667f,0.99609f,0.46667f,0.00391f,0.53333f,0.06667f,0.53333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:390: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.4f,0.99609f,0.4f,0.00391f,0.46667f,0.06667f,0.46667f,0.13333f,0.46667f,0.2f,0.46667f,0.26667f,0.46667f,0.33333f,0.46667f,0.4f,0.46667f,0.46667f,0.46667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:389: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.4f,0.33333f,0.4f,0.4f,0.4f,0.46667f,0.4f,0.53333f,0.4f,0.6f,0.4f,0.66667f,0.4f,0.73333f,0.4f,0.8f,0.4f,0.86667f,0.4f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:388: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.33333f,0.73333f,0.33333f,0.8f,0.33333f,0.86667f,0.33333f,0.93333f,0.33333f,0.99609f,0.33333f,0.00391f,0.4f,0.06667f,0.4f,0.13333f,0.4f,0.2f,0.4f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:387: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.33333f,0.06667f,0.33333f,0.13333f,0.33333f,0.2f,0.33333f,0.26667f,0.33333f,0.33333f,0.33333f,0.4f,0.33333f,0.46667f,0.33333f,0.53333f,0.33333f,0.6f,0.33333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:386: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.26667f,0.46667f,0.26667f,0.53333f,0.26667f,0.6f,0.26667f,0.66667f,0.26667f,0.73333f,0.26667f,0.8f,0.26667f,0.86667f,0.26667f,0.93333f,0.26667f,0.99609f,0.26667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:385: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.2f,0.86667f,0.2f,0.93333f,0.2f,0.99609f,0.2f,0.00391f,0.26667f,0.06667f,0.26667f,0.13333f,0.26667f,0.2f,0.26667f,0.26667f,0.26667f,0.33333f,0.26667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:384: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.2f,0.2f,0.2f,0.26667f,0.2f,0.33333f,0.2f,0.4f,0.2f,0.46667f,0.2f,0.53333f,0.2f,0.6f,0.2f,0.66667f,0.2f,0.73333f,0.2f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:383: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.13333f,0.6f,0.13333f,0.66667f,0.13333f,0.73333f,0.13333f,0.8f,0.13333f,0.86667f,0.13333f,0.93333f,0.13333f,0.99609f,0.13333f,0.00391f,0.2f,0.06667f,0.2f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:382: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.06667f,0.99609f,0.06667f,0.00391f,0.13333f,0.06667f,0.13333f,0.13333f,0.13333f,0.2f,0.13333f,0.26667f,0.13333f,0.33333f,0.13333f,0.4f,0.13333f,0.46667f,0.13333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:381: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.06667f,0.33333f,0.06667f,0.4f,0.06667f,0.46667f,0.06667f,0.53333f,0.06667f,0.6f,0.06667f,0.66667f,0.06667f,0.73333f,0.06667f,0.8f,0.06667f,0.86667f,0.06667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:380: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.00391f,0.73333f,0.00391f,0.8f,0.00391f,0.86667f,0.00391f,0.93333f,0.00391f,0.99609f,0.00391f,0.00391f,0.06667f,0.06667f,0.06667f,0.13333f,0.06667f,0.2f,0.06667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:379: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.06667f,0.00391f,0.13333f,0.00391f,0.2f,0.00391f,0.26667f,0.00391f,0.33333f,0.00391f,0.4f,0.00391f,0.46667f,0.00391f,0.53333f,0.00391f,0.6f,0.00391f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:378: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:378: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:377: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoGridOrigin(-90.000000f,90.000000f,0.000000f).setCreaseAngle(0.5).setXDimension(16).setZDimension(16).setYScale(50.0f).setXSpacing(6.000000).setZSpacing(6.000000).setCcw(false).setSolid(false).setHeight(new double[] {2254.6672,1648.1738,1618.9016,2184.33,2436.6716,2543.594,2537.0532,2498.131,2488.0796,2415.7468,2491.0657,2655.2144,2794.5312,2775.1433,2875.8926,2936.012,1285.2024,1364.8325,1707.8835,1644.6427,1605.7875,1657.0348,1643.4819,1641.8844,2154.7969,2422.852,2481.744,2467.148,2501.9204,2515.444,2484.865,2406.8162,1474.4961,1556.76,1772.054,1727.2708,1404.0781,1148.7262,1447.6595,922.802,1023.7396,1582.1649,1485.51,1577.7775,1528.2268,1292.1542,1437.1755,1637.5282,1367.9617,1984.8871,2038.9696,1911.3214,1750.6167,1617.34,1256.6982,1171.4905,989.2762,962.896,1093.4119,1346.018,1439.8553,1341.1542,1459.1626,1688.6729,671.675,1575.3024,1822.2698,1941.854,1918.3861,2091.5647,1676.712,1398.6416,694.3755,777.84186,1124.7611,1702.7982,1908.6873,1788.1599,1736.0422,1552.8999,-664.6872,228.75688,1100.5093,1585.4231,1823.4917,1725.4299,1197.8448,996.6513,1214.8619,1260.7241,1074.9187,1722.4216,1651.0347,2017.4176,1840.4617,1785.6686,-3671.089,-1231.0658,251.14665,1184.1866,1337.3938,1284.3878,1239.7996,1251.9766,1360.0962,1425.5577,1356.993,1268.5405,1071.1481,1216.2314,1875.8212,1774.7129,-5528.1484,-3617.7358,-1070.3458,-25.936352,887.6423,1012.7724,1103.7041,1547.4645,1917.9636,2255.8813,1386.8041,674.5349,948.9152,1168.7089,1823.6302,1902.8073,-4610.2637,-3439.585,-1163.8468,359.58954,797.70844,660.844,701.6507,1289.2102,1527.9536,1537.518,1544.1282,1057.1526,1059.6738,1188.3223,1212.5204,925.86194,-2691.4302,-2278.7244,-921.51074,759.24097,1151.9062,933.5825,1090.3656,1571.9316,1810.6329,1711.7535,1359.0222,1249.5631,1062.598,915.9562,1013.41205,656.7737,-891.7018,-213.22916,424.4365,1103.4059,1288.2985,1318.7473,1476.0303,2034.5331,2355.5308,2001.0201,1298.1892,1091.551,938.77686,1033.1014,1451.1608,1173.4783,999.6454,2015.4415,1676.935,1800.4049,1517.7704,1544.436,1881.4536,2046.974,1970.7881,2199.7395,1767.1232,1390.0868,1020.4343,630.7082,785.76495,871.1025,2240.4087,2551.3723,1775.6707,1474.5109,1488.3091,1724.7506,1892.4935,1993.3665,1845.6859,1682.2488,1862.0771,1594.6967,984.94824,-586.7179,-816.79114,-533.0118,2524.5376,2179.9446,1591.152,1296.3896,1313.9733,1578.8751,2119.2317,2080.874,1462.6493,1140.2346,870.38477,299.44418,-466.4988,-1541.482,-1929.3683,-1661.8735,1863.0934,1401.5349,1294.5846,651.7594,537.4558,790.3422,1960.225,1446.1177,-470.74634,-1284.0034,-1429.5532,-1881.3925,-2059.1763,-2361.287,-2719.0146,-2239.134,289.68726,352.93964,480.47345,-380.31033,-373.45047,463.13394,552.1293,-982.273,-2258.3928,-2483.518,-2371.3108,-2359.7659,-2526.4397,-2875.236,-2962.952,-2933.2935}) symbol: class GeoElevationGridObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:376: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/Mars006.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/Mars006.jpg\"")))) symbol: class MFStringObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:376: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/Mars006.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/Mars006.jpg\"")))) symbol: class ImageTextureObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:375: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:374: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:373: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:372: error: cannot find symbol .addChild(new GeoLODObject().setCenter(-45.000000f,135.000000f,-73350.000000f).setRange(7.2E7f).setChild1Url(new MFStringObject("\"MarsLOD018.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/MarsLOD018.x3d\"")) symbol: class MFStringObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:372: error: cannot find symbol .addChild(new GeoLODObject().setCenter(-45.000000f,135.000000f,-73350.000000f).setRange(7.2E7f).setChild1Url(new MFStringObject("\"MarsLOD018.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/MarsLOD018.x3d\"")) symbol: class GeoLODObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:371: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:370: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:369: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:368: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.99609f,0.73333f,0.99609f,0.8f,0.99609f,0.86667f,0.99609f,0.93333f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:367: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.06667f,0.99609f,0.13333f,0.99609f,0.2f,0.99609f,0.26667f,0.99609f,0.33333f,0.99609f,0.4f,0.99609f,0.46667f,0.99609f,0.53333f,0.99609f,0.6f,0.99609f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:366: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.93333f,0.46667f,0.93333f,0.53333f,0.93333f,0.6f,0.93333f,0.66667f,0.93333f,0.73333f,0.93333f,0.8f,0.93333f,0.86667f,0.93333f,0.93333f,0.93333f,0.99609f,0.93333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:365: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.86667f,0.86667f,0.86667f,0.93333f,0.86667f,0.99609f,0.86667f,0.00391f,0.93333f,0.06667f,0.93333f,0.13333f,0.93333f,0.2f,0.93333f,0.26667f,0.93333f,0.33333f,0.93333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:364: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.13333f,0.86667f,0.2f,0.86667f,0.26667f,0.86667f,0.33333f,0.86667f,0.4f,0.86667f,0.46667f,0.86667f,0.53333f,0.86667f,0.6f,0.86667f,0.66667f,0.86667f,0.73333f,0.86667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:363: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53333f,0.8f,0.6f,0.8f,0.66667f,0.8f,0.73333f,0.8f,0.8f,0.8f,0.86667f,0.8f,0.93333f,0.8f,0.99609f,0.8f,0.00391f,0.86667f,0.06667f,0.86667f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:362: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.93333f,0.73333f,0.99609f,0.73333f,0.00391f,0.8f,0.06667f,0.8f,0.13333f,0.8f,0.2f,0.8f,0.26667f,0.8f,0.33333f,0.8f,0.4f,0.8f,0.46667f,0.8f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:361: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26667f,0.73333f,0.33333f,0.73333f,0.4f,0.73333f,0.46667f,0.73333f,0.53333f,0.73333f,0.6f,0.73333f,0.66667f,0.73333f,0.73333f,0.73333f,0.8f,0.73333f,0.86667f,0.73333f})) symbol: class MFVec2fObject location: class Mars C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java:360: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.66667f,0.73333f,0.66667f,0.8f,0.66667f,0.86667f,0.66667f,0.93333f,0.66667f,0.99609f,0.66667f,0.00391f,0.73333f,0.06667f,0.73333f,0.13333f,0.73333f,0.2f,0.73333f})) symbol: class MFVec2fObject location: class Mars 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.Mars Error: Could not find or load main class Basic.Geospatial.Mars Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD000.java produced from MarsLOD000.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD000 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD000 Error: Could not find or load main class Basic.Geospatial.MarsLOD000 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD001.java produced from MarsLOD001.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD001 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD001 Error: Could not find or load main class Basic.Geospatial.MarsLOD001 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD002.java produced from MarsLOD002.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD002 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD002 Error: Could not find or load main class Basic.Geospatial.MarsLOD002 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD003.java produced from MarsLOD003.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD003 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD003 Error: Could not find or load main class Basic.Geospatial.MarsLOD003 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD004.java produced from MarsLOD004.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD004 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD004 Error: Could not find or load main class Basic.Geospatial.MarsLOD004 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD005.java produced from MarsLOD005.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD005 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD005 Error: Could not find or load main class Basic.Geospatial.MarsLOD005 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD006.java produced from MarsLOD006.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD006 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD006 Error: Could not find or load main class Basic.Geospatial.MarsLOD006 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD007.java produced from MarsLOD007.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD007 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD007 Error: Could not find or load main class Basic.Geospatial.MarsLOD007 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD008.java produced from MarsLOD008.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD008 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD008 Error: Could not find or load main class Basic.Geospatial.MarsLOD008 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD009.java produced from MarsLOD009.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD009 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD009 Error: Could not find or load main class Basic.Geospatial.MarsLOD009 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD010.java produced from MarsLOD010.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD010 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD010 Error: Could not find or load main class Basic.Geospatial.MarsLOD010 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD011.java produced from MarsLOD011.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD011 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD011 Error: Could not find or load main class Basic.Geospatial.MarsLOD011 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD012.java produced from MarsLOD012.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD012 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD012 Error: Could not find or load main class Basic.Geospatial.MarsLOD012 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD013.java produced from MarsLOD013.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD013 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD013 Error: Could not find or load main class Basic.Geospatial.MarsLOD013 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD015.java produced from MarsLOD015.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD015 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD015 Error: Could not find or load main class Basic.Geospatial.MarsLOD015 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD016.java produced from MarsLOD016.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD016 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD016 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD016 Error: Could not find or load main class Basic.Geospatial.MarsLOD016 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD017.java produced from MarsLOD017.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD017 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD017 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD017 Error: Could not find or load main class Basic.Geospatial.MarsLOD017 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD018.java produced from MarsLOD018.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD018 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD018 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD018 Error: Could not find or load main class Basic.Geospatial.MarsLOD018 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD019.java produced from MarsLOD019.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD019 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD019 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD019 Error: Could not find or load main class Basic.Geospatial.MarsLOD019 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD020.java produced from MarsLOD020.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD020 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD020 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD020 Error: Could not find or load main class Basic.Geospatial.MarsLOD020 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD021.java produced from MarsLOD021.x3d [Large tuple found: TextureCoordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=16255] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:257: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:262: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:252: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:251: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.99609f,0.93548f,0.99609f,0.96774f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:250: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.99609f,0.6129f,0.99609f,0.64516f,0.99609f,0.67742f,0.99609f,0.70968f,0.99609f,0.74194f,0.99609f,0.77419f,0.99609f,0.80645f,0.99609f,0.83871f,0.99609f,0.87097f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:249: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.99609f,0.29032f,0.99609f,0.32258f,0.99609f,0.35484f,0.99609f,0.3871f,0.99609f,0.41935f,0.99609f,0.45161f,0.99609f,0.48387f,0.99609f,0.51613f,0.99609f,0.54839f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:248: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.96774f,0.99609f,0.96774f,0.00391f,0.99609f,0.03226f,0.99609f,0.06452f,0.99609f,0.09677f,0.99609f,0.12903f,0.99609f,0.16129f,0.99609f,0.19355f,0.99609f,0.22581f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:247: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.96774f,0.67742f,0.96774f,0.70968f,0.96774f,0.74194f,0.96774f,0.77419f,0.96774f,0.80645f,0.96774f,0.83871f,0.96774f,0.87097f,0.96774f,0.90323f,0.96774f,0.93548f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:246: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.96774f,0.35484f,0.96774f,0.3871f,0.96774f,0.41935f,0.96774f,0.45161f,0.96774f,0.48387f,0.96774f,0.51613f,0.96774f,0.54839f,0.96774f,0.58065f,0.96774f,0.6129f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:245: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.96774f,0.03226f,0.96774f,0.06452f,0.96774f,0.09677f,0.96774f,0.12903f,0.96774f,0.16129f,0.96774f,0.19355f,0.96774f,0.22581f,0.96774f,0.25806f,0.96774f,0.29032f,0.96774f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:244: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.93548f,0.74194f,0.93548f,0.77419f,0.93548f,0.80645f,0.93548f,0.83871f,0.93548f,0.87097f,0.93548f,0.90323f,0.93548f,0.93548f,0.93548f,0.96774f,0.93548f,0.99609f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:243: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.93548f,0.41935f,0.93548f,0.45161f,0.93548f,0.48387f,0.93548f,0.51613f,0.93548f,0.54839f,0.93548f,0.58065f,0.93548f,0.6129f,0.93548f,0.64516f,0.93548f,0.67742f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:242: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.93548f,0.09677f,0.93548f,0.12903f,0.93548f,0.16129f,0.93548f,0.19355f,0.93548f,0.22581f,0.93548f,0.25806f,0.93548f,0.29032f,0.93548f,0.32258f,0.93548f,0.35484f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:241: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.90323f,0.80645f,0.90323f,0.83871f,0.90323f,0.87097f,0.90323f,0.90323f,0.90323f,0.93548f,0.90323f,0.96774f,0.90323f,0.99609f,0.90323f,0.00391f,0.93548f,0.03226f,0.93548f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:240: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.90323f,0.48387f,0.90323f,0.51613f,0.90323f,0.54839f,0.90323f,0.58065f,0.90323f,0.6129f,0.90323f,0.64516f,0.90323f,0.67742f,0.90323f,0.70968f,0.90323f,0.74194f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:239: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.90323f,0.16129f,0.90323f,0.19355f,0.90323f,0.22581f,0.90323f,0.25806f,0.90323f,0.29032f,0.90323f,0.32258f,0.90323f,0.35484f,0.90323f,0.3871f,0.90323f,0.41935f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:238: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.87097f,0.87097f,0.87097f,0.90323f,0.87097f,0.93548f,0.87097f,0.96774f,0.87097f,0.99609f,0.87097f,0.00391f,0.90323f,0.03226f,0.90323f,0.06452f,0.90323f,0.09677f,0.90323f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:237: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.87097f,0.54839f,0.87097f,0.58065f,0.87097f,0.6129f,0.87097f,0.64516f,0.87097f,0.67742f,0.87097f,0.70968f,0.87097f,0.74194f,0.87097f,0.77419f,0.87097f,0.80645f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:236: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.87097f,0.22581f,0.87097f,0.25806f,0.87097f,0.29032f,0.87097f,0.32258f,0.87097f,0.35484f,0.87097f,0.3871f,0.87097f,0.41935f,0.87097f,0.45161f,0.87097f,0.48387f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:235: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.83871f,0.93548f,0.83871f,0.96774f,0.83871f,0.99609f,0.83871f,0.00391f,0.87097f,0.03226f,0.87097f,0.06452f,0.87097f,0.09677f,0.87097f,0.12903f,0.87097f,0.16129f,0.87097f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:234: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.83871f,0.6129f,0.83871f,0.64516f,0.83871f,0.67742f,0.83871f,0.70968f,0.83871f,0.74194f,0.83871f,0.77419f,0.83871f,0.80645f,0.83871f,0.83871f,0.83871f,0.87097f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:233: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.83871f,0.29032f,0.83871f,0.32258f,0.83871f,0.35484f,0.83871f,0.3871f,0.83871f,0.41935f,0.83871f,0.45161f,0.83871f,0.48387f,0.83871f,0.51613f,0.83871f,0.54839f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:232: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.80645f,0.99609f,0.80645f,0.00391f,0.83871f,0.03226f,0.83871f,0.06452f,0.83871f,0.09677f,0.83871f,0.12903f,0.83871f,0.16129f,0.83871f,0.19355f,0.83871f,0.22581f,0.83871f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.80645f,0.67742f,0.80645f,0.70968f,0.80645f,0.74194f,0.80645f,0.77419f,0.80645f,0.80645f,0.80645f,0.83871f,0.80645f,0.87097f,0.80645f,0.90323f,0.80645f,0.93548f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.80645f,0.35484f,0.80645f,0.3871f,0.80645f,0.41935f,0.80645f,0.45161f,0.80645f,0.48387f,0.80645f,0.51613f,0.80645f,0.54839f,0.80645f,0.58065f,0.80645f,0.6129f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.80645f,0.03226f,0.80645f,0.06452f,0.80645f,0.09677f,0.80645f,0.12903f,0.80645f,0.16129f,0.80645f,0.19355f,0.80645f,0.22581f,0.80645f,0.25806f,0.80645f,0.29032f,0.80645f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.77419f,0.74194f,0.77419f,0.77419f,0.77419f,0.80645f,0.77419f,0.83871f,0.77419f,0.87097f,0.77419f,0.90323f,0.77419f,0.93548f,0.77419f,0.96774f,0.77419f,0.99609f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.77419f,0.41935f,0.77419f,0.45161f,0.77419f,0.48387f,0.77419f,0.51613f,0.77419f,0.54839f,0.77419f,0.58065f,0.77419f,0.6129f,0.77419f,0.64516f,0.77419f,0.67742f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.77419f,0.09677f,0.77419f,0.12903f,0.77419f,0.16129f,0.77419f,0.19355f,0.77419f,0.22581f,0.77419f,0.25806f,0.77419f,0.29032f,0.77419f,0.32258f,0.77419f,0.35484f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.74194f,0.80645f,0.74194f,0.83871f,0.74194f,0.87097f,0.74194f,0.90323f,0.74194f,0.93548f,0.74194f,0.96774f,0.74194f,0.99609f,0.74194f,0.00391f,0.77419f,0.03226f,0.77419f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.74194f,0.48387f,0.74194f,0.51613f,0.74194f,0.54839f,0.74194f,0.58065f,0.74194f,0.6129f,0.74194f,0.64516f,0.74194f,0.67742f,0.74194f,0.70968f,0.74194f,0.74194f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.74194f,0.16129f,0.74194f,0.19355f,0.74194f,0.22581f,0.74194f,0.25806f,0.74194f,0.29032f,0.74194f,0.32258f,0.74194f,0.35484f,0.74194f,0.3871f,0.74194f,0.41935f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.70968f,0.87097f,0.70968f,0.90323f,0.70968f,0.93548f,0.70968f,0.96774f,0.70968f,0.99609f,0.70968f,0.00391f,0.74194f,0.03226f,0.74194f,0.06452f,0.74194f,0.09677f,0.74194f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.70968f,0.54839f,0.70968f,0.58065f,0.70968f,0.6129f,0.70968f,0.64516f,0.70968f,0.67742f,0.70968f,0.70968f,0.70968f,0.74194f,0.70968f,0.77419f,0.70968f,0.80645f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.70968f,0.22581f,0.70968f,0.25806f,0.70968f,0.29032f,0.70968f,0.32258f,0.70968f,0.35484f,0.70968f,0.3871f,0.70968f,0.41935f,0.70968f,0.45161f,0.70968f,0.48387f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.67742f,0.93548f,0.67742f,0.96774f,0.67742f,0.99609f,0.67742f,0.00391f,0.70968f,0.03226f,0.70968f,0.06452f,0.70968f,0.09677f,0.70968f,0.12903f,0.70968f,0.16129f,0.70968f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.67742f,0.6129f,0.67742f,0.64516f,0.67742f,0.67742f,0.67742f,0.70968f,0.67742f,0.74194f,0.67742f,0.77419f,0.67742f,0.80645f,0.67742f,0.83871f,0.67742f,0.87097f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.67742f,0.29032f,0.67742f,0.32258f,0.67742f,0.35484f,0.67742f,0.3871f,0.67742f,0.41935f,0.67742f,0.45161f,0.67742f,0.48387f,0.67742f,0.51613f,0.67742f,0.54839f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.64516f,0.99609f,0.64516f,0.00391f,0.67742f,0.03226f,0.67742f,0.06452f,0.67742f,0.09677f,0.67742f,0.12903f,0.67742f,0.16129f,0.67742f,0.19355f,0.67742f,0.22581f,0.67742f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.64516f,0.67742f,0.64516f,0.70968f,0.64516f,0.74194f,0.64516f,0.77419f,0.64516f,0.80645f,0.64516f,0.83871f,0.64516f,0.87097f,0.64516f,0.90323f,0.64516f,0.93548f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.64516f,0.35484f,0.64516f,0.3871f,0.64516f,0.41935f,0.64516f,0.45161f,0.64516f,0.48387f,0.64516f,0.51613f,0.64516f,0.54839f,0.64516f,0.58065f,0.64516f,0.6129f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.64516f,0.03226f,0.64516f,0.06452f,0.64516f,0.09677f,0.64516f,0.12903f,0.64516f,0.16129f,0.64516f,0.19355f,0.64516f,0.22581f,0.64516f,0.25806f,0.64516f,0.29032f,0.64516f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.6129f,0.74194f,0.6129f,0.77419f,0.6129f,0.80645f,0.6129f,0.83871f,0.6129f,0.87097f,0.6129f,0.90323f,0.6129f,0.93548f,0.6129f,0.96774f,0.6129f,0.99609f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.6129f,0.41935f,0.6129f,0.45161f,0.6129f,0.48387f,0.6129f,0.51613f,0.6129f,0.54839f,0.6129f,0.58065f,0.6129f,0.6129f,0.6129f,0.64516f,0.6129f,0.67742f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.6129f,0.09677f,0.6129f,0.12903f,0.6129f,0.16129f,0.6129f,0.19355f,0.6129f,0.22581f,0.6129f,0.25806f,0.6129f,0.29032f,0.6129f,0.32258f,0.6129f,0.35484f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.58065f,0.80645f,0.58065f,0.83871f,0.58065f,0.87097f,0.58065f,0.90323f,0.58065f,0.93548f,0.58065f,0.96774f,0.58065f,0.99609f,0.58065f,0.00391f,0.6129f,0.03226f,0.6129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.58065f,0.48387f,0.58065f,0.51613f,0.58065f,0.54839f,0.58065f,0.58065f,0.58065f,0.6129f,0.58065f,0.64516f,0.58065f,0.67742f,0.58065f,0.70968f,0.58065f,0.74194f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.58065f,0.16129f,0.58065f,0.19355f,0.58065f,0.22581f,0.58065f,0.25806f,0.58065f,0.29032f,0.58065f,0.32258f,0.58065f,0.35484f,0.58065f,0.3871f,0.58065f,0.41935f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.54839f,0.87097f,0.54839f,0.90323f,0.54839f,0.93548f,0.54839f,0.96774f,0.54839f,0.99609f,0.54839f,0.00391f,0.58065f,0.03226f,0.58065f,0.06452f,0.58065f,0.09677f,0.58065f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.54839f,0.54839f,0.54839f,0.58065f,0.54839f,0.6129f,0.54839f,0.64516f,0.54839f,0.67742f,0.54839f,0.70968f,0.54839f,0.74194f,0.54839f,0.77419f,0.54839f,0.80645f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.54839f,0.22581f,0.54839f,0.25806f,0.54839f,0.29032f,0.54839f,0.32258f,0.54839f,0.35484f,0.54839f,0.3871f,0.54839f,0.41935f,0.54839f,0.45161f,0.54839f,0.48387f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.51613f,0.93548f,0.51613f,0.96774f,0.51613f,0.99609f,0.51613f,0.00391f,0.54839f,0.03226f,0.54839f,0.06452f,0.54839f,0.09677f,0.54839f,0.12903f,0.54839f,0.16129f,0.54839f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.51613f,0.6129f,0.51613f,0.64516f,0.51613f,0.67742f,0.51613f,0.70968f,0.51613f,0.74194f,0.51613f,0.77419f,0.51613f,0.80645f,0.51613f,0.83871f,0.51613f,0.87097f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.51613f,0.29032f,0.51613f,0.32258f,0.51613f,0.35484f,0.51613f,0.3871f,0.51613f,0.41935f,0.51613f,0.45161f,0.51613f,0.48387f,0.51613f,0.51613f,0.51613f,0.54839f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.48387f,0.99609f,0.48387f,0.00391f,0.51613f,0.03226f,0.51613f,0.06452f,0.51613f,0.09677f,0.51613f,0.12903f,0.51613f,0.16129f,0.51613f,0.19355f,0.51613f,0.22581f,0.51613f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.48387f,0.67742f,0.48387f,0.70968f,0.48387f,0.74194f,0.48387f,0.77419f,0.48387f,0.80645f,0.48387f,0.83871f,0.48387f,0.87097f,0.48387f,0.90323f,0.48387f,0.93548f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.48387f,0.35484f,0.48387f,0.3871f,0.48387f,0.41935f,0.48387f,0.45161f,0.48387f,0.48387f,0.48387f,0.51613f,0.48387f,0.54839f,0.48387f,0.58065f,0.48387f,0.6129f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.48387f,0.03226f,0.48387f,0.06452f,0.48387f,0.09677f,0.48387f,0.12903f,0.48387f,0.16129f,0.48387f,0.19355f,0.48387f,0.22581f,0.48387f,0.25806f,0.48387f,0.29032f,0.48387f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.45161f,0.74194f,0.45161f,0.77419f,0.45161f,0.80645f,0.45161f,0.83871f,0.45161f,0.87097f,0.45161f,0.90323f,0.45161f,0.93548f,0.45161f,0.96774f,0.45161f,0.99609f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.45161f,0.41935f,0.45161f,0.45161f,0.45161f,0.48387f,0.45161f,0.51613f,0.45161f,0.54839f,0.45161f,0.58065f,0.45161f,0.6129f,0.45161f,0.64516f,0.45161f,0.67742f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.45161f,0.09677f,0.45161f,0.12903f,0.45161f,0.16129f,0.45161f,0.19355f,0.45161f,0.22581f,0.45161f,0.25806f,0.45161f,0.29032f,0.45161f,0.32258f,0.45161f,0.35484f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.41935f,0.80645f,0.41935f,0.83871f,0.41935f,0.87097f,0.41935f,0.90323f,0.41935f,0.93548f,0.41935f,0.96774f,0.41935f,0.99609f,0.41935f,0.00391f,0.45161f,0.03226f,0.45161f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.41935f,0.48387f,0.41935f,0.51613f,0.41935f,0.54839f,0.41935f,0.58065f,0.41935f,0.6129f,0.41935f,0.64516f,0.41935f,0.67742f,0.41935f,0.70968f,0.41935f,0.74194f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.41935f,0.16129f,0.41935f,0.19355f,0.41935f,0.22581f,0.41935f,0.25806f,0.41935f,0.29032f,0.41935f,0.32258f,0.41935f,0.35484f,0.41935f,0.3871f,0.41935f,0.41935f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.3871f,0.87097f,0.3871f,0.90323f,0.3871f,0.93548f,0.3871f,0.96774f,0.3871f,0.99609f,0.3871f,0.00391f,0.41935f,0.03226f,0.41935f,0.06452f,0.41935f,0.09677f,0.41935f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.3871f,0.54839f,0.3871f,0.58065f,0.3871f,0.6129f,0.3871f,0.64516f,0.3871f,0.67742f,0.3871f,0.70968f,0.3871f,0.74194f,0.3871f,0.77419f,0.3871f,0.80645f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.3871f,0.22581f,0.3871f,0.25806f,0.3871f,0.29032f,0.3871f,0.32258f,0.3871f,0.35484f,0.3871f,0.3871f,0.3871f,0.41935f,0.3871f,0.45161f,0.3871f,0.48387f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.35484f,0.93548f,0.35484f,0.96774f,0.35484f,0.99609f,0.35484f,0.00391f,0.3871f,0.03226f,0.3871f,0.06452f,0.3871f,0.09677f,0.3871f,0.12903f,0.3871f,0.16129f,0.3871f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.35484f,0.6129f,0.35484f,0.64516f,0.35484f,0.67742f,0.35484f,0.70968f,0.35484f,0.74194f,0.35484f,0.77419f,0.35484f,0.80645f,0.35484f,0.83871f,0.35484f,0.87097f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.35484f,0.29032f,0.35484f,0.32258f,0.35484f,0.35484f,0.35484f,0.3871f,0.35484f,0.41935f,0.35484f,0.45161f,0.35484f,0.48387f,0.35484f,0.51613f,0.35484f,0.54839f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.32258f,0.99609f,0.32258f,0.00391f,0.35484f,0.03226f,0.35484f,0.06452f,0.35484f,0.09677f,0.35484f,0.12903f,0.35484f,0.16129f,0.35484f,0.19355f,0.35484f,0.22581f,0.35484f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.32258f,0.67742f,0.32258f,0.70968f,0.32258f,0.74194f,0.32258f,0.77419f,0.32258f,0.80645f,0.32258f,0.83871f,0.32258f,0.87097f,0.32258f,0.90323f,0.32258f,0.93548f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.32258f,0.35484f,0.32258f,0.3871f,0.32258f,0.41935f,0.32258f,0.45161f,0.32258f,0.48387f,0.32258f,0.51613f,0.32258f,0.54839f,0.32258f,0.58065f,0.32258f,0.6129f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.32258f,0.03226f,0.32258f,0.06452f,0.32258f,0.09677f,0.32258f,0.12903f,0.32258f,0.16129f,0.32258f,0.19355f,0.32258f,0.22581f,0.32258f,0.25806f,0.32258f,0.29032f,0.32258f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.29032f,0.74194f,0.29032f,0.77419f,0.29032f,0.80645f,0.29032f,0.83871f,0.29032f,0.87097f,0.29032f,0.90323f,0.29032f,0.93548f,0.29032f,0.96774f,0.29032f,0.99609f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.29032f,0.41935f,0.29032f,0.45161f,0.29032f,0.48387f,0.29032f,0.51613f,0.29032f,0.54839f,0.29032f,0.58065f,0.29032f,0.6129f,0.29032f,0.64516f,0.29032f,0.67742f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.29032f,0.09677f,0.29032f,0.12903f,0.29032f,0.16129f,0.29032f,0.19355f,0.29032f,0.22581f,0.29032f,0.25806f,0.29032f,0.29032f,0.29032f,0.32258f,0.29032f,0.35484f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.25806f,0.80645f,0.25806f,0.83871f,0.25806f,0.87097f,0.25806f,0.90323f,0.25806f,0.93548f,0.25806f,0.96774f,0.25806f,0.99609f,0.25806f,0.00391f,0.29032f,0.03226f,0.29032f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.25806f,0.48387f,0.25806f,0.51613f,0.25806f,0.54839f,0.25806f,0.58065f,0.25806f,0.6129f,0.25806f,0.64516f,0.25806f,0.67742f,0.25806f,0.70968f,0.25806f,0.74194f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12903f,0.25806f,0.16129f,0.25806f,0.19355f,0.25806f,0.22581f,0.25806f,0.25806f,0.25806f,0.29032f,0.25806f,0.32258f,0.25806f,0.35484f,0.25806f,0.3871f,0.25806f,0.41935f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83871f,0.22581f,0.87097f,0.22581f,0.90323f,0.22581f,0.93548f,0.22581f,0.96774f,0.22581f,0.99609f,0.22581f,0.00391f,0.25806f,0.03226f,0.25806f,0.06452f,0.25806f,0.09677f,0.25806f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51613f,0.22581f,0.54839f,0.22581f,0.58065f,0.22581f,0.6129f,0.22581f,0.64516f,0.22581f,0.67742f,0.22581f,0.70968f,0.22581f,0.74194f,0.22581f,0.77419f,0.22581f,0.80645f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19355f,0.22581f,0.22581f,0.22581f,0.25806f,0.22581f,0.29032f,0.22581f,0.32258f,0.22581f,0.35484f,0.22581f,0.3871f,0.22581f,0.41935f,0.22581f,0.45161f,0.22581f,0.48387f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90323f,0.19355f,0.93548f,0.19355f,0.96774f,0.19355f,0.99609f,0.19355f,0.00391f,0.22581f,0.03226f,0.22581f,0.06452f,0.22581f,0.09677f,0.22581f,0.12903f,0.22581f,0.16129f,0.22581f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58065f,0.19355f,0.6129f,0.19355f,0.64516f,0.19355f,0.67742f,0.19355f,0.70968f,0.19355f,0.74194f,0.19355f,0.77419f,0.19355f,0.80645f,0.19355f,0.83871f,0.19355f,0.87097f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25806f,0.19355f,0.29032f,0.19355f,0.32258f,0.19355f,0.35484f,0.19355f,0.3871f,0.19355f,0.41935f,0.19355f,0.45161f,0.19355f,0.48387f,0.19355f,0.51613f,0.19355f,0.54839f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96774f,0.16129f,0.99609f,0.16129f,0.00391f,0.19355f,0.03226f,0.19355f,0.06452f,0.19355f,0.09677f,0.19355f,0.12903f,0.19355f,0.16129f,0.19355f,0.19355f,0.19355f,0.22581f,0.19355f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64516f,0.16129f,0.67742f,0.16129f,0.70968f,0.16129f,0.74194f,0.16129f,0.77419f,0.16129f,0.80645f,0.16129f,0.83871f,0.16129f,0.87097f,0.16129f,0.90323f,0.16129f,0.93548f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32258f,0.16129f,0.35484f,0.16129f,0.3871f,0.16129f,0.41935f,0.16129f,0.45161f,0.16129f,0.48387f,0.16129f,0.51613f,0.16129f,0.54839f,0.16129f,0.58065f,0.16129f,0.6129f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.16129f,0.03226f,0.16129f,0.06452f,0.16129f,0.09677f,0.16129f,0.12903f,0.16129f,0.16129f,0.16129f,0.19355f,0.16129f,0.22581f,0.16129f,0.25806f,0.16129f,0.29032f,0.16129f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70968f,0.12903f,0.74194f,0.12903f,0.77419f,0.12903f,0.80645f,0.12903f,0.83871f,0.12903f,0.87097f,0.12903f,0.90323f,0.12903f,0.93548f,0.12903f,0.96774f,0.12903f,0.99609f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3871f,0.12903f,0.41935f,0.12903f,0.45161f,0.12903f,0.48387f,0.12903f,0.51613f,0.12903f,0.54839f,0.12903f,0.58065f,0.12903f,0.6129f,0.12903f,0.64516f,0.12903f,0.67742f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06452f,0.12903f,0.09677f,0.12903f,0.12903f,0.12903f,0.16129f,0.12903f,0.19355f,0.12903f,0.22581f,0.12903f,0.25806f,0.12903f,0.29032f,0.12903f,0.32258f,0.12903f,0.35484f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77419f,0.09677f,0.80645f,0.09677f,0.83871f,0.09677f,0.87097f,0.09677f,0.90323f,0.09677f,0.93548f,0.09677f,0.96774f,0.09677f,0.99609f,0.09677f,0.00391f,0.12903f,0.03226f,0.12903f})) symbol: class MFVec2fObject location: class MarsLOD021 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45161f,0.09677f,0.48387f,0.09677f,0.51613f,0.09677f,0.54839f,0.09677f,0.58065f,0.09677f,0.6129f,0.09677f,0.64516f,0.09677f,0.67742f,0.09677f,0.70968f,0.09677f,0.74194f,0.09677f})) symbol: class MFVec2fObject location: class MarsLOD021 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD021 Error: Could not find or load main class Basic.Geospatial.MarsLOD021 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD022.java produced from MarsLOD022.x3d [Large tuple found: TextureCoordinate point, $tupleCount=4096, $tupleSplitSize=10, string-length=64767] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:564: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:569: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:559: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.99609f,0.93651f,0.99609f,0.95238f,0.99609f,0.96825f,0.99609f,0.98413f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.99609f,0.77778f,0.99609f,0.79365f,0.99609f,0.80952f,0.99609f,0.8254f,0.99609f,0.84127f,0.99609f,0.85714f,0.99609f,0.87302f,0.99609f,0.88889f,0.99609f,0.90476f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.99609f,0.61905f,0.99609f,0.63492f,0.99609f,0.65079f,0.99609f,0.66667f,0.99609f,0.68254f,0.99609f,0.69841f,0.99609f,0.71429f,0.99609f,0.73016f,0.99609f,0.74603f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.99609f,0.46032f,0.99609f,0.47619f,0.99609f,0.49206f,0.99609f,0.50794f,0.99609f,0.52381f,0.99609f,0.53968f,0.99609f,0.55556f,0.99609f,0.57143f,0.99609f,0.5873f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.99609f,0.30159f,0.99609f,0.31746f,0.99609f,0.33333f,0.99609f,0.34921f,0.99609f,0.36508f,0.99609f,0.38095f,0.99609f,0.39683f,0.99609f,0.4127f,0.99609f,0.42857f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.99609f,0.14286f,0.99609f,0.15873f,0.99609f,0.1746f,0.99609f,0.19048f,0.99609f,0.20635f,0.99609f,0.22222f,0.99609f,0.2381f,0.99609f,0.25397f,0.99609f,0.26984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.98413f,0.99609f,0.98413f,0.00391f,0.99609f,0.01587f,0.99609f,0.03175f,0.99609f,0.04762f,0.99609f,0.06349f,0.99609f,0.07937f,0.99609f,0.09524f,0.99609f,0.11111f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:551: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.98413f,0.84127f,0.98413f,0.85714f,0.98413f,0.87302f,0.98413f,0.88889f,0.98413f,0.90476f,0.98413f,0.92063f,0.98413f,0.93651f,0.98413f,0.95238f,0.98413f,0.96825f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:550: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.98413f,0.68254f,0.98413f,0.69841f,0.98413f,0.71429f,0.98413f,0.73016f,0.98413f,0.74603f,0.98413f,0.7619f,0.98413f,0.77778f,0.98413f,0.79365f,0.98413f,0.80952f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:549: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.98413f,0.52381f,0.98413f,0.53968f,0.98413f,0.55556f,0.98413f,0.57143f,0.98413f,0.5873f,0.98413f,0.60317f,0.98413f,0.61905f,0.98413f,0.63492f,0.98413f,0.65079f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:548: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.98413f,0.36508f,0.98413f,0.38095f,0.98413f,0.39683f,0.98413f,0.4127f,0.98413f,0.42857f,0.98413f,0.44444f,0.98413f,0.46032f,0.98413f,0.47619f,0.98413f,0.49206f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:547: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.98413f,0.20635f,0.98413f,0.22222f,0.98413f,0.2381f,0.98413f,0.25397f,0.98413f,0.26984f,0.98413f,0.28571f,0.98413f,0.30159f,0.98413f,0.31746f,0.98413f,0.33333f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:546: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.98413f,0.04762f,0.98413f,0.06349f,0.98413f,0.07937f,0.98413f,0.09524f,0.98413f,0.11111f,0.98413f,0.12698f,0.98413f,0.14286f,0.98413f,0.15873f,0.98413f,0.1746f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:545: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.96825f,0.90476f,0.96825f,0.92063f,0.96825f,0.93651f,0.96825f,0.95238f,0.96825f,0.96825f,0.96825f,0.98413f,0.96825f,0.99609f,0.96825f,0.00391f,0.98413f,0.01587f,0.98413f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:544: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.96825f,0.74603f,0.96825f,0.7619f,0.96825f,0.77778f,0.96825f,0.79365f,0.96825f,0.80952f,0.96825f,0.8254f,0.96825f,0.84127f,0.96825f,0.85714f,0.96825f,0.87302f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:543: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.96825f,0.5873f,0.96825f,0.60317f,0.96825f,0.61905f,0.96825f,0.63492f,0.96825f,0.65079f,0.96825f,0.66667f,0.96825f,0.68254f,0.96825f,0.69841f,0.96825f,0.71429f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:542: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.96825f,0.42857f,0.96825f,0.44444f,0.96825f,0.46032f,0.96825f,0.47619f,0.96825f,0.49206f,0.96825f,0.50794f,0.96825f,0.52381f,0.96825f,0.53968f,0.96825f,0.55556f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.96825f,0.26984f,0.96825f,0.28571f,0.96825f,0.30159f,0.96825f,0.31746f,0.96825f,0.33333f,0.96825f,0.34921f,0.96825f,0.36508f,0.96825f,0.38095f,0.96825f,0.39683f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.96825f,0.11111f,0.96825f,0.12698f,0.96825f,0.14286f,0.96825f,0.15873f,0.96825f,0.1746f,0.96825f,0.19048f,0.96825f,0.20635f,0.96825f,0.22222f,0.96825f,0.2381f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.95238f,0.96825f,0.95238f,0.98413f,0.95238f,0.99609f,0.95238f,0.00391f,0.96825f,0.01587f,0.96825f,0.03175f,0.96825f,0.04762f,0.96825f,0.06349f,0.96825f,0.07937f,0.96825f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.95238f,0.80952f,0.95238f,0.8254f,0.95238f,0.84127f,0.95238f,0.85714f,0.95238f,0.87302f,0.95238f,0.88889f,0.95238f,0.90476f,0.95238f,0.92063f,0.95238f,0.93651f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.95238f,0.65079f,0.95238f,0.66667f,0.95238f,0.68254f,0.95238f,0.69841f,0.95238f,0.71429f,0.95238f,0.73016f,0.95238f,0.74603f,0.95238f,0.7619f,0.95238f,0.77778f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.95238f,0.49206f,0.95238f,0.50794f,0.95238f,0.52381f,0.95238f,0.53968f,0.95238f,0.55556f,0.95238f,0.57143f,0.95238f,0.5873f,0.95238f,0.60317f,0.95238f,0.61905f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.95238f,0.33333f,0.95238f,0.34921f,0.95238f,0.36508f,0.95238f,0.38095f,0.95238f,0.39683f,0.95238f,0.4127f,0.95238f,0.42857f,0.95238f,0.44444f,0.95238f,0.46032f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.95238f,0.1746f,0.95238f,0.19048f,0.95238f,0.20635f,0.95238f,0.22222f,0.95238f,0.2381f,0.95238f,0.25397f,0.95238f,0.26984f,0.95238f,0.28571f,0.95238f,0.30159f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.95238f,0.01587f,0.95238f,0.03175f,0.95238f,0.04762f,0.95238f,0.06349f,0.95238f,0.07937f,0.95238f,0.09524f,0.95238f,0.11111f,0.95238f,0.12698f,0.95238f,0.14286f,0.95238f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.93651f,0.87302f,0.93651f,0.88889f,0.93651f,0.90476f,0.93651f,0.92063f,0.93651f,0.93651f,0.93651f,0.95238f,0.93651f,0.96825f,0.93651f,0.98413f,0.93651f,0.99609f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.93651f,0.71429f,0.93651f,0.73016f,0.93651f,0.74603f,0.93651f,0.7619f,0.93651f,0.77778f,0.93651f,0.79365f,0.93651f,0.80952f,0.93651f,0.8254f,0.93651f,0.84127f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.93651f,0.55556f,0.93651f,0.57143f,0.93651f,0.5873f,0.93651f,0.60317f,0.93651f,0.61905f,0.93651f,0.63492f,0.93651f,0.65079f,0.93651f,0.66667f,0.93651f,0.68254f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.93651f,0.39683f,0.93651f,0.4127f,0.93651f,0.42857f,0.93651f,0.44444f,0.93651f,0.46032f,0.93651f,0.47619f,0.93651f,0.49206f,0.93651f,0.50794f,0.93651f,0.52381f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.93651f,0.2381f,0.93651f,0.25397f,0.93651f,0.26984f,0.93651f,0.28571f,0.93651f,0.30159f,0.93651f,0.31746f,0.93651f,0.33333f,0.93651f,0.34921f,0.93651f,0.36508f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.93651f,0.07937f,0.93651f,0.09524f,0.93651f,0.11111f,0.93651f,0.12698f,0.93651f,0.14286f,0.93651f,0.15873f,0.93651f,0.1746f,0.93651f,0.19048f,0.93651f,0.20635f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.92063f,0.93651f,0.92063f,0.95238f,0.92063f,0.96825f,0.92063f,0.98413f,0.92063f,0.99609f,0.92063f,0.00391f,0.93651f,0.01587f,0.93651f,0.03175f,0.93651f,0.04762f,0.93651f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.92063f,0.77778f,0.92063f,0.79365f,0.92063f,0.80952f,0.92063f,0.8254f,0.92063f,0.84127f,0.92063f,0.85714f,0.92063f,0.87302f,0.92063f,0.88889f,0.92063f,0.90476f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:524: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.92063f,0.61905f,0.92063f,0.63492f,0.92063f,0.65079f,0.92063f,0.66667f,0.92063f,0.68254f,0.92063f,0.69841f,0.92063f,0.71429f,0.92063f,0.73016f,0.92063f,0.74603f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:523: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.92063f,0.46032f,0.92063f,0.47619f,0.92063f,0.49206f,0.92063f,0.50794f,0.92063f,0.52381f,0.92063f,0.53968f,0.92063f,0.55556f,0.92063f,0.57143f,0.92063f,0.5873f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:522: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.92063f,0.30159f,0.92063f,0.31746f,0.92063f,0.33333f,0.92063f,0.34921f,0.92063f,0.36508f,0.92063f,0.38095f,0.92063f,0.39683f,0.92063f,0.4127f,0.92063f,0.42857f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:521: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.92063f,0.14286f,0.92063f,0.15873f,0.92063f,0.1746f,0.92063f,0.19048f,0.92063f,0.20635f,0.92063f,0.22222f,0.92063f,0.2381f,0.92063f,0.25397f,0.92063f,0.26984f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:520: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.90476f,0.99609f,0.90476f,0.00391f,0.92063f,0.01587f,0.92063f,0.03175f,0.92063f,0.04762f,0.92063f,0.06349f,0.92063f,0.07937f,0.92063f,0.09524f,0.92063f,0.11111f,0.92063f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:519: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.90476f,0.84127f,0.90476f,0.85714f,0.90476f,0.87302f,0.90476f,0.88889f,0.90476f,0.90476f,0.90476f,0.92063f,0.90476f,0.93651f,0.90476f,0.95238f,0.90476f,0.96825f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:518: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.90476f,0.68254f,0.90476f,0.69841f,0.90476f,0.71429f,0.90476f,0.73016f,0.90476f,0.74603f,0.90476f,0.7619f,0.90476f,0.77778f,0.90476f,0.79365f,0.90476f,0.80952f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:517: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.90476f,0.52381f,0.90476f,0.53968f,0.90476f,0.55556f,0.90476f,0.57143f,0.90476f,0.5873f,0.90476f,0.60317f,0.90476f,0.61905f,0.90476f,0.63492f,0.90476f,0.65079f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:516: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.90476f,0.36508f,0.90476f,0.38095f,0.90476f,0.39683f,0.90476f,0.4127f,0.90476f,0.42857f,0.90476f,0.44444f,0.90476f,0.46032f,0.90476f,0.47619f,0.90476f,0.49206f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:515: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.90476f,0.20635f,0.90476f,0.22222f,0.90476f,0.2381f,0.90476f,0.25397f,0.90476f,0.26984f,0.90476f,0.28571f,0.90476f,0.30159f,0.90476f,0.31746f,0.90476f,0.33333f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:514: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.90476f,0.04762f,0.90476f,0.06349f,0.90476f,0.07937f,0.90476f,0.09524f,0.90476f,0.11111f,0.90476f,0.12698f,0.90476f,0.14286f,0.90476f,0.15873f,0.90476f,0.1746f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:513: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.88889f,0.90476f,0.88889f,0.92063f,0.88889f,0.93651f,0.88889f,0.95238f,0.88889f,0.96825f,0.88889f,0.98413f,0.88889f,0.99609f,0.88889f,0.00391f,0.90476f,0.01587f,0.90476f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:512: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.88889f,0.74603f,0.88889f,0.7619f,0.88889f,0.77778f,0.88889f,0.79365f,0.88889f,0.80952f,0.88889f,0.8254f,0.88889f,0.84127f,0.88889f,0.85714f,0.88889f,0.87302f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:511: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.88889f,0.5873f,0.88889f,0.60317f,0.88889f,0.61905f,0.88889f,0.63492f,0.88889f,0.65079f,0.88889f,0.66667f,0.88889f,0.68254f,0.88889f,0.69841f,0.88889f,0.71429f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:510: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.88889f,0.42857f,0.88889f,0.44444f,0.88889f,0.46032f,0.88889f,0.47619f,0.88889f,0.49206f,0.88889f,0.50794f,0.88889f,0.52381f,0.88889f,0.53968f,0.88889f,0.55556f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:509: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.88889f,0.26984f,0.88889f,0.28571f,0.88889f,0.30159f,0.88889f,0.31746f,0.88889f,0.33333f,0.88889f,0.34921f,0.88889f,0.36508f,0.88889f,0.38095f,0.88889f,0.39683f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:508: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.88889f,0.11111f,0.88889f,0.12698f,0.88889f,0.14286f,0.88889f,0.15873f,0.88889f,0.1746f,0.88889f,0.19048f,0.88889f,0.20635f,0.88889f,0.22222f,0.88889f,0.2381f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:507: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.87302f,0.96825f,0.87302f,0.98413f,0.87302f,0.99609f,0.87302f,0.00391f,0.88889f,0.01587f,0.88889f,0.03175f,0.88889f,0.04762f,0.88889f,0.06349f,0.88889f,0.07937f,0.88889f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:506: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.87302f,0.80952f,0.87302f,0.8254f,0.87302f,0.84127f,0.87302f,0.85714f,0.87302f,0.87302f,0.87302f,0.88889f,0.87302f,0.90476f,0.87302f,0.92063f,0.87302f,0.93651f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:505: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.87302f,0.65079f,0.87302f,0.66667f,0.87302f,0.68254f,0.87302f,0.69841f,0.87302f,0.71429f,0.87302f,0.73016f,0.87302f,0.74603f,0.87302f,0.7619f,0.87302f,0.77778f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:504: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.87302f,0.49206f,0.87302f,0.50794f,0.87302f,0.52381f,0.87302f,0.53968f,0.87302f,0.55556f,0.87302f,0.57143f,0.87302f,0.5873f,0.87302f,0.60317f,0.87302f,0.61905f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:503: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.87302f,0.33333f,0.87302f,0.34921f,0.87302f,0.36508f,0.87302f,0.38095f,0.87302f,0.39683f,0.87302f,0.4127f,0.87302f,0.42857f,0.87302f,0.44444f,0.87302f,0.46032f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:502: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.87302f,0.1746f,0.87302f,0.19048f,0.87302f,0.20635f,0.87302f,0.22222f,0.87302f,0.2381f,0.87302f,0.25397f,0.87302f,0.26984f,0.87302f,0.28571f,0.87302f,0.30159f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:501: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.87302f,0.01587f,0.87302f,0.03175f,0.87302f,0.04762f,0.87302f,0.06349f,0.87302f,0.07937f,0.87302f,0.09524f,0.87302f,0.11111f,0.87302f,0.12698f,0.87302f,0.14286f,0.87302f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:500: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.85714f,0.87302f,0.85714f,0.88889f,0.85714f,0.90476f,0.85714f,0.92063f,0.85714f,0.93651f,0.85714f,0.95238f,0.85714f,0.96825f,0.85714f,0.98413f,0.85714f,0.99609f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:499: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.85714f,0.71429f,0.85714f,0.73016f,0.85714f,0.74603f,0.85714f,0.7619f,0.85714f,0.77778f,0.85714f,0.79365f,0.85714f,0.80952f,0.85714f,0.8254f,0.85714f,0.84127f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:498: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53968f,0.85714f,0.55556f,0.85714f,0.57143f,0.85714f,0.5873f,0.85714f,0.60317f,0.85714f,0.61905f,0.85714f,0.63492f,0.85714f,0.65079f,0.85714f,0.66667f,0.85714f,0.68254f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:497: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38095f,0.85714f,0.39683f,0.85714f,0.4127f,0.85714f,0.42857f,0.85714f,0.44444f,0.85714f,0.46032f,0.85714f,0.47619f,0.85714f,0.49206f,0.85714f,0.50794f,0.85714f,0.52381f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:496: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22222f,0.85714f,0.2381f,0.85714f,0.25397f,0.85714f,0.26984f,0.85714f,0.28571f,0.85714f,0.30159f,0.85714f,0.31746f,0.85714f,0.33333f,0.85714f,0.34921f,0.85714f,0.36508f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:495: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06349f,0.85714f,0.07937f,0.85714f,0.09524f,0.85714f,0.11111f,0.85714f,0.12698f,0.85714f,0.14286f,0.85714f,0.15873f,0.85714f,0.1746f,0.85714f,0.19048f,0.85714f,0.20635f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:494: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92063f,0.84127f,0.93651f,0.84127f,0.95238f,0.84127f,0.96825f,0.84127f,0.98413f,0.84127f,0.99609f,0.84127f,0.00391f,0.85714f,0.01587f,0.85714f,0.03175f,0.85714f,0.04762f,0.85714f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:493: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7619f,0.84127f,0.77778f,0.84127f,0.79365f,0.84127f,0.80952f,0.84127f,0.8254f,0.84127f,0.84127f,0.84127f,0.85714f,0.84127f,0.87302f,0.84127f,0.88889f,0.84127f,0.90476f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:492: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.60317f,0.84127f,0.61905f,0.84127f,0.63492f,0.84127f,0.65079f,0.84127f,0.66667f,0.84127f,0.68254f,0.84127f,0.69841f,0.84127f,0.71429f,0.84127f,0.73016f,0.84127f,0.74603f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:491: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44444f,0.84127f,0.46032f,0.84127f,0.47619f,0.84127f,0.49206f,0.84127f,0.50794f,0.84127f,0.52381f,0.84127f,0.53968f,0.84127f,0.55556f,0.84127f,0.57143f,0.84127f,0.5873f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28571f,0.84127f,0.30159f,0.84127f,0.31746f,0.84127f,0.33333f,0.84127f,0.34921f,0.84127f,0.36508f,0.84127f,0.38095f,0.84127f,0.39683f,0.84127f,0.4127f,0.84127f,0.42857f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12698f,0.84127f,0.14286f,0.84127f,0.15873f,0.84127f,0.1746f,0.84127f,0.19048f,0.84127f,0.20635f,0.84127f,0.22222f,0.84127f,0.2381f,0.84127f,0.25397f,0.84127f,0.26984f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98413f,0.8254f,0.99609f,0.8254f,0.00391f,0.84127f,0.01587f,0.84127f,0.03175f,0.84127f,0.04762f,0.84127f,0.06349f,0.84127f,0.07937f,0.84127f,0.09524f,0.84127f,0.11111f,0.84127f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8254f,0.8254f,0.84127f,0.8254f,0.85714f,0.8254f,0.87302f,0.8254f,0.88889f,0.8254f,0.90476f,0.8254f,0.92063f,0.8254f,0.93651f,0.8254f,0.95238f,0.8254f,0.96825f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66667f,0.8254f,0.68254f,0.8254f,0.69841f,0.8254f,0.71429f,0.8254f,0.73016f,0.8254f,0.74603f,0.8254f,0.7619f,0.8254f,0.77778f,0.8254f,0.79365f,0.8254f,0.80952f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50794f,0.8254f,0.52381f,0.8254f,0.53968f,0.8254f,0.55556f,0.8254f,0.57143f,0.8254f,0.5873f,0.8254f,0.60317f,0.8254f,0.61905f,0.8254f,0.63492f,0.8254f,0.65079f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34921f,0.8254f,0.36508f,0.8254f,0.38095f,0.8254f,0.39683f,0.8254f,0.4127f,0.8254f,0.42857f,0.8254f,0.44444f,0.8254f,0.46032f,0.8254f,0.47619f,0.8254f,0.49206f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.19048f,0.8254f,0.20635f,0.8254f,0.22222f,0.8254f,0.2381f,0.8254f,0.25397f,0.8254f,0.26984f,0.8254f,0.28571f,0.8254f,0.30159f,0.8254f,0.31746f,0.8254f,0.33333f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.03175f,0.8254f,0.04762f,0.8254f,0.06349f,0.8254f,0.07937f,0.8254f,0.09524f,0.8254f,0.11111f,0.8254f,0.12698f,0.8254f,0.14286f,0.8254f,0.15873f,0.8254f,0.1746f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88889f,0.80952f,0.90476f,0.80952f,0.92063f,0.80952f,0.93651f,0.80952f,0.95238f,0.80952f,0.96825f,0.80952f,0.98413f,0.80952f,0.99609f,0.80952f,0.00391f,0.8254f,0.01587f,0.8254f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.73016f,0.80952f,0.74603f,0.80952f,0.7619f,0.80952f,0.77778f,0.80952f,0.79365f,0.80952f,0.80952f,0.80952f,0.8254f,0.80952f,0.84127f,0.80952f,0.85714f,0.80952f,0.87302f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.57143f,0.80952f,0.5873f,0.80952f,0.60317f,0.80952f,0.61905f,0.80952f,0.63492f,0.80952f,0.65079f,0.80952f,0.66667f,0.80952f,0.68254f,0.80952f,0.69841f,0.80952f,0.71429f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4127f,0.80952f,0.42857f,0.80952f,0.44444f,0.80952f,0.46032f,0.80952f,0.47619f,0.80952f,0.49206f,0.80952f,0.50794f,0.80952f,0.52381f,0.80952f,0.53968f,0.80952f,0.55556f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25397f,0.80952f,0.26984f,0.80952f,0.28571f,0.80952f,0.30159f,0.80952f,0.31746f,0.80952f,0.33333f,0.80952f,0.34921f,0.80952f,0.36508f,0.80952f,0.38095f,0.80952f,0.39683f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09524f,0.80952f,0.11111f,0.80952f,0.12698f,0.80952f,0.14286f,0.80952f,0.15873f,0.80952f,0.1746f,0.80952f,0.19048f,0.80952f,0.20635f,0.80952f,0.22222f,0.80952f,0.2381f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.95238f,0.79365f,0.96825f,0.79365f,0.98413f,0.79365f,0.99609f,0.79365f,0.00391f,0.80952f,0.01587f,0.80952f,0.03175f,0.80952f,0.04762f,0.80952f,0.06349f,0.80952f,0.07937f,0.80952f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.79365f,0.79365f,0.80952f,0.79365f,0.8254f,0.79365f,0.84127f,0.79365f,0.85714f,0.79365f,0.87302f,0.79365f,0.88889f,0.79365f,0.90476f,0.79365f,0.92063f,0.79365f,0.93651f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.63492f,0.79365f,0.65079f,0.79365f,0.66667f,0.79365f,0.68254f,0.79365f,0.69841f,0.79365f,0.71429f,0.79365f,0.73016f,0.79365f,0.74603f,0.79365f,0.7619f,0.79365f,0.77778f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47619f,0.79365f,0.49206f,0.79365f,0.50794f,0.79365f,0.52381f,0.79365f,0.53968f,0.79365f,0.55556f,0.79365f,0.57143f,0.79365f,0.5873f,0.79365f,0.60317f,0.79365f,0.61905f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31746f,0.79365f,0.33333f,0.79365f,0.34921f,0.79365f,0.36508f,0.79365f,0.38095f,0.79365f,0.39683f,0.79365f,0.4127f,0.79365f,0.42857f,0.79365f,0.44444f,0.79365f,0.46032f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15873f,0.79365f,0.1746f,0.79365f,0.19048f,0.79365f,0.20635f,0.79365f,0.22222f,0.79365f,0.2381f,0.79365f,0.25397f,0.79365f,0.26984f,0.79365f,0.28571f,0.79365f,0.30159f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.79365f,0.01587f,0.79365f,0.03175f,0.79365f,0.04762f,0.79365f,0.06349f,0.79365f,0.07937f,0.79365f,0.09524f,0.79365f,0.11111f,0.79365f,0.12698f,0.79365f,0.14286f,0.79365f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85714f,0.77778f,0.87302f,0.77778f,0.88889f,0.77778f,0.90476f,0.77778f,0.92063f,0.77778f,0.93651f,0.77778f,0.95238f,0.77778f,0.96825f,0.77778f,0.98413f,0.77778f,0.99609f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD022 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69841f,0.77778f,0.71429f,0.77778f,0.73016f,0.77778f,0.74603f,0.77778f,0.7619f,0.77778f,0.77778f,0.77778f,0.79365f,0.77778f,0.80952f,0.77778f,0.8254f,0.77778f,0.84127f,0.77778f})) symbol: class MFVec2fObject location: class MarsLOD022 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD022 Error: Could not find or load main class Basic.Geospatial.MarsLOD022 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/MarsLOD023.java produced from MarsLOD023.x3d [Large tuple found: TextureCoordinate point, $tupleCount=16384, $tupleSplitSize=10, string-length=259071] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1793: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1798: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1788: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1787: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.99609f,0.98425f,0.99609f,0.99213f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1786: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.99609f,0.90551f,0.99609f,0.91339f,0.99609f,0.92126f,0.99609f,0.92913f,0.99609f,0.93701f,0.99609f,0.94488f,0.99609f,0.95276f,0.99609f,0.96063f,0.99609f,0.9685f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1785: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.99609f,0.82677f,0.99609f,0.83465f,0.99609f,0.84252f,0.99609f,0.85039f,0.99609f,0.85827f,0.99609f,0.86614f,0.99609f,0.87402f,0.99609f,0.88189f,0.99609f,0.88976f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1784: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.99609f,0.74803f,0.99609f,0.75591f,0.99609f,0.76378f,0.99609f,0.77165f,0.99609f,0.77953f,0.99609f,0.7874f,0.99609f,0.79528f,0.99609f,0.80315f,0.99609f,0.81102f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1783: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.99609f,0.66929f,0.99609f,0.67717f,0.99609f,0.68504f,0.99609f,0.69291f,0.99609f,0.70079f,0.99609f,0.70866f,0.99609f,0.71654f,0.99609f,0.72441f,0.99609f,0.73228f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1782: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.99609f,0.59055f,0.99609f,0.59843f,0.99609f,0.6063f,0.99609f,0.61417f,0.99609f,0.62205f,0.99609f,0.62992f,0.99609f,0.6378f,0.99609f,0.64567f,0.99609f,0.65354f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1781: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.99609f,0.51181f,0.99609f,0.51969f,0.99609f,0.52756f,0.99609f,0.53543f,0.99609f,0.54331f,0.99609f,0.55118f,0.99609f,0.55906f,0.99609f,0.56693f,0.99609f,0.5748f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1780: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.99609f,0.43307f,0.99609f,0.44094f,0.99609f,0.44882f,0.99609f,0.45669f,0.99609f,0.46457f,0.99609f,0.47244f,0.99609f,0.48031f,0.99609f,0.48819f,0.99609f,0.49606f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1779: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.99609f,0.35433f,0.99609f,0.3622f,0.99609f,0.37008f,0.99609f,0.37795f,0.99609f,0.38583f,0.99609f,0.3937f,0.99609f,0.40157f,0.99609f,0.40945f,0.99609f,0.41732f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1778: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.99609f,0.27559f,0.99609f,0.28346f,0.99609f,0.29134f,0.99609f,0.29921f,0.99609f,0.30709f,0.99609f,0.31496f,0.99609f,0.32283f,0.99609f,0.33071f,0.99609f,0.33858f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1777: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.99609f,0.19685f,0.99609f,0.20472f,0.99609f,0.2126f,0.99609f,0.22047f,0.99609f,0.22835f,0.99609f,0.23622f,0.99609f,0.24409f,0.99609f,0.25197f,0.99609f,0.25984f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1776: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.99609f,0.11811f,0.99609f,0.12598f,0.99609f,0.13386f,0.99609f,0.14173f,0.99609f,0.14961f,0.99609f,0.15748f,0.99609f,0.16535f,0.99609f,0.17323f,0.99609f,0.1811f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1775: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.99609f,0.03937f,0.99609f,0.04724f,0.99609f,0.05512f,0.99609f,0.06299f,0.99609f,0.07087f,0.99609f,0.07874f,0.99609f,0.08661f,0.99609f,0.09449f,0.99609f,0.10236f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1774: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.99213f,0.9685f,0.99213f,0.97638f,0.99213f,0.98425f,0.99213f,0.99213f,0.99213f,0.99609f,0.99213f,0.00391f,0.99609f,0.00787f,0.99609f,0.01575f,0.99609f,0.02362f,0.99609f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1773: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.99213f,0.88976f,0.99213f,0.89764f,0.99213f,0.90551f,0.99213f,0.91339f,0.99213f,0.92126f,0.99213f,0.92913f,0.99213f,0.93701f,0.99213f,0.94488f,0.99213f,0.95276f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1772: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.99213f,0.81102f,0.99213f,0.8189f,0.99213f,0.82677f,0.99213f,0.83465f,0.99213f,0.84252f,0.99213f,0.85039f,0.99213f,0.85827f,0.99213f,0.86614f,0.99213f,0.87402f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1771: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.99213f,0.73228f,0.99213f,0.74016f,0.99213f,0.74803f,0.99213f,0.75591f,0.99213f,0.76378f,0.99213f,0.77165f,0.99213f,0.77953f,0.99213f,0.7874f,0.99213f,0.79528f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1770: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.99213f,0.65354f,0.99213f,0.66142f,0.99213f,0.66929f,0.99213f,0.67717f,0.99213f,0.68504f,0.99213f,0.69291f,0.99213f,0.70079f,0.99213f,0.70866f,0.99213f,0.71654f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1769: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.99213f,0.5748f,0.99213f,0.58268f,0.99213f,0.59055f,0.99213f,0.59843f,0.99213f,0.6063f,0.99213f,0.61417f,0.99213f,0.62205f,0.99213f,0.62992f,0.99213f,0.6378f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1768: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.99213f,0.49606f,0.99213f,0.50394f,0.99213f,0.51181f,0.99213f,0.51969f,0.99213f,0.52756f,0.99213f,0.53543f,0.99213f,0.54331f,0.99213f,0.55118f,0.99213f,0.55906f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1767: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.99213f,0.41732f,0.99213f,0.4252f,0.99213f,0.43307f,0.99213f,0.44094f,0.99213f,0.44882f,0.99213f,0.45669f,0.99213f,0.46457f,0.99213f,0.47244f,0.99213f,0.48031f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1766: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.99213f,0.33858f,0.99213f,0.34646f,0.99213f,0.35433f,0.99213f,0.3622f,0.99213f,0.37008f,0.99213f,0.37795f,0.99213f,0.38583f,0.99213f,0.3937f,0.99213f,0.40157f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1765: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.99213f,0.25984f,0.99213f,0.26772f,0.99213f,0.27559f,0.99213f,0.28346f,0.99213f,0.29134f,0.99213f,0.29921f,0.99213f,0.30709f,0.99213f,0.31496f,0.99213f,0.32283f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1764: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.99213f,0.1811f,0.99213f,0.18898f,0.99213f,0.19685f,0.99213f,0.20472f,0.99213f,0.2126f,0.99213f,0.22047f,0.99213f,0.22835f,0.99213f,0.23622f,0.99213f,0.24409f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1763: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.99213f,0.10236f,0.99213f,0.11024f,0.99213f,0.11811f,0.99213f,0.12598f,0.99213f,0.13386f,0.99213f,0.14173f,0.99213f,0.14961f,0.99213f,0.15748f,0.99213f,0.16535f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1762: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.99213f,0.02362f,0.99213f,0.0315f,0.99213f,0.03937f,0.99213f,0.04724f,0.99213f,0.05512f,0.99213f,0.06299f,0.99213f,0.07087f,0.99213f,0.07874f,0.99213f,0.08661f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1761: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.98425f,0.95276f,0.98425f,0.96063f,0.98425f,0.9685f,0.98425f,0.97638f,0.98425f,0.98425f,0.98425f,0.99213f,0.98425f,0.99609f,0.98425f,0.00391f,0.99213f,0.00787f,0.99213f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1760: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.98425f,0.87402f,0.98425f,0.88189f,0.98425f,0.88976f,0.98425f,0.89764f,0.98425f,0.90551f,0.98425f,0.91339f,0.98425f,0.92126f,0.98425f,0.92913f,0.98425f,0.93701f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1759: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7874f,0.98425f,0.79528f,0.98425f,0.80315f,0.98425f,0.81102f,0.98425f,0.8189f,0.98425f,0.82677f,0.98425f,0.83465f,0.98425f,0.84252f,0.98425f,0.85039f,0.98425f,0.85827f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1758: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.70866f,0.98425f,0.71654f,0.98425f,0.72441f,0.98425f,0.73228f,0.98425f,0.74016f,0.98425f,0.74803f,0.98425f,0.75591f,0.98425f,0.76378f,0.98425f,0.77165f,0.98425f,0.77953f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1757: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62992f,0.98425f,0.6378f,0.98425f,0.64567f,0.98425f,0.65354f,0.98425f,0.66142f,0.98425f,0.66929f,0.98425f,0.67717f,0.98425f,0.68504f,0.98425f,0.69291f,0.98425f,0.70079f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1756: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.55118f,0.98425f,0.55906f,0.98425f,0.56693f,0.98425f,0.5748f,0.98425f,0.58268f,0.98425f,0.59055f,0.98425f,0.59843f,0.98425f,0.6063f,0.98425f,0.61417f,0.98425f,0.62205f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1755: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.47244f,0.98425f,0.48031f,0.98425f,0.48819f,0.98425f,0.49606f,0.98425f,0.50394f,0.98425f,0.51181f,0.98425f,0.51969f,0.98425f,0.52756f,0.98425f,0.53543f,0.98425f,0.54331f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1754: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3937f,0.98425f,0.40157f,0.98425f,0.40945f,0.98425f,0.41732f,0.98425f,0.4252f,0.98425f,0.43307f,0.98425f,0.44094f,0.98425f,0.44882f,0.98425f,0.45669f,0.98425f,0.46457f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1753: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.31496f,0.98425f,0.32283f,0.98425f,0.33071f,0.98425f,0.33858f,0.98425f,0.34646f,0.98425f,0.35433f,0.98425f,0.3622f,0.98425f,0.37008f,0.98425f,0.37795f,0.98425f,0.38583f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1752: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.23622f,0.98425f,0.24409f,0.98425f,0.25197f,0.98425f,0.25984f,0.98425f,0.26772f,0.98425f,0.27559f,0.98425f,0.28346f,0.98425f,0.29134f,0.98425f,0.29921f,0.98425f,0.30709f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1751: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.15748f,0.98425f,0.16535f,0.98425f,0.17323f,0.98425f,0.1811f,0.98425f,0.18898f,0.98425f,0.19685f,0.98425f,0.20472f,0.98425f,0.2126f,0.98425f,0.22047f,0.98425f,0.22835f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1750: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.07874f,0.98425f,0.08661f,0.98425f,0.09449f,0.98425f,0.10236f,0.98425f,0.11024f,0.98425f,0.11811f,0.98425f,0.12598f,0.98425f,0.13386f,0.98425f,0.14173f,0.98425f,0.14961f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1749: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.98425f,0.00787f,0.98425f,0.01575f,0.98425f,0.02362f,0.98425f,0.0315f,0.98425f,0.03937f,0.98425f,0.04724f,0.98425f,0.05512f,0.98425f,0.06299f,0.98425f,0.07087f,0.98425f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1748: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92913f,0.97638f,0.93701f,0.97638f,0.94488f,0.97638f,0.95276f,0.97638f,0.96063f,0.97638f,0.9685f,0.97638f,0.97638f,0.97638f,0.98425f,0.97638f,0.99213f,0.97638f,0.99609f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1747: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.85039f,0.97638f,0.85827f,0.97638f,0.86614f,0.97638f,0.87402f,0.97638f,0.88189f,0.97638f,0.88976f,0.97638f,0.89764f,0.97638f,0.90551f,0.97638f,0.91339f,0.97638f,0.92126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1746: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.77165f,0.97638f,0.77953f,0.97638f,0.7874f,0.97638f,0.79528f,0.97638f,0.80315f,0.97638f,0.81102f,0.97638f,0.8189f,0.97638f,0.82677f,0.97638f,0.83465f,0.97638f,0.84252f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1745: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.69291f,0.97638f,0.70079f,0.97638f,0.70866f,0.97638f,0.71654f,0.97638f,0.72441f,0.97638f,0.73228f,0.97638f,0.74016f,0.97638f,0.74803f,0.97638f,0.75591f,0.97638f,0.76378f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1744: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.61417f,0.97638f,0.62205f,0.97638f,0.62992f,0.97638f,0.6378f,0.97638f,0.64567f,0.97638f,0.65354f,0.97638f,0.66142f,0.97638f,0.66929f,0.97638f,0.67717f,0.97638f,0.68504f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1743: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.53543f,0.97638f,0.54331f,0.97638f,0.55118f,0.97638f,0.55906f,0.97638f,0.56693f,0.97638f,0.5748f,0.97638f,0.58268f,0.97638f,0.59055f,0.97638f,0.59843f,0.97638f,0.6063f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1742: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.45669f,0.97638f,0.46457f,0.97638f,0.47244f,0.97638f,0.48031f,0.97638f,0.48819f,0.97638f,0.49606f,0.97638f,0.50394f,0.97638f,0.51181f,0.97638f,0.51969f,0.97638f,0.52756f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1741: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.37795f,0.97638f,0.38583f,0.97638f,0.3937f,0.97638f,0.40157f,0.97638f,0.40945f,0.97638f,0.41732f,0.97638f,0.4252f,0.97638f,0.43307f,0.97638f,0.44094f,0.97638f,0.44882f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1740: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.29921f,0.97638f,0.30709f,0.97638f,0.31496f,0.97638f,0.32283f,0.97638f,0.33071f,0.97638f,0.33858f,0.97638f,0.34646f,0.97638f,0.35433f,0.97638f,0.3622f,0.97638f,0.37008f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1739: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22047f,0.97638f,0.22835f,0.97638f,0.23622f,0.97638f,0.24409f,0.97638f,0.25197f,0.97638f,0.25984f,0.97638f,0.26772f,0.97638f,0.27559f,0.97638f,0.28346f,0.97638f,0.29134f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1738: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14173f,0.97638f,0.14961f,0.97638f,0.15748f,0.97638f,0.16535f,0.97638f,0.17323f,0.97638f,0.1811f,0.97638f,0.18898f,0.97638f,0.19685f,0.97638f,0.20472f,0.97638f,0.2126f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1737: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06299f,0.97638f,0.07087f,0.97638f,0.07874f,0.97638f,0.08661f,0.97638f,0.09449f,0.97638f,0.10236f,0.97638f,0.11024f,0.97638f,0.11811f,0.97638f,0.12598f,0.97638f,0.13386f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1736: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99213f,0.9685f,0.99609f,0.9685f,0.00391f,0.97638f,0.00787f,0.97638f,0.01575f,0.97638f,0.02362f,0.97638f,0.0315f,0.97638f,0.03937f,0.97638f,0.04724f,0.97638f,0.05512f,0.97638f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1735: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.91339f,0.9685f,0.92126f,0.9685f,0.92913f,0.9685f,0.93701f,0.9685f,0.94488f,0.9685f,0.95276f,0.9685f,0.96063f,0.9685f,0.9685f,0.9685f,0.97638f,0.9685f,0.98425f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1734: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83465f,0.9685f,0.84252f,0.9685f,0.85039f,0.9685f,0.85827f,0.9685f,0.86614f,0.9685f,0.87402f,0.9685f,0.88189f,0.9685f,0.88976f,0.9685f,0.89764f,0.9685f,0.90551f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1733: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.75591f,0.9685f,0.76378f,0.9685f,0.77165f,0.9685f,0.77953f,0.9685f,0.7874f,0.9685f,0.79528f,0.9685f,0.80315f,0.9685f,0.81102f,0.9685f,0.8189f,0.9685f,0.82677f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1732: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.67717f,0.9685f,0.68504f,0.9685f,0.69291f,0.9685f,0.70079f,0.9685f,0.70866f,0.9685f,0.71654f,0.9685f,0.72441f,0.9685f,0.73228f,0.9685f,0.74016f,0.9685f,0.74803f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1731: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.59843f,0.9685f,0.6063f,0.9685f,0.61417f,0.9685f,0.62205f,0.9685f,0.62992f,0.9685f,0.6378f,0.9685f,0.64567f,0.9685f,0.65354f,0.9685f,0.66142f,0.9685f,0.66929f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1730: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.51969f,0.9685f,0.52756f,0.9685f,0.53543f,0.9685f,0.54331f,0.9685f,0.55118f,0.9685f,0.55906f,0.9685f,0.56693f,0.9685f,0.5748f,0.9685f,0.58268f,0.9685f,0.59055f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1729: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44094f,0.9685f,0.44882f,0.9685f,0.45669f,0.9685f,0.46457f,0.9685f,0.47244f,0.9685f,0.48031f,0.9685f,0.48819f,0.9685f,0.49606f,0.9685f,0.50394f,0.9685f,0.51181f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1728: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3622f,0.9685f,0.37008f,0.9685f,0.37795f,0.9685f,0.38583f,0.9685f,0.3937f,0.9685f,0.40157f,0.9685f,0.40945f,0.9685f,0.41732f,0.9685f,0.4252f,0.9685f,0.43307f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1727: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28346f,0.9685f,0.29134f,0.9685f,0.29921f,0.9685f,0.30709f,0.9685f,0.31496f,0.9685f,0.32283f,0.9685f,0.33071f,0.9685f,0.33858f,0.9685f,0.34646f,0.9685f,0.35433f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1726: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20472f,0.9685f,0.2126f,0.9685f,0.22047f,0.9685f,0.22835f,0.9685f,0.23622f,0.9685f,0.24409f,0.9685f,0.25197f,0.9685f,0.25984f,0.9685f,0.26772f,0.9685f,0.27559f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1725: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12598f,0.9685f,0.13386f,0.9685f,0.14173f,0.9685f,0.14961f,0.9685f,0.15748f,0.9685f,0.16535f,0.9685f,0.17323f,0.9685f,0.1811f,0.9685f,0.18898f,0.9685f,0.19685f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1724: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04724f,0.9685f,0.05512f,0.9685f,0.06299f,0.9685f,0.07087f,0.9685f,0.07874f,0.9685f,0.08661f,0.9685f,0.09449f,0.9685f,0.10236f,0.9685f,0.11024f,0.9685f,0.11811f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1723: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.97638f,0.96063f,0.98425f,0.96063f,0.99213f,0.96063f,0.99609f,0.96063f,0.00391f,0.9685f,0.00787f,0.9685f,0.01575f,0.9685f,0.02362f,0.9685f,0.0315f,0.9685f,0.03937f,0.9685f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1722: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.89764f,0.96063f,0.90551f,0.96063f,0.91339f,0.96063f,0.92126f,0.96063f,0.92913f,0.96063f,0.93701f,0.96063f,0.94488f,0.96063f,0.95276f,0.96063f,0.96063f,0.96063f,0.9685f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1721: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8189f,0.96063f,0.82677f,0.96063f,0.83465f,0.96063f,0.84252f,0.96063f,0.85039f,0.96063f,0.85827f,0.96063f,0.86614f,0.96063f,0.87402f,0.96063f,0.88189f,0.96063f,0.88976f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1720: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74016f,0.96063f,0.74803f,0.96063f,0.75591f,0.96063f,0.76378f,0.96063f,0.77165f,0.96063f,0.77953f,0.96063f,0.7874f,0.96063f,0.79528f,0.96063f,0.80315f,0.96063f,0.81102f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1719: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66142f,0.96063f,0.66929f,0.96063f,0.67717f,0.96063f,0.68504f,0.96063f,0.69291f,0.96063f,0.70079f,0.96063f,0.70866f,0.96063f,0.71654f,0.96063f,0.72441f,0.96063f,0.73228f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1718: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58268f,0.96063f,0.59055f,0.96063f,0.59843f,0.96063f,0.6063f,0.96063f,0.61417f,0.96063f,0.62205f,0.96063f,0.62992f,0.96063f,0.6378f,0.96063f,0.64567f,0.96063f,0.65354f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1717: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.50394f,0.96063f,0.51181f,0.96063f,0.51969f,0.96063f,0.52756f,0.96063f,0.53543f,0.96063f,0.54331f,0.96063f,0.55118f,0.96063f,0.55906f,0.96063f,0.56693f,0.96063f,0.5748f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1716: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4252f,0.96063f,0.43307f,0.96063f,0.44094f,0.96063f,0.44882f,0.96063f,0.45669f,0.96063f,0.46457f,0.96063f,0.47244f,0.96063f,0.48031f,0.96063f,0.48819f,0.96063f,0.49606f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1715: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34646f,0.96063f,0.35433f,0.96063f,0.3622f,0.96063f,0.37008f,0.96063f,0.37795f,0.96063f,0.38583f,0.96063f,0.3937f,0.96063f,0.40157f,0.96063f,0.40945f,0.96063f,0.41732f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1714: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26772f,0.96063f,0.27559f,0.96063f,0.28346f,0.96063f,0.29134f,0.96063f,0.29921f,0.96063f,0.30709f,0.96063f,0.31496f,0.96063f,0.32283f,0.96063f,0.33071f,0.96063f,0.33858f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1713: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18898f,0.96063f,0.19685f,0.96063f,0.20472f,0.96063f,0.2126f,0.96063f,0.22047f,0.96063f,0.22835f,0.96063f,0.23622f,0.96063f,0.24409f,0.96063f,0.25197f,0.96063f,0.25984f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1712: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.11024f,0.96063f,0.11811f,0.96063f,0.12598f,0.96063f,0.13386f,0.96063f,0.14173f,0.96063f,0.14961f,0.96063f,0.15748f,0.96063f,0.16535f,0.96063f,0.17323f,0.96063f,0.1811f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1711: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.0315f,0.96063f,0.03937f,0.96063f,0.04724f,0.96063f,0.05512f,0.96063f,0.06299f,0.96063f,0.07087f,0.96063f,0.07874f,0.96063f,0.08661f,0.96063f,0.09449f,0.96063f,0.10236f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1710: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96063f,0.95276f,0.9685f,0.95276f,0.97638f,0.95276f,0.98425f,0.95276f,0.99213f,0.95276f,0.99609f,0.95276f,0.00391f,0.96063f,0.00787f,0.96063f,0.01575f,0.96063f,0.02362f,0.96063f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1709: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88189f,0.95276f,0.88976f,0.95276f,0.89764f,0.95276f,0.90551f,0.95276f,0.91339f,0.95276f,0.92126f,0.95276f,0.92913f,0.95276f,0.93701f,0.95276f,0.94488f,0.95276f,0.95276f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1708: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.80315f,0.95276f,0.81102f,0.95276f,0.8189f,0.95276f,0.82677f,0.95276f,0.83465f,0.95276f,0.84252f,0.95276f,0.85039f,0.95276f,0.85827f,0.95276f,0.86614f,0.95276f,0.87402f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1707: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72441f,0.95276f,0.73228f,0.95276f,0.74016f,0.95276f,0.74803f,0.95276f,0.75591f,0.95276f,0.76378f,0.95276f,0.77165f,0.95276f,0.77953f,0.95276f,0.7874f,0.95276f,0.79528f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1706: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64567f,0.95276f,0.65354f,0.95276f,0.66142f,0.95276f,0.66929f,0.95276f,0.67717f,0.95276f,0.68504f,0.95276f,0.69291f,0.95276f,0.70079f,0.95276f,0.70866f,0.95276f,0.71654f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1705: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56693f,0.95276f,0.5748f,0.95276f,0.58268f,0.95276f,0.59055f,0.95276f,0.59843f,0.95276f,0.6063f,0.95276f,0.61417f,0.95276f,0.62205f,0.95276f,0.62992f,0.95276f,0.6378f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1704: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48819f,0.95276f,0.49606f,0.95276f,0.50394f,0.95276f,0.51181f,0.95276f,0.51969f,0.95276f,0.52756f,0.95276f,0.53543f,0.95276f,0.54331f,0.95276f,0.55118f,0.95276f,0.55906f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1703: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.40945f,0.95276f,0.41732f,0.95276f,0.4252f,0.95276f,0.43307f,0.95276f,0.44094f,0.95276f,0.44882f,0.95276f,0.45669f,0.95276f,0.46457f,0.95276f,0.47244f,0.95276f,0.48031f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1702: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.33071f,0.95276f,0.33858f,0.95276f,0.34646f,0.95276f,0.35433f,0.95276f,0.3622f,0.95276f,0.37008f,0.95276f,0.37795f,0.95276f,0.38583f,0.95276f,0.3937f,0.95276f,0.40157f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1701: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.25197f,0.95276f,0.25984f,0.95276f,0.26772f,0.95276f,0.27559f,0.95276f,0.28346f,0.95276f,0.29134f,0.95276f,0.29921f,0.95276f,0.30709f,0.95276f,0.31496f,0.95276f,0.32283f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1700: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.17323f,0.95276f,0.1811f,0.95276f,0.18898f,0.95276f,0.19685f,0.95276f,0.20472f,0.95276f,0.2126f,0.95276f,0.22047f,0.95276f,0.22835f,0.95276f,0.23622f,0.95276f,0.24409f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1699: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.09449f,0.95276f,0.10236f,0.95276f,0.11024f,0.95276f,0.11811f,0.95276f,0.12598f,0.95276f,0.13386f,0.95276f,0.14173f,0.95276f,0.14961f,0.95276f,0.15748f,0.95276f,0.16535f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1698: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.01575f,0.95276f,0.02362f,0.95276f,0.0315f,0.95276f,0.03937f,0.95276f,0.04724f,0.95276f,0.05512f,0.95276f,0.06299f,0.95276f,0.07087f,0.95276f,0.07874f,0.95276f,0.08661f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1697: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94488f,0.94488f,0.95276f,0.94488f,0.96063f,0.94488f,0.9685f,0.94488f,0.97638f,0.94488f,0.98425f,0.94488f,0.99213f,0.94488f,0.99609f,0.94488f,0.00391f,0.95276f,0.00787f,0.95276f})) symbol: class MFVec2fObject location: class MarsLOD023 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java:1696: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86614f,0.94488f,0.87402f,0.94488f,0.88189f,0.94488f,0.88976f,0.94488f,0.89764f,0.94488f,0.90551f,0.94488f,0.91339f,0.94488f,0.92126f,0.94488f,0.92913f,0.94488f,0.93701f,0.94488f})) symbol: class MFVec2fObject location: class MarsLOD023 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.MarsLOD023 Error: Could not find or load main class Basic.Geospatial.MarsLOD023 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/Mexico.java produced from Mexico.x3d [Large tuple found: Color color, $tupleCount=13, $tupleSplitSize=10, string-length=155] [Large tuple found: Color color, $tupleCount=136, $tupleSplitSize=10, string-length=1631] [Large tuple found: Color color, $tupleCount=39, $tupleSplitSize=10, string-length=467] [Large tuple found: Color color, $tupleCount=67, $tupleSplitSize=10, string-length=803] [Large tuple found: Color color, $tupleCount=23, $tupleSplitSize=10, string-length=275] [Large tuple found: Color color, $tupleCount=52, $tupleSplitSize=10, string-length=623] [Large tuple found: Color color, $tupleCount=16, $tupleSplitSize=10, string-length=191] [Large tuple found: Color color, $tupleCount=33, $tupleSplitSize=10, string-length=395] [Large tuple found: Color color, $tupleCount=55, $tupleSplitSize=10, string-length=659] [Large tuple found: Color color, $tupleCount=13, $tupleSplitSize=10, string-length=155] [Large tuple found: Color color, $tupleCount=28, $tupleSplitSize=10, string-length=335] [Large tuple found: Color color, $tupleCount=33, $tupleSplitSize=10, string-length=395] [Large tuple found: Color color, $tupleCount=27, $tupleSplitSize=10, string-length=323] [Large tuple found: Color color, $tupleCount=34, $tupleSplitSize=10, string-length=407] [Large tuple found: Color color, $tupleCount=147, $tupleSplitSize=10, string-length=1763] [Large tuple found: Color color, $tupleCount=30, $tupleSplitSize=10, string-length=359] [Large tuple found: Color color, $tupleCount=33, $tupleSplitSize=10, string-length=395] [Large tuple found: Color color, $tupleCount=35, $tupleSplitSize=10, string-length=419] [Large tuple found: Color color, $tupleCount=53, $tupleSplitSize=10, string-length=635] [Large tuple found: Color color, $tupleCount=19, $tupleSplitSize=10, string-length=227] [Large tuple found: Color color, $tupleCount=23, $tupleSplitSize=10, string-length=275] [Large tuple found: Color color, $tupleCount=32, $tupleSplitSize=10, string-length=383] [Large tuple found: Color color, $tupleCount=32, $tupleSplitSize=10, string-length=383] [Large tuple found: Color color, $tupleCount=34, $tupleSplitSize=10, string-length=407] [Large tuple found: Color color, $tupleCount=15, $tupleSplitSize=10, string-length=179] [Large tuple found: Color color, $tupleCount=14, $tupleSplitSize=10, string-length=167] [Large tuple found: Color color, $tupleCount=19, $tupleSplitSize=10, string-length=227] [Large tuple found: Color color, $tupleCount=60, $tupleSplitSize=10, string-length=719] [Large tuple found: Color color, $tupleCount=22, $tupleSplitSize=10, string-length=263] [Large tuple found: Color color, $tupleCount=85, $tupleSplitSize=10, string-length=1444] [Large tuple found: Color color, $tupleCount=61, $tupleSplitSize=10, string-length=1036] [Large tuple found: Color color, $tupleCount=124, $tupleSplitSize=10, string-length=2107] [Large tuple found: Color color, $tupleCount=15, $tupleSplitSize=10, string-length=254] [Large tuple found: Color color, $tupleCount=54, $tupleSplitSize=10, string-length=917] [Large tuple found: Color color, $tupleCount=96, $tupleSplitSize=10, string-length=1631] [Large tuple found: Color color, $tupleCount=27, $tupleSplitSize=10, string-length=458] [Large tuple found: Color color, $tupleCount=50, $tupleSplitSize=10, string-length=849] [Large tuple found: Color color, $tupleCount=66, $tupleSplitSize=10, string-length=1121] [Large tuple found: Color color, $tupleCount=66, $tupleSplitSize=10, string-length=1121] [Large tuple found: Color color, $tupleCount=28, $tupleSplitSize=10, string-length=475] [Large tuple found: Color color, $tupleCount=25, $tupleSplitSize=10, string-length=424] [Large tuple found: Color color, $tupleCount=13, $tupleSplitSize=10, string-length=220] [Large tuple found: Color color, $tupleCount=16, $tupleSplitSize=10, string-length=271] [Large tuple found: Color color, $tupleCount=18, $tupleSplitSize=10, string-length=305] [Large tuple found: Color color, $tupleCount=124, $tupleSplitSize=10, string-length=2107] [Large tuple found: Color color, $tupleCount=22, $tupleSplitSize=10, string-length=373] [Large tuple found: Color color, $tupleCount=74, $tupleSplitSize=10, string-length=1257] [Large tuple found: Color color, $tupleCount=90, $tupleSplitSize=10, string-length=1529] [Large tuple found: Color color, $tupleCount=16, $tupleSplitSize=10, string-length=271] [Large tuple found: Color color, $tupleCount=15, $tupleSplitSize=10, string-length=254] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:42: error: package org.web3d.x3d.jsail.Rendering does not exist import org.web3d.x3d.jsail.Rendering.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1061: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1066: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1056: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))))); symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1055: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {16.974386,-99.931496,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1055: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {16.974386,-99.931496,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1054: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1054: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1053: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1052: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1051: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1050: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {23.735147,-99.148109,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1050: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {23.735147,-99.148109,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1049: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1049: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1048: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1047: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1046: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1045: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {22.759216,-102.722939,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1045: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {22.759216,-102.722939,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1044: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1044: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1043: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1042: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1041: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1040: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {19.467730,-96.925476,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1040: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {19.467730,-96.925476,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1039: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1039: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1038: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1037: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1036: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1035: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {19.277630,-98.197227,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1035: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {19.277630,-98.197227,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1034: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1034: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1033: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1032: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1031: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1030: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {17.967558,-92.862549,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1030: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {17.967558,-92.862549,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1029: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1029: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1028: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1027: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1026: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1025: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {29.020445,-110.834221,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1025: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {29.020445,-110.834221,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1024: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1024: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1023: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1022: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1021: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1020: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {24.713339,-107.455559,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1020: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {24.713339,-107.455559,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1019: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1019: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1018: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1017: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1016: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1015: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {22.136719,-100.969238,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1015: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {22.136719,-100.969238,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1014: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1014: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1013: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1012: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1011: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1010: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {18.551239,-88.264359,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1010: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {18.551239,-88.264359,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1009: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1009: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1008: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1007: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1006: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1005: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {20.500740,-100.241173,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1005: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {20.500740,-100.241173,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1004: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1004: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1003: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1002: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1001: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1000: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {21.530447,-104.782417,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:1000: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {21.530447,-104.782417,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:999: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:999: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:998: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:997: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:996: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("GEOORIGIN"))))) symbol: class GeoOriginObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:995: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {18.950079,-99.181175,0.000000})) symbol: class MFVec3dObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:995: error: cannot find symbol .setCoord(new GeoCoordinateObject().setPoint(new MFVec3dObject(new double[] {18.950079,-99.181175,0.000000})) symbol: class GeoCoordinateObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:994: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class MFColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:994: error: cannot find symbol .setColor(new ColorObject().setColor(new MFColorObject(new float[] {0.0f,1.0f,1.0f}))) symbol: class ColorObject location: class Mexico C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java:993: error: cannot find symbol .setGeometry(new PointSetObject() symbol: class PointSetObject location: class Mexico 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.Mexico Error: Could not find or load main class Basic.Geospatial.Mexico Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/OpenStreetMapX3dEarthDemo.java produced from OpenStreetMapX3dEarthDemo.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:39: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:40: error: package org.web3d.x3d.jsail.Interpolation does not exist import org.web3d.x3d.jsail.Interpolation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:41: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:42: error: package org.web3d.x3d.jsail.Networking does not exist import org.web3d.x3d.jsail.Networking.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:43: error: package org.web3d.x3d.jsail.Time does not exist import org.web3d.x3d.jsail.Time.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:393: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:398: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:387: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP11").setFromField("geovalue_changed").setToNode("ZOOM11").setToField("position"))) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:386: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER11").setFromField("fraction_changed").setToNode("GeoPositionINTERP11").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:385: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM11").setFromField("isBound").setToNode("TIMER11").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:384: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP11").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,1.26299,103.837398,1000000.0,1.26299,103.837398,100000.0,1.26299,103.837398,10000.0,1.26299,103.837398,1000.0,1.26299,103.837398,500.0,1.26299,103.837398,1000.0,1.26299,103.837398,10000.0,1.26299,103.837398,100000.0,1.26299,103.837398,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:384: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP11").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,1.26299,103.837398,1000000.0,1.26299,103.837398,100000.0,1.26299,103.837398,10000.0,1.26299,103.837398,1000.0,1.26299,103.837398,500.0,1.26299,103.837398,1000.0,1.26299,103.837398,10000.0,1.26299,103.837398,100000.0,1.26299,103.837398,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:383: error: cannot find symbol .addChild(new TimeSensorObject("TIMER11").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:381: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP10").setFromField("geovalue_changed").setToNode("ZOOM10").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:380: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER10").setFromField("fraction_changed").setToNode("GeoPositionINTERP10").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:379: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM10").setFromField("isBound").setToNode("TIMER10").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:378: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP10").setKeyValue(new MFVec3dObject(new double[] {0.0,-100.0,10000000.0,-7.137685657416106,-34.845199584960945,1000000.0,-7.137685657416106,-34.845199584960945,100000.0,-7.137685657416106,-34.845199584960945,10000.0,-7.137685657416106,-34.845199584960945,1000.0,-7.137685657416106,-34.845199584960945,300.0,-7.137685657416106,-34.845199584960945,1000.0,-7.137685657416106,-34.845199584960945,10000.0,-7.137685657416106,-34.845199584960945,100000.0,-7.137685657416106,-34.845199584960945,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:378: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP10").setKeyValue(new MFVec3dObject(new double[] {0.0,-100.0,10000000.0,-7.137685657416106,-34.845199584960945,1000000.0,-7.137685657416106,-34.845199584960945,100000.0,-7.137685657416106,-34.845199584960945,10000.0,-7.137685657416106,-34.845199584960945,1000.0,-7.137685657416106,-34.845199584960945,300.0,-7.137685657416106,-34.845199584960945,1000.0,-7.137685657416106,-34.845199584960945,10000.0,-7.137685657416106,-34.845199584960945,100000.0,-7.137685657416106,-34.845199584960945,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:377: error: cannot find symbol .addChild(new TimeSensorObject("TIMER10").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:375: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP9").setFromField("geovalue_changed").setToNode("ZOOM9").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:374: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER9").setFromField("fraction_changed").setToNode("GeoPositionINTERP9").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:373: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM9").setFromField("isBound").setToNode("TIMER9").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:372: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP9").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,28.41747302782284,-81.46303564310074,1000000.0,28.41747302782284,-81.46303564310074,100000.0,28.41747302782284,-81.46303564310074,10000.0,28.41747302782284,-81.46303564310074,1000.0,28.41747302782284,-81.46303564310074,200.0,28.41747302782284,-81.46303564310074,1000.0,28.41747302782284,-81.46303564310074,10000.0,28.41747302782284,-81.46303564310074,100000.0,28.41747302782284,-81.46303564310074,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:372: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP9").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,28.41747302782284,-81.46303564310074,1000000.0,28.41747302782284,-81.46303564310074,100000.0,28.41747302782284,-81.46303564310074,10000.0,28.41747302782284,-81.46303564310074,1000.0,28.41747302782284,-81.46303564310074,200.0,28.41747302782284,-81.46303564310074,1000.0,28.41747302782284,-81.46303564310074,10000.0,28.41747302782284,-81.46303564310074,100000.0,28.41747302782284,-81.46303564310074,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:371: error: cannot find symbol .addChild(new TimeSensorObject("TIMER9").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:369: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP8").setFromField("geovalue_changed").setToNode("ZOOM8").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:368: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER8").setFromField("fraction_changed").setToNode("GeoPositionINTERP8").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:367: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM8").setFromField("isBound").setToNode("TIMER8").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:366: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP8").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,32.70688495899665,-117.16055274009707,1000000.0,32.70688495899665,-117.16055274009707,100000.0,32.70688495899665,-117.16055274009707,10000.0,32.70688495899665,-117.16055274009707,1000.0,32.70688495899665,-117.16055274009707,200.0,32.70688495899665,-117.16055274009707,1000.0,32.70688495899665,-117.16055274009707,10000.0,32.70688495899665,-117.16055274009707,100000.0,32.70688495899665,-117.16055274009707,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:366: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP8").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,32.70688495899665,-117.16055274009707,1000000.0,32.70688495899665,-117.16055274009707,100000.0,32.70688495899665,-117.16055274009707,10000.0,32.70688495899665,-117.16055274009707,1000.0,32.70688495899665,-117.16055274009707,200.0,32.70688495899665,-117.16055274009707,1000.0,32.70688495899665,-117.16055274009707,10000.0,32.70688495899665,-117.16055274009707,100000.0,32.70688495899665,-117.16055274009707,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:365: error: cannot find symbol .addChild(new TimeSensorObject("TIMER8").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:363: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP7").setFromField("geovalue_changed").setToNode("ZOOM7").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:362: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER7").setFromField("fraction_changed").setToNode("GeoPositionINTERP7").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:361: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM7").setFromField("isBound").setToNode("TIMER7").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:360: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP7").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,42.36027219744271,-71.05916529893875,1000000.0,42.36027219744271,-71.05916529893875,100000.0,42.36027219744271,-71.05916529893875,10000.0,42.36027219744271,-71.05916529893875,1000.0,42.36027219744271,-71.05916529893875,200.0,42.36027219744271,-71.05916529893875,1000.0,42.36027219744271,-71.05916529893875,10000.0,42.36027219744271,-71.05916529893875,100000.0,42.36027219744271,-71.05916529893875,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:360: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP7").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,42.36027219744271,-71.05916529893875,1000000.0,42.36027219744271,-71.05916529893875,100000.0,42.36027219744271,-71.05916529893875,10000.0,42.36027219744271,-71.05916529893875,1000.0,42.36027219744271,-71.05916529893875,200.0,42.36027219744271,-71.05916529893875,1000.0,42.36027219744271,-71.05916529893875,10000.0,42.36027219744271,-71.05916529893875,100000.0,42.36027219744271,-71.05916529893875,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:359: error: cannot find symbol .addChild(new TimeSensorObject("TIMER7").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:357: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP6").setFromField("geovalue_changed").setToNode("ZOOM6").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:356: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER6").setFromField("fraction_changed").setToNode("GeoPositionINTERP6").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:355: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM6").setFromField("isBound").setToNode("TIMER6").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:354: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP6").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,51.5305712322625,-0.12352377176285152,1000000.0,51.5305712322625,-0.12352377176285152,100000.0,51.5305712322625,-0.12352377176285152,10000.0,51.5305712322625,-0.12352377176285152,1000.0,51.5305712322625,-0.12352377176285152,200.0,51.5305712322625,-0.12352377176285152,1000.0,51.5305712322625,-0.12352377176285152,10000.0,51.5305712322625,-0.12352377176285152,100000.0,51.5305712322625,-0.12352377176285152,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:354: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP6").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,51.5305712322625,-0.12352377176285152,1000000.0,51.5305712322625,-0.12352377176285152,100000.0,51.5305712322625,-0.12352377176285152,10000.0,51.5305712322625,-0.12352377176285152,1000.0,51.5305712322625,-0.12352377176285152,200.0,51.5305712322625,-0.12352377176285152,1000.0,51.5305712322625,-0.12352377176285152,10000.0,51.5305712322625,-0.12352377176285152,100000.0,51.5305712322625,-0.12352377176285152,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:353: error: cannot find symbol .addChild(new TimeSensorObject("TIMER6").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:351: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP5").setFromField("geovalue_changed").setToNode("ZOOM5").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:350: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER5").setFromField("fraction_changed").setToNode("GeoPositionINTERP5").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:349: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM5").setFromField("isBound").setToNode("TIMER5").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:348: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP5").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,41.48692107976417,-71.32715016603471,1000000.0,41.48692107976417,-71.32715016603471,100000.0,41.48692107976417,-71.32715016603471,10000.0,41.48692107976417,-71.32715016603471,1000.0,41.48692107976417,-71.32715016603471,200.0,41.48692107976417,-71.32715016603471,1000.0,41.48692107976417,-71.32715016603471,10000.0,41.48692107976417,-71.32715016603471,100000.0,41.48692107976417,-71.32715016603471,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:348: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP5").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,41.48692107976417,-71.32715016603471,1000000.0,41.48692107976417,-71.32715016603471,100000.0,41.48692107976417,-71.32715016603471,10000.0,41.48692107976417,-71.32715016603471,1000.0,41.48692107976417,-71.32715016603471,200.0,41.48692107976417,-71.32715016603471,1000.0,41.48692107976417,-71.32715016603471,10000.0,41.48692107976417,-71.32715016603471,100000.0,41.48692107976417,-71.32715016603471,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:347: error: cannot find symbol .addChild(new TimeSensorObject("TIMER5").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:345: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP4").setFromField("geovalue_changed").setToNode("ZOOM4").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:344: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER4").setFromField("fraction_changed").setToNode("GeoPositionINTERP4").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:343: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM4").setFromField("isBound").setToNode("TIMER4").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:342: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP4").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,37.78588957889747,-122.40087300539018,1000000.0,37.78588957889747,-122.40087300539018,100000.0,37.78588957889747,-122.40087300539018,10000.0,37.78588957889747,-122.40087300539018,1000.0,37.78588957889747,-122.40087300539018,200.0,37.78588957889747,-122.40087300539018,1000.0,37.78588957889747,-122.40087300539018,10000.0,37.78588957889747,-122.40087300539018,100000.0,37.78588957889747,-122.40087300539018,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:342: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP4").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,37.78588957889747,-122.40087300539018,1000000.0,37.78588957889747,-122.40087300539018,100000.0,37.78588957889747,-122.40087300539018,10000.0,37.78588957889747,-122.40087300539018,1000.0,37.78588957889747,-122.40087300539018,200.0,37.78588957889747,-122.40087300539018,1000.0,37.78588957889747,-122.40087300539018,10000.0,37.78588957889747,-122.40087300539018,100000.0,37.78588957889747,-122.40087300539018,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:341: error: cannot find symbol .addChild(new TimeSensorObject("TIMER4").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:339: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP3").setFromField("geovalue_changed").setToNode("ZOOM3").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:338: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER3").setFromField("fraction_changed").setToNode("GeoPositionINTERP3").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:337: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM3").setFromField("isBound").setToNode("TIMER3").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:336: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP3").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,36.596454966540136,-121.87352389097214,1000000.0,36.596454966540136,-121.87352389097214,100000.0,36.596454966540136,-121.87352389097214,10000.0,36.596454966540136,-121.87352389097214,1000.0,36.596454966540136,-121.87352389097214,200.0,36.596454966540136,-121.87352389097214,1000.0,36.596454966540136,-121.87352389097214,10000.0,36.596454966540136,-121.87352389097214,100000.0,36.596454966540136,-121.87352389097214,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:336: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP3").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,36.596454966540136,-121.87352389097214,1000000.0,36.596454966540136,-121.87352389097214,100000.0,36.596454966540136,-121.87352389097214,10000.0,36.596454966540136,-121.87352389097214,1000.0,36.596454966540136,-121.87352389097214,200.0,36.596454966540136,-121.87352389097214,1000.0,36.596454966540136,-121.87352389097214,10000.0,36.596454966540136,-121.87352389097214,100000.0,36.596454966540136,-121.87352389097214,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:335: error: cannot find symbol .addChild(new TimeSensorObject("TIMER3").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:333: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP2").setFromField("geovalue_changed").setToNode("ZOOM2").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:332: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER2").setFromField("fraction_changed").setToNode("GeoPositionINTERP2").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:331: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM2").setFromField("isBound").setToNode("TIMER2").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:330: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP2").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,34.53258110649095,69.13782119750976,1000000.0,34.53258110649095,69.13782119750976,100000.0,34.53258110649095,69.13782119750976,10000.0,34.53258110649095,69.13782119750976,100000.0,34.53258110649095,69.13782119750976,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:330: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP2").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,34.53258110649095,69.13782119750976,1000000.0,34.53258110649095,69.13782119750976,100000.0,34.53258110649095,69.13782119750976,10000.0,34.53258110649095,69.13782119750976,100000.0,34.53258110649095,69.13782119750976,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:329: error: cannot find symbol .addChild(new TimeSensorObject("TIMER2").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:327: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP1").setFromField("geovalue_changed").setToNode("ZOOM1").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:326: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER1").setFromField("fraction_changed").setToNode("GeoPositionINTERP1").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:325: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM1").setFromField("isBound").setToNode("TIMER1").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:324: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP1").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,28.424806942669583,-81.46898746490478,1000000.0,28.424806942669583,-81.46898746490478,100000.0,28.424806942669583,-81.46898746490478,10000.0,28.424806942669583,-81.46898746490478,1000.0,28.424806942669583,-81.46898746490478,200.0,28.424806942669583,-81.46898746490478,1000.0,28.424806942669583,-81.46898746490478,10000.0,28.424806942669583,-81.46898746490478,100000.0,28.424806942669583,-81.46898746490478,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:324: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP1").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,28.424806942669583,-81.46898746490478,1000000.0,28.424806942669583,-81.46898746490478,100000.0,28.424806942669583,-81.46898746490478,10000.0,28.424806942669583,-81.46898746490478,1000.0,28.424806942669583,-81.46898746490478,200.0,28.424806942669583,-81.46898746490478,1000.0,28.424806942669583,-81.46898746490478,10000.0,28.424806942669583,-81.46898746490478,100000.0,28.424806942669583,-81.46898746490478,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:323: error: cannot find symbol .addChild(new TimeSensorObject("TIMER1").setCycleInterval(400).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:321: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("GeoPositionINTERP").setFromField("geovalue_changed").setToNode("ZOOM").setToField("position")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:320: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("TIMER").setFromField("fraction_changed").setToNode("GeoPositionINTERP").setToField("set_fraction")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:319: error: cannot find symbol .addChild(new ROUTEObject().setFromNode("ZOOM").setFromField("isBound").setToNode("TIMER").setToField("enabled")) symbol: class ROUTEObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:318: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,28.424806942669583,-81.46898746490478,5000000.0,34.53258110649095,69.13782119750976,5000000.0,36.596454966540136,-121.87352389097214,5000000.0,37.78588957889747,-122.40087300539018,5000000.0,41.48692107976417,-71.32715016603471,5000000.0,51.5305712322625,-0.12352377176285152,5000000.0,0.0,-187.0,5000000.0,0.0,0.0,5000000.0,0.0,180.0,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class MFVec3dObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:318: error: cannot find symbol .addChild(new GeoPositionInterpolatorObject("GeoPositionINTERP").setKeyValue(new MFVec3dObject(new double[] {0.0,0.0,10000000.0,28.424806942669583,-81.46898746490478,5000000.0,34.53258110649095,69.13782119750976,5000000.0,36.596454966540136,-121.87352389097214,5000000.0,37.78588957889747,-122.40087300539018,5000000.0,41.48692107976417,-71.32715016603471,5000000.0,51.5305712322625,-0.12352377176285152,5000000.0,0.0,-187.0,5000000.0,0.0,0.0,5000000.0,0.0,180.0,1000000.0,0.0,0.0,10000000.0})).setKey(new float[] {0.0f,0.1f,0.2f,0.3f,0.4f,0.5f,0.6f,0.7f,0.8f,0.9f,1.0f})) symbol: class GeoPositionInterpolatorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:317: error: cannot find symbol .addChild(new TimeSensorObject("TIMER").setCycleInterval(800).setEnabled(false).setLoop(true)) symbol: class TimeSensorObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:316: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:315: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,500.0f).setDescription("Port of Singapore, Singapore: 500m") symbol: class MFStringObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:315: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,500.0f).setDescription("Port of Singapore, Singapore: 500m") symbol: class GeoViewpointObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:314: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:313: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,1000.0f).setDescription("Port of Singapore, Singapore: 1Km") symbol: class MFStringObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:313: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,1000.0f).setDescription("Port of Singapore, Singapore: 1Km") symbol: class GeoViewpointObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:312: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:311: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,10000.0f).setDescription("Port of Singapore, Singapore: 10Km") symbol: class MFStringObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:311: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,10000.0f).setDescription("Port of Singapore, Singapore: 10Km") symbol: class GeoViewpointObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:310: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:309: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,100000.0f).setDescription("Port of Singapore, Singapore: 100Km") symbol: class MFStringObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:309: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,100000.0f).setDescription("Port of Singapore, Singapore: 100Km") symbol: class GeoViewpointObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:308: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:307: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,1000000.0f).setDescription("Port of Singapore, Singapore: 1000Km") symbol: class MFStringObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:307: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,1000000.0f).setDescription("Port of Singapore, Singapore: 1000Km") symbol: class GeoViewpointObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:306: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN"))) symbol: class GeoOriginObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:305: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,10000000.0f).setDescription("Port of Singapore, Singapore: 10000Km") symbol: class MFStringObject location: class OpenStreetMapX3dEarthDemo C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java:305: error: cannot find symbol .addChild(new GeoViewpointObject().setGeoSystem(new MFStringObject("\"GD\"")).setOrientation(1.0f,0.0f,0.0f,-1.57f).setFieldOfView(1.05f).setPosition(1.26299f,103.837398f,10000000.0f).setDescription("Port of Singapore, Singapore: 10000Km") symbol: class GeoViewpointObject location: class OpenStreetMapX3dEarthDemo 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.OpenStreetMapX3dEarthDemo Error: Could not find or load main class Basic.Geospatial.OpenStreetMapX3dEarthDemo Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/Squaw.java produced from Squaw.x3d [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] [Large tuple found: TextureCoordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=2879] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:37: error: package org.web3d.x3d.jsail.EnvironmentalEffects does not exist import org.web3d.x3d.jsail.EnvironmentalEffects.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:38: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:39: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:40: error: package org.web3d.x3d.jsail.Grouping does not exist import org.web3d.x3d.jsail.Grouping.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:41: error: package org.web3d.x3d.jsail.Lighting does not exist import org.web3d.x3d.jsail.Lighting.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:42: error: package org.web3d.x3d.jsail.Navigation does not exist import org.web3d.x3d.jsail.Navigation.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:43: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:44: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:608: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:613: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:603: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))))); symbol: class GeoOriginObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:602: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:601: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:600: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.09091f,0.99609f,0.18182f,0.99609f,0.27273f,0.99609f,0.36364f,0.99609f,0.45455f,0.99609f,0.54545f,0.99609f,0.63636f,0.99609f,0.72727f,0.99609f,0.81818f,0.99609f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:599: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.93333f,0.27273f,0.93333f,0.36364f,0.93333f,0.45455f,0.93333f,0.54545f,0.93333f,0.63636f,0.93333f,0.72727f,0.93333f,0.81818f,0.93333f,0.90909f,0.93333f,0.99609f,0.93333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:598: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.86667f,0.45455f,0.86667f,0.54545f,0.86667f,0.63636f,0.86667f,0.72727f,0.86667f,0.81818f,0.86667f,0.90909f,0.86667f,0.99609f,0.86667f,0.00391f,0.93333f,0.09091f,0.93333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:597: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.8f,0.63636f,0.8f,0.72727f,0.8f,0.81818f,0.8f,0.90909f,0.8f,0.99609f,0.8f,0.00391f,0.86667f,0.09091f,0.86667f,0.18182f,0.86667f,0.27273f,0.86667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:596: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.73333f,0.81818f,0.73333f,0.90909f,0.73333f,0.99609f,0.73333f,0.00391f,0.8f,0.09091f,0.8f,0.18182f,0.8f,0.27273f,0.8f,0.36364f,0.8f,0.45455f,0.8f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:595: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.66667f,0.99609f,0.66667f,0.00391f,0.73333f,0.09091f,0.73333f,0.18182f,0.73333f,0.27273f,0.73333f,0.36364f,0.73333f,0.45455f,0.73333f,0.54545f,0.73333f,0.63636f,0.73333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:594: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.66667f,0.09091f,0.66667f,0.18182f,0.66667f,0.27273f,0.66667f,0.36364f,0.66667f,0.45455f,0.66667f,0.54545f,0.66667f,0.63636f,0.66667f,0.72727f,0.66667f,0.81818f,0.66667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:593: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.6f,0.27273f,0.6f,0.36364f,0.6f,0.45455f,0.6f,0.54545f,0.6f,0.63636f,0.6f,0.72727f,0.6f,0.81818f,0.6f,0.90909f,0.6f,0.99609f,0.6f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:592: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.53333f,0.45455f,0.53333f,0.54545f,0.53333f,0.63636f,0.53333f,0.72727f,0.53333f,0.81818f,0.53333f,0.90909f,0.53333f,0.99609f,0.53333f,0.00391f,0.6f,0.09091f,0.6f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:591: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.46667f,0.63636f,0.46667f,0.72727f,0.46667f,0.81818f,0.46667f,0.90909f,0.46667f,0.99609f,0.46667f,0.00391f,0.53333f,0.09091f,0.53333f,0.18182f,0.53333f,0.27273f,0.53333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:590: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.4f,0.81818f,0.4f,0.90909f,0.4f,0.99609f,0.4f,0.00391f,0.46667f,0.09091f,0.46667f,0.18182f,0.46667f,0.27273f,0.46667f,0.36364f,0.46667f,0.45455f,0.46667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:589: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.33333f,0.99609f,0.33333f,0.00391f,0.4f,0.09091f,0.4f,0.18182f,0.4f,0.27273f,0.4f,0.36364f,0.4f,0.45455f,0.4f,0.54545f,0.4f,0.63636f,0.4f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:588: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.33333f,0.09091f,0.33333f,0.18182f,0.33333f,0.27273f,0.33333f,0.36364f,0.33333f,0.45455f,0.33333f,0.54545f,0.33333f,0.63636f,0.33333f,0.72727f,0.33333f,0.81818f,0.33333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:587: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.26667f,0.27273f,0.26667f,0.36364f,0.26667f,0.45455f,0.26667f,0.54545f,0.26667f,0.63636f,0.26667f,0.72727f,0.26667f,0.81818f,0.26667f,0.90909f,0.26667f,0.99609f,0.26667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:586: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.2f,0.45455f,0.2f,0.54545f,0.2f,0.63636f,0.2f,0.72727f,0.2f,0.81818f,0.2f,0.90909f,0.2f,0.99609f,0.2f,0.00391f,0.26667f,0.09091f,0.26667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:585: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.13333f,0.63636f,0.13333f,0.72727f,0.13333f,0.81818f,0.13333f,0.90909f,0.13333f,0.99609f,0.13333f,0.00391f,0.2f,0.09091f,0.2f,0.18182f,0.2f,0.27273f,0.2f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:584: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.06667f,0.81818f,0.06667f,0.90909f,0.06667f,0.99609f,0.06667f,0.00391f,0.13333f,0.09091f,0.13333f,0.18182f,0.13333f,0.27273f,0.13333f,0.36364f,0.13333f,0.45455f,0.13333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:583: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.00391f,0.99609f,0.00391f,0.00391f,0.06667f,0.09091f,0.06667f,0.18182f,0.06667f,0.27273f,0.06667f,0.36364f,0.06667f,0.45455f,0.06667f,0.54545f,0.06667f,0.63636f,0.06667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:582: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.09091f,0.00391f,0.18182f,0.00391f,0.27273f,0.00391f,0.36364f,0.00391f,0.45455f,0.00391f,0.54545f,0.00391f,0.63636f,0.00391f,0.72727f,0.00391f,0.81818f,0.00391f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:581: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:581: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:580: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setZSpacing(107.555556).setXSpacing(110.727273).setXDimension(12).setZDimension(16).setGeoGridOrigin(4343332.077840f,742430.999947f,0.0f).setCcw(false).setSolid(false).setHeight(new double[] {2000.4667,2045.9894,2077.1528,2090.753,2094.5105,2121.8855,2150.4126,2179.3713,2208.0806,2225.1619,2225.7646,2214.9675,1973.9639,2015.824,2044.2587,2053.7708,2077.9438,2104.216,2130.0784,2158.9924,2197.3953,2228.9314,2220.6597,2217.418,1988.9125,2008.0807,2021.95,2051.2603,2069.5183,2087.9421,2124.25,2150.3352,2183.1028,2220.7808,2232.258,2238.318,2020.148,2022.7766,2053.4119,2077.424,2096.4287,2099.7708,2125.0535,2155.2466,2197.3257,2234.2498,2247.9897,2256.2568,2051.8557,2054.7861,2072.0605,2092.9597,2116.5059,2130.5554,2130.3972,2153.4165,2193.234,2238.591,2259.2593,2268.545,2071.7534,2074.1765,2080.7217,2099.607,2123.832,2151.77,2153.9714,2174.5342,2201.912,2245.8296,2272.7747,2278.1917,2095.9607,2082.0806,2086.6433,2096.2478,2127.6484,2160.2964,2173.3057,2210.0872,2237.596,2266.4607,2289.6135,2302.061,2074.8762,2056.9897,2056.7773,2097.9102,2133.7444,2151.6877,2168.4146,2209.9402,2262.1694,2294.841,2339.719,2341.1687,2030.477,2028.0677,2052.967,2090.5562,2114.8523,2128.87,2149.872,2177.1982,2225.0242,2274.0972,2315.8928,2342.223,1978.8319,2021.0963,2057.9194,2076.756,2085.99,2111.5051,2135.275,2158.6672,2197.0276,2266.3108,2313.1658,2303.6233,1995.2931,2036.435,2060.2505,2053.6138,2075.921,2102.6663,2123.6692,2142.87,2173.7058,2229.0857,2269.864,2282.4197,2015.4413,2044.1926,2041.6989,2046.9943,2069.3022,2070.4114,2102.9775,2116.1753,2147.2117,2185.0103,2217.074,2255.9717,2021.1096,2036.8822,2022.3743,2053.6484,2067.9175,2035.9884,2069.1472,2087.1826,2123.5928,2140.8518,2194.9014,2246.7134,1998.459,1999.4203,2016.3168,2054.3218,2054.5737,2012.7327,2023.0583,2048.4514,2075.9988,2127.955,2177.172,2217.4138,1950.3167,1956.6191,1999.384,2020.5559,2017.7311,1988.3441,1990.8011,2019.189,2063.3855,2093.2776,2124.8118,2175.294,1914.1292,1947.009,1978.1115,1978.1292,1983.044,1956.0769,1963.4441,1991.868,2018.7557,2060.588,2104.619,2159.1968}) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:580: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setZSpacing(107.555556).setXSpacing(110.727273).setXDimension(12).setZDimension(16).setGeoGridOrigin(4343332.077840f,742430.999947f,0.0f).setCcw(false).setSolid(false).setHeight(new double[] {2000.4667,2045.9894,2077.1528,2090.753,2094.5105,2121.8855,2150.4126,2179.3713,2208.0806,2225.1619,2225.7646,2214.9675,1973.9639,2015.824,2044.2587,2053.7708,2077.9438,2104.216,2130.0784,2158.9924,2197.3953,2228.9314,2220.6597,2217.418,1988.9125,2008.0807,2021.95,2051.2603,2069.5183,2087.9421,2124.25,2150.3352,2183.1028,2220.7808,2232.258,2238.318,2020.148,2022.7766,2053.4119,2077.424,2096.4287,2099.7708,2125.0535,2155.2466,2197.3257,2234.2498,2247.9897,2256.2568,2051.8557,2054.7861,2072.0605,2092.9597,2116.5059,2130.5554,2130.3972,2153.4165,2193.234,2238.591,2259.2593,2268.545,2071.7534,2074.1765,2080.7217,2099.607,2123.832,2151.77,2153.9714,2174.5342,2201.912,2245.8296,2272.7747,2278.1917,2095.9607,2082.0806,2086.6433,2096.2478,2127.6484,2160.2964,2173.3057,2210.0872,2237.596,2266.4607,2289.6135,2302.061,2074.8762,2056.9897,2056.7773,2097.9102,2133.7444,2151.6877,2168.4146,2209.9402,2262.1694,2294.841,2339.719,2341.1687,2030.477,2028.0677,2052.967,2090.5562,2114.8523,2128.87,2149.872,2177.1982,2225.0242,2274.0972,2315.8928,2342.223,1978.8319,2021.0963,2057.9194,2076.756,2085.99,2111.5051,2135.275,2158.6672,2197.0276,2266.3108,2313.1658,2303.6233,1995.2931,2036.435,2060.2505,2053.6138,2075.921,2102.6663,2123.6692,2142.87,2173.7058,2229.0857,2269.864,2282.4197,2015.4413,2044.1926,2041.6989,2046.9943,2069.3022,2070.4114,2102.9775,2116.1753,2147.2117,2185.0103,2217.074,2255.9717,2021.1096,2036.8822,2022.3743,2053.6484,2067.9175,2035.9884,2069.1472,2087.1826,2123.5928,2140.8518,2194.9014,2246.7134,1998.459,1999.4203,2016.3168,2054.3218,2054.5737,2012.7327,2023.0583,2048.4514,2075.9988,2127.955,2177.172,2217.4138,1950.3167,1956.6191,1999.384,2020.5559,2017.7311,1988.3441,1990.8011,2019.189,2063.3855,2093.2776,2124.8118,2175.294,1914.1292,1947.009,1978.1115,1978.1292,1983.044,1956.0769,1963.4441,1991.868,2018.7557,2060.588,2104.619,2159.1968}) symbol: class GeoElevationGridObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:579: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw014.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw014.jpg\"")))) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:579: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw014.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw014.jpg\"")))) symbol: class ImageTextureObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:578: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:577: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:576: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:575: error: cannot find symbol .addChild(new GeoLODObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setRange(32266.666016f).setCenter(4344084.966729f,742984.636311f,2146.5f).setChild1Url(new MFStringObject("\"SquawLOD028.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.x3d\" \"SquawLOD028.wrl\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.wrl\"")) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:575: error: cannot find symbol .addChild(new GeoLODObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setRange(32266.666016f).setCenter(4344084.966729f,742984.636311f,2146.5f).setChild1Url(new MFStringObject("\"SquawLOD028.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.x3d\" \"SquawLOD028.wrl\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.wrl\"")) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:575: error: cannot find symbol .addChild(new GeoLODObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setRange(32266.666016f).setCenter(4344084.966729f,742984.636311f,2146.5f).setChild1Url(new MFStringObject("\"SquawLOD028.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.x3d\" \"SquawLOD028.wrl\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD028.wrl\"")) symbol: class GeoLODObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:574: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:573: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:572: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:571: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:570: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.09091f,0.99609f,0.18182f,0.99609f,0.27273f,0.99609f,0.36364f,0.99609f,0.45455f,0.99609f,0.54545f,0.99609f,0.63636f,0.99609f,0.72727f,0.99609f,0.81818f,0.99609f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:569: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.93333f,0.27273f,0.93333f,0.36364f,0.93333f,0.45455f,0.93333f,0.54545f,0.93333f,0.63636f,0.93333f,0.72727f,0.93333f,0.81818f,0.93333f,0.90909f,0.93333f,0.99609f,0.93333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:568: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.86667f,0.45455f,0.86667f,0.54545f,0.86667f,0.63636f,0.86667f,0.72727f,0.86667f,0.81818f,0.86667f,0.90909f,0.86667f,0.99609f,0.86667f,0.00391f,0.93333f,0.09091f,0.93333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:567: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.8f,0.63636f,0.8f,0.72727f,0.8f,0.81818f,0.8f,0.90909f,0.8f,0.99609f,0.8f,0.00391f,0.86667f,0.09091f,0.86667f,0.18182f,0.86667f,0.27273f,0.86667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:566: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.73333f,0.81818f,0.73333f,0.90909f,0.73333f,0.99609f,0.73333f,0.00391f,0.8f,0.09091f,0.8f,0.18182f,0.8f,0.27273f,0.8f,0.36364f,0.8f,0.45455f,0.8f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:565: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.66667f,0.99609f,0.66667f,0.00391f,0.73333f,0.09091f,0.73333f,0.18182f,0.73333f,0.27273f,0.73333f,0.36364f,0.73333f,0.45455f,0.73333f,0.54545f,0.73333f,0.63636f,0.73333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:564: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.66667f,0.09091f,0.66667f,0.18182f,0.66667f,0.27273f,0.66667f,0.36364f,0.66667f,0.45455f,0.66667f,0.54545f,0.66667f,0.63636f,0.66667f,0.72727f,0.66667f,0.81818f,0.66667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:563: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.6f,0.27273f,0.6f,0.36364f,0.6f,0.45455f,0.6f,0.54545f,0.6f,0.63636f,0.6f,0.72727f,0.6f,0.81818f,0.6f,0.90909f,0.6f,0.99609f,0.6f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:562: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.53333f,0.45455f,0.53333f,0.54545f,0.53333f,0.63636f,0.53333f,0.72727f,0.53333f,0.81818f,0.53333f,0.90909f,0.53333f,0.99609f,0.53333f,0.00391f,0.6f,0.09091f,0.6f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:561: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.46667f,0.63636f,0.46667f,0.72727f,0.46667f,0.81818f,0.46667f,0.90909f,0.46667f,0.99609f,0.46667f,0.00391f,0.53333f,0.09091f,0.53333f,0.18182f,0.53333f,0.27273f,0.53333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:560: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.4f,0.81818f,0.4f,0.90909f,0.4f,0.99609f,0.4f,0.00391f,0.46667f,0.09091f,0.46667f,0.18182f,0.46667f,0.27273f,0.46667f,0.36364f,0.46667f,0.45455f,0.46667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:559: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.33333f,0.99609f,0.33333f,0.00391f,0.4f,0.09091f,0.4f,0.18182f,0.4f,0.27273f,0.4f,0.36364f,0.4f,0.45455f,0.4f,0.54545f,0.4f,0.63636f,0.4f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:558: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.33333f,0.09091f,0.33333f,0.18182f,0.33333f,0.27273f,0.33333f,0.36364f,0.33333f,0.45455f,0.33333f,0.54545f,0.33333f,0.63636f,0.33333f,0.72727f,0.33333f,0.81818f,0.33333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:557: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.26667f,0.27273f,0.26667f,0.36364f,0.26667f,0.45455f,0.26667f,0.54545f,0.26667f,0.63636f,0.26667f,0.72727f,0.26667f,0.81818f,0.26667f,0.90909f,0.26667f,0.99609f,0.26667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:556: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.2f,0.45455f,0.2f,0.54545f,0.2f,0.63636f,0.2f,0.72727f,0.2f,0.81818f,0.2f,0.90909f,0.2f,0.99609f,0.2f,0.00391f,0.26667f,0.09091f,0.26667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:555: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.13333f,0.63636f,0.13333f,0.72727f,0.13333f,0.81818f,0.13333f,0.90909f,0.13333f,0.99609f,0.13333f,0.00391f,0.2f,0.09091f,0.2f,0.18182f,0.2f,0.27273f,0.2f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:554: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.06667f,0.81818f,0.06667f,0.90909f,0.06667f,0.99609f,0.06667f,0.00391f,0.13333f,0.09091f,0.13333f,0.18182f,0.13333f,0.27273f,0.13333f,0.36364f,0.13333f,0.45455f,0.13333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:553: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.00391f,0.99609f,0.00391f,0.00391f,0.06667f,0.09091f,0.06667f,0.18182f,0.06667f,0.27273f,0.06667f,0.36364f,0.06667f,0.45455f,0.06667f,0.54545f,0.06667f,0.63636f,0.06667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:552: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.09091f,0.00391f,0.18182f,0.00391f,0.27273f,0.00391f,0.36364f,0.00391f,0.45455f,0.00391f,0.54545f,0.00391f,0.63636f,0.00391f,0.72727f,0.00391f,0.81818f,0.00391f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:551: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:551: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:550: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setZSpacing(107.555556).setXSpacing(110.727273).setXDimension(12).setZDimension(16).setGeoGridOrigin(4341718.744506f,742430.999947f,0.0f).setCcw(false).setSolid(false).setHeight(new double[] {1947.499,2006.4841,2076.1533,2147.8206,2206.6577,2241.5757,2268.411,2299.245,2316.999,2327.9714,2329.0,2325.9998,1947.789,2025.2507,2092.33,2148.3213,2166.3813,2186.9438,2228.1787,2273.2288,2305.1824,2312.2048,2316.5767,2317.4111,1960.2444,2034.4034,2102.4934,2105.2778,2113.4517,2137.5457,2173.2625,2226.022,2275.4824,2276.9854,2282.2761,2284.6223,1972.73,2027.0533,2045.7682,2080.737,2092.9915,2109.052,2151.5874,2188.2932,2245.4844,2256.943,2269.1077,2264.1807,1966.6877,2002.5309,2043.8126,2081.3328,2090.8418,2110.9602,2139.6816,2171.0256,2235.1,2260.823,2282.9373,2280.3225,1960.3112,1989.8845,2026.8539,2057.9102,2102.3555,2123.8157,2120.802,2167.1333,2233.2993,2277.526,2304.6147,2291.417,1970.1,1986.1614,2016.7095,2054.847,2106.6162,2116.181,2130.233,2156.88,2213.0613,2294.2427,2309.2034,2280.5605,1981.6078,1988.2346,2005.9539,2040.6658,2065.4895,2108.4563,2122.7861,2142.2466,2207.4058,2284.6504,2297.3728,2268.4893,1989.4,2001.6333,2013.5111,2042.3624,2065.8296,2084.6943,2115.925,2143.467,2204.9673,2259.3752,2267.6614,2258.782,1995.7333,2025.8243,2052.3254,2068.2515,2079.6763,2098.2117,2132.55,2170.4587,2169.3577,2199.143,2247.0676,2278.3887,1991.6222,2023.4034,2060.854,2083.8147,2082.948,2098.1895,2125.8862,2138.8333,2144.1113,2171.1086,2244.526,2273.9998,1990.1,2029.3228,2065.6682,2080.3472,2097.9148,2108.5261,2116.0,2123.245,2142.4526,2172.0024,2240.5579,2258.8274,1989.5,2026.1694,2049.2842,2080.5068,2099.7234,2106.9526,2123.1611,2136.574,2163.8613,2208.643,2241.432,2245.9058,2001.5144,2031.9783,2069.3872,2102.7725,2113.9373,2117.8367,2134.9307,2155.1533,2179.687,2212.9246,2230.7837,2241.7615,2013.3889,2049.653,2085.5903,2127.0718,2123.817,2127.7424,2144.686,2164.8176,2202.115,2218.9832,2228.0,2224.3147,2000.4667,2045.9894,2077.1528,2090.753,2094.5105,2121.8855,2150.4126,2179.3713,2208.0806,2225.1619,2225.7646,2214.9675}) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:550: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setZSpacing(107.555556).setXSpacing(110.727273).setXDimension(12).setZDimension(16).setGeoGridOrigin(4341718.744506f,742430.999947f,0.0f).setCcw(false).setSolid(false).setHeight(new double[] {1947.499,2006.4841,2076.1533,2147.8206,2206.6577,2241.5757,2268.411,2299.245,2316.999,2327.9714,2329.0,2325.9998,1947.789,2025.2507,2092.33,2148.3213,2166.3813,2186.9438,2228.1787,2273.2288,2305.1824,2312.2048,2316.5767,2317.4111,1960.2444,2034.4034,2102.4934,2105.2778,2113.4517,2137.5457,2173.2625,2226.022,2275.4824,2276.9854,2282.2761,2284.6223,1972.73,2027.0533,2045.7682,2080.737,2092.9915,2109.052,2151.5874,2188.2932,2245.4844,2256.943,2269.1077,2264.1807,1966.6877,2002.5309,2043.8126,2081.3328,2090.8418,2110.9602,2139.6816,2171.0256,2235.1,2260.823,2282.9373,2280.3225,1960.3112,1989.8845,2026.8539,2057.9102,2102.3555,2123.8157,2120.802,2167.1333,2233.2993,2277.526,2304.6147,2291.417,1970.1,1986.1614,2016.7095,2054.847,2106.6162,2116.181,2130.233,2156.88,2213.0613,2294.2427,2309.2034,2280.5605,1981.6078,1988.2346,2005.9539,2040.6658,2065.4895,2108.4563,2122.7861,2142.2466,2207.4058,2284.6504,2297.3728,2268.4893,1989.4,2001.6333,2013.5111,2042.3624,2065.8296,2084.6943,2115.925,2143.467,2204.9673,2259.3752,2267.6614,2258.782,1995.7333,2025.8243,2052.3254,2068.2515,2079.6763,2098.2117,2132.55,2170.4587,2169.3577,2199.143,2247.0676,2278.3887,1991.6222,2023.4034,2060.854,2083.8147,2082.948,2098.1895,2125.8862,2138.8333,2144.1113,2171.1086,2244.526,2273.9998,1990.1,2029.3228,2065.6682,2080.3472,2097.9148,2108.5261,2116.0,2123.245,2142.4526,2172.0024,2240.5579,2258.8274,1989.5,2026.1694,2049.2842,2080.5068,2099.7234,2106.9526,2123.1611,2136.574,2163.8613,2208.643,2241.432,2245.9058,2001.5144,2031.9783,2069.3872,2102.7725,2113.9373,2117.8367,2134.9307,2155.1533,2179.687,2212.9246,2230.7837,2241.7615,2013.3889,2049.653,2085.5903,2127.0718,2123.817,2127.7424,2144.686,2164.8176,2202.115,2218.9832,2228.0,2224.3147,2000.4667,2045.9894,2077.1528,2090.753,2094.5105,2121.8855,2150.4126,2179.3713,2208.0806,2225.1619,2225.7646,2214.9675}) symbol: class GeoElevationGridObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:549: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw013.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw13.jpg\"")))) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:549: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw013.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw13.jpg\"")))) symbol: class ImageTextureObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:548: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:547: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:546: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:545: error: cannot find symbol .addChild(new GeoLODObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setRange(32266.666f).setCenter(4342525.411173f,742984.636311f,2139.000000f).setChild1Url(new MFStringObject("\"SquawLOD026.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD026.x3d\"")) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:545: error: cannot find symbol .addChild(new GeoLODObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setRange(32266.666f).setCenter(4342525.411173f,742984.636311f,2139.000000f).setChild1Url(new MFStringObject("\"SquawLOD026.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD026.x3d\"")) symbol: class MFStringObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:545: error: cannot find symbol .addChild(new GeoLODObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setRange(32266.666f).setCenter(4342525.411173f,742984.636311f,2139.000000f).setChild1Url(new MFStringObject("\"SquawLOD026.x3d\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/SquawLOD026.x3d\"")) symbol: class GeoLODObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:544: error: cannot find symbol .addChild(new GroupObject() symbol: class GroupObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:543: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:542: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))) symbol: class GeoOriginObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:541: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:540: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.09091f,0.99609f,0.18182f,0.99609f,0.27273f,0.99609f,0.36364f,0.99609f,0.45455f,0.99609f,0.54545f,0.99609f,0.63636f,0.99609f,0.72727f,0.99609f,0.81818f,0.99609f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:539: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.93333f,0.27273f,0.93333f,0.36364f,0.93333f,0.45455f,0.93333f,0.54545f,0.93333f,0.63636f,0.93333f,0.72727f,0.93333f,0.81818f,0.93333f,0.90909f,0.93333f,0.99609f,0.93333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:538: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.86667f,0.45455f,0.86667f,0.54545f,0.86667f,0.63636f,0.86667f,0.72727f,0.86667f,0.81818f,0.86667f,0.90909f,0.86667f,0.99609f,0.86667f,0.00391f,0.93333f,0.09091f,0.93333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:537: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.8f,0.63636f,0.8f,0.72727f,0.8f,0.81818f,0.8f,0.90909f,0.8f,0.99609f,0.8f,0.00391f,0.86667f,0.09091f,0.86667f,0.18182f,0.86667f,0.27273f,0.86667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:536: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.73333f,0.81818f,0.73333f,0.90909f,0.73333f,0.99609f,0.73333f,0.00391f,0.8f,0.09091f,0.8f,0.18182f,0.8f,0.27273f,0.8f,0.36364f,0.8f,0.45455f,0.8f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:535: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.66667f,0.99609f,0.66667f,0.00391f,0.73333f,0.09091f,0.73333f,0.18182f,0.73333f,0.27273f,0.73333f,0.36364f,0.73333f,0.45455f,0.73333f,0.54545f,0.73333f,0.63636f,0.73333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:534: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.66667f,0.09091f,0.66667f,0.18182f,0.66667f,0.27273f,0.66667f,0.36364f,0.66667f,0.45455f,0.66667f,0.54545f,0.66667f,0.63636f,0.66667f,0.72727f,0.66667f,0.81818f,0.66667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:533: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.6f,0.27273f,0.6f,0.36364f,0.6f,0.45455f,0.6f,0.54545f,0.6f,0.63636f,0.6f,0.72727f,0.6f,0.81818f,0.6f,0.90909f,0.6f,0.99609f,0.6f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:532: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.53333f,0.45455f,0.53333f,0.54545f,0.53333f,0.63636f,0.53333f,0.72727f,0.53333f,0.81818f,0.53333f,0.90909f,0.53333f,0.99609f,0.53333f,0.00391f,0.6f,0.09091f,0.6f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:531: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.46667f,0.63636f,0.46667f,0.72727f,0.46667f,0.81818f,0.46667f,0.90909f,0.46667f,0.99609f,0.46667f,0.00391f,0.53333f,0.09091f,0.53333f,0.18182f,0.53333f,0.27273f,0.53333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:530: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72727f,0.4f,0.81818f,0.4f,0.90909f,0.4f,0.99609f,0.4f,0.00391f,0.46667f,0.09091f,0.46667f,0.18182f,0.46667f,0.27273f,0.46667f,0.36364f,0.46667f,0.45455f,0.46667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:529: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.90909f,0.33333f,0.99609f,0.33333f,0.00391f,0.4f,0.09091f,0.4f,0.18182f,0.4f,0.27273f,0.4f,0.36364f,0.4f,0.45455f,0.4f,0.54545f,0.4f,0.63636f,0.4f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:528: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.33333f,0.09091f,0.33333f,0.18182f,0.33333f,0.27273f,0.33333f,0.36364f,0.33333f,0.45455f,0.33333f,0.54545f,0.33333f,0.63636f,0.33333f,0.72727f,0.33333f,0.81818f,0.33333f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:527: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18182f,0.26667f,0.27273f,0.26667f,0.36364f,0.26667f,0.45455f,0.26667f,0.54545f,0.26667f,0.63636f,0.26667f,0.72727f,0.26667f,0.81818f,0.26667f,0.90909f,0.26667f,0.99609f,0.26667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:526: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36364f,0.2f,0.45455f,0.2f,0.54545f,0.2f,0.63636f,0.2f,0.72727f,0.2f,0.81818f,0.2f,0.90909f,0.2f,0.99609f,0.2f,0.00391f,0.26667f,0.09091f,0.26667f})) symbol: class MFVec2fObject location: class Squaw C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java:525: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54545f,0.13333f,0.63636f,0.13333f,0.72727f,0.13333f,0.81818f,0.13333f,0.90909f,0.13333f,0.99609f,0.13333f,0.00391f,0.2f,0.09091f,0.2f,0.18182f,0.2f,0.27273f,0.2f})) symbol: class MFVec2fObject location: class Squaw 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.Squaw Error: Could not find or load main class Basic.Geospatial.Squaw Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD000.java produced from SquawLOD000.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4340105.411173f,737558.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2324.9653,2320.9875,2315.0154,2306.1682,2300.0,2293.2742,2285.5137,2275.2021,2265.4639,2259.2517,2253.574,2244.6365,2259.8962,2271.5208,2277.7498,2272.1904,2256.2598,2238.803,2221.9001,2194.0322,2179.4846,2176.8438,2174.8855,2180.284,2177.2117,2336.857,2330.9355,2323.0283,2314.1287,2312.859,2303.3254,2291.5847,2277.3455,2267.173,2258.6511,2257.7917,2269.4685,2291.0833,2302.7395,2301.0232,2290.8455,2268.0593,2256.7637,2232.4062,2210.7732,2211.6875,2213.4438,2213.5833,2218.1216,2205.9678,2347.8396,2338.9893,2330.878,2326.8264,2326.7395,2322.0183,2311.1694,2295.998,2291.5308,2283.9607,2278.9937,2290.1555,2311.0833,2320.7954,2317.7598,2310.347,2286.888,2263.7683,2246.012,2240.3923,2247.266,2253.0671,2254.5872,2250.4465,2241.0198,2349.0,2345.9182,2341.8784,2339.6467,2339.6355,2340.5315,2329.9092,2320.1733,2317.2708,2313.4097,2300.0703,2301.1104,2324.0195,2333.679,2330.0945,2319.0608,2298.8635,2287.077,2277.761,2274.0571,2288.2048,2291.5615,2289.2422,2294.3215,2269.9468,2340.482,2338.4688,2341.2463,2342.3125,2340.413,2340.3125,2344.8386,2351.02,2355.0625,2341.0696,2318.8005,2313.3352,2336.0312,2347.5312,2342.3599,2328.8499,2324.7124,2319.5986,2311.3003,2307.9536,2323.976,2327.923,2326.4963,2318.4297,2298.8706,2320.968,2316.987,2318.026,2320.337,2320.1458,2322.646,2328.5774,2354.2273,2379.8286,2357.2305,2332.0435,2328.8176,2345.293,2362.7117,2364.2385,2357.788,2356.9275,2355.363,2351.3396,2342.7283,2359.5767,2365.8542,2359.6047,2342.4219,2325.4512,2289.63,2279.6287,2272.6611,2274.0505,2287.3413,2296.2554,2312.2139,2334.6924,2370.6013,2366.5295,2347.436,2344.7134,2357.9978,2380.747,2393.7383,2394.6052,2405.6555,2403.243,2390.496,2382.4202,2391.4314,2392.4412,2380.799,2355.1802,2335.57,2264.3286,2251.3523,2241.646,2243.8562,2260.0854,2276.8647,2291.48,2312.5688,2342.4714,2368.4502,2360.7751,2362.0884,2375.7195,2395.3127,2420.1372,2436.0269,2439.5725,2426.4067,2413.6035,2406.2188,2406.7395,2394.5723,2370.4268,2344.6948,2317.0286,2239.5154,2226.5833,2216.9517,2225.3394,2238.5276,2254.6406,2271.9082,2287.8794,2311.5781,2351.1357,2376.9185,2381.0046,2395.297,2409.746,2428.552,2442.1177,2425.073,2401.353,2382.5366,2377.066,2386.14,2375.9023,2350.463,2319.2847,2295.917,2217.689,2205.4387,2201.879,2210.8042,2222.5127,2236.5522,2250.5295,2266.9302,2292.083,2332.804,2366.7017,2388.7454,2405.7842,2422.267,2426.0156,2407.4763,2385.388,2369.0596,2356.63,2345.3315,2352.9792,2343.678,2325.305,2306.4805,2282.8215,2197.4897,2186.5234,2185.9612,2199.451,2215.2957,2228.292,2240.6865,2252.862,2276.9675,2316.7598,2351.0596,2381.8408,2406.3103,2421.241,2422.6702,2386.7927,2358.9224,2341.5789,2328.9822,2315.7166,2318.2798,2309.988,2296.38,2285.6785,2260.6096,2174.0283,2167.198,2175.0654,2185.0125,2202.001,2215.9065,2225.75,2237.4822,2261.4197,2309.281,2346.6187,2368.9333,2396.3972,2405.0796,2407.2124,2379.6624,2347.6848,2318.1946,2299.7734,2288.9966,2294.5972,2282.4473,2270.4316,2261.8428,2239.7207,2153.7627,2150.2397,2158.641,2167.5505,2184.8252,2199.167,2209.489,2223.2717,2248.0825,2293.0398,2332.5024,2335.2993,2350.948,2379.933,2391.4192,2365.999,2336.2917,2305.1143,2275.252,2260.4133,2269.4287,2259.4453,2243.134,2235.9065,2213.8813,2137.4187,2133.4062,2141.34,2151.128,2164.986,2179.4377,2193.4207,2212.1426,2239.1355,2277.8887,2299.437,2298.2485,2330.3562,2350.9128,2373.0735,2362.344,2321.561,2292.4736,2268.993,2247.4878,2246.1177,2236.6997,2213.983,2200.1494,2181.596,2124.0334,2121.0068,2125.444,2132.325,2147.5308,2170.2722,2185.6624,2200.7153,2227.212,2262.125,2257.221,2277.032,2302.6958,2331.0476,2357.4478,2348.2578,2313.6235,2291.3516,2268.7212,2243.074,2223.9531,2208.2266,2187.699,2165.5754,2155.489,2123.0398,2111.1345,2112.046,2116.9836,2132.0735,2154.5024,2172.732,2185.9114,2208.0266,2226.6338,2224.9326,2253.7698,2275.366,2299.2874,2334.2046,2352.643,2312.9353,2280.4714,2256.0942,2229.1648,2216.706,2195.387,2167.871,2145.0159,2130.802,2124.0398,2109.0796,2102.6108,2105.053,2116.31,2135.7087,2159.5554,2171.093,2181.3179,2189.1858,2203.0193,2225.828,2245.494,2278.5652,2317.9792,2330.9976,2305.603,2266.9282,2236.3794,2215.7856,2203.067,2187.5674,2157.065,2130.9644,2114.6665,2123.0398,2108.1038,2100.0662,2095.6077,2102.93,2119.24,2140.9138,2148.4307,2156.98,2165.2207,2182.2034,2195.0364,2221.0647,2249.4973,2279.5557,2295.79,2285.7078,2253.7493,2227.6665,2207.158,2194.6296,2171.0723,2144.6003,2122.7214,2102.3762,2120.3975,2107.1191,2097.4902,2092.0928,2093.1655,2103.4897,2118.5825,2126.856,2132.8418,2148.3335,2159.013,2171.4033,2192.3164,2214.525,2245.9062,2267.528,2264.1133,2240.6035,2219.428,2203.6758,2191.173,2171.4016,2147.0796,2115.7366,2094.59,2128.3538,2113.7383,2099.5217,2091.0928,2086.1191,2090.917,2103.0098,2110.8325,2113.2578,2124.7114,2134.596,2149.0989,2160.2847,2186.8389,2205.9124,2228.2722,2243.7644,2229.7454,2213.6575,2198.5771,2186.4407,2170.279,2148.9812,2122.0593,2091.569,2140.9006,2126.0237,2111.7751,2094.4736,2087.2385,2083.5662,2091.1287,2094.1355,2097.4617,2104.8398,2111.7244,2122.7493,2135.4744,2151.8435,2169.7212,2185.632,2207.1077,2218.7957,2205.8276,2190.9478,2173.0654,2165.687,2151.5774,2124.1138,2097.2847,2150.5435,2136.6162,2119.5186,2099.6245,2086.896,2075.5461,2079.895,2080.1848,2080.5645,2079.4792,2086.176,2100.767,2113.8228,2124.9128,2140.4238,2151.0977,2166.2783,2188.443,2179.8228,2162.4153,2147.4792,2155.8467,2149.234,2124.491,2100.2463,2157.2585,2141.338,2122.4836,2101.5898,2086.3577,2072.1865,2066.6829,2065.7646,2060.1743,2057.1802,2062.2903,2073.8398,2087.9526,2097.7532,2107.835,2119.9558,2131.1567,2142.6584,2145.9395,2122.7207,2117.6145,2134.197,2147.8433,2122.895,2096.0276,2164.4211,2147.3105,2128.449,2107.756,2090.7258,2071.9512,2053.1858,2050.7576,2044.8158,2040.3408,2039.5746,2048.7751,2057.8716,2065.3643,2076.7004,2087.301,2090.7336,2099.8538,2096.5105,2079.262,2086.8228,2109.5564,2132.3738,2117.7456,2092.1267,2175.3516,2155.4575,2136.5537,2119.6697,2100.7756,2079.8816,2060.5425,2039.064,2033.5857,2030.1298,2021.7429,2024.6833,2037.4585,2045.045,2051.9612,2056.992,2059.7747,2060.5603,2055.6511,2049.2534,2059.773,2079.2554,2100.0024,2105.3274,2087.0,2183.0398,2167.2383,2145.7896,2130.518,2111.706,2089.7144,2064.0708,2043.8868,2026.7015,2016.9369,2014.0491,2010.8505,2017.3629,2022.2985,2028.1575,2033.0164,2035.4271,2032.3546,2025.9757,2030.5636,2040.9741,2055.7178,2071.042,2086.3674,2079.793,2171.6807,2167.9165,2157.2734,2141.438,2122.6462,2097.877,2073.021,2046.0736,2028.6758,2015.5236,2008.2782,2000.1693,2001.4292,2007.3513,2007.7113,2007.2698,2011.6007,2007.6805,2005.1497,2013.7269,2024.5941,2034.541,2045.8596,2071.971,2073.76,2148.9946,2144.8213,2146.8164,2147.0024,2132.5564,2104.7805,2077.9065,2052.8853,2032.721,2018.5035,2011.2332,1998.6233,1986.3612,1989.1201,1991.8646,1985.8832,1986.8195,1986.8403,1988.3744,1995.3696,2004.7123,2013.6348,2024.0306,2041.3285,2055.0593,2151.0632,2137.0696,2127.1123,2128.8562,2132.839,2112.7407,2085.8926,2063.6086,2038.1552,2022.7683,2009.2887,2000.2975,1990.3347,1979.0836,1974.5989,1974.9688,1970.9791,1969.9584,1971.4836,1979.9353,1986.4255,1993.8188,2004.7659,2016.0797,2025.9412,2153.0288,2135.1968,2125.1746,2118.0684,2115.07,2113.1772,2099.6404,2070.5574,2054.8281,2034.204,2018.7618,2003.1704,1992.6544,1982.6998,1971.7834,1962.0486,1960.4858,1958.0243,1958.5583,1964.5562,1971.5297,1976.9335,1986.9047,1995.8517,2003.4637,2170.8435,2149.0012,2131.0735,2120.0928,2117.941,2114.941,2108.1287,2090.805,2069.4988,2054.519,2037.5396,2019.0239,1997.6035,1984.6565,1972.7686,1961.8215,1949.4705,1948.6134,1947.118,1950.6299,1959.0636,1963.6073,1970.6046,1977.5767,1983.1978,2193.6,2159.9573,2136.1438,2129.7275,2127.838,2124.705,2119.891,2112.2212,2096.1343,2082.257,2068.0586,2041.5135,2013.6125,1992.5615,1978.0012,1965.2617,1952.708,1942.8772,1936.6035,1940.7192,1946.6443,1947.7572,1952.0887,1961.0941,1963.7866,2193.4783,2168.367,2147.942,2149.265,2148.4768,2148.3577,2140.68,2136.6267,2122.0334,2112.7974,2100.919,2064.7893,2031.9758,2003.0729,1983.9452,1970.693,1957.8745,1946.3912,1930.3688,1924.9022,1937.2402,1937.3232,1937.1929,1942.8427,1944.7362}) symbol: class MFStringObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4340105.411173f,737558.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2324.9653,2320.9875,2315.0154,2306.1682,2300.0,2293.2742,2285.5137,2275.2021,2265.4639,2259.2517,2253.574,2244.6365,2259.8962,2271.5208,2277.7498,2272.1904,2256.2598,2238.803,2221.9001,2194.0322,2179.4846,2176.8438,2174.8855,2180.284,2177.2117,2336.857,2330.9355,2323.0283,2314.1287,2312.859,2303.3254,2291.5847,2277.3455,2267.173,2258.6511,2257.7917,2269.4685,2291.0833,2302.7395,2301.0232,2290.8455,2268.0593,2256.7637,2232.4062,2210.7732,2211.6875,2213.4438,2213.5833,2218.1216,2205.9678,2347.8396,2338.9893,2330.878,2326.8264,2326.7395,2322.0183,2311.1694,2295.998,2291.5308,2283.9607,2278.9937,2290.1555,2311.0833,2320.7954,2317.7598,2310.347,2286.888,2263.7683,2246.012,2240.3923,2247.266,2253.0671,2254.5872,2250.4465,2241.0198,2349.0,2345.9182,2341.8784,2339.6467,2339.6355,2340.5315,2329.9092,2320.1733,2317.2708,2313.4097,2300.0703,2301.1104,2324.0195,2333.679,2330.0945,2319.0608,2298.8635,2287.077,2277.761,2274.0571,2288.2048,2291.5615,2289.2422,2294.3215,2269.9468,2340.482,2338.4688,2341.2463,2342.3125,2340.413,2340.3125,2344.8386,2351.02,2355.0625,2341.0696,2318.8005,2313.3352,2336.0312,2347.5312,2342.3599,2328.8499,2324.7124,2319.5986,2311.3003,2307.9536,2323.976,2327.923,2326.4963,2318.4297,2298.8706,2320.968,2316.987,2318.026,2320.337,2320.1458,2322.646,2328.5774,2354.2273,2379.8286,2357.2305,2332.0435,2328.8176,2345.293,2362.7117,2364.2385,2357.788,2356.9275,2355.363,2351.3396,2342.7283,2359.5767,2365.8542,2359.6047,2342.4219,2325.4512,2289.63,2279.6287,2272.6611,2274.0505,2287.3413,2296.2554,2312.2139,2334.6924,2370.6013,2366.5295,2347.436,2344.7134,2357.9978,2380.747,2393.7383,2394.6052,2405.6555,2403.243,2390.496,2382.4202,2391.4314,2392.4412,2380.799,2355.1802,2335.57,2264.3286,2251.3523,2241.646,2243.8562,2260.0854,2276.8647,2291.48,2312.5688,2342.4714,2368.4502,2360.7751,2362.0884,2375.7195,2395.3127,2420.1372,2436.0269,2439.5725,2426.4067,2413.6035,2406.2188,2406.7395,2394.5723,2370.4268,2344.6948,2317.0286,2239.5154,2226.5833,2216.9517,2225.3394,2238.5276,2254.6406,2271.9082,2287.8794,2311.5781,2351.1357,2376.9185,2381.0046,2395.297,2409.746,2428.552,2442.1177,2425.073,2401.353,2382.5366,2377.066,2386.14,2375.9023,2350.463,2319.2847,2295.917,2217.689,2205.4387,2201.879,2210.8042,2222.5127,2236.5522,2250.5295,2266.9302,2292.083,2332.804,2366.7017,2388.7454,2405.7842,2422.267,2426.0156,2407.4763,2385.388,2369.0596,2356.63,2345.3315,2352.9792,2343.678,2325.305,2306.4805,2282.8215,2197.4897,2186.5234,2185.9612,2199.451,2215.2957,2228.292,2240.6865,2252.862,2276.9675,2316.7598,2351.0596,2381.8408,2406.3103,2421.241,2422.6702,2386.7927,2358.9224,2341.5789,2328.9822,2315.7166,2318.2798,2309.988,2296.38,2285.6785,2260.6096,2174.0283,2167.198,2175.0654,2185.0125,2202.001,2215.9065,2225.75,2237.4822,2261.4197,2309.281,2346.6187,2368.9333,2396.3972,2405.0796,2407.2124,2379.6624,2347.6848,2318.1946,2299.7734,2288.9966,2294.5972,2282.4473,2270.4316,2261.8428,2239.7207,2153.7627,2150.2397,2158.641,2167.5505,2184.8252,2199.167,2209.489,2223.2717,2248.0825,2293.0398,2332.5024,2335.2993,2350.948,2379.933,2391.4192,2365.999,2336.2917,2305.1143,2275.252,2260.4133,2269.4287,2259.4453,2243.134,2235.9065,2213.8813,2137.4187,2133.4062,2141.34,2151.128,2164.986,2179.4377,2193.4207,2212.1426,2239.1355,2277.8887,2299.437,2298.2485,2330.3562,2350.9128,2373.0735,2362.344,2321.561,2292.4736,2268.993,2247.4878,2246.1177,2236.6997,2213.983,2200.1494,2181.596,2124.0334,2121.0068,2125.444,2132.325,2147.5308,2170.2722,2185.6624,2200.7153,2227.212,2262.125,2257.221,2277.032,2302.6958,2331.0476,2357.4478,2348.2578,2313.6235,2291.3516,2268.7212,2243.074,2223.9531,2208.2266,2187.699,2165.5754,2155.489,2123.0398,2111.1345,2112.046,2116.9836,2132.0735,2154.5024,2172.732,2185.9114,2208.0266,2226.6338,2224.9326,2253.7698,2275.366,2299.2874,2334.2046,2352.643,2312.9353,2280.4714,2256.0942,2229.1648,2216.706,2195.387,2167.871,2145.0159,2130.802,2124.0398,2109.0796,2102.6108,2105.053,2116.31,2135.7087,2159.5554,2171.093,2181.3179,2189.1858,2203.0193,2225.828,2245.494,2278.5652,2317.9792,2330.9976,2305.603,2266.9282,2236.3794,2215.7856,2203.067,2187.5674,2157.065,2130.9644,2114.6665,2123.0398,2108.1038,2100.0662,2095.6077,2102.93,2119.24,2140.9138,2148.4307,2156.98,2165.2207,2182.2034,2195.0364,2221.0647,2249.4973,2279.5557,2295.79,2285.7078,2253.7493,2227.6665,2207.158,2194.6296,2171.0723,2144.6003,2122.7214,2102.3762,2120.3975,2107.1191,2097.4902,2092.0928,2093.1655,2103.4897,2118.5825,2126.856,2132.8418,2148.3335,2159.013,2171.4033,2192.3164,2214.525,2245.9062,2267.528,2264.1133,2240.6035,2219.428,2203.6758,2191.173,2171.4016,2147.0796,2115.7366,2094.59,2128.3538,2113.7383,2099.5217,2091.0928,2086.1191,2090.917,2103.0098,2110.8325,2113.2578,2124.7114,2134.596,2149.0989,2160.2847,2186.8389,2205.9124,2228.2722,2243.7644,2229.7454,2213.6575,2198.5771,2186.4407,2170.279,2148.9812,2122.0593,2091.569,2140.9006,2126.0237,2111.7751,2094.4736,2087.2385,2083.5662,2091.1287,2094.1355,2097.4617,2104.8398,2111.7244,2122.7493,2135.4744,2151.8435,2169.7212,2185.632,2207.1077,2218.7957,2205.8276,2190.9478,2173.0654,2165.687,2151.5774,2124.1138,2097.2847,2150.5435,2136.6162,2119.5186,2099.6245,2086.896,2075.5461,2079.895,2080.1848,2080.5645,2079.4792,2086.176,2100.767,2113.8228,2124.9128,2140.4238,2151.0977,2166.2783,2188.443,2179.8228,2162.4153,2147.4792,2155.8467,2149.234,2124.491,2100.2463,2157.2585,2141.338,2122.4836,2101.5898,2086.3577,2072.1865,2066.6829,2065.7646,2060.1743,2057.1802,2062.2903,2073.8398,2087.9526,2097.7532,2107.835,2119.9558,2131.1567,2142.6584,2145.9395,2122.7207,2117.6145,2134.197,2147.8433,2122.895,2096.0276,2164.4211,2147.3105,2128.449,2107.756,2090.7258,2071.9512,2053.1858,2050.7576,2044.8158,2040.3408,2039.5746,2048.7751,2057.8716,2065.3643,2076.7004,2087.301,2090.7336,2099.8538,2096.5105,2079.262,2086.8228,2109.5564,2132.3738,2117.7456,2092.1267,2175.3516,2155.4575,2136.5537,2119.6697,2100.7756,2079.8816,2060.5425,2039.064,2033.5857,2030.1298,2021.7429,2024.6833,2037.4585,2045.045,2051.9612,2056.992,2059.7747,2060.5603,2055.6511,2049.2534,2059.773,2079.2554,2100.0024,2105.3274,2087.0,2183.0398,2167.2383,2145.7896,2130.518,2111.706,2089.7144,2064.0708,2043.8868,2026.7015,2016.9369,2014.0491,2010.8505,2017.3629,2022.2985,2028.1575,2033.0164,2035.4271,2032.3546,2025.9757,2030.5636,2040.9741,2055.7178,2071.042,2086.3674,2079.793,2171.6807,2167.9165,2157.2734,2141.438,2122.6462,2097.877,2073.021,2046.0736,2028.6758,2015.5236,2008.2782,2000.1693,2001.4292,2007.3513,2007.7113,2007.2698,2011.6007,2007.6805,2005.1497,2013.7269,2024.5941,2034.541,2045.8596,2071.971,2073.76,2148.9946,2144.8213,2146.8164,2147.0024,2132.5564,2104.7805,2077.9065,2052.8853,2032.721,2018.5035,2011.2332,1998.6233,1986.3612,1989.1201,1991.8646,1985.8832,1986.8195,1986.8403,1988.3744,1995.3696,2004.7123,2013.6348,2024.0306,2041.3285,2055.0593,2151.0632,2137.0696,2127.1123,2128.8562,2132.839,2112.7407,2085.8926,2063.6086,2038.1552,2022.7683,2009.2887,2000.2975,1990.3347,1979.0836,1974.5989,1974.9688,1970.9791,1969.9584,1971.4836,1979.9353,1986.4255,1993.8188,2004.7659,2016.0797,2025.9412,2153.0288,2135.1968,2125.1746,2118.0684,2115.07,2113.1772,2099.6404,2070.5574,2054.8281,2034.204,2018.7618,2003.1704,1992.6544,1982.6998,1971.7834,1962.0486,1960.4858,1958.0243,1958.5583,1964.5562,1971.5297,1976.9335,1986.9047,1995.8517,2003.4637,2170.8435,2149.0012,2131.0735,2120.0928,2117.941,2114.941,2108.1287,2090.805,2069.4988,2054.519,2037.5396,2019.0239,1997.6035,1984.6565,1972.7686,1961.8215,1949.4705,1948.6134,1947.118,1950.6299,1959.0636,1963.6073,1970.6046,1977.5767,1983.1978,2193.6,2159.9573,2136.1438,2129.7275,2127.838,2124.705,2119.891,2112.2212,2096.1343,2082.257,2068.0586,2041.5135,2013.6125,1992.5615,1978.0012,1965.2617,1952.708,1942.8772,1936.6035,1940.7192,1946.6443,1947.7572,1952.0887,1961.0941,1963.7866,2193.4783,2168.367,2147.942,2149.265,2148.4768,2148.3577,2140.68,2136.6267,2122.0334,2112.7974,2100.919,2064.7893,2031.9758,2003.0729,1983.9452,1970.693,1957.8745,1946.3912,1930.3688,1924.9022,1937.2402,1937.3232,1937.1929,1942.8427,1944.7362}) symbol: class GeoElevationGridObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw000.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw000.jpg\"")))) symbol: class MFStringObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw000.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw000.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD000 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD000 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD000 Error: Could not find or load main class Basic.Geospatial.SquawLOD000 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD001.java produced from SquawLOD001.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD001 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD001 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD001 Error: Could not find or load main class Basic.Geospatial.SquawLOD001 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD002.java produced from SquawLOD002.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4341718.744506f,737558.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2193.4783,2168.367,2147.942,2149.265,2148.4768,2148.3577,2140.68,2136.6267,2122.0334,2112.7974,2100.919,2064.7893,2031.9758,2003.0729,1983.9452,1970.693,1957.8745,1946.3912,1930.3688,1924.9022,1937.2402,1937.3232,1937.1929,1942.8427,1944.7362,2204.2766,2179.8188,2171.0679,2181.9072,2174.2441,2174.6665,2165.9958,2164.8213,2154.278,2137.1992,2107.8162,2074.1548,2041.7773,2012.5387,1991.9797,1977.6965,1960.1868,1945.9945,1936.5957,1917.5837,1921.7946,1927.3182,1920.7788,1924.7994,1927.805,2222.8284,2192.1519,2201.2405,2214.5774,2205.2715,2199.392,2189.569,2194.914,2193.8372,2177.4395,2137.7861,2099.0007,2062.3167,2027.8965,1999.3704,1976.152,1961.749,1943.9662,1933.5311,1923.4602,1906.2872,1906.0969,1900.7965,1908.7106,1913.1959,2244.8457,2221.592,2230.5095,2237.1587,2235.9426,2216.1309,2214.915,2218.6013,2237.283,2214.6057,2169.6274,2119.5762,2078.8625,2045.722,2015.1646,1982.7919,1958.3118,1943.3912,1931.9805,1920.5704,1911.1091,1901.546,1899.0,1899.3772,1906.7015,2254.053,2255.9602,2269.735,2264.9072,2257.7156,2246.1458,2243.1724,2253.4038,2250.6758,2207.2727,2169.0608,2127.438,2093.3188,2052.9353,2013.3055,1985.4645,1961.749,1944.855,1929.9805,1915.067,1905.5432,1901.0,1899.0,1901.0,1905.3507,2292.1274,2289.33,2296.1968,2293.1155,2290.4053,2276.4583,2278.7876,2272.971,2211.8972,2184.0107,2124.691,2095.1777,2072.3367,2024.3828,1991.3704,1971.518,1955.1868,1939.2662,1919.8564,1907.455,1901.0,1900.0,1899.0,1901.0,1903.9729,2317.018,2321.9167,2311.9316,2304.591,2293.9312,2283.0415,2269.189,2252.0283,2200.8975,2129.6807,2096.944,2056.4094,2014.9855,1993.8477,1972.4213,1952.3097,1935.9784,1920.6328,1909.8563,1901.4736,1897.9619,1897.0,1898.9503,1900.3458,1901.3507,2295.1118,2298.37,2288.515,2275.366,2262.5034,2252.2915,2233.0334,2207.0225,2153.4104,2098.896,2057.551,2029.0415,1993.5289,1965.2887,1945.912,1930.4465,1918.0618,1908.7445,1902.3652,1899.4521,1897.4753,1897.0,1897.0,1899.0,1900.3069,2267.307,2270.1733,2263.1326,2250.4448,2234.6238,2210.222,2187.39,2143.4224,2097.1655,2059.092,2028.1796,2005.4429,1975.0396,1947.824,1926.5887,1917.0089,1909.635,1901.773,1898.915,1897.0,1897.0,1897.0,1897.0,1897.0,1898.2922,2242.932,2242.798,2233.8826,2224.2173,2211.5244,2181.5107,2147.367,2107.0156,2061.9688,2023.1282,1998.5,1977.14,1956.8079,1931.0143,1916.8644,1910.2024,1904.3201,1899.4637,1897.0,1897.0,1897.0,1897.0,1897.0,1897.0,1897.0,2218.7234,2217.7998,2206.1326,2201.2964,2186.2156,2158.411,2111.4377,2067.4922,2038.0204,2004.9493,1978.113,1959.4475,1934.3265,1919.0549,1911.3843,1906.7189,1902.1873,1900.0,1899.0,1898.0,1897.0,1897.0,1897.0,1897.0944,1897.0876,2194.2368,2192.5813,2186.2383,2196.1113,2160.703,2124.0818,2084.3862,2049.1768,2010.8939,1986.4886,1960.0862,1937.5468,1924.4104,1912.3578,1909.2722,1905.2909,1902.2916,1902.1353,1901.0,1899.1508,1898.0,1898.1255,1899.0,1900.0,1900.2916,2168.6624,2168.693,2166.0,2180.488,2141.367,2100.0203,2061.3093,2026.0558,1994.5017,1968.8416,1946.3536,1928.5524,1915.8833,1911.3578,1909.128,1907.137,1905.7706,1905.0,1902.6602,1901.0,1900.3334,1900.3334,1901.0,1902.9182,1905.4502,2147.1118,2144.1797,2150.985,2162.2112,2119.0227,2082.8118,2045.9084,2009.6412,1983.0857,1957.5088,1936.2859,1923.6095,1916.9133,1912.5986,1910.6151,1910.375,1910.375,1908.174,1905.8652,1904.375,1903.375,1904.375,1905.375,1907.6108,1911.5942,2124.3333,2121.9563,2140.8696,2143.9482,2105.8325,2074.312,2034.7169,1999.1097,1976.6157,1953.5105,1937.0891,1924.3048,1919.3313,1914.3578,1913.2566,1914.4166,1913.4373,1911.4166,1909.4166,1908.4166,1908.0,1908.4166,1910.4166,1912.1572,1915.9136,2096.0894,2100.629,2123.9016,2112.5667,2082.8374,2059.0334,2021.8308,1990.077,1969.1141,1954.7552,1942.0149,1930.2075,1922.4584,1919.2744,1920.5325,1919.6466,1916.6587,1914.4637,1912.4584,1912.0,1911.4584,1912.1971,1916.7788,1921.5793,1922.9698,2083.5464,2083.7217,2105.3345,2088.0564,2059.0366,2031.4474,2002.8612,1978.1925,1963.1758,1955.1294,1948.0565,1936.8048,1928.6625,1925.5,1928.5,1923.7053,1922.9373,1920.0,1920.0,1919.5167,1919.7284,1922.6454,1935.8075,1937.9341,1931.8246,2057.3882,2064.638,2085.0266,2083.2546,2044.5676,2012.0037,1981.709,1971.7482,1963.4504,1957.2517,1951.1508,1950.223,1938.4146,1934.441,1932.2594,1931.625,1929.5206,1929.9155,1931.1348,1933.9049,1936.2443,1942.3358,1954.9741,1952.0411,1944.625,2043.8466,2049.154,2065.4016,2063.115,2028.263,2002.5621,1972.7611,1964.6154,1960.642,1956.2517,1954.6992,1953.5834,1949.4979,1941.8822,1937.1991,1945.3334,1940.0782,1949.3334,1951.8625,1953.6487,1950.3466,1958.8479,1962.8447,1963.4905,1961.3053,2029.5133,2037.7102,2040.7839,2036.188,2010.6467,1991.3877,1968.2021,1960.5737,1958.0845,1959.0927,1960.625,1958.8154,1956.5813,1950.7155,1953.107,1969.3817,1957.4377,1962.875,1968.8945,1972.198,1969.5,1970.25,1975.6825,1979.7335,1983.1772,2013.3157,2019.3334,2016.0442,2012.914,1995.477,1973.965,1959.6204,1958.0,1958.0,1962.2471,1967.3334,1967.0,1965.2188,1959.3334,1974.0016,1982.1727,1971.6249,1978.5363,1984.3463,1984.6555,1989.1522,1981.4768,1991.0062,1997.3772,2006.2687,2005.301,2001.875,1997.669,1994.875,1985.941,1971.4797,1959.2225,1960.5096,1963.1914,1969.0914,1975.2196,1976.7084,1971.8445,1976.7601,1989.1445,1985.6562,1984.9794,1996.7494,1996.2737,2001.0507,2000.5432,1995.5553,2005.0446,2016.5879,2029.075,2017.0,2004.6193,1993.7153,1983.6392,1975.7385,1968.1144,1964.5,1970.1025,1977.2748,1978.5,1982.2218,1986.6738,1982.9187,1998.6401,1997.2303,1994.5,1999.2976,2012.75,2010.25,2010.5,2009.25,2008.1105,2021.0575,2036.6647,2050.7014,2030.623,2009.9109,1999.8717,1986.9579,1980.4943,1974.9071,1976.2028,1985.7278,1991.5364,1986.6504,1986.5134,1989.5654,1997.3812,2014.3594,2005.9921,2002.3809,2007.3806,2016.7524,2020.9869,2022.4757,2024.8601,2023.4574,2035.1825,2048.5994,2072.292,2041.7307,2017.5056,2006.6436,1996.8522,1989.9052,1984.9548,1993.5063,2002.4679,2003.6666,1996.7086,1994.8986,1997.5286,2014.175,2026.7737,2019.8843,2010.3243,2016.2294,2024.3527,2034.8431,2035.0973,2034.1234,2047.2908,2058.41,2068.028,2081.8533,2046.053,2034.7045,2024.6324,2011.9032,2002.6399,2002.2267,2011.5563,2013.875,2011.1002,2007.9082,1999.1532,2008.7976,2027.8851,2047.1768,2040.239,2019.9264,2027.8057,2037.1613,2046.1348,2050.5603,2058.202,2075.5408,2086.257,2093.3818,2106.9514,2060.7754,2054.7063,2045.7821,2029.0377,2020.5,2019.5922,2022.2468,2019.8499,2018.8334,2011.8334,2010.8334,2024.473,2044.0938,2060.2844,2042.3055,2029.3392,2047.4487,2047.9059,2062.7695,2070.5498,2083.403,2102.2686,2113.854,2123.286,2137.0173,2081.8594,2078.835,2073.905,2060.9016,2049.1077,2034.3834,2036.6338,2034.2225,2032.5988,2029.8715,2020.68,2033.7103,2049.655,2051.4797,2040.7155,2044.0535,2056.0005,2067.9783,2081.3413,2096.2415,2107.6826,2121.05,2142.4314,2153.5305,2163.1423,2105.0398,2094.0398,2089.1326,2083.0,2075.3577,2053.2915,2057.4832,2059.3975,2053.0,2033.5035,2029.7218,2041.0857,2050.0,2048.7156,2046.0,2057.1785,2070.6882,2090.145,2110.5293,2117.4832,2134.3704,2143.4302,2156.0188,2176.8862,2192.3508,2113.068,2108.0796,2098.1326,2090.2234,2086.005,2072.3748,2067.0417,2073.0251,2056.9595,2038.5658,2040.9185,2045.4448,2052.0278,2052.4263,2055.9883,2071.942,2093.488,2117.8171,2137.1658,2148.7534,2160.4468,2172.2678,2177.4612,2194.0632,2215.219,2111.9563,2104.1594,2095.0056,2091.0928,2086.2285,2078.3628,2071.2556,2063.3142,2048.8237,2047.3561,2050.782,2053.1414,2056.7522,2059.8625,2071.7644,2094.4612,2124.6313,2145.6003,2155.9265,2169.74,2183.7869,2205.2412,2206.9038,2220.088,2231.8682,2116.2615,2111.1697,2101.2659,2093.2178,2084.3635,2079.2708,2074.2974,2059.5474,2056.153,2055.125,2058.8467,2062.25,2064.9187,2071.695,2092.915,2121.4463,2148.0015,2170.837,2185.2598,2188.656,2209.384,2226.987,2235.757,2244.0493,2250.581,2124.169,2118.246,2109.4658,2100.852,2091.4053,2082.3125,2078.5056,2070.7307,2064.5586,2060.795,2066.6565,2073.311,2075.0593,2088.7708,2112.412,2139.0354,2166.6782,2190.5676,2210.0293,2222.3972,2228.1274,2249.3877,2265.8076,2275.2107,2275.965}) symbol: class MFStringObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4341718.744506f,737558.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2193.4783,2168.367,2147.942,2149.265,2148.4768,2148.3577,2140.68,2136.6267,2122.0334,2112.7974,2100.919,2064.7893,2031.9758,2003.0729,1983.9452,1970.693,1957.8745,1946.3912,1930.3688,1924.9022,1937.2402,1937.3232,1937.1929,1942.8427,1944.7362,2204.2766,2179.8188,2171.0679,2181.9072,2174.2441,2174.6665,2165.9958,2164.8213,2154.278,2137.1992,2107.8162,2074.1548,2041.7773,2012.5387,1991.9797,1977.6965,1960.1868,1945.9945,1936.5957,1917.5837,1921.7946,1927.3182,1920.7788,1924.7994,1927.805,2222.8284,2192.1519,2201.2405,2214.5774,2205.2715,2199.392,2189.569,2194.914,2193.8372,2177.4395,2137.7861,2099.0007,2062.3167,2027.8965,1999.3704,1976.152,1961.749,1943.9662,1933.5311,1923.4602,1906.2872,1906.0969,1900.7965,1908.7106,1913.1959,2244.8457,2221.592,2230.5095,2237.1587,2235.9426,2216.1309,2214.915,2218.6013,2237.283,2214.6057,2169.6274,2119.5762,2078.8625,2045.722,2015.1646,1982.7919,1958.3118,1943.3912,1931.9805,1920.5704,1911.1091,1901.546,1899.0,1899.3772,1906.7015,2254.053,2255.9602,2269.735,2264.9072,2257.7156,2246.1458,2243.1724,2253.4038,2250.6758,2207.2727,2169.0608,2127.438,2093.3188,2052.9353,2013.3055,1985.4645,1961.749,1944.855,1929.9805,1915.067,1905.5432,1901.0,1899.0,1901.0,1905.3507,2292.1274,2289.33,2296.1968,2293.1155,2290.4053,2276.4583,2278.7876,2272.971,2211.8972,2184.0107,2124.691,2095.1777,2072.3367,2024.3828,1991.3704,1971.518,1955.1868,1939.2662,1919.8564,1907.455,1901.0,1900.0,1899.0,1901.0,1903.9729,2317.018,2321.9167,2311.9316,2304.591,2293.9312,2283.0415,2269.189,2252.0283,2200.8975,2129.6807,2096.944,2056.4094,2014.9855,1993.8477,1972.4213,1952.3097,1935.9784,1920.6328,1909.8563,1901.4736,1897.9619,1897.0,1898.9503,1900.3458,1901.3507,2295.1118,2298.37,2288.515,2275.366,2262.5034,2252.2915,2233.0334,2207.0225,2153.4104,2098.896,2057.551,2029.0415,1993.5289,1965.2887,1945.912,1930.4465,1918.0618,1908.7445,1902.3652,1899.4521,1897.4753,1897.0,1897.0,1899.0,1900.3069,2267.307,2270.1733,2263.1326,2250.4448,2234.6238,2210.222,2187.39,2143.4224,2097.1655,2059.092,2028.1796,2005.4429,1975.0396,1947.824,1926.5887,1917.0089,1909.635,1901.773,1898.915,1897.0,1897.0,1897.0,1897.0,1897.0,1898.2922,2242.932,2242.798,2233.8826,2224.2173,2211.5244,2181.5107,2147.367,2107.0156,2061.9688,2023.1282,1998.5,1977.14,1956.8079,1931.0143,1916.8644,1910.2024,1904.3201,1899.4637,1897.0,1897.0,1897.0,1897.0,1897.0,1897.0,1897.0,2218.7234,2217.7998,2206.1326,2201.2964,2186.2156,2158.411,2111.4377,2067.4922,2038.0204,2004.9493,1978.113,1959.4475,1934.3265,1919.0549,1911.3843,1906.7189,1902.1873,1900.0,1899.0,1898.0,1897.0,1897.0,1897.0,1897.0944,1897.0876,2194.2368,2192.5813,2186.2383,2196.1113,2160.703,2124.0818,2084.3862,2049.1768,2010.8939,1986.4886,1960.0862,1937.5468,1924.4104,1912.3578,1909.2722,1905.2909,1902.2916,1902.1353,1901.0,1899.1508,1898.0,1898.1255,1899.0,1900.0,1900.2916,2168.6624,2168.693,2166.0,2180.488,2141.367,2100.0203,2061.3093,2026.0558,1994.5017,1968.8416,1946.3536,1928.5524,1915.8833,1911.3578,1909.128,1907.137,1905.7706,1905.0,1902.6602,1901.0,1900.3334,1900.3334,1901.0,1902.9182,1905.4502,2147.1118,2144.1797,2150.985,2162.2112,2119.0227,2082.8118,2045.9084,2009.6412,1983.0857,1957.5088,1936.2859,1923.6095,1916.9133,1912.5986,1910.6151,1910.375,1910.375,1908.174,1905.8652,1904.375,1903.375,1904.375,1905.375,1907.6108,1911.5942,2124.3333,2121.9563,2140.8696,2143.9482,2105.8325,2074.312,2034.7169,1999.1097,1976.6157,1953.5105,1937.0891,1924.3048,1919.3313,1914.3578,1913.2566,1914.4166,1913.4373,1911.4166,1909.4166,1908.4166,1908.0,1908.4166,1910.4166,1912.1572,1915.9136,2096.0894,2100.629,2123.9016,2112.5667,2082.8374,2059.0334,2021.8308,1990.077,1969.1141,1954.7552,1942.0149,1930.2075,1922.4584,1919.2744,1920.5325,1919.6466,1916.6587,1914.4637,1912.4584,1912.0,1911.4584,1912.1971,1916.7788,1921.5793,1922.9698,2083.5464,2083.7217,2105.3345,2088.0564,2059.0366,2031.4474,2002.8612,1978.1925,1963.1758,1955.1294,1948.0565,1936.8048,1928.6625,1925.5,1928.5,1923.7053,1922.9373,1920.0,1920.0,1919.5167,1919.7284,1922.6454,1935.8075,1937.9341,1931.8246,2057.3882,2064.638,2085.0266,2083.2546,2044.5676,2012.0037,1981.709,1971.7482,1963.4504,1957.2517,1951.1508,1950.223,1938.4146,1934.441,1932.2594,1931.625,1929.5206,1929.9155,1931.1348,1933.9049,1936.2443,1942.3358,1954.9741,1952.0411,1944.625,2043.8466,2049.154,2065.4016,2063.115,2028.263,2002.5621,1972.7611,1964.6154,1960.642,1956.2517,1954.6992,1953.5834,1949.4979,1941.8822,1937.1991,1945.3334,1940.0782,1949.3334,1951.8625,1953.6487,1950.3466,1958.8479,1962.8447,1963.4905,1961.3053,2029.5133,2037.7102,2040.7839,2036.188,2010.6467,1991.3877,1968.2021,1960.5737,1958.0845,1959.0927,1960.625,1958.8154,1956.5813,1950.7155,1953.107,1969.3817,1957.4377,1962.875,1968.8945,1972.198,1969.5,1970.25,1975.6825,1979.7335,1983.1772,2013.3157,2019.3334,2016.0442,2012.914,1995.477,1973.965,1959.6204,1958.0,1958.0,1962.2471,1967.3334,1967.0,1965.2188,1959.3334,1974.0016,1982.1727,1971.6249,1978.5363,1984.3463,1984.6555,1989.1522,1981.4768,1991.0062,1997.3772,2006.2687,2005.301,2001.875,1997.669,1994.875,1985.941,1971.4797,1959.2225,1960.5096,1963.1914,1969.0914,1975.2196,1976.7084,1971.8445,1976.7601,1989.1445,1985.6562,1984.9794,1996.7494,1996.2737,2001.0507,2000.5432,1995.5553,2005.0446,2016.5879,2029.075,2017.0,2004.6193,1993.7153,1983.6392,1975.7385,1968.1144,1964.5,1970.1025,1977.2748,1978.5,1982.2218,1986.6738,1982.9187,1998.6401,1997.2303,1994.5,1999.2976,2012.75,2010.25,2010.5,2009.25,2008.1105,2021.0575,2036.6647,2050.7014,2030.623,2009.9109,1999.8717,1986.9579,1980.4943,1974.9071,1976.2028,1985.7278,1991.5364,1986.6504,1986.5134,1989.5654,1997.3812,2014.3594,2005.9921,2002.3809,2007.3806,2016.7524,2020.9869,2022.4757,2024.8601,2023.4574,2035.1825,2048.5994,2072.292,2041.7307,2017.5056,2006.6436,1996.8522,1989.9052,1984.9548,1993.5063,2002.4679,2003.6666,1996.7086,1994.8986,1997.5286,2014.175,2026.7737,2019.8843,2010.3243,2016.2294,2024.3527,2034.8431,2035.0973,2034.1234,2047.2908,2058.41,2068.028,2081.8533,2046.053,2034.7045,2024.6324,2011.9032,2002.6399,2002.2267,2011.5563,2013.875,2011.1002,2007.9082,1999.1532,2008.7976,2027.8851,2047.1768,2040.239,2019.9264,2027.8057,2037.1613,2046.1348,2050.5603,2058.202,2075.5408,2086.257,2093.3818,2106.9514,2060.7754,2054.7063,2045.7821,2029.0377,2020.5,2019.5922,2022.2468,2019.8499,2018.8334,2011.8334,2010.8334,2024.473,2044.0938,2060.2844,2042.3055,2029.3392,2047.4487,2047.9059,2062.7695,2070.5498,2083.403,2102.2686,2113.854,2123.286,2137.0173,2081.8594,2078.835,2073.905,2060.9016,2049.1077,2034.3834,2036.6338,2034.2225,2032.5988,2029.8715,2020.68,2033.7103,2049.655,2051.4797,2040.7155,2044.0535,2056.0005,2067.9783,2081.3413,2096.2415,2107.6826,2121.05,2142.4314,2153.5305,2163.1423,2105.0398,2094.0398,2089.1326,2083.0,2075.3577,2053.2915,2057.4832,2059.3975,2053.0,2033.5035,2029.7218,2041.0857,2050.0,2048.7156,2046.0,2057.1785,2070.6882,2090.145,2110.5293,2117.4832,2134.3704,2143.4302,2156.0188,2176.8862,2192.3508,2113.068,2108.0796,2098.1326,2090.2234,2086.005,2072.3748,2067.0417,2073.0251,2056.9595,2038.5658,2040.9185,2045.4448,2052.0278,2052.4263,2055.9883,2071.942,2093.488,2117.8171,2137.1658,2148.7534,2160.4468,2172.2678,2177.4612,2194.0632,2215.219,2111.9563,2104.1594,2095.0056,2091.0928,2086.2285,2078.3628,2071.2556,2063.3142,2048.8237,2047.3561,2050.782,2053.1414,2056.7522,2059.8625,2071.7644,2094.4612,2124.6313,2145.6003,2155.9265,2169.74,2183.7869,2205.2412,2206.9038,2220.088,2231.8682,2116.2615,2111.1697,2101.2659,2093.2178,2084.3635,2079.2708,2074.2974,2059.5474,2056.153,2055.125,2058.8467,2062.25,2064.9187,2071.695,2092.915,2121.4463,2148.0015,2170.837,2185.2598,2188.656,2209.384,2226.987,2235.757,2244.0493,2250.581,2124.169,2118.246,2109.4658,2100.852,2091.4053,2082.3125,2078.5056,2070.7307,2064.5586,2060.795,2066.6565,2073.311,2075.0593,2088.7708,2112.412,2139.0354,2166.6782,2190.5676,2210.0293,2222.3972,2228.1274,2249.3877,2265.8076,2275.2107,2275.965}) symbol: class GeoElevationGridObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw001.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw001.jpg\"")))) symbol: class MFStringObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw001.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw001.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD002 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD002 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD002 Error: Could not find or load main class Basic.Geospatial.SquawLOD002 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD003.java produced from SquawLOD003.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD003 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD003 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD003 Error: Could not find or load main class Basic.Geospatial.SquawLOD003 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD004.java produced from SquawLOD004.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4343332.077840f,737558.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2124.169,2118.246,2109.4658,2100.852,2091.4053,2082.3125,2078.5056,2070.7307,2064.5586,2060.795,2066.6565,2073.311,2075.0593,2088.7708,2112.412,2139.0354,2166.6782,2190.5676,2210.0293,2222.3972,2228.1274,2249.3877,2265.8076,2275.2107,2275.965,2132.2944,2127.357,2123.2874,2114.4668,2105.6023,2098.7466,2092.5474,2085.754,2075.7317,2070.1875,2080.5403,2091.0417,2091.3433,2100.5322,2117.1365,2146.9463,2171.4175,2200.7314,2225.1982,2247.731,2258.0193,2272.5796,2298.2334,2304.5625,2297.7344,2149.3083,2146.2952,2142.3613,2132.3342,2125.5266,2119.3818,2111.5706,2102.5273,2085.2576,2083.9695,2096.2998,2103.8132,2105.177,2114.045,2126.5857,2141.1384,2170.3174,2199.1584,2231.0874,2258.4783,2276.4563,2297.016,2321.816,2337.9993,2321.5798,2174.1455,2172.1702,2169.2363,2157.5654,2144.2195,2136.3853,2129.4417,2117.8826,2094.9253,2105.3723,2107.4988,2117.7852,2122.089,2124.2754,2149.536,2161.7007,2169.7854,2197.6812,2229.5369,2258.933,2282.295,2306.721,2334.23,2355.0833,2343.5813,2201.9478,2201.938,2198.0142,2190.1428,2171.4263,2151.4148,2138.336,2121.6067,2112.062,2128.7065,2128.2083,2135.3489,2141.62,2138.302,2156.0789,2180.3257,2196.642,2208.0308,2226.0442,2256.9153,2283.2837,2304.7314,2326.6401,2341.7856,2337.618,2232.7424,2228.7239,2223.8406,2217.005,2188.7734,2160.8228,2131.4053,2134.151,2136.5388,2152.0305,2152.5964,2151.2551,2162.1267,2163.132,2162.6667,2187.4905,2212.1155,2233.338,2245.7488,2258.7524,2280.872,2301.766,2320.6602,2333.4395,2330.328,2258.615,2249.8367,2237.18,2216.451,2187.1138,2160.1118,2144.4958,2156.283,2165.2957,2176.7856,2178.0774,2171.7107,2184.9382,2189.2715,2189.5208,2191.7021,2227.2974,2256.4417,2273.2097,2285.5671,2296.9346,2309.9712,2322.68,2331.6746,2326.354,2279.555,2263.8152,2243.036,2213.5784,2182.5962,2159.7122,2164.738,2186.4258,2200.862,2206.0608,2200.5908,2198.014,2211.5735,2216.9548,2217.5823,2213.3596,2230.8892,2266.103,2293.7515,2309.3047,2323.226,2331.972,2337.4175,2338.7256,2317.4353,2291.8772,2270.2327,2238.696,2204.7986,2179.6262,2168.428,2189.7139,2212.4585,2231.4285,2236.169,2224.325,2225.626,2245.8286,2254.014,2249.339,2242.9258,2239.003,2269.068,2300.9092,2329.5571,2349.0989,2351.4028,2355.15,2342.9644,2314.597,2291.2346,2270.0544,2240.0295,2213.9287,2187.6436,2190.2754,2214.0464,2240.0862,2263.179,2269.3315,2255.649,2248.8608,2274.3005,2285.2358,2283.5935,2271.8684,2273.171,2282.9026,2302.855,2330.5112,2354.6519,2365.3857,2362.0386,2343.2283,2315.413,2299.589,2282.7524,2248.1733,2224.119,2200.7014,2209.7197,2230.348,2259.1514,2284.224,2297.6875,2286.0789,2279.8972,2303.9126,2314.408,2308.1277,2305.737,2310.7832,2308.4688,2318.7659,2336.7935,2353.3704,2362.577,2352.3145,2335.442,2317.6738,2314.5295,2293.5078,2258.9075,2231.1174,2213.2395,2229.1497,2246.598,2275.0515,2304.0845,2327.9912,2312.2473,2316.1091,2329.3237,2340.017,2337.788,2335.426,2338.7327,2336.289,2340.994,2360.6418,2367.6953,2351.895,2337.1584,2324.6287,2311.4546,2331.175,2306.4932,2269.7317,2239.7947,2228.016,2252.5808,2274.87,2293.6746,2310.5854,2338.8767,2341.0728,2352.0684,2364.0845,2372.2708,2366.7659,2366.86,2366.8472,2361.311,2361.8667,2374.6128,2362.918,2343.013,2321.845,2302.2188,2295.163,2347.0842,2317.9424,2280.5828,2253.4023,2242.1504,2264.381,2294.9324,2315.9133,2332.96,2349.9429,2371.062,2380.0806,2392.3916,2401.0625,2393.8638,2393.3972,2384.4685,2378.1409,2370.6548,2365.1626,2354.3645,2342.5703,2316.9004,2291.491,2270.6477,2359.3376,2325.9858,2291.7058,2266.172,2263.5693,2269.945,2295.4963,2322.008,2344.099,2365.3835,2390.993,2406.993,2419.4773,2414.4307,2404.2104,2395.9358,2375.7385,2362.0732,2355.2786,2350.464,2338.965,2336.0586,2317.9812,2291.491,2266.597,2369.7056,2330.9412,2299.9792,2287.5894,2287.503,2288.474,2306.4646,2327.364,2344.3142,2367.4895,2397.2842,2417.6614,2420.488,2399.4353,2379.5068,2362.7134,2348.881,2337.8894,2326.4521,2326.962,2317.6255,2322.4846,2316.7773,2290.3582,2263.6387,2364.928,2335.8115,2311.9836,2308.7322,2312.7961,2310.3752,2324.784,2348.4966,2366.2852,2376.825,2398.49,2416.8176,2406.8416,2380.9172,2353.6296,2337.1921,2325.5828,2313.5266,2301.5537,2299.7083,2293.6787,2299.809,2298.5825,2283.9883,2263.2463,2365.1355,2346.2354,2330.224,2341.0864,2342.2842,2339.8347,2352.6328,2368.9602,2390.477,2401.3037,2406.8193,2411.4087,2399.6052,2372.1313,2343.0518,2323.7876,2308.26,2297.851,2287.1394,2279.8806,2271.304,2273.8472,2270.7188,2262.0164,2250.4187,2378.0535,2356.6824,2357.3516,2367.8354,2371.5173,2369.1665,2378.0007,2391.1199,2407.723,2422.2605,2418.7036,2408.2595,2390.1458,2364.6018,2341.4177,2320.1396,2301.0947,2289.1938,2277.484,2266.2734,2254.5432,2251.4966,2241.9753,2229.7212,2218.452,2389.9773,2370.4258,2381.61,2394.2075,2400.2805,2402.2812,2403.9368,2418.3218,2431.4246,2435.1892,2425.4514,2407.5884,2384.501,2356.1465,2334.4524,2316.4504,2300.8745,2288.9275,2277.959,2272.1797,2268.9495,2261.8127,2246.7263,2221.4111,2193.376,2401.3362,2390.6963,2398.6606,2416.0642,2425.4976,2431.4585,2438.2598,2447.293,2453.1746,2447.2986,2425.7998,2405.785,2384.325,2359.865,2339.6226,2320.6663,2302.1187,2294.3318,2289.571,2284.5945,2280.9773,2270.5735,2252.385,2231.925,2207.1143,2411.8171,2411.5415,2420.531,2431.9197,2447.038,2455.7925,2464.1548,2471.7979,2466.7146,2447.1582,2423.7136,2404.4966,2385.9233,2364.6875,2345.9363,2325.8782,2311.0725,2303.4475,2299.2888,2292.916,2282.0864,2267.9106,2250.2239,2231.0918,2209.457,2430.8362,2436.7578,2443.7566,2452.273,2466.7864,2480.4783,2487.0938,2481.762,2468.6758,2446.847,2425.113,2407.2788,2389.5688,2367.5615,2349.133,2336.326,2325.6038,2314.4612,2303.616,2289.821,2273.9006,2259.98,2241.6558,2223.7617,2204.2324,2450.3193,2457.2798,2464.2532,2475.701,2489.751,2496.8438,2500.105,2486.9917,2470.231,2449.5056,2429.4429,2412.3447,2393.8755,2373.733,2359.8125,2345.562,2328.982,2316.0908,2297.9792,2282.5667,2261.3625,2242.9595,2221.465,2207.926,2196.6387,2464.282,2473.5107,2484.048,2497.9023,2509.2373,2519.1208,2511.9348,2493.584,2475.1296,2454.7747,2435.13,2418.2095,2399.3867,2383.3684,2367.5613,2345.88,2319.596,2293.1064,2276.7495,2267.4153,2247.832,2226.238,2201.3804,2182.504,2179.875,2463.7063,2478.8704,2497.2559,2515.4788,2529.6838,2538.6355,2522.56,2501.463,2480.3633,2462.4622,2440.6338,2424.1746,2407.2542,2391.594,2374.7263,2343.9602,2320.2583,2294.3757,2274.482,2254.588,2237.8127,2224.8086,2205.2034,2176.6345,2156.557,2449.7212,2473.5754,2501.6687,2528.5361,2547.3193,2554.677,2537.689,2507.0386,2483.901,2466.007,2447.113,2429.14,2414.963,2400.9465,2381.7627,2358.0945,2334.7363,2305.9958,2284.4124,2264.4019,2247.7524,2230.0532,2206.7556,2179.4058,2156.0996,2446.5518,2468.4192,2497.0295,2523.0793,2552.8308,2554.774,2525.5999,2501.421,2478.1458,2460.625,2443.54,2429.4185,2417.2805,2403.3335,2382.964,2362.0042,2336.8596,2309.7458,2288.2603,2269.5503,2250.364,2228.931,2202.6545,2175.8086,2152.664,2432.3088,2457.3325,2483.9111,2513.9749,2540.9353,2533.1265,2508.3765,2484.3687,2462.155,2442.382,2422.8972,2410.0854,2397.492,2381.3923,2363.8157,2340.3645,2312.8423,2289.23,2272.6895,2259.7637,2249.2324,2230.279,2206.9812,2179.6392,2154.597,2416.569,2443.4368,2468.3042,2496.4036,2527.28,2525.8083,2501.2556,2474.9407,2450.2751,2425.5017,2402.2683,2384.5867,2372.3862,2359.1514,2342.0508,2320.9285,2296.3845,2272.0757,2249.4749,2234.4888,2225.5344,2217.8262,2201.9087,2179.1113,2160.0042,2399.572,2430.7615,2460.582,2491.264,2521.3066,2536.898,2512.2222,2484.1675,2457.2998,2435.1807,2411.2866,2388.6973,2363.1382,2342.431,2319.5408,2300.885,2283.0024,2262.145,2239.9363,2225.5503,2216.047,2216.5664,2214.5586,2194.2874,2171.801,2382.8418,2427.7217,2456.7314,2483.4841,2513.4646,2516.031,2502.2473,2485.6804,2464.901,2444.0981,2420.2173,2397.5918,2372.0396,2341.575,2309.762,2279.643,2263.149,2249.211,2236.3667,2225.5503,2218.052,2221.0225,2218.5962,2200.756,2182.1902,2379.8809,2423.7205,2453.6514,2476.6116,2498.59,2488.511,2476.2578,2466.1155,2464.9307,2449.0156,2429.4133,2404.529,2373.9875,2343.5042,2312.6064,2291.7297,2270.248,2249.907,2236.9978,2228.5251,2225.0173,2223.5771,2219.1924,2203.8855,2196.052}) symbol: class MFStringObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4343332.077840f,737558.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2124.169,2118.246,2109.4658,2100.852,2091.4053,2082.3125,2078.5056,2070.7307,2064.5586,2060.795,2066.6565,2073.311,2075.0593,2088.7708,2112.412,2139.0354,2166.6782,2190.5676,2210.0293,2222.3972,2228.1274,2249.3877,2265.8076,2275.2107,2275.965,2132.2944,2127.357,2123.2874,2114.4668,2105.6023,2098.7466,2092.5474,2085.754,2075.7317,2070.1875,2080.5403,2091.0417,2091.3433,2100.5322,2117.1365,2146.9463,2171.4175,2200.7314,2225.1982,2247.731,2258.0193,2272.5796,2298.2334,2304.5625,2297.7344,2149.3083,2146.2952,2142.3613,2132.3342,2125.5266,2119.3818,2111.5706,2102.5273,2085.2576,2083.9695,2096.2998,2103.8132,2105.177,2114.045,2126.5857,2141.1384,2170.3174,2199.1584,2231.0874,2258.4783,2276.4563,2297.016,2321.816,2337.9993,2321.5798,2174.1455,2172.1702,2169.2363,2157.5654,2144.2195,2136.3853,2129.4417,2117.8826,2094.9253,2105.3723,2107.4988,2117.7852,2122.089,2124.2754,2149.536,2161.7007,2169.7854,2197.6812,2229.5369,2258.933,2282.295,2306.721,2334.23,2355.0833,2343.5813,2201.9478,2201.938,2198.0142,2190.1428,2171.4263,2151.4148,2138.336,2121.6067,2112.062,2128.7065,2128.2083,2135.3489,2141.62,2138.302,2156.0789,2180.3257,2196.642,2208.0308,2226.0442,2256.9153,2283.2837,2304.7314,2326.6401,2341.7856,2337.618,2232.7424,2228.7239,2223.8406,2217.005,2188.7734,2160.8228,2131.4053,2134.151,2136.5388,2152.0305,2152.5964,2151.2551,2162.1267,2163.132,2162.6667,2187.4905,2212.1155,2233.338,2245.7488,2258.7524,2280.872,2301.766,2320.6602,2333.4395,2330.328,2258.615,2249.8367,2237.18,2216.451,2187.1138,2160.1118,2144.4958,2156.283,2165.2957,2176.7856,2178.0774,2171.7107,2184.9382,2189.2715,2189.5208,2191.7021,2227.2974,2256.4417,2273.2097,2285.5671,2296.9346,2309.9712,2322.68,2331.6746,2326.354,2279.555,2263.8152,2243.036,2213.5784,2182.5962,2159.7122,2164.738,2186.4258,2200.862,2206.0608,2200.5908,2198.014,2211.5735,2216.9548,2217.5823,2213.3596,2230.8892,2266.103,2293.7515,2309.3047,2323.226,2331.972,2337.4175,2338.7256,2317.4353,2291.8772,2270.2327,2238.696,2204.7986,2179.6262,2168.428,2189.7139,2212.4585,2231.4285,2236.169,2224.325,2225.626,2245.8286,2254.014,2249.339,2242.9258,2239.003,2269.068,2300.9092,2329.5571,2349.0989,2351.4028,2355.15,2342.9644,2314.597,2291.2346,2270.0544,2240.0295,2213.9287,2187.6436,2190.2754,2214.0464,2240.0862,2263.179,2269.3315,2255.649,2248.8608,2274.3005,2285.2358,2283.5935,2271.8684,2273.171,2282.9026,2302.855,2330.5112,2354.6519,2365.3857,2362.0386,2343.2283,2315.413,2299.589,2282.7524,2248.1733,2224.119,2200.7014,2209.7197,2230.348,2259.1514,2284.224,2297.6875,2286.0789,2279.8972,2303.9126,2314.408,2308.1277,2305.737,2310.7832,2308.4688,2318.7659,2336.7935,2353.3704,2362.577,2352.3145,2335.442,2317.6738,2314.5295,2293.5078,2258.9075,2231.1174,2213.2395,2229.1497,2246.598,2275.0515,2304.0845,2327.9912,2312.2473,2316.1091,2329.3237,2340.017,2337.788,2335.426,2338.7327,2336.289,2340.994,2360.6418,2367.6953,2351.895,2337.1584,2324.6287,2311.4546,2331.175,2306.4932,2269.7317,2239.7947,2228.016,2252.5808,2274.87,2293.6746,2310.5854,2338.8767,2341.0728,2352.0684,2364.0845,2372.2708,2366.7659,2366.86,2366.8472,2361.311,2361.8667,2374.6128,2362.918,2343.013,2321.845,2302.2188,2295.163,2347.0842,2317.9424,2280.5828,2253.4023,2242.1504,2264.381,2294.9324,2315.9133,2332.96,2349.9429,2371.062,2380.0806,2392.3916,2401.0625,2393.8638,2393.3972,2384.4685,2378.1409,2370.6548,2365.1626,2354.3645,2342.5703,2316.9004,2291.491,2270.6477,2359.3376,2325.9858,2291.7058,2266.172,2263.5693,2269.945,2295.4963,2322.008,2344.099,2365.3835,2390.993,2406.993,2419.4773,2414.4307,2404.2104,2395.9358,2375.7385,2362.0732,2355.2786,2350.464,2338.965,2336.0586,2317.9812,2291.491,2266.597,2369.7056,2330.9412,2299.9792,2287.5894,2287.503,2288.474,2306.4646,2327.364,2344.3142,2367.4895,2397.2842,2417.6614,2420.488,2399.4353,2379.5068,2362.7134,2348.881,2337.8894,2326.4521,2326.962,2317.6255,2322.4846,2316.7773,2290.3582,2263.6387,2364.928,2335.8115,2311.9836,2308.7322,2312.7961,2310.3752,2324.784,2348.4966,2366.2852,2376.825,2398.49,2416.8176,2406.8416,2380.9172,2353.6296,2337.1921,2325.5828,2313.5266,2301.5537,2299.7083,2293.6787,2299.809,2298.5825,2283.9883,2263.2463,2365.1355,2346.2354,2330.224,2341.0864,2342.2842,2339.8347,2352.6328,2368.9602,2390.477,2401.3037,2406.8193,2411.4087,2399.6052,2372.1313,2343.0518,2323.7876,2308.26,2297.851,2287.1394,2279.8806,2271.304,2273.8472,2270.7188,2262.0164,2250.4187,2378.0535,2356.6824,2357.3516,2367.8354,2371.5173,2369.1665,2378.0007,2391.1199,2407.723,2422.2605,2418.7036,2408.2595,2390.1458,2364.6018,2341.4177,2320.1396,2301.0947,2289.1938,2277.484,2266.2734,2254.5432,2251.4966,2241.9753,2229.7212,2218.452,2389.9773,2370.4258,2381.61,2394.2075,2400.2805,2402.2812,2403.9368,2418.3218,2431.4246,2435.1892,2425.4514,2407.5884,2384.501,2356.1465,2334.4524,2316.4504,2300.8745,2288.9275,2277.959,2272.1797,2268.9495,2261.8127,2246.7263,2221.4111,2193.376,2401.3362,2390.6963,2398.6606,2416.0642,2425.4976,2431.4585,2438.2598,2447.293,2453.1746,2447.2986,2425.7998,2405.785,2384.325,2359.865,2339.6226,2320.6663,2302.1187,2294.3318,2289.571,2284.5945,2280.9773,2270.5735,2252.385,2231.925,2207.1143,2411.8171,2411.5415,2420.531,2431.9197,2447.038,2455.7925,2464.1548,2471.7979,2466.7146,2447.1582,2423.7136,2404.4966,2385.9233,2364.6875,2345.9363,2325.8782,2311.0725,2303.4475,2299.2888,2292.916,2282.0864,2267.9106,2250.2239,2231.0918,2209.457,2430.8362,2436.7578,2443.7566,2452.273,2466.7864,2480.4783,2487.0938,2481.762,2468.6758,2446.847,2425.113,2407.2788,2389.5688,2367.5615,2349.133,2336.326,2325.6038,2314.4612,2303.616,2289.821,2273.9006,2259.98,2241.6558,2223.7617,2204.2324,2450.3193,2457.2798,2464.2532,2475.701,2489.751,2496.8438,2500.105,2486.9917,2470.231,2449.5056,2429.4429,2412.3447,2393.8755,2373.733,2359.8125,2345.562,2328.982,2316.0908,2297.9792,2282.5667,2261.3625,2242.9595,2221.465,2207.926,2196.6387,2464.282,2473.5107,2484.048,2497.9023,2509.2373,2519.1208,2511.9348,2493.584,2475.1296,2454.7747,2435.13,2418.2095,2399.3867,2383.3684,2367.5613,2345.88,2319.596,2293.1064,2276.7495,2267.4153,2247.832,2226.238,2201.3804,2182.504,2179.875,2463.7063,2478.8704,2497.2559,2515.4788,2529.6838,2538.6355,2522.56,2501.463,2480.3633,2462.4622,2440.6338,2424.1746,2407.2542,2391.594,2374.7263,2343.9602,2320.2583,2294.3757,2274.482,2254.588,2237.8127,2224.8086,2205.2034,2176.6345,2156.557,2449.7212,2473.5754,2501.6687,2528.5361,2547.3193,2554.677,2537.689,2507.0386,2483.901,2466.007,2447.113,2429.14,2414.963,2400.9465,2381.7627,2358.0945,2334.7363,2305.9958,2284.4124,2264.4019,2247.7524,2230.0532,2206.7556,2179.4058,2156.0996,2446.5518,2468.4192,2497.0295,2523.0793,2552.8308,2554.774,2525.5999,2501.421,2478.1458,2460.625,2443.54,2429.4185,2417.2805,2403.3335,2382.964,2362.0042,2336.8596,2309.7458,2288.2603,2269.5503,2250.364,2228.931,2202.6545,2175.8086,2152.664,2432.3088,2457.3325,2483.9111,2513.9749,2540.9353,2533.1265,2508.3765,2484.3687,2462.155,2442.382,2422.8972,2410.0854,2397.492,2381.3923,2363.8157,2340.3645,2312.8423,2289.23,2272.6895,2259.7637,2249.2324,2230.279,2206.9812,2179.6392,2154.597,2416.569,2443.4368,2468.3042,2496.4036,2527.28,2525.8083,2501.2556,2474.9407,2450.2751,2425.5017,2402.2683,2384.5867,2372.3862,2359.1514,2342.0508,2320.9285,2296.3845,2272.0757,2249.4749,2234.4888,2225.5344,2217.8262,2201.9087,2179.1113,2160.0042,2399.572,2430.7615,2460.582,2491.264,2521.3066,2536.898,2512.2222,2484.1675,2457.2998,2435.1807,2411.2866,2388.6973,2363.1382,2342.431,2319.5408,2300.885,2283.0024,2262.145,2239.9363,2225.5503,2216.047,2216.5664,2214.5586,2194.2874,2171.801,2382.8418,2427.7217,2456.7314,2483.4841,2513.4646,2516.031,2502.2473,2485.6804,2464.901,2444.0981,2420.2173,2397.5918,2372.0396,2341.575,2309.762,2279.643,2263.149,2249.211,2236.3667,2225.5503,2218.052,2221.0225,2218.5962,2200.756,2182.1902,2379.8809,2423.7205,2453.6514,2476.6116,2498.59,2488.511,2476.2578,2466.1155,2464.9307,2449.0156,2429.4133,2404.529,2373.9875,2343.5042,2312.6064,2291.7297,2270.248,2249.907,2236.9978,2228.5251,2225.0173,2223.5771,2219.1924,2203.8855,2196.052}) symbol: class GeoElevationGridObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw002.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw002.jpg\"")))) symbol: class MFStringObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw002.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw002.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD004 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD004 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD004 Error: Could not find or load main class Basic.Geospatial.SquawLOD004 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD005.java produced from SquawLOD005.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD005 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD005 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD005 Error: Could not find or load main class Basic.Geospatial.SquawLOD005 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD006.java produced from SquawLOD006.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4340105.411173f,738776.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2177.2117,2179.6697,2196.821,2200.907,2176.393,2142.2576,2121.6848,2107.2805,2086.315,2063.073,2034.7144,2015.5751,1999.7653,1993.4326,1985.9939,1982.5503,1974.4827,1971.99,1969.0,1968.0173,1969.0173,1971.8772,1974.0338,1977.0424,1985.1191,2205.9678,2208.22,2221.2131,2212.6711,2181.348,2158.0396,2143.9375,2128.4827,2104.2969,2076.0444,2052.6416,2032.2982,2015.4021,2002.981,1994.5458,1989.068,1981.4479,1976.3729,1971.9662,1969.2229,1966.2,1965.0521,1967.0046,1969.1292,1973.1041,2241.0198,2233.751,2243.6138,2219.6763,2198.7659,2178.6277,2167.631,2143.7014,2114.6133,2088.755,2070.4985,2054.7405,2038.6965,2025.0789,2008.7488,1998.4014,1990.7396,1984.2513,1977.1764,1973.9132,1969.1132,1964.0382,1962.0457,1961.1118,1962.1736,2269.9468,2262.7253,2266.0425,2239.8174,2223.0652,2197.7744,2179.8784,2150.332,2128.683,2109.4893,2098.0554,2083.7708,2065.495,2045.6888,2033.0424,2023.0475,2009.0139,1995.6069,1985.1495,1978.1534,1971.9028,1968.0034,1965.8784,1961.997,1959.9878,2298.8706,2291.9648,2294.2485,2271.0444,2245.9937,2213.2578,2191.164,2169.2227,2153.3782,2134.3228,2126.4673,2120.4062,2096.9062,2071.3508,2064.8687,2053.9438,2033.7188,2012.2312,1996.6829,1984.3938,1973.875,1970.8633,1968.8516,1965.8187,1962.7438,2325.4512,2317.236,2323.671,2288.184,2258.7979,2232.315,2211.6519,2190.6196,2171.8271,2154.15,2154.7732,2145.6042,2131.7014,2106.1133,2097.0874,2077.5764,2051.927,2030.5111,2013.162,1993.4431,1978.8652,1975.618,1973.8091,1970.784,1966.8091,2335.57,2331.8389,2327.65,2303.8901,2285.4714,2261.4966,2237.3472,2210.848,2187.517,2173.9216,2180.9102,2179.0452,2160.846,2139.5952,2123.036,2098.5208,2075.2588,2052.797,2031.9263,2005.5343,1991.1035,1983.6736,1979.7743,1973.975,1972.7743,2317.0286,2311.3125,2325.2744,2329.5571,2311.5771,2290.4988,2263.948,2234.9626,2212.0845,2197.4995,2207.7478,2205.095,2187.898,2166.3945,2145.1301,2125.9978,2099.9583,2072.7688,2043.5792,2019.0437,2003.375,1990.7291,1987.4421,1987.1937,1987.2927,2295.917,2281.441,2299.0208,2326.5757,2332.3772,2315.3784,2290.1433,2261.0444,2238.2195,2223.862,2228.3198,2210.2153,2194.0493,2178.195,2159.95,2140.4543,2114.5574,2081.255,2051.913,2033.591,2010.8951,2001.7313,2003.395,2005.1146,2006.9194,2282.8215,2256.6133,2267.7947,2294.2358,2316.3813,2316.5073,2289.6624,2262.5347,2239.9597,2217.106,2199.5327,2186.9856,2173.5132,2160.4944,2141.8337,2129.0444,2111.8247,2088.125,2058.9846,2030.0082,2011.8827,2023.9796,2022.9374,2029.3674,2032.2208,2260.6096,2235.8333,2236.7017,2260.1643,2290.4229,2303.1726,2286.7266,2262.6062,2244.2063,2222.3867,2194.4353,2175.181,2160.2,2138.6995,2121.3147,2107.514,2099.4114,2077.9487,2050.9265,2021.7316,2043.2125,2049.1562,2047.6808,2053.5576,2059.5781,2239.7207,2212.1458,2209.0762,2234.1465,2261.8362,2281.3464,2288.0999,2276.572,2254.0007,2227.125,2200.0115,2185.6785,2172.6013,2153.262,2132.4514,2108.9006,2082.5989,2059.0454,2046.7528,2057.5305,2072.204,2066.3784,2070.3228,2079.6443,2071.8413,2213.8813,2182.9036,2186.2815,2214.5889,2235.57,2254.729,2281.4011,2280.35,2250.6433,2229.734,2220.1138,2202.2522,2180.6528,2157.625,2129.768,2105.7341,2093.6128,2086.9963,2082.574,2090.0015,2100.064,2091.7002,2095.1921,2101.8157,2090.096,2181.596,2167.3242,2169.225,2195.45,2210.1438,2231.629,2263.9062,2277.8188,2258.5188,2245.5203,2229.5845,2201.9062,2176.0063,2146.517,2125.7297,2113.9617,2123.6875,2119.1875,2119.8828,2118.0415,2122.75,2115.7773,2123.5828,2126.1133,2117.3032,2155.489,2146.014,2154.5803,2176.2998,2189.3103,2217.724,2247.514,2270.657,2264.3567,2235.1445,2209.2605,2183.9482,2160.7944,2155.1157,2153.1055,2138.6936,2155.2239,2152.9792,2150.1528,2150.3372,2147.7834,2147.2886,2152.9043,2157.445,2136.94,2130.802,2128.499,2144.0842,2156.6013,2175.1992,2197.216,2227.1729,2258.8381,2244.699,2220.3027,2200.7197,2187.184,2180.8472,2178.8472,2175.797,2165.8958,2184.54,2184.6577,2180.9324,2178.046,2170.309,2179.184,2179.309,2180.2224,2154.1472,2114.6665,2118.2188,2140.823,2149.1958,2160.8625,2181.5208,2214.2188,2245.9895,2241.8416,2228.1853,2221.1812,2208.4583,2204.3083,2200.6853,2201.5125,2191.7083,2211.5625,2217.4146,2212.7666,2206.1125,2195.7625,2202.5833,2206.2527,2194.4336,2160.4,2102.3762,2104.7153,2129.288,2133.192,2151.4077,2171.1802,2191.823,2221.9883,2248.3076,2248.1924,2240.8315,2226.3193,2221.4834,2226.0713,2228.049,2224.1716,2235.8542,2251.9722,2249.411,2237.904,2221.3464,2221.177,2211.2,2189.035,2162.777,2094.59,2090.5603,2103.7585,2116.9072,2143.584,2158.9521,2177.409,2208.4175,2243.1423,2256.975,2254.633,2245.5903,2239.5154,2243.2654,2254.2556,2260.9995,2262.6458,2283.0056,2279.4883,2261.4321,2244.7444,2234.6077,2214.273,2194.3555,2176.6729,2091.569,2078.677,2082.8042,2101.776,2122.1853,2137.3203,2167.8464,2203.3955,2234.4312,2256.5771,2260.9163,2255.073,2248.2583,2252.8728,2269.2761,2293.5974,2292.3074,2298.221,2292.7,2273.1,2253.8,2239.25,2228.1025,2215.1917,2192.0781,2097.2847,2074.5,2073.1938,2089.4736,2099.8237,2126.7,2163.2456,2200.3623,2224.212,2244.0603,2252.1853,2250.345,2244.9353,2245.9604,2262.4346,2285.6697,2302.1355,2295.8486,2286.1462,2267.7515,2249.9048,2229.6377,2231.0854,2222.925,2199.8594,2100.2463,2075.5,2064.279,2075.2896,2091.3916,2124.039,2157.9966,2193.268,2218.1184,2231.171,2238.2395,2233.1182,2223.986,2228.4663,2234.837,2255.0334,2281.3594,2277.3904,2254.1792,2242.2344,2227.13,2213.4895,2212.7327,2210.9612,2199.4465,2096.0276,2074.3633,2056.4517,2061.2524,2084.7812,2115.2876,2150.789,2182.5125,2203.5845,2212.8562,2223.136,2221.0938,2206.9438,2204.4688,2203.8796,2229.6992,2251.0781,2249.6265,2225.814,2213.6147,2202.35,2197.4414,2190.186,2189.1196,2185.3218,2092.1267,2070.431,2051.0159,2051.782,2079.832,2104.682,2134.994,2165.398,2180.5134,2192.4229,2195.0798,2196.9548,2190.7166,2178.439,2176.48,2196.6677,2207.4358,2223.264,2201.5479,2188.355,2175.88,2169.9778,2175.448,2169.2935,2174.4663,2087.0,2065.5073,2044.9014,2042.8014,2070.791,2097.2256,2127.4888,2159.2996,2179.4,2179.7476,2174.4946,2165.2942,2164.8354,2156.9805,2144.9011,2166.6548,2175.8281,2182.5298,2179.1028,2160.8188,2150.4744,2144.9978,2157.2454,2148.3777,2153.3535,2079.793,2057.9387,2035.4208,2034.9855,2062.7708,2091.1458,2116.4922,2147.5862,2164.024,2164.3818,2151.2827,2138.2812,2130.0208,2122.6165,2118.0125,2130.1423,2149.4844,2144.1675,2152.6187,2139.51,2121.348,2120.7566,2139.462,2140.5342,2127.6272,2073.76,2046.9653,2021.4543,2026.9484,2053.8723,2081.1355,2102.4504,2123.8347,2136.3928,2137.7036,2132.7104,2124.4653,2099.0806,2090.58,2091.3008,2100.9556,2119.361,2118.9556,2115.493,2112.8757,2106.9604,2107.7053,2124.6104,2123.6853,2106.7605,2055.0593,2034.0347,2008.4943,2016.0597,2044.9097,2065.5195,2079.2744,2092.342,2104.6248,2109.7292,2117.8743,2111.1943,2082.8193,2062.7444,2066.5037,2076.455,2090.7065,2095.56,2087.8193,2089.7744,2088.7744,2093.654,2106.8098,2106.8596,2091.6194,2025.9412,2019.4584,1994.7141,2004.5992,2031.9729,2046.6333,2056.448,2065.5999,2073.7583,2082.898,2090.987,2085.552,2066.3604,2049.8687,2043.3052,2058.8083,2066.4583,2076.5586,2071.329,2070.9688,2070.779,2084.6145,2094.9292,2096.979,2080.6792,2003.4637,2004.3229,1978.3839,1991.6864,2018.4729,2028.4308,2034.5972,2041.7515,2048.9482,2056.1213,2060.1228,2057.9934,2049.473,2036.9486,2024.4972,2039.9473,2049.073,2064.087,2057.7485,2056.0796,2061.2485,2075.9236,2084.9756,2082.0479,2070.773,1983.1978,1987.1771,1966.9415,1977.358,2000.4716,2008.9111,2013.9861,2018.2361,2023.042,2032.211,2033.3422,2034.2361,2032.9889,2025.3358,2002.9745,2017.579,2032.6771,2044.4702,2040.6361,2037.0201,2046.8243,2057.9934,2063.186,2061.3276,2052.883,1963.7866,1969.2812,1964.7015,1957.0446,1980.5062,1989.9563,1994.125,1998.2,2002.2656,2005.375,2008.2812,2008.4688,2008.4688,2005.893,1986.4547,2002.65,2012.0156,2020.6586,2022.6641,2024.3883,2032.9,2040.043,2045.236,2040.2336,2035.1813,1944.7362,1951.8086,1959.456,1946.1284,1963.7084,1971.1888,1974.2639,1972.5364,1979.6295,1982.6423,1983.7709,1984.7709,1984.4424,1982.2742,1966.4208,1982.9388,1990.1423,1996.2174,1999.8639,2006.9639,2014.3138,2020.5013,2027.4575,2027.3605,2022.2698}) symbol: class MFStringObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4340105.411173f,738776.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2177.2117,2179.6697,2196.821,2200.907,2176.393,2142.2576,2121.6848,2107.2805,2086.315,2063.073,2034.7144,2015.5751,1999.7653,1993.4326,1985.9939,1982.5503,1974.4827,1971.99,1969.0,1968.0173,1969.0173,1971.8772,1974.0338,1977.0424,1985.1191,2205.9678,2208.22,2221.2131,2212.6711,2181.348,2158.0396,2143.9375,2128.4827,2104.2969,2076.0444,2052.6416,2032.2982,2015.4021,2002.981,1994.5458,1989.068,1981.4479,1976.3729,1971.9662,1969.2229,1966.2,1965.0521,1967.0046,1969.1292,1973.1041,2241.0198,2233.751,2243.6138,2219.6763,2198.7659,2178.6277,2167.631,2143.7014,2114.6133,2088.755,2070.4985,2054.7405,2038.6965,2025.0789,2008.7488,1998.4014,1990.7396,1984.2513,1977.1764,1973.9132,1969.1132,1964.0382,1962.0457,1961.1118,1962.1736,2269.9468,2262.7253,2266.0425,2239.8174,2223.0652,2197.7744,2179.8784,2150.332,2128.683,2109.4893,2098.0554,2083.7708,2065.495,2045.6888,2033.0424,2023.0475,2009.0139,1995.6069,1985.1495,1978.1534,1971.9028,1968.0034,1965.8784,1961.997,1959.9878,2298.8706,2291.9648,2294.2485,2271.0444,2245.9937,2213.2578,2191.164,2169.2227,2153.3782,2134.3228,2126.4673,2120.4062,2096.9062,2071.3508,2064.8687,2053.9438,2033.7188,2012.2312,1996.6829,1984.3938,1973.875,1970.8633,1968.8516,1965.8187,1962.7438,2325.4512,2317.236,2323.671,2288.184,2258.7979,2232.315,2211.6519,2190.6196,2171.8271,2154.15,2154.7732,2145.6042,2131.7014,2106.1133,2097.0874,2077.5764,2051.927,2030.5111,2013.162,1993.4431,1978.8652,1975.618,1973.8091,1970.784,1966.8091,2335.57,2331.8389,2327.65,2303.8901,2285.4714,2261.4966,2237.3472,2210.848,2187.517,2173.9216,2180.9102,2179.0452,2160.846,2139.5952,2123.036,2098.5208,2075.2588,2052.797,2031.9263,2005.5343,1991.1035,1983.6736,1979.7743,1973.975,1972.7743,2317.0286,2311.3125,2325.2744,2329.5571,2311.5771,2290.4988,2263.948,2234.9626,2212.0845,2197.4995,2207.7478,2205.095,2187.898,2166.3945,2145.1301,2125.9978,2099.9583,2072.7688,2043.5792,2019.0437,2003.375,1990.7291,1987.4421,1987.1937,1987.2927,2295.917,2281.441,2299.0208,2326.5757,2332.3772,2315.3784,2290.1433,2261.0444,2238.2195,2223.862,2228.3198,2210.2153,2194.0493,2178.195,2159.95,2140.4543,2114.5574,2081.255,2051.913,2033.591,2010.8951,2001.7313,2003.395,2005.1146,2006.9194,2282.8215,2256.6133,2267.7947,2294.2358,2316.3813,2316.5073,2289.6624,2262.5347,2239.9597,2217.106,2199.5327,2186.9856,2173.5132,2160.4944,2141.8337,2129.0444,2111.8247,2088.125,2058.9846,2030.0082,2011.8827,2023.9796,2022.9374,2029.3674,2032.2208,2260.6096,2235.8333,2236.7017,2260.1643,2290.4229,2303.1726,2286.7266,2262.6062,2244.2063,2222.3867,2194.4353,2175.181,2160.2,2138.6995,2121.3147,2107.514,2099.4114,2077.9487,2050.9265,2021.7316,2043.2125,2049.1562,2047.6808,2053.5576,2059.5781,2239.7207,2212.1458,2209.0762,2234.1465,2261.8362,2281.3464,2288.0999,2276.572,2254.0007,2227.125,2200.0115,2185.6785,2172.6013,2153.262,2132.4514,2108.9006,2082.5989,2059.0454,2046.7528,2057.5305,2072.204,2066.3784,2070.3228,2079.6443,2071.8413,2213.8813,2182.9036,2186.2815,2214.5889,2235.57,2254.729,2281.4011,2280.35,2250.6433,2229.734,2220.1138,2202.2522,2180.6528,2157.625,2129.768,2105.7341,2093.6128,2086.9963,2082.574,2090.0015,2100.064,2091.7002,2095.1921,2101.8157,2090.096,2181.596,2167.3242,2169.225,2195.45,2210.1438,2231.629,2263.9062,2277.8188,2258.5188,2245.5203,2229.5845,2201.9062,2176.0063,2146.517,2125.7297,2113.9617,2123.6875,2119.1875,2119.8828,2118.0415,2122.75,2115.7773,2123.5828,2126.1133,2117.3032,2155.489,2146.014,2154.5803,2176.2998,2189.3103,2217.724,2247.514,2270.657,2264.3567,2235.1445,2209.2605,2183.9482,2160.7944,2155.1157,2153.1055,2138.6936,2155.2239,2152.9792,2150.1528,2150.3372,2147.7834,2147.2886,2152.9043,2157.445,2136.94,2130.802,2128.499,2144.0842,2156.6013,2175.1992,2197.216,2227.1729,2258.8381,2244.699,2220.3027,2200.7197,2187.184,2180.8472,2178.8472,2175.797,2165.8958,2184.54,2184.6577,2180.9324,2178.046,2170.309,2179.184,2179.309,2180.2224,2154.1472,2114.6665,2118.2188,2140.823,2149.1958,2160.8625,2181.5208,2214.2188,2245.9895,2241.8416,2228.1853,2221.1812,2208.4583,2204.3083,2200.6853,2201.5125,2191.7083,2211.5625,2217.4146,2212.7666,2206.1125,2195.7625,2202.5833,2206.2527,2194.4336,2160.4,2102.3762,2104.7153,2129.288,2133.192,2151.4077,2171.1802,2191.823,2221.9883,2248.3076,2248.1924,2240.8315,2226.3193,2221.4834,2226.0713,2228.049,2224.1716,2235.8542,2251.9722,2249.411,2237.904,2221.3464,2221.177,2211.2,2189.035,2162.777,2094.59,2090.5603,2103.7585,2116.9072,2143.584,2158.9521,2177.409,2208.4175,2243.1423,2256.975,2254.633,2245.5903,2239.5154,2243.2654,2254.2556,2260.9995,2262.6458,2283.0056,2279.4883,2261.4321,2244.7444,2234.6077,2214.273,2194.3555,2176.6729,2091.569,2078.677,2082.8042,2101.776,2122.1853,2137.3203,2167.8464,2203.3955,2234.4312,2256.5771,2260.9163,2255.073,2248.2583,2252.8728,2269.2761,2293.5974,2292.3074,2298.221,2292.7,2273.1,2253.8,2239.25,2228.1025,2215.1917,2192.0781,2097.2847,2074.5,2073.1938,2089.4736,2099.8237,2126.7,2163.2456,2200.3623,2224.212,2244.0603,2252.1853,2250.345,2244.9353,2245.9604,2262.4346,2285.6697,2302.1355,2295.8486,2286.1462,2267.7515,2249.9048,2229.6377,2231.0854,2222.925,2199.8594,2100.2463,2075.5,2064.279,2075.2896,2091.3916,2124.039,2157.9966,2193.268,2218.1184,2231.171,2238.2395,2233.1182,2223.986,2228.4663,2234.837,2255.0334,2281.3594,2277.3904,2254.1792,2242.2344,2227.13,2213.4895,2212.7327,2210.9612,2199.4465,2096.0276,2074.3633,2056.4517,2061.2524,2084.7812,2115.2876,2150.789,2182.5125,2203.5845,2212.8562,2223.136,2221.0938,2206.9438,2204.4688,2203.8796,2229.6992,2251.0781,2249.6265,2225.814,2213.6147,2202.35,2197.4414,2190.186,2189.1196,2185.3218,2092.1267,2070.431,2051.0159,2051.782,2079.832,2104.682,2134.994,2165.398,2180.5134,2192.4229,2195.0798,2196.9548,2190.7166,2178.439,2176.48,2196.6677,2207.4358,2223.264,2201.5479,2188.355,2175.88,2169.9778,2175.448,2169.2935,2174.4663,2087.0,2065.5073,2044.9014,2042.8014,2070.791,2097.2256,2127.4888,2159.2996,2179.4,2179.7476,2174.4946,2165.2942,2164.8354,2156.9805,2144.9011,2166.6548,2175.8281,2182.5298,2179.1028,2160.8188,2150.4744,2144.9978,2157.2454,2148.3777,2153.3535,2079.793,2057.9387,2035.4208,2034.9855,2062.7708,2091.1458,2116.4922,2147.5862,2164.024,2164.3818,2151.2827,2138.2812,2130.0208,2122.6165,2118.0125,2130.1423,2149.4844,2144.1675,2152.6187,2139.51,2121.348,2120.7566,2139.462,2140.5342,2127.6272,2073.76,2046.9653,2021.4543,2026.9484,2053.8723,2081.1355,2102.4504,2123.8347,2136.3928,2137.7036,2132.7104,2124.4653,2099.0806,2090.58,2091.3008,2100.9556,2119.361,2118.9556,2115.493,2112.8757,2106.9604,2107.7053,2124.6104,2123.6853,2106.7605,2055.0593,2034.0347,2008.4943,2016.0597,2044.9097,2065.5195,2079.2744,2092.342,2104.6248,2109.7292,2117.8743,2111.1943,2082.8193,2062.7444,2066.5037,2076.455,2090.7065,2095.56,2087.8193,2089.7744,2088.7744,2093.654,2106.8098,2106.8596,2091.6194,2025.9412,2019.4584,1994.7141,2004.5992,2031.9729,2046.6333,2056.448,2065.5999,2073.7583,2082.898,2090.987,2085.552,2066.3604,2049.8687,2043.3052,2058.8083,2066.4583,2076.5586,2071.329,2070.9688,2070.779,2084.6145,2094.9292,2096.979,2080.6792,2003.4637,2004.3229,1978.3839,1991.6864,2018.4729,2028.4308,2034.5972,2041.7515,2048.9482,2056.1213,2060.1228,2057.9934,2049.473,2036.9486,2024.4972,2039.9473,2049.073,2064.087,2057.7485,2056.0796,2061.2485,2075.9236,2084.9756,2082.0479,2070.773,1983.1978,1987.1771,1966.9415,1977.358,2000.4716,2008.9111,2013.9861,2018.2361,2023.042,2032.211,2033.3422,2034.2361,2032.9889,2025.3358,2002.9745,2017.579,2032.6771,2044.4702,2040.6361,2037.0201,2046.8243,2057.9934,2063.186,2061.3276,2052.883,1963.7866,1969.2812,1964.7015,1957.0446,1980.5062,1989.9563,1994.125,1998.2,2002.2656,2005.375,2008.2812,2008.4688,2008.4688,2005.893,1986.4547,2002.65,2012.0156,2020.6586,2022.6641,2024.3883,2032.9,2040.043,2045.236,2040.2336,2035.1813,1944.7362,1951.8086,1959.456,1946.1284,1963.7084,1971.1888,1974.2639,1972.5364,1979.6295,1982.6423,1983.7709,1984.7709,1984.4424,1982.2742,1966.4208,1982.9388,1990.1423,1996.2174,1999.8639,2006.9639,2014.3138,2020.5013,2027.4575,2027.3605,2022.2698}) symbol: class GeoElevationGridObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw003.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw003.jpg\"")))) symbol: class MFStringObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw003.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw003.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD006 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD006 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD006 Error: Could not find or load main class Basic.Geospatial.SquawLOD006 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD007.java produced from SquawLOD007.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD007 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD007 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD007 Error: Could not find or load main class Basic.Geospatial.SquawLOD007 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD008.java produced from SquawLOD008.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4341718.744506f,738776.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {1944.7362,1951.8086,1959.456,1946.1284,1963.7084,1971.1888,1974.2639,1972.5364,1979.6295,1982.6423,1983.7709,1984.7709,1984.4424,1982.2742,1966.4208,1982.9388,1990.1423,1996.2174,1999.8639,2006.9639,2014.3138,2020.5013,2027.4575,2027.3605,2022.2698,1927.805,1935.75,1940.5,1937.075,1949.575,1951.5,1951.625,1948.1188,1955.4125,1957.6,1958.6312,1959.625,1959.5,1958.225,1948.5563,1963.225,1969.0,1974.075,1974.2812,1985.075,1992.4,1999.375,2005.45,2008.5,2002.825,1913.1959,1918.625,1923.2875,1924.1333,1928.4166,1930.0354,1929.6459,1927.8229,1931.4083,1933.4166,1936.3334,1937.2188,1936.4166,1935.0583,1935.9,1940.7583,1943.4584,1947.075,1948.0083,1962.1188,1969.2167,1976.0938,1982.2417,1984.4166,1988.4584,1906.7015,1911.0416,1912.0416,1913.0636,1912.425,1912.0416,1912.0416,1909.1177,1906.2084,1908.2084,1910.1687,1912.1666,1912.2833,1918.3583,1921.125,1918.7417,1917.1875,1919.1666,1923.8854,1933.7,1943.85,1952.1198,1959.1583,1963.1417,1969.4083,1905.3507,1908.0,1909.0,1909.525,1909.0,1908.0,1904.25,1901.0,1898.0,1896.0,1894.0,1897.25,1904.2,1908.0,1909.0,1907.575,1905.5,1902.85,1900.0,1906.725,1914.6,1925.625,1933.95,1937.0,1945.2,1903.9729,1905.3594,1906.0,1906.0,1905.9584,1904.9584,1901.25,1898.175,1896.0,1892.025,1888.95,1888.1198,1893.1167,1897.1802,1898.9166,1896.8989,1895.3959,1893.9584,1892.9166,1888.2333,1893.2084,1900.7084,1906.7417,1916.9073,1925.9333,1901.3507,1903.0,1903.9166,1903.0,1902.9166,1901.298,1899.9375,1897.1604,1894.0,1891.025,1888.95,1884.9896,1885.85,1886.9166,1887.9166,1887.9166,1887.9166,1887.9166,1887.0,1883.2521,1883.7333,1886.7916,1891.7375,1902.8833,1907.9333,1900.3069,1901.0,1901.0,1901.0,1900.875,1898.9156,1897.0,1895.1531,1893.0,1890.025,1888.95,1886.8906,1883.1,1883.0,1883.0,1883.0,1884.3125,1884.875,1884.3063,1883.0,1882.0,1882.9844,1887.8313,1893.775,1896.9625,1898.2922,1899.0,1899.0,1898.8334,1898.0,1897.0,1895.25,1893.8625,1892.0834,1890.8375,1888.95,1887.0,1886.0,1884.0,1883.0583,1883.0,1883.0,1883.0,1883.0,1883.0,1882.0,1882.0,1885.7916,1888.0209,1888.85,1897.0,1897.0,1897.0,1897.0,1896.2084,1896.0,1895.4062,1894.0,1892.2875,1889.025,1888.1979,1887.1823,1886.8417,1886.0,1885.2084,1885.0,1883.1041,1883.0,1883.0,1883.0,1882.0,1882.0,1882.9896,1884.7969,1885.7916,1897.0876,1898.0,1897.6625,1897.0,1897.0,1897.4938,1897.25,1897.2063,1895.325,1893.0062,1890.9625,1888.9062,1887.25,1887.25,1887.1625,1886.6813,1885.0,1884.0,1883.0,1883.0,1882.0,1882.0,1882.0,1882.0,1883.0,1900.2916,1901.2916,1901.5834,1902.875,1904.1666,1903.875,1901.875,1900.4156,1899.2916,1897.0073,1894.2771,1891.1666,1889.2916,1889.2916,1889.0,1887.1677,1886.2916,1885.1239,1884.2916,1884.0,1882.2,1882.0,1882.0,1882.0,1882.0,1905.4502,1909.0416,1913.45,1918.525,1920.2,1920.3334,1918.4166,1915.0,1909.5333,1901.025,1898.2833,1895.3334,1893.3334,1892.8167,1890.7667,1888.7167,1887.3334,1887.0,1886.0,1885.0,1884.0,1883.0,1882.0,1882.0,1882.0,1911.5942,1917.5,1926.825,1929.9,1933.5,1935.125,1935.125,1929.7844,1922.8875,1915.7844,1903.0563,1899.25,1897.0,1895.375,1893.375,1890.95,1889.1875,1888.1594,1887.375,1887.0,1885.5,1884.0,1882.4062,1882.0,1882.0,1915.9136,1924.125,1931.1292,1936.9417,1943.4333,1948.1146,1949.25,1946.0813,1938.45,1925.9042,1914.6833,1902.6562,1899.8833,1898.4166,1897.4166,1896.1687,1893.9166,1891.5938,1889.6208,1888.4166,1887.0,1885.0521,1883.4458,1882.0,1882.0,1922.9698,1930.4635,1936.4584,1941.7489,1951.3334,1957.5917,1962.8021,1961.4698,1953.1625,1942.4386,1923.7937,1912.7344,1905.7167,1902.9166,1902.9166,1901.4584,1899.6875,1897.4584,1894.4584,1890.275,1888.0,1886.0573,1884.0,1882.975,1882.0,1931.8246,1938.25,1949.175,1951.025,1960.2,1966.0,1968.0,1966.5875,1961.65,1950.05,1930.8,1920.3125,1914.4,1914.0,1912.325,1908.7875,1906.25,1902.925,1899.85,1893.4125,1889.0,1887.125,1886.0,1883.5,1882.0,1944.625,1951.5781,1964.5333,1967.9094,1975.0416,1977.0834,1973.9271,1966.525,1958.6417,1948.5083,1942.0333,1934.375,1926.5167,1923.9573,1920.7333,1917.6583,1912.8125,1908.2302,1903.8917,1895.55,1889.0917,1888.0,1887.0,1885.5416,1883.9542,1961.3053,1969.0834,1980.2333,1985.3334,1990.35,1988.4917,1980.0834,1970.8313,1962.7417,1958.1666,1953.0875,1946.0416,1941.0834,1939.1937,1931.4,1927.7417,1922.4584,1913.5917,1905.5542,1895.55,1889.0,1888.0,1887.0,1886.0,1885.0,1983.1772,1991.5,1998.4,2005.125,2009.875,2002.725,1989.5312,1977.7094,1971.2875,1968.275,1962.2,1958.7031,1952.375,1948.1469,1943.9,1938.825,1931.9375,1926.1,1911.0813,1899.2781,1890.025,1888.0,1887.0,1885.3656,1884.0,2006.2687,2016.625,2024.05,2028.6666,2031.0,2023.8583,2001.0,1986.5083,1983.1,1978.3417,1975.3833,1977.3334,1974.4667,1966.6,1957.5333,1948.4833,1938.1666,1930.7084,1919.7167,1903.4917,1894.8667,1889.0834,1887.0333,1886.65,1885.6,2029.075,2041.5834,2051.2834,2050.8916,2041.2,2021.6864,2003.6979,1994.8833,1990.8083,1985.424,1988.1604,1990.0,1986.9833,1981.1417,1974.9646,1963.4427,1948.7709,1936.5583,1922.7583,1909.9667,1900.9083,1893.9584,1889.0,1887.6907,1886.9708,2050.7014,2062.25,2067.25,2057.5312,2039.9,2026.65,2014.25,2004.425,1998.675,2000.2438,2006.0,2005.125,2000.25,1990.95,1982.05,1973.65,1961.0,1947.6687,1933.8125,1919.325,1908.75,1900.9688,1893.6,1889.0,1887.675,2072.292,2080.0364,2082.1667,2064.0178,2056.75,2048.8843,2028.2604,2024.3417,2016.0583,2022.9136,2027.1666,2024.9166,2014.975,2002.6073,1989.8104,1979.2781,1967.2916,1953.0667,1941.4917,1928.3417,1915.025,1908.0156,1902.8812,1895.5386,1888.9791,2081.8533,2101.0208,2100.05,2083.4126,2080.2334,2061.2375,2044.0834,2044.1958,2040.0,2046.1375,2051.1667,2045.8125,2031.7333,2015.675,1999.325,1984.9833,1973.6666,1959.8708,1944.8833,1932.9875,1924.0667,1916.7916,1908.9333,1901.8042,1893.6333,2106.9514,2117.875,2114.6,2105.9595,2095.825,2076.25,2069.7812,2071.25,2072.2375,2078.1,2077.325,2067.0,2050.9,2034.4,2011.1312,2001.8469,1987.125,1973.325,1954.15,1942.3,1931.275,1921.0156,1912.05,1905.85,1897.6625,2137.0173,2139.6667,2134.8125,2123.325,2119.2166,2093.05,2091.25,2100.1646,2106.4084,2107.4397,2103.5334,2094.1355,2077.5166,2053.727,2038.6167,2019.3917,2003.7084,1983.0604,1972.7167,1954.575,1935.3167,1923.0521,1916.0125,1909.8917,1903.9083,2163.1423,2162.4583,2152.0334,2142.8416,2138.4583,2111.7698,2114.0833,2128.4,2139.6084,2141.6917,2133.6084,2122.25,2100.0334,2077.9365,2063.3645,2043.2355,2017.8959,2002.2406,1988.5958,1968.2198,1943.8833,1932.0052,1926.0563,1914.9083,1909.8583,2192.3508,2183.25,2170.2,2156.05,2155.2,2134.3,2135.0,2153.475,2168.8,2174.025,2164.85,2146.5,2124.0,2111.175,2090.9,2066.45,2036.0,2033.85,2008.75,1982.375,1957.8,1947.375,1934.15,1923.95,1917.8,2215.219,2209.6406,2187.7563,2176.2166,2178.3916,2165.8584,2159.177,2168.6,2185.725,2197.1,2185.9167,2164.6719,2155.05,2137.3135,2107.402,2079.603,2071.2917,2059.8667,2027.925,1995.5,1979.65,1966.5885,1945.2333,1935.0344,1925.8833,2231.8682,2226.0312,2201.5417,2199.5896,2204.7834,2194.15,2179.6458,2182.1208,2200.05,2211.3313,2204.0583,2189.1355,2181.2166,2163.552,2126.2917,2112.7334,2100.7917,2076.375,2042.05,2009.6854,2006.2833,1986.75,1965.4791,1949.0917,1939.2333,2250.581,2238.875,2220.075,2226.8594,2227.95,2218.275,2208.0312,2203.325,2217.9624,2224.3718,2220.3188,2211.0,2200.95,2185.9656,2158.7,2142.9438,2119.25,2088.3032,2055.6438,2041.6594,2031.7,1999.125,1983.525,1964.7468,1964.525,2275.965,2257.4167,2244.9,2251.3584,2250.2334,2240.6416,2228.0417,2222.6958,2232.2166,2238.4792,2234.4,2221.9583,2208.5334,2195.7834,2181.7666,2158.096,2125.0833,2094.9624,2084.8916,2075.9126,2048.2666,2017.4584,1997.7,1986.6958,1987.8167}) symbol: class MFStringObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4341718.744506f,738776.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {1944.7362,1951.8086,1959.456,1946.1284,1963.7084,1971.1888,1974.2639,1972.5364,1979.6295,1982.6423,1983.7709,1984.7709,1984.4424,1982.2742,1966.4208,1982.9388,1990.1423,1996.2174,1999.8639,2006.9639,2014.3138,2020.5013,2027.4575,2027.3605,2022.2698,1927.805,1935.75,1940.5,1937.075,1949.575,1951.5,1951.625,1948.1188,1955.4125,1957.6,1958.6312,1959.625,1959.5,1958.225,1948.5563,1963.225,1969.0,1974.075,1974.2812,1985.075,1992.4,1999.375,2005.45,2008.5,2002.825,1913.1959,1918.625,1923.2875,1924.1333,1928.4166,1930.0354,1929.6459,1927.8229,1931.4083,1933.4166,1936.3334,1937.2188,1936.4166,1935.0583,1935.9,1940.7583,1943.4584,1947.075,1948.0083,1962.1188,1969.2167,1976.0938,1982.2417,1984.4166,1988.4584,1906.7015,1911.0416,1912.0416,1913.0636,1912.425,1912.0416,1912.0416,1909.1177,1906.2084,1908.2084,1910.1687,1912.1666,1912.2833,1918.3583,1921.125,1918.7417,1917.1875,1919.1666,1923.8854,1933.7,1943.85,1952.1198,1959.1583,1963.1417,1969.4083,1905.3507,1908.0,1909.0,1909.525,1909.0,1908.0,1904.25,1901.0,1898.0,1896.0,1894.0,1897.25,1904.2,1908.0,1909.0,1907.575,1905.5,1902.85,1900.0,1906.725,1914.6,1925.625,1933.95,1937.0,1945.2,1903.9729,1905.3594,1906.0,1906.0,1905.9584,1904.9584,1901.25,1898.175,1896.0,1892.025,1888.95,1888.1198,1893.1167,1897.1802,1898.9166,1896.8989,1895.3959,1893.9584,1892.9166,1888.2333,1893.2084,1900.7084,1906.7417,1916.9073,1925.9333,1901.3507,1903.0,1903.9166,1903.0,1902.9166,1901.298,1899.9375,1897.1604,1894.0,1891.025,1888.95,1884.9896,1885.85,1886.9166,1887.9166,1887.9166,1887.9166,1887.9166,1887.0,1883.2521,1883.7333,1886.7916,1891.7375,1902.8833,1907.9333,1900.3069,1901.0,1901.0,1901.0,1900.875,1898.9156,1897.0,1895.1531,1893.0,1890.025,1888.95,1886.8906,1883.1,1883.0,1883.0,1883.0,1884.3125,1884.875,1884.3063,1883.0,1882.0,1882.9844,1887.8313,1893.775,1896.9625,1898.2922,1899.0,1899.0,1898.8334,1898.0,1897.0,1895.25,1893.8625,1892.0834,1890.8375,1888.95,1887.0,1886.0,1884.0,1883.0583,1883.0,1883.0,1883.0,1883.0,1883.0,1882.0,1882.0,1885.7916,1888.0209,1888.85,1897.0,1897.0,1897.0,1897.0,1896.2084,1896.0,1895.4062,1894.0,1892.2875,1889.025,1888.1979,1887.1823,1886.8417,1886.0,1885.2084,1885.0,1883.1041,1883.0,1883.0,1883.0,1882.0,1882.0,1882.9896,1884.7969,1885.7916,1897.0876,1898.0,1897.6625,1897.0,1897.0,1897.4938,1897.25,1897.2063,1895.325,1893.0062,1890.9625,1888.9062,1887.25,1887.25,1887.1625,1886.6813,1885.0,1884.0,1883.0,1883.0,1882.0,1882.0,1882.0,1882.0,1883.0,1900.2916,1901.2916,1901.5834,1902.875,1904.1666,1903.875,1901.875,1900.4156,1899.2916,1897.0073,1894.2771,1891.1666,1889.2916,1889.2916,1889.0,1887.1677,1886.2916,1885.1239,1884.2916,1884.0,1882.2,1882.0,1882.0,1882.0,1882.0,1905.4502,1909.0416,1913.45,1918.525,1920.2,1920.3334,1918.4166,1915.0,1909.5333,1901.025,1898.2833,1895.3334,1893.3334,1892.8167,1890.7667,1888.7167,1887.3334,1887.0,1886.0,1885.0,1884.0,1883.0,1882.0,1882.0,1882.0,1911.5942,1917.5,1926.825,1929.9,1933.5,1935.125,1935.125,1929.7844,1922.8875,1915.7844,1903.0563,1899.25,1897.0,1895.375,1893.375,1890.95,1889.1875,1888.1594,1887.375,1887.0,1885.5,1884.0,1882.4062,1882.0,1882.0,1915.9136,1924.125,1931.1292,1936.9417,1943.4333,1948.1146,1949.25,1946.0813,1938.45,1925.9042,1914.6833,1902.6562,1899.8833,1898.4166,1897.4166,1896.1687,1893.9166,1891.5938,1889.6208,1888.4166,1887.0,1885.0521,1883.4458,1882.0,1882.0,1922.9698,1930.4635,1936.4584,1941.7489,1951.3334,1957.5917,1962.8021,1961.4698,1953.1625,1942.4386,1923.7937,1912.7344,1905.7167,1902.9166,1902.9166,1901.4584,1899.6875,1897.4584,1894.4584,1890.275,1888.0,1886.0573,1884.0,1882.975,1882.0,1931.8246,1938.25,1949.175,1951.025,1960.2,1966.0,1968.0,1966.5875,1961.65,1950.05,1930.8,1920.3125,1914.4,1914.0,1912.325,1908.7875,1906.25,1902.925,1899.85,1893.4125,1889.0,1887.125,1886.0,1883.5,1882.0,1944.625,1951.5781,1964.5333,1967.9094,1975.0416,1977.0834,1973.9271,1966.525,1958.6417,1948.5083,1942.0333,1934.375,1926.5167,1923.9573,1920.7333,1917.6583,1912.8125,1908.2302,1903.8917,1895.55,1889.0917,1888.0,1887.0,1885.5416,1883.9542,1961.3053,1969.0834,1980.2333,1985.3334,1990.35,1988.4917,1980.0834,1970.8313,1962.7417,1958.1666,1953.0875,1946.0416,1941.0834,1939.1937,1931.4,1927.7417,1922.4584,1913.5917,1905.5542,1895.55,1889.0,1888.0,1887.0,1886.0,1885.0,1983.1772,1991.5,1998.4,2005.125,2009.875,2002.725,1989.5312,1977.7094,1971.2875,1968.275,1962.2,1958.7031,1952.375,1948.1469,1943.9,1938.825,1931.9375,1926.1,1911.0813,1899.2781,1890.025,1888.0,1887.0,1885.3656,1884.0,2006.2687,2016.625,2024.05,2028.6666,2031.0,2023.8583,2001.0,1986.5083,1983.1,1978.3417,1975.3833,1977.3334,1974.4667,1966.6,1957.5333,1948.4833,1938.1666,1930.7084,1919.7167,1903.4917,1894.8667,1889.0834,1887.0333,1886.65,1885.6,2029.075,2041.5834,2051.2834,2050.8916,2041.2,2021.6864,2003.6979,1994.8833,1990.8083,1985.424,1988.1604,1990.0,1986.9833,1981.1417,1974.9646,1963.4427,1948.7709,1936.5583,1922.7583,1909.9667,1900.9083,1893.9584,1889.0,1887.6907,1886.9708,2050.7014,2062.25,2067.25,2057.5312,2039.9,2026.65,2014.25,2004.425,1998.675,2000.2438,2006.0,2005.125,2000.25,1990.95,1982.05,1973.65,1961.0,1947.6687,1933.8125,1919.325,1908.75,1900.9688,1893.6,1889.0,1887.675,2072.292,2080.0364,2082.1667,2064.0178,2056.75,2048.8843,2028.2604,2024.3417,2016.0583,2022.9136,2027.1666,2024.9166,2014.975,2002.6073,1989.8104,1979.2781,1967.2916,1953.0667,1941.4917,1928.3417,1915.025,1908.0156,1902.8812,1895.5386,1888.9791,2081.8533,2101.0208,2100.05,2083.4126,2080.2334,2061.2375,2044.0834,2044.1958,2040.0,2046.1375,2051.1667,2045.8125,2031.7333,2015.675,1999.325,1984.9833,1973.6666,1959.8708,1944.8833,1932.9875,1924.0667,1916.7916,1908.9333,1901.8042,1893.6333,2106.9514,2117.875,2114.6,2105.9595,2095.825,2076.25,2069.7812,2071.25,2072.2375,2078.1,2077.325,2067.0,2050.9,2034.4,2011.1312,2001.8469,1987.125,1973.325,1954.15,1942.3,1931.275,1921.0156,1912.05,1905.85,1897.6625,2137.0173,2139.6667,2134.8125,2123.325,2119.2166,2093.05,2091.25,2100.1646,2106.4084,2107.4397,2103.5334,2094.1355,2077.5166,2053.727,2038.6167,2019.3917,2003.7084,1983.0604,1972.7167,1954.575,1935.3167,1923.0521,1916.0125,1909.8917,1903.9083,2163.1423,2162.4583,2152.0334,2142.8416,2138.4583,2111.7698,2114.0833,2128.4,2139.6084,2141.6917,2133.6084,2122.25,2100.0334,2077.9365,2063.3645,2043.2355,2017.8959,2002.2406,1988.5958,1968.2198,1943.8833,1932.0052,1926.0563,1914.9083,1909.8583,2192.3508,2183.25,2170.2,2156.05,2155.2,2134.3,2135.0,2153.475,2168.8,2174.025,2164.85,2146.5,2124.0,2111.175,2090.9,2066.45,2036.0,2033.85,2008.75,1982.375,1957.8,1947.375,1934.15,1923.95,1917.8,2215.219,2209.6406,2187.7563,2176.2166,2178.3916,2165.8584,2159.177,2168.6,2185.725,2197.1,2185.9167,2164.6719,2155.05,2137.3135,2107.402,2079.603,2071.2917,2059.8667,2027.925,1995.5,1979.65,1966.5885,1945.2333,1935.0344,1925.8833,2231.8682,2226.0312,2201.5417,2199.5896,2204.7834,2194.15,2179.6458,2182.1208,2200.05,2211.3313,2204.0583,2189.1355,2181.2166,2163.552,2126.2917,2112.7334,2100.7917,2076.375,2042.05,2009.6854,2006.2833,1986.75,1965.4791,1949.0917,1939.2333,2250.581,2238.875,2220.075,2226.8594,2227.95,2218.275,2208.0312,2203.325,2217.9624,2224.3718,2220.3188,2211.0,2200.95,2185.9656,2158.7,2142.9438,2119.25,2088.3032,2055.6438,2041.6594,2031.7,1999.125,1983.525,1964.7468,1964.525,2275.965,2257.4167,2244.9,2251.3584,2250.2334,2240.6416,2228.0417,2222.6958,2232.2166,2238.4792,2234.4,2221.9583,2208.5334,2195.7834,2181.7666,2158.096,2125.0833,2094.9624,2084.8916,2075.9126,2048.2666,2017.4584,1997.7,1986.6958,1987.8167}) symbol: class GeoElevationGridObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw004.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw004.jpg\"")))) symbol: class MFStringObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw004.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw004.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD008 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD008 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD008 Error: Could not find or load main class Basic.Geospatial.SquawLOD008 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD009.java produced from SquawLOD009.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD009 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD009 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD009 Error: Could not find or load main class Basic.Geospatial.SquawLOD009 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD010.java produced from SquawLOD010.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4343332.077840f,738776.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2275.965,2257.4167,2244.9,2251.3584,2250.2334,2240.6416,2228.0417,2222.6958,2232.2166,2238.4792,2234.4,2221.9583,2208.5334,2195.7834,2181.7666,2158.096,2125.0833,2094.9624,2084.8916,2075.9126,2048.2666,2017.4584,1997.7,1986.6958,1987.8167,2297.7344,2277.2734,2272.8765,2273.4194,2271.3188,2263.2563,2246.1016,2241.375,2250.075,2255.2563,2255.0906,2235.7734,2222.0688,2207.5923,2186.3765,2158.1165,2131.6562,2120.9336,2112.1687,2092.776,2068.2688,2041.8867,2015.6204,2011.5437,2010.2688,2321.5798,2300.582,2297.3276,2293.652,2287.2236,2272.3796,2261.6624,2259.1182,2260.1182,2264.9045,2269.9438,2263.8684,2249.8015,2227.684,2198.3682,2176.902,2162.736,2147.5361,2134.5479,2119.3198,2093.0708,2064.0005,2034.5542,2035.3701,2034.783,2343.5813,2320.509,2307.0757,2293.352,2279.1174,2268.26,2262.2014,2259.9514,2259.9514,2260.927,2266.0757,2274.128,2261.7756,2232.35,2203.9585,2188.7632,2174.0244,2160.2993,2144.0586,2129.1067,2102.073,2076.5972,2058.2742,2054.073,2049.751,2337.618,2317.5066,2295.2312,2272.947,2259.8416,2251.3562,2249.034,2247.033,2246.0417,2250.0166,2257.1313,2270.0105,2251.421,2227.643,2203.3,2190.3103,2175.0105,2161.275,2143.057,2129.1104,2108.8103,2090.4792,2072.189,2066.979,2062.779,2330.328,2311.2153,2285.7952,2258.895,2239.9624,2234.1953,2234.1016,2232.1355,2229.2761,2232.1555,2238.2756,2243.0208,2233.5806,2214.7605,2199.011,2186.77,2174.0,2157.745,2136.1404,2119.9153,2104.6362,2093.375,2083.0098,2080.8396,2074.8052,2326.354,2302.6597,2280.2798,2257.4548,2234.0479,2216.4587,2216.3193,2215.4944,2213.4194,2212.3174,2214.3193,2214.2744,2209.9194,2196.7695,2186.5396,2178.3098,2168.1199,2147.2847,2127.2097,2111.9048,2095.7598,2083.2847,2091.896,2096.6555,2090.4885,2317.4353,2295.6145,2275.9163,2252.4895,2230.3604,2209.529,2197.9297,2195.4783,2192.6614,2191.4583,2190.5671,2189.573,2187.2354,2179.1519,2168.7183,2160.4097,2151.9583,2137.5042,2119.2046,2105.2976,2087.029,2073.5793,2088.9646,2104.075,2107.4563,2314.597,2293.9683,2273.2,2248.4458,2226.6,2207.401,2192.9253,2178.298,2171.6973,2168.7466,2167.7466,2167.5972,2165.5466,2159.0884,2150.845,2141.362,2137.448,2127.1487,2113.3486,2099.0154,2078.779,2067.4236,2080.2478,2093.4978,2100.8464,2315.413,2293.5,2273.1172,2252.532,2231.4846,2216.8328,2205.244,2186.973,2166.948,2144.941,2144.7454,2143.736,2140.6992,2135.1042,2135.2021,2126.7021,2124.8682,2115.9053,2102.1877,2089.468,2068.8208,2055.4932,2065.4429,2072.9702,2082.6704,2317.6738,2297.3633,2280.7827,2261.9875,2246.5437,2232.4663,2218.0938,2201.8687,2179.2593,2159.6626,2133.1157,2112.4336,2116.8875,2115.325,2111.0938,2104.151,2100.5938,2098.5063,2090.0063,2080.4773,2061.35,2040.4453,2044.825,2054.1438,2065.9563,2311.4546,2295.7568,2284.9858,2271.918,2256.693,2241.468,2229.2432,2210.402,2190.7903,2166.8716,2146.534,2117.7466,2092.3042,2093.2673,2084.9175,2078.1,2069.2673,2072.8381,2073.4104,2074.5286,2059.8,2034.8784,2022.9885,2032.0889,2046.5674,2295.163,2286.1145,2281.8381,2273.5764,2261.3152,2247.65,2233.75,2215.4622,2194.4,2169.125,2147.0737,2121.9258,2093.1118,2077.6118,2062.5264,2055.4238,2045.5764,2051.0159,2054.8027,2064.8174,2060.4575,2034.714,2014.4738,2014.2278,2025.3528,2270.6477,2262.8164,2263.7417,2262.5972,2252.7625,2237.0466,2224.0417,2210.171,2189.1135,2165.448,2146.1228,2126.0925,2100.677,2081.6658,2067.891,2060.5042,2047.3541,2033.425,2034.6188,2046.4667,2053.7104,2040.4271,2017.5542,2000.9412,2005.0698,2266.597,2241.634,2239.2383,2237.1484,2226.7312,2213.839,2201.538,2192.1382,2176.1523,2156.7993,2139.5974,2125.625,2107.971,2092.4597,2081.3599,2068.6404,2055.1423,2041.5597,2022.3424,2023.7822,2037.7444,2035.01,2022.7781,2012.8682,1997.1489,2263.6387,2238.745,2215.0063,2204.6965,2194.3542,2190.329,2176.462,2167.3118,2155.7695,2142.8445,2131.2925,2122.799,2110.4,2095.283,2084.3,2070.725,2058.0,2050.0327,2037.523,2015.7573,2011.0986,2010.6945,2009.5587,2013.7847,2010.6608,2263.2463,2240.2708,2214.8728,2182.22,2166.2188,2162.599,2150.2058,2143.783,2139.424,2129.3313,2120.21,2114.2305,2106.8271,2092.5674,2081.3772,2068.15,2057.0,2048.852,2039.9265,2027.398,2014.5458,2011.1992,1998.2745,1995.8649,1997.1813,2250.4187,2241.8955,2212.2236,2183.3118,2152.6152,2135.3223,2128.809,2123.3855,2120.9473,2112.8972,2104.797,2101.2605,2099.462,2093.45,2082.8381,2069.725,2057.731,2044.1619,2027.0856,2016.7874,2006.2784,2004.0591,2003.6349,1987.4497,1979.6246,2218.452,2212.4653,2191.6826,2168.6255,2149.3916,2126.1216,2109.9895,2106.3958,2102.0862,2094.0293,2083.961,2082.986,2084.087,2083.351,2078.7896,2061.7896,2046.7344,2031.3326,2018.0431,2003.4581,2002.6333,1995.3485,1983.0251,1983.4023,1979.0712,2193.376,2178.375,2167.1296,2150.025,2131.7937,2120.0376,2104.5312,2084.5874,2077.45,2068.7063,2062.6562,2062.6562,2063.0938,2056.4438,2049.9,2039.9125,2022.5938,2018.4688,2016.875,2020.9875,2028.875,2015.6875,1994.4828,1996.3555,2004.5906,2207.1143,2178.111,2151.602,2131.041,2120.6716,2106.248,2094.198,2075.573,2057.472,2057.302,2051.768,2043.3256,2039.6188,2034.868,2034.6699,2025.1792,2025.2361,2032.8861,2039.3861,2042.3021,2037.966,2015.6958,2010.7898,2013.2092,2023.2701,2209.457,2188.2747,2164.8188,2138.6487,2112.3994,2095.8513,2083.001,2082.5972,2082.6372,2077.6472,2065.078,2050.4736,2052.596,2055.9966,2055.5972,2053.7412,2050.1963,2050.198,2051.3994,2048.1506,2029.3208,2018.4744,2022.6986,2031.2479,2040.8573,2204.2324,2184.1355,2162.6714,2139.6458,2116.0354,2092.8171,2101.073,2110.648,2105.2876,2098.4924,2078.8755,2067.1523,2075.5854,2078.4583,2078.4583,2077.0334,2074.2761,2066.4634,2057.7146,2045.9146,2032.1292,2025.0482,2034.6473,2045.1597,2057.3938,2196.6387,2181.5,2159.2,2135.0232,2107.468,2104.6848,2123.2395,2134.1445,2130.5195,2114.768,2085.85,2086.2395,2093.1897,2098.171,2101.6494,2099.7542,2090.9895,2079.9348,2064.7097,2048.9158,2039.5299,2036.5347,2044.2299,2055.7266,2071.9597,2179.875,2174.7253,2157.4548,2134.0798,2106.082,2116.9653,2137.0615,2148.12,2138.4,2117.8372,2094.655,2103.3936,2109.0854,2116.4353,2121.2952,2118.0354,2104.0903,2088.57,2071.695,2053.3342,2046.4951,2046.5903,2051.5403,2061.6829,2080.7952,2156.557,2156.323,2144.7256,2124.7305,2118.3813,2130.4812,2147.2058,2152.306,2139.6343,2115.6643,2113.1287,2119.2266,2123.721,2126.7812,2126.9104,2123.2607,2109.0,2093.125,2076.3103,2062.6062,2055.5208,2056.5208,2058.5078,2067.3103,2083.3,2156.0996,2140.5403,2131.3242,2124.2021,2131.8772,2145.5498,2158.2014,2158.4006,2144.7515,2129.7715,2129.727,2133.802,2136.4514,2135.9507,2130.65,2122.15,2107.3872,2093.0757,2082.9258,2072.7756,2063.6514,2063.0,2064.1758,2069.0444,2081.0742,2152.664,2140.3694,2133.3818,2136.1982,2145.773,2156.732,2166.1318,2166.557,2154.6628,2146.764,2147.6228,2149.3818,2147.5347,2143.107,2134.682,2121.2598,2109.191,2098.9597,2086.7668,2073.55,2061.8562,2060.976,2063.809,2068.025,2077.009,2154.597,2142.1562,2143.2266,2149.9194,2159.575,2168.093,2176.2188,2175.4875,2166.4968,2164.4727,2163.4688,2162.4492,2160.1125,2155.1938,2145.2625,2127.6125,2112.5,2099.6938,2086.5437,2070.2188,2050.7937,2050.4258,2054.4812,2059.7336,2069.7312,2160.0042,2154.7395,2157.3645,2162.4146,2172.5647,2184.4292,2191.1145,2187.8362,2182.486,2180.508,2179.3147,2176.3645,2173.1646,2167.693,2156.843,2133.9268,2113.0608,2094.3965,2080.0076,2063.3416,2048.6,2043.7687,2043.8285,2048.807,2056.7354,2171.801,2169.6028,2171.1736,2175.3103,2186.3735,2197.5518,2204.2388,2204.2605,2202.3472,2200.2627,2197.2605,2195.1355,2188.9473,2178.7104,2161.3933,2145.9854,2130.3037,2108.9604,2087.3408,2073.6606,2055.8867,2042.2609,2036.9132,2039.8514,2044.8264,2182.1902,2182.5117,2183.1562,2187.2063,2198.3042,2208.7622,2215.6172,2218.1562,2217.3032,2215.1812,2213.109,2210.0312,2203.7563,2190.0042,2171.1062,2157.8071,2142.1042,2120.8042,2099.4702,2076.825,2058.7896,2043.375,2032.1495,2028.8688,2035.7916,2196.052,2196.0586,2198.052,2201.5771,2208.2346,2216.373,2230.289,2234.8772,2236.085,2235.0945,2231.9355,2223.9248,2215.4382,2199.2097,2184.6113,2162.725,2146.9739,2125.1077,2098.7153,2074.0825,2056.5825,2043.25,2033.0334,2022.975,2020.9635}) symbol: class MFStringObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4343332.077840f,738776.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2275.965,2257.4167,2244.9,2251.3584,2250.2334,2240.6416,2228.0417,2222.6958,2232.2166,2238.4792,2234.4,2221.9583,2208.5334,2195.7834,2181.7666,2158.096,2125.0833,2094.9624,2084.8916,2075.9126,2048.2666,2017.4584,1997.7,1986.6958,1987.8167,2297.7344,2277.2734,2272.8765,2273.4194,2271.3188,2263.2563,2246.1016,2241.375,2250.075,2255.2563,2255.0906,2235.7734,2222.0688,2207.5923,2186.3765,2158.1165,2131.6562,2120.9336,2112.1687,2092.776,2068.2688,2041.8867,2015.6204,2011.5437,2010.2688,2321.5798,2300.582,2297.3276,2293.652,2287.2236,2272.3796,2261.6624,2259.1182,2260.1182,2264.9045,2269.9438,2263.8684,2249.8015,2227.684,2198.3682,2176.902,2162.736,2147.5361,2134.5479,2119.3198,2093.0708,2064.0005,2034.5542,2035.3701,2034.783,2343.5813,2320.509,2307.0757,2293.352,2279.1174,2268.26,2262.2014,2259.9514,2259.9514,2260.927,2266.0757,2274.128,2261.7756,2232.35,2203.9585,2188.7632,2174.0244,2160.2993,2144.0586,2129.1067,2102.073,2076.5972,2058.2742,2054.073,2049.751,2337.618,2317.5066,2295.2312,2272.947,2259.8416,2251.3562,2249.034,2247.033,2246.0417,2250.0166,2257.1313,2270.0105,2251.421,2227.643,2203.3,2190.3103,2175.0105,2161.275,2143.057,2129.1104,2108.8103,2090.4792,2072.189,2066.979,2062.779,2330.328,2311.2153,2285.7952,2258.895,2239.9624,2234.1953,2234.1016,2232.1355,2229.2761,2232.1555,2238.2756,2243.0208,2233.5806,2214.7605,2199.011,2186.77,2174.0,2157.745,2136.1404,2119.9153,2104.6362,2093.375,2083.0098,2080.8396,2074.8052,2326.354,2302.6597,2280.2798,2257.4548,2234.0479,2216.4587,2216.3193,2215.4944,2213.4194,2212.3174,2214.3193,2214.2744,2209.9194,2196.7695,2186.5396,2178.3098,2168.1199,2147.2847,2127.2097,2111.9048,2095.7598,2083.2847,2091.896,2096.6555,2090.4885,2317.4353,2295.6145,2275.9163,2252.4895,2230.3604,2209.529,2197.9297,2195.4783,2192.6614,2191.4583,2190.5671,2189.573,2187.2354,2179.1519,2168.7183,2160.4097,2151.9583,2137.5042,2119.2046,2105.2976,2087.029,2073.5793,2088.9646,2104.075,2107.4563,2314.597,2293.9683,2273.2,2248.4458,2226.6,2207.401,2192.9253,2178.298,2171.6973,2168.7466,2167.7466,2167.5972,2165.5466,2159.0884,2150.845,2141.362,2137.448,2127.1487,2113.3486,2099.0154,2078.779,2067.4236,2080.2478,2093.4978,2100.8464,2315.413,2293.5,2273.1172,2252.532,2231.4846,2216.8328,2205.244,2186.973,2166.948,2144.941,2144.7454,2143.736,2140.6992,2135.1042,2135.2021,2126.7021,2124.8682,2115.9053,2102.1877,2089.468,2068.8208,2055.4932,2065.4429,2072.9702,2082.6704,2317.6738,2297.3633,2280.7827,2261.9875,2246.5437,2232.4663,2218.0938,2201.8687,2179.2593,2159.6626,2133.1157,2112.4336,2116.8875,2115.325,2111.0938,2104.151,2100.5938,2098.5063,2090.0063,2080.4773,2061.35,2040.4453,2044.825,2054.1438,2065.9563,2311.4546,2295.7568,2284.9858,2271.918,2256.693,2241.468,2229.2432,2210.402,2190.7903,2166.8716,2146.534,2117.7466,2092.3042,2093.2673,2084.9175,2078.1,2069.2673,2072.8381,2073.4104,2074.5286,2059.8,2034.8784,2022.9885,2032.0889,2046.5674,2295.163,2286.1145,2281.8381,2273.5764,2261.3152,2247.65,2233.75,2215.4622,2194.4,2169.125,2147.0737,2121.9258,2093.1118,2077.6118,2062.5264,2055.4238,2045.5764,2051.0159,2054.8027,2064.8174,2060.4575,2034.714,2014.4738,2014.2278,2025.3528,2270.6477,2262.8164,2263.7417,2262.5972,2252.7625,2237.0466,2224.0417,2210.171,2189.1135,2165.448,2146.1228,2126.0925,2100.677,2081.6658,2067.891,2060.5042,2047.3541,2033.425,2034.6188,2046.4667,2053.7104,2040.4271,2017.5542,2000.9412,2005.0698,2266.597,2241.634,2239.2383,2237.1484,2226.7312,2213.839,2201.538,2192.1382,2176.1523,2156.7993,2139.5974,2125.625,2107.971,2092.4597,2081.3599,2068.6404,2055.1423,2041.5597,2022.3424,2023.7822,2037.7444,2035.01,2022.7781,2012.8682,1997.1489,2263.6387,2238.745,2215.0063,2204.6965,2194.3542,2190.329,2176.462,2167.3118,2155.7695,2142.8445,2131.2925,2122.799,2110.4,2095.283,2084.3,2070.725,2058.0,2050.0327,2037.523,2015.7573,2011.0986,2010.6945,2009.5587,2013.7847,2010.6608,2263.2463,2240.2708,2214.8728,2182.22,2166.2188,2162.599,2150.2058,2143.783,2139.424,2129.3313,2120.21,2114.2305,2106.8271,2092.5674,2081.3772,2068.15,2057.0,2048.852,2039.9265,2027.398,2014.5458,2011.1992,1998.2745,1995.8649,1997.1813,2250.4187,2241.8955,2212.2236,2183.3118,2152.6152,2135.3223,2128.809,2123.3855,2120.9473,2112.8972,2104.797,2101.2605,2099.462,2093.45,2082.8381,2069.725,2057.731,2044.1619,2027.0856,2016.7874,2006.2784,2004.0591,2003.6349,1987.4497,1979.6246,2218.452,2212.4653,2191.6826,2168.6255,2149.3916,2126.1216,2109.9895,2106.3958,2102.0862,2094.0293,2083.961,2082.986,2084.087,2083.351,2078.7896,2061.7896,2046.7344,2031.3326,2018.0431,2003.4581,2002.6333,1995.3485,1983.0251,1983.4023,1979.0712,2193.376,2178.375,2167.1296,2150.025,2131.7937,2120.0376,2104.5312,2084.5874,2077.45,2068.7063,2062.6562,2062.6562,2063.0938,2056.4438,2049.9,2039.9125,2022.5938,2018.4688,2016.875,2020.9875,2028.875,2015.6875,1994.4828,1996.3555,2004.5906,2207.1143,2178.111,2151.602,2131.041,2120.6716,2106.248,2094.198,2075.573,2057.472,2057.302,2051.768,2043.3256,2039.6188,2034.868,2034.6699,2025.1792,2025.2361,2032.8861,2039.3861,2042.3021,2037.966,2015.6958,2010.7898,2013.2092,2023.2701,2209.457,2188.2747,2164.8188,2138.6487,2112.3994,2095.8513,2083.001,2082.5972,2082.6372,2077.6472,2065.078,2050.4736,2052.596,2055.9966,2055.5972,2053.7412,2050.1963,2050.198,2051.3994,2048.1506,2029.3208,2018.4744,2022.6986,2031.2479,2040.8573,2204.2324,2184.1355,2162.6714,2139.6458,2116.0354,2092.8171,2101.073,2110.648,2105.2876,2098.4924,2078.8755,2067.1523,2075.5854,2078.4583,2078.4583,2077.0334,2074.2761,2066.4634,2057.7146,2045.9146,2032.1292,2025.0482,2034.6473,2045.1597,2057.3938,2196.6387,2181.5,2159.2,2135.0232,2107.468,2104.6848,2123.2395,2134.1445,2130.5195,2114.768,2085.85,2086.2395,2093.1897,2098.171,2101.6494,2099.7542,2090.9895,2079.9348,2064.7097,2048.9158,2039.5299,2036.5347,2044.2299,2055.7266,2071.9597,2179.875,2174.7253,2157.4548,2134.0798,2106.082,2116.9653,2137.0615,2148.12,2138.4,2117.8372,2094.655,2103.3936,2109.0854,2116.4353,2121.2952,2118.0354,2104.0903,2088.57,2071.695,2053.3342,2046.4951,2046.5903,2051.5403,2061.6829,2080.7952,2156.557,2156.323,2144.7256,2124.7305,2118.3813,2130.4812,2147.2058,2152.306,2139.6343,2115.6643,2113.1287,2119.2266,2123.721,2126.7812,2126.9104,2123.2607,2109.0,2093.125,2076.3103,2062.6062,2055.5208,2056.5208,2058.5078,2067.3103,2083.3,2156.0996,2140.5403,2131.3242,2124.2021,2131.8772,2145.5498,2158.2014,2158.4006,2144.7515,2129.7715,2129.727,2133.802,2136.4514,2135.9507,2130.65,2122.15,2107.3872,2093.0757,2082.9258,2072.7756,2063.6514,2063.0,2064.1758,2069.0444,2081.0742,2152.664,2140.3694,2133.3818,2136.1982,2145.773,2156.732,2166.1318,2166.557,2154.6628,2146.764,2147.6228,2149.3818,2147.5347,2143.107,2134.682,2121.2598,2109.191,2098.9597,2086.7668,2073.55,2061.8562,2060.976,2063.809,2068.025,2077.009,2154.597,2142.1562,2143.2266,2149.9194,2159.575,2168.093,2176.2188,2175.4875,2166.4968,2164.4727,2163.4688,2162.4492,2160.1125,2155.1938,2145.2625,2127.6125,2112.5,2099.6938,2086.5437,2070.2188,2050.7937,2050.4258,2054.4812,2059.7336,2069.7312,2160.0042,2154.7395,2157.3645,2162.4146,2172.5647,2184.4292,2191.1145,2187.8362,2182.486,2180.508,2179.3147,2176.3645,2173.1646,2167.693,2156.843,2133.9268,2113.0608,2094.3965,2080.0076,2063.3416,2048.6,2043.7687,2043.8285,2048.807,2056.7354,2171.801,2169.6028,2171.1736,2175.3103,2186.3735,2197.5518,2204.2388,2204.2605,2202.3472,2200.2627,2197.2605,2195.1355,2188.9473,2178.7104,2161.3933,2145.9854,2130.3037,2108.9604,2087.3408,2073.6606,2055.8867,2042.2609,2036.9132,2039.8514,2044.8264,2182.1902,2182.5117,2183.1562,2187.2063,2198.3042,2208.7622,2215.6172,2218.1562,2217.3032,2215.1812,2213.109,2210.0312,2203.7563,2190.0042,2171.1062,2157.8071,2142.1042,2120.8042,2099.4702,2076.825,2058.7896,2043.375,2032.1495,2028.8688,2035.7916,2196.052,2196.0586,2198.052,2201.5771,2208.2346,2216.373,2230.289,2234.8772,2236.085,2235.0945,2231.9355,2223.9248,2215.4382,2199.2097,2184.6113,2162.725,2146.9739,2125.1077,2098.7153,2074.0825,2056.5825,2043.25,2033.0334,2022.975,2020.9635}) symbol: class GeoElevationGridObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw005.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw005.jpg\"")))) symbol: class MFStringObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw005.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw005.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD010 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD010 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD010 Error: Could not find or load main class Basic.Geospatial.SquawLOD010 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD011.java produced from SquawLOD011.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD011 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD011 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD011 Error: Could not find or load main class Basic.Geospatial.SquawLOD011 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD012.java produced from SquawLOD012.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4340105.411173f,739994.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {1985.1191,1981.702,1974.2977,1980.3597,1986.8451,1996.4597,2001.5386,2003.0347,2007.4347,2013.3079,2006.5221,1984.4271,1965.0347,1962.0936,1967.02,1970.2559,1973.3225,1981.1705,1995.4368,2008.6619,2032.6868,2053.1118,2065.587,2071.9119,2074.0903,1973.1041,1967.8063,1966.3541,1971.1211,1973.1771,1974.7107,1980.8104,1983.7487,1996.8562,1989.4855,1984.3141,1972.281,1960.0521,1958.0521,1961.0599,1963.1041,1966.352,1971.4271,1978.0328,1987.2089,2007.0396,2026.4598,2039.7734,2044.1375,2043.3605,1962.1736,1959.8966,1960.0868,1960.1454,1959.1389,1963.0369,1968.1345,1975.0161,1987.3868,1972.7104,1969.4972,1965.2487,1956.0868,1951.0118,1952.3105,1955.379,1959.4475,1964.4618,1968.6237,1976.6573,1985.5125,1999.459,2011.8689,2021.0125,2025.2604,1959.9878,1957.825,1955.0912,1955.082,1955.0,1955.005,1955.6077,1959.7361,1965.6927,1961.4954,1956.3749,1952.4396,1949.1216,1946.9341,1947.0182,1948.1489,1950.5431,1954.618,1958.2977,1964.3568,1972.3159,1976.1611,1987.1987,1997.4326,2000.7291,1962.7438,1959.9727,1957.0,1957.6875,1958.5062,1955.2125,1951.2234,1949.1602,1947.3125,1947.9664,1948.1797,1946.2195,1944.1562,1942.0813,1942.1562,1943.1562,1944.3125,1946.2148,1947.6921,1954.3625,1961.9125,1962.4688,1968.9688,1978.275,1983.4688,1966.8091,1964.634,1960.8091,1963.881,1967.827,1966.1431,1961.254,1960.993,1957.2935,1953.8,1948.959,1948.618,1943.8091,1939.6733,1937.1909,1937.416,1938.382,1938.382,1940.8319,1948.4319,1952.8673,1953.382,1956.132,1963.3645,1967.5729,1972.7743,1973.5486,1973.7422,1975.648,1980.7229,1979.3729,1973.2002,1975.7743,1975.5486,1968.4944,1962.3229,1966.8716,1955.0972,1946.5317,1937.6243,1934.0515,1935.158,1934.2257,1935.5741,1939.1572,1945.4514,1946.2257,1946.9757,1953.2764,1956.3739,1987.2927,1990.0039,1992.0234,1992.4591,1992.9584,1990.2645,1984.1896,1982.7396,1985.4791,1982.7042,1979.4791,1981.2188,1970.4791,1963.1992,1952.7688,1939.0878,1931.7,1931.0977,1932.2604,1936.7854,1943.0354,1939.325,1938.0104,1941.6062,1946.3469,2006.9194,2010.5759,2010.8195,2008.5903,2004.7278,1997.2299,1991.2474,1993.7396,1996.6212,1989.9298,1988.1146,1991.4097,1986.5243,1979.9646,1970.6646,1951.9858,1937.1049,1929.625,1928.6123,1933.4854,1949.4,1938.8418,1934.0,1934.8767,1936.9296,2032.2208,2035.8458,2025.7604,2018.7975,2012.0021,2003.0385,2001.5217,2005.2166,2002.1711,1998.3403,2003.1903,2004.6805,2001.3403,1995.2405,1986.6609,1970.2612,1950.7805,1938.8854,1924.5112,1926.7097,1938.9298,1934.9799,1929.4124,1930.2126,1932.2299,2059.5781,2051.8096,2032.0912,2019.8026,2009.8541,2007.1604,2009.1854,2014.2604,2011.9354,2011.2709,2013.4855,2014.6354,2011.0,2004.5604,1998.8208,1981.8784,1966.4,1952.2826,1934.1849,1924.0,1926.5834,1926.483,1925.0,1925.4758,1927.2281,2071.8413,2052.5015,2036.0521,2024.2819,2016.5612,2009.8103,2010.55,2019.8507,2023.2014,2020.7358,2017.6606,2015.6306,2014.3993,2009.5256,2002.3606,1988.3912,1968.1007,1949.1002,1935.7007,1927.5707,1922.3993,1923.8048,1923.3993,1923.0,1924.9,2090.096,2077.305,2064.514,2044.6389,2026.4639,2016.7479,2013.8047,2023.4127,2025.5642,2014.3181,2012.3491,2016.359,2016.0,2012.925,2003.134,1990.325,1969.5,1952.875,1940.55,1925.909,1923.4,1921.293,1922.0,1922.0,1924.0,2117.3032,2099.8938,2080.414,2060.108,2042.65,2025.3586,2018.239,2014.8438,2009.6094,2007.4688,2005.0172,2011.3141,2010.4062,2007.725,1995.7172,1984.5062,1963.5781,1946.1875,1935.1375,1925.0,1923.0,1922.0,1921.0,1921.0,1923.4219,2136.94,2111.7896,2093.4895,2069.5466,2046.102,2030.3107,2020.9465,2015.0,2010.3,2004.7216,2000.578,1996.0442,1996.007,1992.9319,1985.4894,1966.1139,1945.958,1930.1967,1923.28,1924.0,1922.2014,1921.0,1919.1259,1919.0,1920.9503,2154.1472,2126.0486,2099.75,2069.375,2049.2617,2035.0369,2022.2078,2017.6736,2011.6003,2007.6868,2002.681,1997.4618,1986.5382,1978.3895,1963.2339,1950.5225,1935.9382,1925.625,1922.0,1920.2556,1921.2153,1919.1749,1918.1345,1917.5382,1917.9539,2160.4,2130.775,2104.2812,2078.4333,2055.654,2043.534,2034.9235,2027.6562,2022.9823,2018.5062,2012.0682,2005.9292,1997.8541,1987.0563,1973.2583,1956.6062,1938.425,1926.0521,1922.2349,1921.2029,1919.6562,1919.0,1917.0,1915.5729,1915.9573,2162.777,2141.6943,2118.177,2094.8347,2069.1694,2062.0117,2054.6853,2045.3195,2037.477,2031.5388,2024.9935,2017.8892,2011.7847,2004.0726,1992.9695,1973.6694,1955.1594,1934.8876,1924.9424,1921.681,1919.157,1918.325,1916.25,1914.0686,1913.0,2176.6729,2157.8403,2133.3047,2104.6804,2094.645,2087.3657,2080.4036,2066.538,2056.0305,2048.1533,2039.6769,2029.8652,2020.7153,2015.6134,2006.7192,1990.8958,1970.8232,1948.5729,1936.9806,1927.8877,1923.1431,1920.6826,1918.5182,1915.4701,1913.0,2192.0781,2166.5044,2141.9036,2123.6416,2122.2917,2116.9875,2108.8374,2095.1836,2079.8374,2066.7417,2055.2688,2041.218,2033.9688,2026.5466,2016.023,2002.648,1980.9198,1967.3125,1964.4099,1947.9896,1929.0917,1924.543,1921.4922,1918.0565,1915.3229,2199.8594,2174.826,2152.5425,2144.828,2147.8645,2145.966,2136.4707,2121.674,2104.5544,2086.0527,2069.4214,2053.8013,2042.2882,2034.1382,2021.4432,2005.453,1991.2528,1988.5659,1995.541,1978.1897,1949.5834,1932.645,1924.072,1921.0504,1917.3882,2199.4465,2179.5193,2168.8203,2162.7712,2166.814,2172.1343,2161.7314,2143.9805,2124.9604,2102.6318,2081.107,2062.7878,2047.2534,2038.1594,2023.9154,2010.8035,2004.2069,2004.507,2003.8035,1993.54,1970.1604,1942.8069,1928.8169,1925.2534,1921.3535,2185.3218,2180.4695,2176.7188,2178.9102,2182.3687,2191.1313,2184.1187,2160.0195,2134.9375,2110.3438,2089.0046,2069.7375,2052.2188,2039.0359,2024.7688,2015.9875,2012.2188,2012.2188,2010.2969,2000.95,1980.1312,1953.3875,1935.8281,1932.6125,1929.8531,2174.4663,2174.6318,2174.836,2179.6487,2185.5742,2196.7285,2184.6147,2164.691,2140.5,2115.2676,2092.7563,2075.2388,2057.184,2042.0203,2029.734,2020.959,2016.884,2015.0,2011.4487,2001.95,1983.1105,1960.9332,1945.6381,1944.8789,1945.6361,2153.3535,2156.2795,2158.6528,2162.1536,2168.7131,2175.8777,2173.4521,2156.8264,2137.3506,2115.7507,2094.45,2078.225,2061.1494,2045.9243,2032.8494,2022.9243,2019.7,2011.944,2009.0178,2001.95,1983.6,1964.4493,1951.5599,1967.3704,1965.7615,2127.6272,2136.8313,2141.6848,2145.0586,2150.0562,2154.077,2152.4417,2142.3633,2128.5562,2109.671,2092.3354,2078.225,2063.1145,2046.85,2036.0792,2029.0042,2022.1604,2015.3646,2008.6646,2001.95,1985.4292,1971.6687,1968.4297,1978.0542,1978.2146,2106.7605,2119.1396,2129.0105,2134.0854,2136.7925,2135.2854,2129.5806,2121.1355,2112.3604,2097.5771,2088.2202,2076.0762,2063.0,2053.0156,2046.0098,2038.9966,2030.8597,2022.4097,2014.6738,2006.0718,1995.4076,1985.1857,1984.1597,1987.9188,1984.1,2091.6194,2099.5195,2114.3645,2121.1897,2123.8916,2119.4348,2114.3596,2108.2847,2099.5098,2091.4048,2084.1116,2073.15,2068.0903,2065.0154,2059.797,2051.6504,2042.5038,2033.3403,2022.6652,2014.0403,2004.9174,1998.7708,1996.0903,1996.053,1987.2858,2080.6792,2081.4644,2096.4402,2103.2695,2109.3625,2109.4988,2105.4397,2100.746,2094.3,2088.466,2085.159,2083.02,2080.0312,2075.9563,2071.7224,2064.804,2057.124,2047.2812,2037.1312,2025.4617,2016.8208,2010.3458,2006.2682,2002.1854,1996.1115,2070.773,2060.618,2072.6033,2081.7637,2094.8486,2100.0244,2099.4744,2096.3901,2093.0073,2094.732,2092.9514,2092.9514,2090.9514,2087.8765,2083.7979,2077.477,2069.3513,2061.2014,2052.038,2041.8771,2030.1417,2021.26,2014.4514,2008.1506,2002.0757,2052.883,2046.2444,2051.9714,2067.9897,2086.8945,2091.593,2093.059,2090.1182,2090.0413,2097.7292,2099.941,2100.941,2100.8818,2098.807,2094.732,2088.657,2081.2407,2073.5068,2063.9229,2052.8909,2041.6819,2034.4729,2028.0729,2016.3966,2007.9878,2035.1813,2035.3625,2045.8438,2060.4243,2075.0813,2084.093,2087.0938,2083.1836,2079.4407,2083.15,2091.789,2104.9438,2109.9062,2107.8125,2104.6626,2099.5874,2092.2124,2082.496,2072.0063,2058.901,2046.3438,2042.843,2038.3828,2028.3375,2015.0125,2022.2698,2026.6069,2038.6284,2048.0354,2058.314,2065.4639,2074.064,2072.0552,2060.424,2060.6135,2077.657,2095.0415,2105.3855,2113.0557,2112.8523,2109.6177,2101.1816,2090.9932,2077.5215,2062.364,2052.143,2049.8716,2047.0251,2037.2216,2022.9431}) symbol: class MFStringObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4340105.411173f,739994.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {1985.1191,1981.702,1974.2977,1980.3597,1986.8451,1996.4597,2001.5386,2003.0347,2007.4347,2013.3079,2006.5221,1984.4271,1965.0347,1962.0936,1967.02,1970.2559,1973.3225,1981.1705,1995.4368,2008.6619,2032.6868,2053.1118,2065.587,2071.9119,2074.0903,1973.1041,1967.8063,1966.3541,1971.1211,1973.1771,1974.7107,1980.8104,1983.7487,1996.8562,1989.4855,1984.3141,1972.281,1960.0521,1958.0521,1961.0599,1963.1041,1966.352,1971.4271,1978.0328,1987.2089,2007.0396,2026.4598,2039.7734,2044.1375,2043.3605,1962.1736,1959.8966,1960.0868,1960.1454,1959.1389,1963.0369,1968.1345,1975.0161,1987.3868,1972.7104,1969.4972,1965.2487,1956.0868,1951.0118,1952.3105,1955.379,1959.4475,1964.4618,1968.6237,1976.6573,1985.5125,1999.459,2011.8689,2021.0125,2025.2604,1959.9878,1957.825,1955.0912,1955.082,1955.0,1955.005,1955.6077,1959.7361,1965.6927,1961.4954,1956.3749,1952.4396,1949.1216,1946.9341,1947.0182,1948.1489,1950.5431,1954.618,1958.2977,1964.3568,1972.3159,1976.1611,1987.1987,1997.4326,2000.7291,1962.7438,1959.9727,1957.0,1957.6875,1958.5062,1955.2125,1951.2234,1949.1602,1947.3125,1947.9664,1948.1797,1946.2195,1944.1562,1942.0813,1942.1562,1943.1562,1944.3125,1946.2148,1947.6921,1954.3625,1961.9125,1962.4688,1968.9688,1978.275,1983.4688,1966.8091,1964.634,1960.8091,1963.881,1967.827,1966.1431,1961.254,1960.993,1957.2935,1953.8,1948.959,1948.618,1943.8091,1939.6733,1937.1909,1937.416,1938.382,1938.382,1940.8319,1948.4319,1952.8673,1953.382,1956.132,1963.3645,1967.5729,1972.7743,1973.5486,1973.7422,1975.648,1980.7229,1979.3729,1973.2002,1975.7743,1975.5486,1968.4944,1962.3229,1966.8716,1955.0972,1946.5317,1937.6243,1934.0515,1935.158,1934.2257,1935.5741,1939.1572,1945.4514,1946.2257,1946.9757,1953.2764,1956.3739,1987.2927,1990.0039,1992.0234,1992.4591,1992.9584,1990.2645,1984.1896,1982.7396,1985.4791,1982.7042,1979.4791,1981.2188,1970.4791,1963.1992,1952.7688,1939.0878,1931.7,1931.0977,1932.2604,1936.7854,1943.0354,1939.325,1938.0104,1941.6062,1946.3469,2006.9194,2010.5759,2010.8195,2008.5903,2004.7278,1997.2299,1991.2474,1993.7396,1996.6212,1989.9298,1988.1146,1991.4097,1986.5243,1979.9646,1970.6646,1951.9858,1937.1049,1929.625,1928.6123,1933.4854,1949.4,1938.8418,1934.0,1934.8767,1936.9296,2032.2208,2035.8458,2025.7604,2018.7975,2012.0021,2003.0385,2001.5217,2005.2166,2002.1711,1998.3403,2003.1903,2004.6805,2001.3403,1995.2405,1986.6609,1970.2612,1950.7805,1938.8854,1924.5112,1926.7097,1938.9298,1934.9799,1929.4124,1930.2126,1932.2299,2059.5781,2051.8096,2032.0912,2019.8026,2009.8541,2007.1604,2009.1854,2014.2604,2011.9354,2011.2709,2013.4855,2014.6354,2011.0,2004.5604,1998.8208,1981.8784,1966.4,1952.2826,1934.1849,1924.0,1926.5834,1926.483,1925.0,1925.4758,1927.2281,2071.8413,2052.5015,2036.0521,2024.2819,2016.5612,2009.8103,2010.55,2019.8507,2023.2014,2020.7358,2017.6606,2015.6306,2014.3993,2009.5256,2002.3606,1988.3912,1968.1007,1949.1002,1935.7007,1927.5707,1922.3993,1923.8048,1923.3993,1923.0,1924.9,2090.096,2077.305,2064.514,2044.6389,2026.4639,2016.7479,2013.8047,2023.4127,2025.5642,2014.3181,2012.3491,2016.359,2016.0,2012.925,2003.134,1990.325,1969.5,1952.875,1940.55,1925.909,1923.4,1921.293,1922.0,1922.0,1924.0,2117.3032,2099.8938,2080.414,2060.108,2042.65,2025.3586,2018.239,2014.8438,2009.6094,2007.4688,2005.0172,2011.3141,2010.4062,2007.725,1995.7172,1984.5062,1963.5781,1946.1875,1935.1375,1925.0,1923.0,1922.0,1921.0,1921.0,1923.4219,2136.94,2111.7896,2093.4895,2069.5466,2046.102,2030.3107,2020.9465,2015.0,2010.3,2004.7216,2000.578,1996.0442,1996.007,1992.9319,1985.4894,1966.1139,1945.958,1930.1967,1923.28,1924.0,1922.2014,1921.0,1919.1259,1919.0,1920.9503,2154.1472,2126.0486,2099.75,2069.375,2049.2617,2035.0369,2022.2078,2017.6736,2011.6003,2007.6868,2002.681,1997.4618,1986.5382,1978.3895,1963.2339,1950.5225,1935.9382,1925.625,1922.0,1920.2556,1921.2153,1919.1749,1918.1345,1917.5382,1917.9539,2160.4,2130.775,2104.2812,2078.4333,2055.654,2043.534,2034.9235,2027.6562,2022.9823,2018.5062,2012.0682,2005.9292,1997.8541,1987.0563,1973.2583,1956.6062,1938.425,1926.0521,1922.2349,1921.2029,1919.6562,1919.0,1917.0,1915.5729,1915.9573,2162.777,2141.6943,2118.177,2094.8347,2069.1694,2062.0117,2054.6853,2045.3195,2037.477,2031.5388,2024.9935,2017.8892,2011.7847,2004.0726,1992.9695,1973.6694,1955.1594,1934.8876,1924.9424,1921.681,1919.157,1918.325,1916.25,1914.0686,1913.0,2176.6729,2157.8403,2133.3047,2104.6804,2094.645,2087.3657,2080.4036,2066.538,2056.0305,2048.1533,2039.6769,2029.8652,2020.7153,2015.6134,2006.7192,1990.8958,1970.8232,1948.5729,1936.9806,1927.8877,1923.1431,1920.6826,1918.5182,1915.4701,1913.0,2192.0781,2166.5044,2141.9036,2123.6416,2122.2917,2116.9875,2108.8374,2095.1836,2079.8374,2066.7417,2055.2688,2041.218,2033.9688,2026.5466,2016.023,2002.648,1980.9198,1967.3125,1964.4099,1947.9896,1929.0917,1924.543,1921.4922,1918.0565,1915.3229,2199.8594,2174.826,2152.5425,2144.828,2147.8645,2145.966,2136.4707,2121.674,2104.5544,2086.0527,2069.4214,2053.8013,2042.2882,2034.1382,2021.4432,2005.453,1991.2528,1988.5659,1995.541,1978.1897,1949.5834,1932.645,1924.072,1921.0504,1917.3882,2199.4465,2179.5193,2168.8203,2162.7712,2166.814,2172.1343,2161.7314,2143.9805,2124.9604,2102.6318,2081.107,2062.7878,2047.2534,2038.1594,2023.9154,2010.8035,2004.2069,2004.507,2003.8035,1993.54,1970.1604,1942.8069,1928.8169,1925.2534,1921.3535,2185.3218,2180.4695,2176.7188,2178.9102,2182.3687,2191.1313,2184.1187,2160.0195,2134.9375,2110.3438,2089.0046,2069.7375,2052.2188,2039.0359,2024.7688,2015.9875,2012.2188,2012.2188,2010.2969,2000.95,1980.1312,1953.3875,1935.8281,1932.6125,1929.8531,2174.4663,2174.6318,2174.836,2179.6487,2185.5742,2196.7285,2184.6147,2164.691,2140.5,2115.2676,2092.7563,2075.2388,2057.184,2042.0203,2029.734,2020.959,2016.884,2015.0,2011.4487,2001.95,1983.1105,1960.9332,1945.6381,1944.8789,1945.6361,2153.3535,2156.2795,2158.6528,2162.1536,2168.7131,2175.8777,2173.4521,2156.8264,2137.3506,2115.7507,2094.45,2078.225,2061.1494,2045.9243,2032.8494,2022.9243,2019.7,2011.944,2009.0178,2001.95,1983.6,1964.4493,1951.5599,1967.3704,1965.7615,2127.6272,2136.8313,2141.6848,2145.0586,2150.0562,2154.077,2152.4417,2142.3633,2128.5562,2109.671,2092.3354,2078.225,2063.1145,2046.85,2036.0792,2029.0042,2022.1604,2015.3646,2008.6646,2001.95,1985.4292,1971.6687,1968.4297,1978.0542,1978.2146,2106.7605,2119.1396,2129.0105,2134.0854,2136.7925,2135.2854,2129.5806,2121.1355,2112.3604,2097.5771,2088.2202,2076.0762,2063.0,2053.0156,2046.0098,2038.9966,2030.8597,2022.4097,2014.6738,2006.0718,1995.4076,1985.1857,1984.1597,1987.9188,1984.1,2091.6194,2099.5195,2114.3645,2121.1897,2123.8916,2119.4348,2114.3596,2108.2847,2099.5098,2091.4048,2084.1116,2073.15,2068.0903,2065.0154,2059.797,2051.6504,2042.5038,2033.3403,2022.6652,2014.0403,2004.9174,1998.7708,1996.0903,1996.053,1987.2858,2080.6792,2081.4644,2096.4402,2103.2695,2109.3625,2109.4988,2105.4397,2100.746,2094.3,2088.466,2085.159,2083.02,2080.0312,2075.9563,2071.7224,2064.804,2057.124,2047.2812,2037.1312,2025.4617,2016.8208,2010.3458,2006.2682,2002.1854,1996.1115,2070.773,2060.618,2072.6033,2081.7637,2094.8486,2100.0244,2099.4744,2096.3901,2093.0073,2094.732,2092.9514,2092.9514,2090.9514,2087.8765,2083.7979,2077.477,2069.3513,2061.2014,2052.038,2041.8771,2030.1417,2021.26,2014.4514,2008.1506,2002.0757,2052.883,2046.2444,2051.9714,2067.9897,2086.8945,2091.593,2093.059,2090.1182,2090.0413,2097.7292,2099.941,2100.941,2100.8818,2098.807,2094.732,2088.657,2081.2407,2073.5068,2063.9229,2052.8909,2041.6819,2034.4729,2028.0729,2016.3966,2007.9878,2035.1813,2035.3625,2045.8438,2060.4243,2075.0813,2084.093,2087.0938,2083.1836,2079.4407,2083.15,2091.789,2104.9438,2109.9062,2107.8125,2104.6626,2099.5874,2092.2124,2082.496,2072.0063,2058.901,2046.3438,2042.843,2038.3828,2028.3375,2015.0125,2022.2698,2026.6069,2038.6284,2048.0354,2058.314,2065.4639,2074.064,2072.0552,2060.424,2060.6135,2077.657,2095.0415,2105.3855,2113.0557,2112.8523,2109.6177,2101.1816,2090.9932,2077.5215,2062.364,2052.143,2049.8716,2047.0251,2037.2216,2022.9431}) symbol: class GeoElevationGridObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw006.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw006.jpg\"")))) symbol: class MFStringObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw006.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw006.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD012 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD012 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD012 Error: Could not find or load main class Basic.Geospatial.SquawLOD012 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD013.java produced from SquawLOD013.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD013 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD013 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD013 Error: Could not find or load main class Basic.Geospatial.SquawLOD013 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD014.java produced from SquawLOD014.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:237: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:242: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:232: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:231: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.99609f,0.875f,0.99609f,0.91667f,0.99609f,0.95833f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:230: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.99609f,0.45833f,0.99609f,0.5f,0.99609f,0.54167f,0.99609f,0.58333f,0.99609f,0.625f,0.99609f,0.66667f,0.99609f,0.70833f,0.99609f,0.75f,0.99609f,0.79167f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:229: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.99609f,0.04167f,0.99609f,0.08333f,0.99609f,0.125f,0.99609f,0.16667f,0.99609f,0.20833f,0.99609f,0.25f,0.99609f,0.29167f,0.99609f,0.33333f,0.99609f,0.375f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:228: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.96875f,0.66667f,0.96875f,0.70833f,0.96875f,0.75f,0.96875f,0.79167f,0.96875f,0.83333f,0.96875f,0.875f,0.96875f,0.91667f,0.96875f,0.95833f,0.96875f,0.99609f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:227: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.96875f,0.25f,0.96875f,0.29167f,0.96875f,0.33333f,0.96875f,0.375f,0.96875f,0.41667f,0.96875f,0.45833f,0.96875f,0.5f,0.96875f,0.54167f,0.96875f,0.58333f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:226: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.9375f,0.875f,0.9375f,0.91667f,0.9375f,0.95833f,0.9375f,0.99609f,0.9375f,0.00391f,0.96875f,0.04167f,0.96875f,0.08333f,0.96875f,0.125f,0.96875f,0.16667f,0.96875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:225: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.9375f,0.45833f,0.9375f,0.5f,0.9375f,0.54167f,0.9375f,0.58333f,0.9375f,0.625f,0.9375f,0.66667f,0.9375f,0.70833f,0.9375f,0.75f,0.9375f,0.79167f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:224: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.9375f,0.04167f,0.9375f,0.08333f,0.9375f,0.125f,0.9375f,0.16667f,0.9375f,0.20833f,0.9375f,0.25f,0.9375f,0.29167f,0.9375f,0.33333f,0.9375f,0.375f,0.9375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:223: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.90625f,0.66667f,0.90625f,0.70833f,0.90625f,0.75f,0.90625f,0.79167f,0.90625f,0.83333f,0.90625f,0.875f,0.90625f,0.91667f,0.90625f,0.95833f,0.90625f,0.99609f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:222: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.90625f,0.25f,0.90625f,0.29167f,0.90625f,0.33333f,0.90625f,0.375f,0.90625f,0.41667f,0.90625f,0.45833f,0.90625f,0.5f,0.90625f,0.54167f,0.90625f,0.58333f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:221: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.875f,0.875f,0.875f,0.91667f,0.875f,0.95833f,0.875f,0.99609f,0.875f,0.00391f,0.90625f,0.04167f,0.90625f,0.08333f,0.90625f,0.125f,0.90625f,0.16667f,0.90625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:220: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.875f,0.45833f,0.875f,0.5f,0.875f,0.54167f,0.875f,0.58333f,0.875f,0.625f,0.875f,0.66667f,0.875f,0.70833f,0.875f,0.75f,0.875f,0.79167f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:219: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.875f,0.04167f,0.875f,0.08333f,0.875f,0.125f,0.875f,0.16667f,0.875f,0.20833f,0.875f,0.25f,0.875f,0.29167f,0.875f,0.33333f,0.875f,0.375f,0.875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:218: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.84375f,0.66667f,0.84375f,0.70833f,0.84375f,0.75f,0.84375f,0.79167f,0.84375f,0.83333f,0.84375f,0.875f,0.84375f,0.91667f,0.84375f,0.95833f,0.84375f,0.99609f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:217: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.84375f,0.25f,0.84375f,0.29167f,0.84375f,0.33333f,0.84375f,0.375f,0.84375f,0.41667f,0.84375f,0.45833f,0.84375f,0.5f,0.84375f,0.54167f,0.84375f,0.58333f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:216: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.8125f,0.875f,0.8125f,0.91667f,0.8125f,0.95833f,0.8125f,0.99609f,0.8125f,0.00391f,0.84375f,0.04167f,0.84375f,0.08333f,0.84375f,0.125f,0.84375f,0.16667f,0.84375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:215: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.8125f,0.45833f,0.8125f,0.5f,0.8125f,0.54167f,0.8125f,0.58333f,0.8125f,0.625f,0.8125f,0.66667f,0.8125f,0.70833f,0.8125f,0.75f,0.8125f,0.79167f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:214: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.8125f,0.04167f,0.8125f,0.08333f,0.8125f,0.125f,0.8125f,0.16667f,0.8125f,0.20833f,0.8125f,0.25f,0.8125f,0.29167f,0.8125f,0.33333f,0.8125f,0.375f,0.8125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:213: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.78125f,0.66667f,0.78125f,0.70833f,0.78125f,0.75f,0.78125f,0.79167f,0.78125f,0.83333f,0.78125f,0.875f,0.78125f,0.91667f,0.78125f,0.95833f,0.78125f,0.99609f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:212: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.78125f,0.25f,0.78125f,0.29167f,0.78125f,0.33333f,0.78125f,0.375f,0.78125f,0.41667f,0.78125f,0.45833f,0.78125f,0.5f,0.78125f,0.54167f,0.78125f,0.58333f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:211: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.75f,0.875f,0.75f,0.91667f,0.75f,0.95833f,0.75f,0.99609f,0.75f,0.00391f,0.78125f,0.04167f,0.78125f,0.08333f,0.78125f,0.125f,0.78125f,0.16667f,0.78125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:210: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.75f,0.45833f,0.75f,0.5f,0.75f,0.54167f,0.75f,0.58333f,0.75f,0.625f,0.75f,0.66667f,0.75f,0.70833f,0.75f,0.75f,0.75f,0.79167f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:209: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75f,0.04167f,0.75f,0.08333f,0.75f,0.125f,0.75f,0.16667f,0.75f,0.20833f,0.75f,0.25f,0.75f,0.29167f,0.75f,0.33333f,0.75f,0.375f,0.75f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:208: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.71875f,0.66667f,0.71875f,0.70833f,0.71875f,0.75f,0.71875f,0.79167f,0.71875f,0.83333f,0.71875f,0.875f,0.71875f,0.91667f,0.71875f,0.95833f,0.71875f,0.99609f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:207: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.71875f,0.25f,0.71875f,0.29167f,0.71875f,0.33333f,0.71875f,0.375f,0.71875f,0.41667f,0.71875f,0.45833f,0.71875f,0.5f,0.71875f,0.54167f,0.71875f,0.58333f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:206: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.6875f,0.875f,0.6875f,0.91667f,0.6875f,0.95833f,0.6875f,0.99609f,0.6875f,0.00391f,0.71875f,0.04167f,0.71875f,0.08333f,0.71875f,0.125f,0.71875f,0.16667f,0.71875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:205: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.6875f,0.45833f,0.6875f,0.5f,0.6875f,0.54167f,0.6875f,0.58333f,0.6875f,0.625f,0.6875f,0.66667f,0.6875f,0.70833f,0.6875f,0.75f,0.6875f,0.79167f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:204: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.6875f,0.04167f,0.6875f,0.08333f,0.6875f,0.125f,0.6875f,0.16667f,0.6875f,0.20833f,0.6875f,0.25f,0.6875f,0.29167f,0.6875f,0.33333f,0.6875f,0.375f,0.6875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:203: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.65625f,0.66667f,0.65625f,0.70833f,0.65625f,0.75f,0.65625f,0.79167f,0.65625f,0.83333f,0.65625f,0.875f,0.65625f,0.91667f,0.65625f,0.95833f,0.65625f,0.99609f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:202: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.65625f,0.25f,0.65625f,0.29167f,0.65625f,0.33333f,0.65625f,0.375f,0.65625f,0.41667f,0.65625f,0.45833f,0.65625f,0.5f,0.65625f,0.54167f,0.65625f,0.58333f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:201: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.625f,0.875f,0.625f,0.91667f,0.625f,0.95833f,0.625f,0.99609f,0.625f,0.00391f,0.65625f,0.04167f,0.65625f,0.08333f,0.65625f,0.125f,0.65625f,0.16667f,0.65625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:200: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.625f,0.45833f,0.625f,0.5f,0.625f,0.54167f,0.625f,0.58333f,0.625f,0.625f,0.625f,0.66667f,0.625f,0.70833f,0.625f,0.75f,0.625f,0.79167f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:199: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.625f,0.04167f,0.625f,0.08333f,0.625f,0.125f,0.625f,0.16667f,0.625f,0.20833f,0.625f,0.25f,0.625f,0.29167f,0.625f,0.33333f,0.625f,0.375f,0.625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:198: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.59375f,0.66667f,0.59375f,0.70833f,0.59375f,0.75f,0.59375f,0.79167f,0.59375f,0.83333f,0.59375f,0.875f,0.59375f,0.91667f,0.59375f,0.95833f,0.59375f,0.99609f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:197: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.59375f,0.25f,0.59375f,0.29167f,0.59375f,0.33333f,0.59375f,0.375f,0.59375f,0.41667f,0.59375f,0.45833f,0.59375f,0.5f,0.59375f,0.54167f,0.59375f,0.58333f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:196: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5625f,0.875f,0.5625f,0.91667f,0.5625f,0.95833f,0.5625f,0.99609f,0.5625f,0.00391f,0.59375f,0.04167f,0.59375f,0.08333f,0.59375f,0.125f,0.59375f,0.16667f,0.59375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:195: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5625f,0.45833f,0.5625f,0.5f,0.5625f,0.54167f,0.5625f,0.58333f,0.5625f,0.625f,0.5625f,0.66667f,0.5625f,0.70833f,0.5625f,0.75f,0.5625f,0.79167f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:194: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5625f,0.04167f,0.5625f,0.08333f,0.5625f,0.125f,0.5625f,0.16667f,0.5625f,0.20833f,0.5625f,0.25f,0.5625f,0.29167f,0.5625f,0.33333f,0.5625f,0.375f,0.5625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:193: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.53125f,0.66667f,0.53125f,0.70833f,0.53125f,0.75f,0.53125f,0.79167f,0.53125f,0.83333f,0.53125f,0.875f,0.53125f,0.91667f,0.53125f,0.95833f,0.53125f,0.99609f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:192: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.53125f,0.25f,0.53125f,0.29167f,0.53125f,0.33333f,0.53125f,0.375f,0.53125f,0.41667f,0.53125f,0.45833f,0.53125f,0.5f,0.53125f,0.54167f,0.53125f,0.58333f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:191: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.5f,0.875f,0.5f,0.91667f,0.5f,0.95833f,0.5f,0.99609f,0.5f,0.00391f,0.53125f,0.04167f,0.53125f,0.08333f,0.53125f,0.125f,0.53125f,0.16667f,0.53125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:190: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.5f,0.45833f,0.5f,0.5f,0.5f,0.54167f,0.5f,0.58333f,0.5f,0.625f,0.5f,0.66667f,0.5f,0.70833f,0.5f,0.75f,0.5f,0.79167f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:189: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.5f,0.04167f,0.5f,0.08333f,0.5f,0.125f,0.5f,0.16667f,0.5f,0.20833f,0.5f,0.25f,0.5f,0.29167f,0.5f,0.33333f,0.5f,0.375f,0.5f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:188: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.46875f,0.66667f,0.46875f,0.70833f,0.46875f,0.75f,0.46875f,0.79167f,0.46875f,0.83333f,0.46875f,0.875f,0.46875f,0.91667f,0.46875f,0.95833f,0.46875f,0.99609f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:187: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.46875f,0.25f,0.46875f,0.29167f,0.46875f,0.33333f,0.46875f,0.375f,0.46875f,0.41667f,0.46875f,0.45833f,0.46875f,0.5f,0.46875f,0.54167f,0.46875f,0.58333f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:186: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.4375f,0.875f,0.4375f,0.91667f,0.4375f,0.95833f,0.4375f,0.99609f,0.4375f,0.00391f,0.46875f,0.04167f,0.46875f,0.08333f,0.46875f,0.125f,0.46875f,0.16667f,0.46875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:185: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.4375f,0.45833f,0.4375f,0.5f,0.4375f,0.54167f,0.4375f,0.58333f,0.4375f,0.625f,0.4375f,0.66667f,0.4375f,0.70833f,0.4375f,0.75f,0.4375f,0.79167f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:184: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.4375f,0.04167f,0.4375f,0.08333f,0.4375f,0.125f,0.4375f,0.16667f,0.4375f,0.20833f,0.4375f,0.25f,0.4375f,0.29167f,0.4375f,0.33333f,0.4375f,0.375f,0.4375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:183: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.40625f,0.66667f,0.40625f,0.70833f,0.40625f,0.75f,0.40625f,0.79167f,0.40625f,0.83333f,0.40625f,0.875f,0.40625f,0.91667f,0.40625f,0.95833f,0.40625f,0.99609f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:182: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.40625f,0.25f,0.40625f,0.29167f,0.40625f,0.33333f,0.40625f,0.375f,0.40625f,0.41667f,0.40625f,0.45833f,0.40625f,0.5f,0.40625f,0.54167f,0.40625f,0.58333f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:181: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.375f,0.875f,0.375f,0.91667f,0.375f,0.95833f,0.375f,0.99609f,0.375f,0.00391f,0.40625f,0.04167f,0.40625f,0.08333f,0.40625f,0.125f,0.40625f,0.16667f,0.40625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:180: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.375f,0.45833f,0.375f,0.5f,0.375f,0.54167f,0.375f,0.58333f,0.375f,0.625f,0.375f,0.66667f,0.375f,0.70833f,0.375f,0.75f,0.375f,0.79167f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:179: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.375f,0.04167f,0.375f,0.08333f,0.375f,0.125f,0.375f,0.16667f,0.375f,0.20833f,0.375f,0.25f,0.375f,0.29167f,0.375f,0.33333f,0.375f,0.375f,0.375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:178: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.34375f,0.66667f,0.34375f,0.70833f,0.34375f,0.75f,0.34375f,0.79167f,0.34375f,0.83333f,0.34375f,0.875f,0.34375f,0.91667f,0.34375f,0.95833f,0.34375f,0.99609f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:177: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.34375f,0.25f,0.34375f,0.29167f,0.34375f,0.33333f,0.34375f,0.375f,0.34375f,0.41667f,0.34375f,0.45833f,0.34375f,0.5f,0.34375f,0.54167f,0.34375f,0.58333f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:176: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.3125f,0.875f,0.3125f,0.91667f,0.3125f,0.95833f,0.3125f,0.99609f,0.3125f,0.00391f,0.34375f,0.04167f,0.34375f,0.08333f,0.34375f,0.125f,0.34375f,0.16667f,0.34375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:175: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.3125f,0.45833f,0.3125f,0.5f,0.3125f,0.54167f,0.3125f,0.58333f,0.3125f,0.625f,0.3125f,0.66667f,0.3125f,0.70833f,0.3125f,0.75f,0.3125f,0.79167f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:174: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.3125f,0.04167f,0.3125f,0.08333f,0.3125f,0.125f,0.3125f,0.16667f,0.3125f,0.20833f,0.3125f,0.25f,0.3125f,0.29167f,0.3125f,0.33333f,0.3125f,0.375f,0.3125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:173: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.28125f,0.66667f,0.28125f,0.70833f,0.28125f,0.75f,0.28125f,0.79167f,0.28125f,0.83333f,0.28125f,0.875f,0.28125f,0.91667f,0.28125f,0.95833f,0.28125f,0.99609f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:172: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.28125f,0.25f,0.28125f,0.29167f,0.28125f,0.33333f,0.28125f,0.375f,0.28125f,0.41667f,0.28125f,0.45833f,0.28125f,0.5f,0.28125f,0.54167f,0.28125f,0.58333f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:171: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.25f,0.875f,0.25f,0.91667f,0.25f,0.95833f,0.25f,0.99609f,0.25f,0.00391f,0.28125f,0.04167f,0.28125f,0.08333f,0.28125f,0.125f,0.28125f,0.16667f,0.28125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:170: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.25f,0.45833f,0.25f,0.5f,0.25f,0.54167f,0.25f,0.58333f,0.25f,0.625f,0.25f,0.66667f,0.25f,0.70833f,0.25f,0.75f,0.25f,0.79167f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:169: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.25f,0.04167f,0.25f,0.08333f,0.25f,0.125f,0.25f,0.16667f,0.25f,0.20833f,0.25f,0.25f,0.25f,0.29167f,0.25f,0.33333f,0.25f,0.375f,0.25f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:168: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.21875f,0.66667f,0.21875f,0.70833f,0.21875f,0.75f,0.21875f,0.79167f,0.21875f,0.83333f,0.21875f,0.875f,0.21875f,0.91667f,0.21875f,0.95833f,0.21875f,0.99609f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:167: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.21875f,0.25f,0.21875f,0.29167f,0.21875f,0.33333f,0.21875f,0.375f,0.21875f,0.41667f,0.21875f,0.45833f,0.21875f,0.5f,0.21875f,0.54167f,0.21875f,0.58333f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:166: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.1875f,0.875f,0.1875f,0.91667f,0.1875f,0.95833f,0.1875f,0.99609f,0.1875f,0.00391f,0.21875f,0.04167f,0.21875f,0.08333f,0.21875f,0.125f,0.21875f,0.16667f,0.21875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:165: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.1875f,0.45833f,0.1875f,0.5f,0.1875f,0.54167f,0.1875f,0.58333f,0.1875f,0.625f,0.1875f,0.66667f,0.1875f,0.70833f,0.1875f,0.75f,0.1875f,0.79167f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:164: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.1875f,0.04167f,0.1875f,0.08333f,0.1875f,0.125f,0.1875f,0.16667f,0.1875f,0.20833f,0.1875f,0.25f,0.1875f,0.29167f,0.1875f,0.33333f,0.1875f,0.375f,0.1875f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:163: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.15625f,0.66667f,0.15625f,0.70833f,0.15625f,0.75f,0.15625f,0.79167f,0.15625f,0.83333f,0.15625f,0.875f,0.15625f,0.91667f,0.15625f,0.95833f,0.15625f,0.99609f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:162: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.15625f,0.25f,0.15625f,0.29167f,0.15625f,0.33333f,0.15625f,0.375f,0.15625f,0.41667f,0.15625f,0.45833f,0.15625f,0.5f,0.15625f,0.54167f,0.15625f,0.58333f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:161: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.125f,0.875f,0.125f,0.91667f,0.125f,0.95833f,0.125f,0.99609f,0.125f,0.00391f,0.15625f,0.04167f,0.15625f,0.08333f,0.15625f,0.125f,0.15625f,0.16667f,0.15625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:160: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.125f,0.45833f,0.125f,0.5f,0.125f,0.54167f,0.125f,0.58333f,0.125f,0.625f,0.125f,0.66667f,0.125f,0.70833f,0.125f,0.75f,0.125f,0.79167f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:159: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.125f,0.04167f,0.125f,0.08333f,0.125f,0.125f,0.125f,0.16667f,0.125f,0.20833f,0.125f,0.25f,0.125f,0.29167f,0.125f,0.33333f,0.125f,0.375f,0.125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:158: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.09375f,0.66667f,0.09375f,0.70833f,0.09375f,0.75f,0.09375f,0.79167f,0.09375f,0.83333f,0.09375f,0.875f,0.09375f,0.91667f,0.09375f,0.95833f,0.09375f,0.99609f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:157: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.09375f,0.25f,0.09375f,0.29167f,0.09375f,0.33333f,0.09375f,0.375f,0.09375f,0.41667f,0.09375f,0.45833f,0.09375f,0.5f,0.09375f,0.54167f,0.09375f,0.58333f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:156: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.0625f,0.875f,0.0625f,0.91667f,0.0625f,0.95833f,0.0625f,0.99609f,0.0625f,0.00391f,0.09375f,0.04167f,0.09375f,0.08333f,0.09375f,0.125f,0.09375f,0.16667f,0.09375f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:155: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.0625f,0.45833f,0.0625f,0.5f,0.0625f,0.54167f,0.0625f,0.58333f,0.0625f,0.625f,0.0625f,0.66667f,0.0625f,0.70833f,0.0625f,0.75f,0.0625f,0.79167f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:154: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.0625f,0.04167f,0.0625f,0.08333f,0.0625f,0.125f,0.0625f,0.16667f,0.0625f,0.20833f,0.0625f,0.25f,0.0625f,0.29167f,0.0625f,0.33333f,0.0625f,0.375f,0.0625f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:153: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.625f,0.03125f,0.66667f,0.03125f,0.70833f,0.03125f,0.75f,0.03125f,0.79167f,0.03125f,0.83333f,0.03125f,0.875f,0.03125f,0.91667f,0.03125f,0.95833f,0.03125f,0.99609f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:152: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.20833f,0.03125f,0.25f,0.03125f,0.29167f,0.03125f,0.33333f,0.03125f,0.375f,0.03125f,0.41667f,0.03125f,0.45833f,0.03125f,0.5f,0.03125f,0.54167f,0.03125f,0.58333f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:151: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.83333f,0.00391f,0.875f,0.00391f,0.91667f,0.00391f,0.95833f,0.00391f,0.99609f,0.00391f,0.00391f,0.03125f,0.04167f,0.03125f,0.08333f,0.03125f,0.125f,0.03125f,0.16667f,0.03125f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:150: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.41667f,0.00391f,0.45833f,0.00391f,0.5f,0.00391f,0.54167f,0.00391f,0.58333f,0.00391f,0.625f,0.00391f,0.66667f,0.00391f,0.70833f,0.00391f,0.75f,0.00391f,0.79167f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:149: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.00391f,0.04167f,0.00391f,0.08333f,0.00391f,0.125f,0.00391f,0.16667f,0.00391f,0.20833f,0.00391f,0.25f,0.00391f,0.29167f,0.00391f,0.33333f,0.00391f,0.375f,0.00391f})) symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class MFVec2fObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:148: error: cannot find symbol .setTexCoord(new TextureCoordinateObject().setPoint(new MFVec2fObject() /* splitting up long array to improve compilability */ symbol: class TextureCoordinateObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4341718.744506f,739994.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2022.2698,2026.6069,2038.6284,2048.0354,2058.314,2065.4639,2074.064,2072.0552,2060.424,2060.6135,2077.657,2095.0415,2105.3855,2113.0557,2112.8523,2109.6177,2101.1816,2090.9932,2077.5215,2062.364,2052.143,2049.8716,2047.0251,2037.2216,2022.9431,2002.825,2014.6218,2026.875,2033.825,2036.5,2045.9313,2055.6562,2055.9219,2047.9375,2047.375,2066.7563,2081.225,2084.625,2101.6,2114.5562,2118.525,2110.2375,2098.0781,2084.4688,2066.8843,2058.275,2055.1594,2051.125,2041.5032,2028.175,1988.4584,1996.5083,2003.9166,2010.7417,2009.7667,2022.7583,2030.4625,2032.4166,2028.7167,2039.6979,2054.7876,2068.1,2076.1667,2090.473,2109.6833,2123.4958,2119.9333,2104.7917,2089.529,2072.302,2066.2334,2061.2417,2052.6667,2042.35,2029.3,1969.4083,1975.3417,1981.4166,1987.4917,1988.9917,1997.6833,2004.2084,2006.2084,2007.825,2025.45,2041.7104,2059.7031,2077.9583,2093.2551,2108.45,2121.4822,2125.3584,2112.7917,2096.6084,2085.3699,2077.275,2069.5667,2059.4167,2047.2667,2036.0792,1945.2,1952.175,1957.25,1961.0,1968.8,1973.475,1977.0,1979.0,1993.1,2009.1,2032.4,2057.625,2078.0,2095.15,2107.45,2121.45,2129.0,2122.625,2110.1,2099.95,2091.8,2081.65,2068.75,2058.35,2047.2,1925.9333,1930.05,1934.0834,1937.4833,1945.2333,1948.2886,1949.898,1960.5938,1978.0458,1999.7916,2024.3104,2048.5,2070.875,2084.1416,2098.223,2113.5916,2124.2583,2127.573,2121.1375,2112.0134,2104.4834,2095.775,2083.625,2069.475,2058.325,1907.9333,1911.7645,1914.75,1919.0188,1926.0667,1929.225,1940.9791,1953.7084,1967.9333,1985.85,2008.9166,2032.45,2053.6667,2071.898,2088.4333,2104.2834,2114.05,2118.0938,2120.6667,2116.8271,2112.4834,2107.4917,2097.6667,2084.775,2071.4666,1896.9625,1898.9031,1901.125,1908.2,1911.8,1917.175,1931.85,1943.0,1953.025,1967.725,1989.9812,2015.1344,2035.625,2052.8,2077.4812,2093.397,2099.625,2101.625,2102.625,2105.7344,2111.475,2112.45,2106.625,2097.475,2084.55,1888.85,1888.0,1894.3334,1903.1583,1905.8334,1910.0542,1920.225,1930.9166,1938.95,1956.4708,1974.9,1994.0333,2016.3334,2036.8,2063.5417,2079.95,2083.75,2085.3333,2085.875,2091.55,2100.7,2109.175,2110.25,2103.204,2094.6167,1885.7916,1886.175,1888.8438,1894.3739,1898.9833,1900.2667,1909.1188,1919.8334,1929.6833,1943.9083,1959.775,1975.225,1999.5834,2023.0177,2049.2124,2064.6,2067.375,2067.0364,2066.9583,2071.0083,2080.2417,2090.3083,2097.7083,2098.5833,2098.1,1883.0,1884.7937,1887.0,1888.75,1889.75,1894.225,1899.3,1908.6562,1919.65,1933.85,1950.9375,1968.2,1988.25,2009.8562,2033.45,2046.225,2049.775,2050.3438,2049.25,2050.1687,2058.3,2065.425,2070.75,2076.9438,2084.65,1882.0,1883.1239,1885.1771,1886.7084,1887.7084,1889.0,1892.2583,1899.9584,1912.1083,1924.9667,1938.9667,1955.9,1976.125,1997.0802,2015.2833,2026.35,2028.8334,2036.7916,2038.4166,2037.125,2038.4333,2045.1833,2051.4062,2058.775,2066.2876,1882.0,1882.175,1884.0,1885.0,1885.8,1886.0,1887.0,1896.5,1907.6,1913.4417,1926.9833,1943.0333,1961.3334,1978.275,1993.6333,2001.8917,2005.4333,2016.2084,2022.45,2022.3334,2020.1333,2021.7916,2031.1666,2041.475,2055.1,1882.0,1882.0,1883.0,1883.0,1883.775,1883.625,1886.55,1901.3906,1906.4375,1905.7344,1913.8562,1931.6031,1950.25,1964.0531,1973.65,1979.2094,1982.9125,1996.625,2006.325,2009.875,2008.65,2006.5032,2009.375,2023.8,2042.475,1882.0,1882.0,1882.0,1882.1896,1883.0,1883.1979,1886.55,1901.4688,1902.175,1897.5834,1906.7792,1920.9417,1938.1666,1952.2417,1955.8375,1957.3334,1963.1083,1977.3438,1985.9125,1996.4938,1997.5834,1997.5834,1999.9166,2006.7438,2025.35,1882.0,1882.0,1882.0,1882.0,1882.4,1884.7594,1887.55,1891.7084,1892.0625,1888.5416,1897.6333,1910.4343,1925.625,1935.7,1940.475,1938.625,1947.225,1960.2084,1972.4417,1987.0667,1991.325,1992.5416,1994.2916,1997.3667,2011.6833,1882.0,1882.0,1882.0,1882.0,1882.0,1884.475,1887.0,1888.0,1887.5,1888.0,1890.275,1901.8125,1912.0,1921.1125,1925.0,1926.0,1935.25,1948.625,1965.575,1977.025,1985.6,1987.5,1988.375,1990.825,1999.75,1883.9542,1882.0,1882.0,1882.0,1882.0,1883.0,1884.7562,1885.4584,1885.4584,1886.8782,1888.3895,1894.1907,1904.4584,1910.5333,1914.0667,1916.6,1924.5167,1938.0416,1950.725,1964.7261,1969.9166,1968.9667,1971.2916,1976.0365,1986.2208,1885.0,1883.0,1882.4375,1882.0,1882.0,1882.1979,1882.4166,1883.0,1884.0,1885.4166,1886.9125,1888.0,1894.25,1903.4917,1906.4166,1908.5104,1915.1417,1924.7396,1937.9208,1950.825,1964.0167,1957.9313,1951.25,1958.1417,1969.675,1884.0,1884.0,1883.75,1883.0,1882.0,1881.0,1881.0,1882.0,1883.0,1883.8594,1884.9062,1886.9531,1889.0,1894.825,1897.9,1899.4594,1904.4625,1914.5,1924.8187,1939.325,1951.7,1956.8219,1947.25,1947.375,1953.3,1885.6,1884.55,1883.9166,1883.0,1882.4,1882.0,1881.0,1881.0,1881.0,1882.0,1883.2833,1885.925,1888.0,1889.0,1890.3334,1890.6666,1896.2667,1905.4166,1913.5667,1925.8917,1938.8,1951.0083,1944.8334,1939.3917,1942.5667,1886.9708,1885.0,1884.0,1883.675,1883.0,1882.0,1882.0,1881.0,1881.0,1881.0,1882.85,1884.925,1886.2916,1887.0,1887.2916,1888.0,1889.0875,1895.9584,1904.352,1913.2615,1923.3667,1935.5167,1938.8334,1934.4156,1934.5542,1887.675,1886.0,1885.0,1884.0,1883.0,1882.0,1882.0,1881.2812,1881.0,1881.0,1882.0,1883.0,1884.25,1885.25,1885.2125,1886.0563,1887.075,1889.0,1892.95,1899.275,1905.1,1919.775,1928.0625,1929.25,1928.25,1888.9791,1887.9635,1886.0,1885.0,1883.7916,1883.0,1883.0,1882.0,1881.0,1881.0,1881.0,1882.0,1883.0,1883.0,1884.0,1885.0,1886.0,1887.0,1888.0,1888.2084,1891.825,1903.7177,1914.3334,1920.6583,1919.4375,1893.6333,1888.0,1887.0,1885.675,1884.9333,1883.9208,1883.0,1882.0,1881.0,1881.0,1881.0,1881.1666,1881.0,1882.0,1883.0,1883.0,1884.0,1885.0,1886.0,1886.0875,1887.1,1888.1666,1894.1666,1903.325,1903.7667,1897.6625,1889.0,1888.0,1887.0,1886.525,1885.875,1884.9437,1883.3281,1882.2625,1881.0,1881.0,1881.0,1881.0,1881.0,1881.125,1882.0,1882.125,1883.0,1883.0563,1883.125,1884.125,1886.0,1887.0,1888.125,1888.125,1903.9083,1900.6438,1893.5834,1889.0,1888.0,1887.0,1886.0,1885.0,1883.9166,1882.2063,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0834,1882.0,1883.0,1884.0625,1885.0687,1886.0,1909.8583,1905.7906,1900.4584,1892.6198,1889.9584,1888.9802,1887.977,1887.0,1886.0,1884.9677,1883.0,1882.0719,1881.9584,1881.0,1881.0,1881.0,1880.0,1880.0,1880.0,1880.0,1880.0,1880.0416,1881.0416,1882.8323,1883.0375,1917.8,1910.65,1902.5,1901.0,1900.6,1896.525,1890.45,1888.375,1888.0,1887.225,1886.0,1885.0,1884.0,1883.0,1882.0,1882.0,1882.0,1881.0,1880.0,1880.0,1880.0,1880.0,1880.0,1880.825,1881.0,1925.8833,1918.7823,1915.125,1914.125,1912.1083,1908.6698,1903.5938,1899.151,1903.0958,1898.6073,1889.0604,1887.1135,1886.0416,1885.0,1884.0416,1883.7844,1883.7125,1883.0,1882.0,1881.0198,1880.0,1879.0281,1879.0,1879.7906,1879.9584,1939.2333,1935.1438,1930.3334,1930.0354,1928.9333,1923.775,1918.6542,1917.8438,1918.275,1911.6813,1903.4667,1889.0188,1887.0,1886.0834,1886.0,1885.0,1884.0834,1883.625,1883.0,1882.5188,1881.4,1880.0,1878.0,1877.9166,1877.9166,1964.525,1957.275,1951.75,1953.5,1949.15,1936.175,1927.575,1921.1719,1925.9625,1918.9688,1914.2562,1898.55,1889.125,1887.9343,1886.8688,1886.0969,1885.7375,1885.0469,1884.125,1883.5406,1882.05,1880.0406,1879.0,1877.2781,1876.0125,1987.8167,1981.3167,1973.9166,1973.9042,1962.3,1949.1167,1933.0667,1924.4791,1922.0,1919.3917,1917.4584,1911.575,1901.5,1890.4,1888.1666,1888.0,1887.75,1887.0,1886.1666,1885.5625,1883.4,1882.0,1880.375,1879.3125,1878.1666}) symbol: class MFStringObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:147: error: cannot find symbol .setGeometry(new GeoElevationGridObject().setGeoSystem(new MFStringObject("\"UTM\" \"Z10\" \"N\"")).setCreaseAngle(0.5).setXDimension(25).setZDimension(33).setGeoGridOrigin(4341718.744506f,739994.999947f,0.0f).setZSpacing(50.416667).setXSpacing(50.750000).setCcw(false).setSolid(false).setHeight(new double[] {2022.2698,2026.6069,2038.6284,2048.0354,2058.314,2065.4639,2074.064,2072.0552,2060.424,2060.6135,2077.657,2095.0415,2105.3855,2113.0557,2112.8523,2109.6177,2101.1816,2090.9932,2077.5215,2062.364,2052.143,2049.8716,2047.0251,2037.2216,2022.9431,2002.825,2014.6218,2026.875,2033.825,2036.5,2045.9313,2055.6562,2055.9219,2047.9375,2047.375,2066.7563,2081.225,2084.625,2101.6,2114.5562,2118.525,2110.2375,2098.0781,2084.4688,2066.8843,2058.275,2055.1594,2051.125,2041.5032,2028.175,1988.4584,1996.5083,2003.9166,2010.7417,2009.7667,2022.7583,2030.4625,2032.4166,2028.7167,2039.6979,2054.7876,2068.1,2076.1667,2090.473,2109.6833,2123.4958,2119.9333,2104.7917,2089.529,2072.302,2066.2334,2061.2417,2052.6667,2042.35,2029.3,1969.4083,1975.3417,1981.4166,1987.4917,1988.9917,1997.6833,2004.2084,2006.2084,2007.825,2025.45,2041.7104,2059.7031,2077.9583,2093.2551,2108.45,2121.4822,2125.3584,2112.7917,2096.6084,2085.3699,2077.275,2069.5667,2059.4167,2047.2667,2036.0792,1945.2,1952.175,1957.25,1961.0,1968.8,1973.475,1977.0,1979.0,1993.1,2009.1,2032.4,2057.625,2078.0,2095.15,2107.45,2121.45,2129.0,2122.625,2110.1,2099.95,2091.8,2081.65,2068.75,2058.35,2047.2,1925.9333,1930.05,1934.0834,1937.4833,1945.2333,1948.2886,1949.898,1960.5938,1978.0458,1999.7916,2024.3104,2048.5,2070.875,2084.1416,2098.223,2113.5916,2124.2583,2127.573,2121.1375,2112.0134,2104.4834,2095.775,2083.625,2069.475,2058.325,1907.9333,1911.7645,1914.75,1919.0188,1926.0667,1929.225,1940.9791,1953.7084,1967.9333,1985.85,2008.9166,2032.45,2053.6667,2071.898,2088.4333,2104.2834,2114.05,2118.0938,2120.6667,2116.8271,2112.4834,2107.4917,2097.6667,2084.775,2071.4666,1896.9625,1898.9031,1901.125,1908.2,1911.8,1917.175,1931.85,1943.0,1953.025,1967.725,1989.9812,2015.1344,2035.625,2052.8,2077.4812,2093.397,2099.625,2101.625,2102.625,2105.7344,2111.475,2112.45,2106.625,2097.475,2084.55,1888.85,1888.0,1894.3334,1903.1583,1905.8334,1910.0542,1920.225,1930.9166,1938.95,1956.4708,1974.9,1994.0333,2016.3334,2036.8,2063.5417,2079.95,2083.75,2085.3333,2085.875,2091.55,2100.7,2109.175,2110.25,2103.204,2094.6167,1885.7916,1886.175,1888.8438,1894.3739,1898.9833,1900.2667,1909.1188,1919.8334,1929.6833,1943.9083,1959.775,1975.225,1999.5834,2023.0177,2049.2124,2064.6,2067.375,2067.0364,2066.9583,2071.0083,2080.2417,2090.3083,2097.7083,2098.5833,2098.1,1883.0,1884.7937,1887.0,1888.75,1889.75,1894.225,1899.3,1908.6562,1919.65,1933.85,1950.9375,1968.2,1988.25,2009.8562,2033.45,2046.225,2049.775,2050.3438,2049.25,2050.1687,2058.3,2065.425,2070.75,2076.9438,2084.65,1882.0,1883.1239,1885.1771,1886.7084,1887.7084,1889.0,1892.2583,1899.9584,1912.1083,1924.9667,1938.9667,1955.9,1976.125,1997.0802,2015.2833,2026.35,2028.8334,2036.7916,2038.4166,2037.125,2038.4333,2045.1833,2051.4062,2058.775,2066.2876,1882.0,1882.175,1884.0,1885.0,1885.8,1886.0,1887.0,1896.5,1907.6,1913.4417,1926.9833,1943.0333,1961.3334,1978.275,1993.6333,2001.8917,2005.4333,2016.2084,2022.45,2022.3334,2020.1333,2021.7916,2031.1666,2041.475,2055.1,1882.0,1882.0,1883.0,1883.0,1883.775,1883.625,1886.55,1901.3906,1906.4375,1905.7344,1913.8562,1931.6031,1950.25,1964.0531,1973.65,1979.2094,1982.9125,1996.625,2006.325,2009.875,2008.65,2006.5032,2009.375,2023.8,2042.475,1882.0,1882.0,1882.0,1882.1896,1883.0,1883.1979,1886.55,1901.4688,1902.175,1897.5834,1906.7792,1920.9417,1938.1666,1952.2417,1955.8375,1957.3334,1963.1083,1977.3438,1985.9125,1996.4938,1997.5834,1997.5834,1999.9166,2006.7438,2025.35,1882.0,1882.0,1882.0,1882.0,1882.4,1884.7594,1887.55,1891.7084,1892.0625,1888.5416,1897.6333,1910.4343,1925.625,1935.7,1940.475,1938.625,1947.225,1960.2084,1972.4417,1987.0667,1991.325,1992.5416,1994.2916,1997.3667,2011.6833,1882.0,1882.0,1882.0,1882.0,1882.0,1884.475,1887.0,1888.0,1887.5,1888.0,1890.275,1901.8125,1912.0,1921.1125,1925.0,1926.0,1935.25,1948.625,1965.575,1977.025,1985.6,1987.5,1988.375,1990.825,1999.75,1883.9542,1882.0,1882.0,1882.0,1882.0,1883.0,1884.7562,1885.4584,1885.4584,1886.8782,1888.3895,1894.1907,1904.4584,1910.5333,1914.0667,1916.6,1924.5167,1938.0416,1950.725,1964.7261,1969.9166,1968.9667,1971.2916,1976.0365,1986.2208,1885.0,1883.0,1882.4375,1882.0,1882.0,1882.1979,1882.4166,1883.0,1884.0,1885.4166,1886.9125,1888.0,1894.25,1903.4917,1906.4166,1908.5104,1915.1417,1924.7396,1937.9208,1950.825,1964.0167,1957.9313,1951.25,1958.1417,1969.675,1884.0,1884.0,1883.75,1883.0,1882.0,1881.0,1881.0,1882.0,1883.0,1883.8594,1884.9062,1886.9531,1889.0,1894.825,1897.9,1899.4594,1904.4625,1914.5,1924.8187,1939.325,1951.7,1956.8219,1947.25,1947.375,1953.3,1885.6,1884.55,1883.9166,1883.0,1882.4,1882.0,1881.0,1881.0,1881.0,1882.0,1883.2833,1885.925,1888.0,1889.0,1890.3334,1890.6666,1896.2667,1905.4166,1913.5667,1925.8917,1938.8,1951.0083,1944.8334,1939.3917,1942.5667,1886.9708,1885.0,1884.0,1883.675,1883.0,1882.0,1882.0,1881.0,1881.0,1881.0,1882.85,1884.925,1886.2916,1887.0,1887.2916,1888.0,1889.0875,1895.9584,1904.352,1913.2615,1923.3667,1935.5167,1938.8334,1934.4156,1934.5542,1887.675,1886.0,1885.0,1884.0,1883.0,1882.0,1882.0,1881.2812,1881.0,1881.0,1882.0,1883.0,1884.25,1885.25,1885.2125,1886.0563,1887.075,1889.0,1892.95,1899.275,1905.1,1919.775,1928.0625,1929.25,1928.25,1888.9791,1887.9635,1886.0,1885.0,1883.7916,1883.0,1883.0,1882.0,1881.0,1881.0,1881.0,1882.0,1883.0,1883.0,1884.0,1885.0,1886.0,1887.0,1888.0,1888.2084,1891.825,1903.7177,1914.3334,1920.6583,1919.4375,1893.6333,1888.0,1887.0,1885.675,1884.9333,1883.9208,1883.0,1882.0,1881.0,1881.0,1881.0,1881.1666,1881.0,1882.0,1883.0,1883.0,1884.0,1885.0,1886.0,1886.0875,1887.1,1888.1666,1894.1666,1903.325,1903.7667,1897.6625,1889.0,1888.0,1887.0,1886.525,1885.875,1884.9437,1883.3281,1882.2625,1881.0,1881.0,1881.0,1881.0,1881.0,1881.125,1882.0,1882.125,1883.0,1883.0563,1883.125,1884.125,1886.0,1887.0,1888.125,1888.125,1903.9083,1900.6438,1893.5834,1889.0,1888.0,1887.0,1886.0,1885.0,1883.9166,1882.2063,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0,1881.0834,1882.0,1883.0,1884.0625,1885.0687,1886.0,1909.8583,1905.7906,1900.4584,1892.6198,1889.9584,1888.9802,1887.977,1887.0,1886.0,1884.9677,1883.0,1882.0719,1881.9584,1881.0,1881.0,1881.0,1880.0,1880.0,1880.0,1880.0,1880.0,1880.0416,1881.0416,1882.8323,1883.0375,1917.8,1910.65,1902.5,1901.0,1900.6,1896.525,1890.45,1888.375,1888.0,1887.225,1886.0,1885.0,1884.0,1883.0,1882.0,1882.0,1882.0,1881.0,1880.0,1880.0,1880.0,1880.0,1880.0,1880.825,1881.0,1925.8833,1918.7823,1915.125,1914.125,1912.1083,1908.6698,1903.5938,1899.151,1903.0958,1898.6073,1889.0604,1887.1135,1886.0416,1885.0,1884.0416,1883.7844,1883.7125,1883.0,1882.0,1881.0198,1880.0,1879.0281,1879.0,1879.7906,1879.9584,1939.2333,1935.1438,1930.3334,1930.0354,1928.9333,1923.775,1918.6542,1917.8438,1918.275,1911.6813,1903.4667,1889.0188,1887.0,1886.0834,1886.0,1885.0,1884.0834,1883.625,1883.0,1882.5188,1881.4,1880.0,1878.0,1877.9166,1877.9166,1964.525,1957.275,1951.75,1953.5,1949.15,1936.175,1927.575,1921.1719,1925.9625,1918.9688,1914.2562,1898.55,1889.125,1887.9343,1886.8688,1886.0969,1885.7375,1885.0469,1884.125,1883.5406,1882.05,1880.0406,1879.0,1877.2781,1876.0125,1987.8167,1981.3167,1973.9166,1973.9042,1962.3,1949.1167,1933.0667,1924.4791,1922.0,1919.3917,1917.4584,1911.575,1901.5,1890.4,1888.1666,1888.0,1887.75,1887.0,1886.1666,1885.5625,1883.4,1882.0,1880.375,1879.3125,1878.1666}) symbol: class GeoElevationGridObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw007.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw007.jpg\"")))) symbol: class MFStringObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:146: error: cannot find symbol .setTexture(new ImageTextureObject().setUrl(new MFStringObject("\"images/squaw007.jpg\" \"http://www.web3d.org/x3d/content/examples/Basic/Geospatial/images/squaw007.jpg\"")))) symbol: class ImageTextureObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:145: error: cannot find symbol .setMaterial(new MaterialObject().setAmbientIntensity(0.9f).setShininess(1.0f).setDiffuseColor(1.0f,1.0f,1.0f)) symbol: class MaterialObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:144: error: cannot find symbol .setAppearance(new AppearanceObject() symbol: class AppearanceObject location: class SquawLOD014 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: class ShapeObject location: class SquawLOD014 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD014 Error: Could not find or load main class Basic.Geospatial.SquawLOD014 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD015.java produced from SquawLOD015.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:36: error: package org.web3d.x3d.jsail.Core does not exist import org.web3d.x3d.jsail.Core.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:37: error: package org.web3d.x3d.jsail.fields does not exist import org.web3d.x3d.jsail.fields.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:38: error: package org.web3d.x3d.jsail.Geospatial does not exist import org.web3d.x3d.jsail.Geospatial.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:39: error: package org.web3d.x3d.jsail.Shape does not exist import org.web3d.x3d.jsail.Shape.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:40: error: package org.web3d.x3d.jsail.Texturing does not exist import org.web3d.x3d.jsail.Texturing.*; C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:496: error: cannot find symbol private X3DObject x3dModel; symbol: class X3DObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:501: error: cannot find symbol public X3DObject getX3dModel() symbol: class X3DObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:491: error: cannot find symbol .setGeoOrigin(new GeoOriginObject().setUSE("ORIGIN")))))); symbol: class GeoOriginObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:490: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.99609f,0.9f,0.99609f,0.92f,0.99609f,0.94f,0.99609f,0.96f,0.99609f,0.98f,0.99609f,0.99609f,0.99609f})))) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:489: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.99609f,0.7f,0.99609f,0.72f,0.99609f,0.74f,0.99609f,0.76f,0.99609f,0.78f,0.99609f,0.8f,0.99609f,0.82f,0.99609f,0.84f,0.99609f,0.86f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:488: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.99609f,0.5f,0.99609f,0.52f,0.99609f,0.54f,0.99609f,0.56f,0.99609f,0.58f,0.99609f,0.6f,0.99609f,0.62f,0.99609f,0.64f,0.99609f,0.66f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:487: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.99609f,0.3f,0.99609f,0.32f,0.99609f,0.34f,0.99609f,0.36f,0.99609f,0.38f,0.99609f,0.4f,0.99609f,0.42f,0.99609f,0.44f,0.99609f,0.46f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:486: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.99609f,0.1f,0.99609f,0.12f,0.99609f,0.14f,0.99609f,0.16f,0.99609f,0.18f,0.99609f,0.2f,0.99609f,0.22f,0.99609f,0.24f,0.99609f,0.26f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:485: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.98485f,0.92f,0.98485f,0.94f,0.98485f,0.96f,0.98485f,0.98f,0.98485f,0.99609f,0.98485f,0.00391f,0.99609f,0.02f,0.99609f,0.04f,0.99609f,0.06f,0.99609f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:484: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.98485f,0.72f,0.98485f,0.74f,0.98485f,0.76f,0.98485f,0.78f,0.98485f,0.8f,0.98485f,0.82f,0.98485f,0.84f,0.98485f,0.86f,0.98485f,0.88f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:483: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.98485f,0.52f,0.98485f,0.54f,0.98485f,0.56f,0.98485f,0.58f,0.98485f,0.6f,0.98485f,0.62f,0.98485f,0.64f,0.98485f,0.66f,0.98485f,0.68f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:482: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.98485f,0.32f,0.98485f,0.34f,0.98485f,0.36f,0.98485f,0.38f,0.98485f,0.4f,0.98485f,0.42f,0.98485f,0.44f,0.98485f,0.46f,0.98485f,0.48f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:481: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.98485f,0.12f,0.98485f,0.14f,0.98485f,0.16f,0.98485f,0.18f,0.98485f,0.2f,0.98485f,0.22f,0.98485f,0.24f,0.98485f,0.26f,0.98485f,0.28f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:480: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.9697f,0.94f,0.9697f,0.96f,0.9697f,0.98f,0.9697f,0.99609f,0.9697f,0.00391f,0.98485f,0.02f,0.98485f,0.04f,0.98485f,0.06f,0.98485f,0.08f,0.98485f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:479: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.9697f,0.74f,0.9697f,0.76f,0.9697f,0.78f,0.9697f,0.8f,0.9697f,0.82f,0.9697f,0.84f,0.9697f,0.86f,0.9697f,0.88f,0.9697f,0.9f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:478: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.9697f,0.54f,0.9697f,0.56f,0.9697f,0.58f,0.9697f,0.6f,0.9697f,0.62f,0.9697f,0.64f,0.9697f,0.66f,0.9697f,0.68f,0.9697f,0.7f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:477: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.9697f,0.34f,0.9697f,0.36f,0.9697f,0.38f,0.9697f,0.4f,0.9697f,0.42f,0.9697f,0.44f,0.9697f,0.46f,0.9697f,0.48f,0.9697f,0.5f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:476: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.9697f,0.14f,0.9697f,0.16f,0.9697f,0.18f,0.9697f,0.2f,0.9697f,0.22f,0.9697f,0.24f,0.9697f,0.26f,0.9697f,0.28f,0.9697f,0.3f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:475: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.95455f,0.96f,0.95455f,0.98f,0.95455f,0.99609f,0.95455f,0.00391f,0.9697f,0.02f,0.9697f,0.04f,0.9697f,0.06f,0.9697f,0.08f,0.9697f,0.1f,0.9697f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:474: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.95455f,0.76f,0.95455f,0.78f,0.95455f,0.8f,0.95455f,0.82f,0.95455f,0.84f,0.95455f,0.86f,0.95455f,0.88f,0.95455f,0.9f,0.95455f,0.92f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:473: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.95455f,0.56f,0.95455f,0.58f,0.95455f,0.6f,0.95455f,0.62f,0.95455f,0.64f,0.95455f,0.66f,0.95455f,0.68f,0.95455f,0.7f,0.95455f,0.72f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:472: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.95455f,0.36f,0.95455f,0.38f,0.95455f,0.4f,0.95455f,0.42f,0.95455f,0.44f,0.95455f,0.46f,0.95455f,0.48f,0.95455f,0.5f,0.95455f,0.52f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:471: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.95455f,0.16f,0.95455f,0.18f,0.95455f,0.2f,0.95455f,0.22f,0.95455f,0.24f,0.95455f,0.26f,0.95455f,0.28f,0.95455f,0.3f,0.95455f,0.32f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:470: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.93939f,0.98f,0.93939f,0.99609f,0.93939f,0.00391f,0.95455f,0.02f,0.95455f,0.04f,0.95455f,0.06f,0.95455f,0.08f,0.95455f,0.1f,0.95455f,0.12f,0.95455f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:469: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.93939f,0.78f,0.93939f,0.8f,0.93939f,0.82f,0.93939f,0.84f,0.93939f,0.86f,0.93939f,0.88f,0.93939f,0.9f,0.93939f,0.92f,0.93939f,0.94f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:468: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.93939f,0.58f,0.93939f,0.6f,0.93939f,0.62f,0.93939f,0.64f,0.93939f,0.66f,0.93939f,0.68f,0.93939f,0.7f,0.93939f,0.72f,0.93939f,0.74f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:467: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.93939f,0.38f,0.93939f,0.4f,0.93939f,0.42f,0.93939f,0.44f,0.93939f,0.46f,0.93939f,0.48f,0.93939f,0.5f,0.93939f,0.52f,0.93939f,0.54f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:466: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.93939f,0.18f,0.93939f,0.2f,0.93939f,0.22f,0.93939f,0.24f,0.93939f,0.26f,0.93939f,0.28f,0.93939f,0.3f,0.93939f,0.32f,0.93939f,0.34f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:465: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.92424f,0.99609f,0.92424f,0.00391f,0.93939f,0.02f,0.93939f,0.04f,0.93939f,0.06f,0.93939f,0.08f,0.93939f,0.1f,0.93939f,0.12f,0.93939f,0.14f,0.93939f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:464: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.92424f,0.8f,0.92424f,0.82f,0.92424f,0.84f,0.92424f,0.86f,0.92424f,0.88f,0.92424f,0.9f,0.92424f,0.92f,0.92424f,0.94f,0.92424f,0.96f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:463: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.92424f,0.6f,0.92424f,0.62f,0.92424f,0.64f,0.92424f,0.66f,0.92424f,0.68f,0.92424f,0.7f,0.92424f,0.72f,0.92424f,0.74f,0.92424f,0.76f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:462: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.92424f,0.4f,0.92424f,0.42f,0.92424f,0.44f,0.92424f,0.46f,0.92424f,0.48f,0.92424f,0.5f,0.92424f,0.52f,0.92424f,0.54f,0.92424f,0.56f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:461: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.92424f,0.2f,0.92424f,0.22f,0.92424f,0.24f,0.92424f,0.26f,0.92424f,0.28f,0.92424f,0.3f,0.92424f,0.32f,0.92424f,0.34f,0.92424f,0.36f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:460: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.90909f,0.00391f,0.92424f,0.02f,0.92424f,0.04f,0.92424f,0.06f,0.92424f,0.08f,0.92424f,0.1f,0.92424f,0.12f,0.92424f,0.14f,0.92424f,0.16f,0.92424f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:459: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.90909f,0.82f,0.90909f,0.84f,0.90909f,0.86f,0.90909f,0.88f,0.90909f,0.9f,0.90909f,0.92f,0.90909f,0.94f,0.90909f,0.96f,0.90909f,0.98f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:458: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.90909f,0.62f,0.90909f,0.64f,0.90909f,0.66f,0.90909f,0.68f,0.90909f,0.7f,0.90909f,0.72f,0.90909f,0.74f,0.90909f,0.76f,0.90909f,0.78f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:457: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.90909f,0.42f,0.90909f,0.44f,0.90909f,0.46f,0.90909f,0.48f,0.90909f,0.5f,0.90909f,0.52f,0.90909f,0.54f,0.90909f,0.56f,0.90909f,0.58f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:456: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.90909f,0.22f,0.90909f,0.24f,0.90909f,0.26f,0.90909f,0.28f,0.90909f,0.3f,0.90909f,0.32f,0.90909f,0.34f,0.90909f,0.36f,0.90909f,0.38f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:455: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.90909f,0.02f,0.90909f,0.04f,0.90909f,0.06f,0.90909f,0.08f,0.90909f,0.1f,0.90909f,0.12f,0.90909f,0.14f,0.90909f,0.16f,0.90909f,0.18f,0.90909f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:454: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.89394f,0.84f,0.89394f,0.86f,0.89394f,0.88f,0.89394f,0.9f,0.89394f,0.92f,0.89394f,0.94f,0.89394f,0.96f,0.89394f,0.98f,0.89394f,0.99609f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:453: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.89394f,0.64f,0.89394f,0.66f,0.89394f,0.68f,0.89394f,0.7f,0.89394f,0.72f,0.89394f,0.74f,0.89394f,0.76f,0.89394f,0.78f,0.89394f,0.8f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:452: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.89394f,0.44f,0.89394f,0.46f,0.89394f,0.48f,0.89394f,0.5f,0.89394f,0.52f,0.89394f,0.54f,0.89394f,0.56f,0.89394f,0.58f,0.89394f,0.6f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:451: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.89394f,0.24f,0.89394f,0.26f,0.89394f,0.28f,0.89394f,0.3f,0.89394f,0.32f,0.89394f,0.34f,0.89394f,0.36f,0.89394f,0.38f,0.89394f,0.4f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:450: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.89394f,0.04f,0.89394f,0.06f,0.89394f,0.08f,0.89394f,0.1f,0.89394f,0.12f,0.89394f,0.14f,0.89394f,0.16f,0.89394f,0.18f,0.89394f,0.2f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:449: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.84f,0.87879f,0.86f,0.87879f,0.88f,0.87879f,0.9f,0.87879f,0.92f,0.87879f,0.94f,0.87879f,0.96f,0.87879f,0.98f,0.87879f,0.99609f,0.87879f,0.00391f,0.89394f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:448: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.64f,0.87879f,0.66f,0.87879f,0.68f,0.87879f,0.7f,0.87879f,0.72f,0.87879f,0.74f,0.87879f,0.76f,0.87879f,0.78f,0.87879f,0.8f,0.87879f,0.82f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:447: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.44f,0.87879f,0.46f,0.87879f,0.48f,0.87879f,0.5f,0.87879f,0.52f,0.87879f,0.54f,0.87879f,0.56f,0.87879f,0.58f,0.87879f,0.6f,0.87879f,0.62f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:446: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.24f,0.87879f,0.26f,0.87879f,0.28f,0.87879f,0.3f,0.87879f,0.32f,0.87879f,0.34f,0.87879f,0.36f,0.87879f,0.38f,0.87879f,0.4f,0.87879f,0.42f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:445: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.04f,0.87879f,0.06f,0.87879f,0.08f,0.87879f,0.1f,0.87879f,0.12f,0.87879f,0.14f,0.87879f,0.16f,0.87879f,0.18f,0.87879f,0.2f,0.87879f,0.22f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:444: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.86f,0.86364f,0.88f,0.86364f,0.9f,0.86364f,0.92f,0.86364f,0.94f,0.86364f,0.96f,0.86364f,0.98f,0.86364f,0.99609f,0.86364f,0.00391f,0.87879f,0.02f,0.87879f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:443: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.66f,0.86364f,0.68f,0.86364f,0.7f,0.86364f,0.72f,0.86364f,0.74f,0.86364f,0.76f,0.86364f,0.78f,0.86364f,0.8f,0.86364f,0.82f,0.86364f,0.84f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:442: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.46f,0.86364f,0.48f,0.86364f,0.5f,0.86364f,0.52f,0.86364f,0.54f,0.86364f,0.56f,0.86364f,0.58f,0.86364f,0.6f,0.86364f,0.62f,0.86364f,0.64f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:441: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.26f,0.86364f,0.28f,0.86364f,0.3f,0.86364f,0.32f,0.86364f,0.34f,0.86364f,0.36f,0.86364f,0.38f,0.86364f,0.4f,0.86364f,0.42f,0.86364f,0.44f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:440: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.06f,0.86364f,0.08f,0.86364f,0.1f,0.86364f,0.12f,0.86364f,0.14f,0.86364f,0.16f,0.86364f,0.18f,0.86364f,0.2f,0.86364f,0.22f,0.86364f,0.24f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:439: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.88f,0.84848f,0.9f,0.84848f,0.92f,0.84848f,0.94f,0.84848f,0.96f,0.84848f,0.98f,0.84848f,0.99609f,0.84848f,0.00391f,0.86364f,0.02f,0.86364f,0.04f,0.86364f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:438: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.68f,0.84848f,0.7f,0.84848f,0.72f,0.84848f,0.74f,0.84848f,0.76f,0.84848f,0.78f,0.84848f,0.8f,0.84848f,0.82f,0.84848f,0.84f,0.84848f,0.86f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:437: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.48f,0.84848f,0.5f,0.84848f,0.52f,0.84848f,0.54f,0.84848f,0.56f,0.84848f,0.58f,0.84848f,0.6f,0.84848f,0.62f,0.84848f,0.64f,0.84848f,0.66f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:436: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.28f,0.84848f,0.3f,0.84848f,0.32f,0.84848f,0.34f,0.84848f,0.36f,0.84848f,0.38f,0.84848f,0.4f,0.84848f,0.42f,0.84848f,0.44f,0.84848f,0.46f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:435: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.08f,0.84848f,0.1f,0.84848f,0.12f,0.84848f,0.14f,0.84848f,0.16f,0.84848f,0.18f,0.84848f,0.2f,0.84848f,0.22f,0.84848f,0.24f,0.84848f,0.26f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:434: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.9f,0.83333f,0.92f,0.83333f,0.94f,0.83333f,0.96f,0.83333f,0.98f,0.83333f,0.99609f,0.83333f,0.00391f,0.84848f,0.02f,0.84848f,0.04f,0.84848f,0.06f,0.84848f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:433: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.7f,0.83333f,0.72f,0.83333f,0.74f,0.83333f,0.76f,0.83333f,0.78f,0.83333f,0.8f,0.83333f,0.82f,0.83333f,0.84f,0.83333f,0.86f,0.83333f,0.88f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:432: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.5f,0.83333f,0.52f,0.83333f,0.54f,0.83333f,0.56f,0.83333f,0.58f,0.83333f,0.6f,0.83333f,0.62f,0.83333f,0.64f,0.83333f,0.66f,0.83333f,0.68f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:431: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.3f,0.83333f,0.32f,0.83333f,0.34f,0.83333f,0.36f,0.83333f,0.38f,0.83333f,0.4f,0.83333f,0.42f,0.83333f,0.44f,0.83333f,0.46f,0.83333f,0.48f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:430: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.1f,0.83333f,0.12f,0.83333f,0.14f,0.83333f,0.16f,0.83333f,0.18f,0.83333f,0.2f,0.83333f,0.22f,0.83333f,0.24f,0.83333f,0.26f,0.83333f,0.28f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:429: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.92f,0.81818f,0.94f,0.81818f,0.96f,0.81818f,0.98f,0.81818f,0.99609f,0.81818f,0.00391f,0.83333f,0.02f,0.83333f,0.04f,0.83333f,0.06f,0.83333f,0.08f,0.83333f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:428: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.72f,0.81818f,0.74f,0.81818f,0.76f,0.81818f,0.78f,0.81818f,0.8f,0.81818f,0.82f,0.81818f,0.84f,0.81818f,0.86f,0.81818f,0.88f,0.81818f,0.9f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:427: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.52f,0.81818f,0.54f,0.81818f,0.56f,0.81818f,0.58f,0.81818f,0.6f,0.81818f,0.62f,0.81818f,0.64f,0.81818f,0.66f,0.81818f,0.68f,0.81818f,0.7f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:426: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.32f,0.81818f,0.34f,0.81818f,0.36f,0.81818f,0.38f,0.81818f,0.4f,0.81818f,0.42f,0.81818f,0.44f,0.81818f,0.46f,0.81818f,0.48f,0.81818f,0.5f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:425: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.12f,0.81818f,0.14f,0.81818f,0.16f,0.81818f,0.18f,0.81818f,0.2f,0.81818f,0.22f,0.81818f,0.24f,0.81818f,0.26f,0.81818f,0.28f,0.81818f,0.3f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:424: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.94f,0.80303f,0.96f,0.80303f,0.98f,0.80303f,0.99609f,0.80303f,0.00391f,0.81818f,0.02f,0.81818f,0.04f,0.81818f,0.06f,0.81818f,0.08f,0.81818f,0.1f,0.81818f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:423: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.74f,0.80303f,0.76f,0.80303f,0.78f,0.80303f,0.8f,0.80303f,0.82f,0.80303f,0.84f,0.80303f,0.86f,0.80303f,0.88f,0.80303f,0.9f,0.80303f,0.92f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:422: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.54f,0.80303f,0.56f,0.80303f,0.58f,0.80303f,0.6f,0.80303f,0.62f,0.80303f,0.64f,0.80303f,0.66f,0.80303f,0.68f,0.80303f,0.7f,0.80303f,0.72f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:421: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.34f,0.80303f,0.36f,0.80303f,0.38f,0.80303f,0.4f,0.80303f,0.42f,0.80303f,0.44f,0.80303f,0.46f,0.80303f,0.48f,0.80303f,0.5f,0.80303f,0.52f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:420: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.14f,0.80303f,0.16f,0.80303f,0.18f,0.80303f,0.2f,0.80303f,0.22f,0.80303f,0.24f,0.80303f,0.26f,0.80303f,0.28f,0.80303f,0.3f,0.80303f,0.32f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:419: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.96f,0.78788f,0.98f,0.78788f,0.99609f,0.78788f,0.00391f,0.80303f,0.02f,0.80303f,0.04f,0.80303f,0.06f,0.80303f,0.08f,0.80303f,0.1f,0.80303f,0.12f,0.80303f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:418: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.76f,0.78788f,0.78f,0.78788f,0.8f,0.78788f,0.82f,0.78788f,0.84f,0.78788f,0.86f,0.78788f,0.88f,0.78788f,0.9f,0.78788f,0.92f,0.78788f,0.94f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:417: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.56f,0.78788f,0.58f,0.78788f,0.6f,0.78788f,0.62f,0.78788f,0.64f,0.78788f,0.66f,0.78788f,0.68f,0.78788f,0.7f,0.78788f,0.72f,0.78788f,0.74f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:416: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.36f,0.78788f,0.38f,0.78788f,0.4f,0.78788f,0.42f,0.78788f,0.44f,0.78788f,0.46f,0.78788f,0.48f,0.78788f,0.5f,0.78788f,0.52f,0.78788f,0.54f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:415: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.16f,0.78788f,0.18f,0.78788f,0.2f,0.78788f,0.22f,0.78788f,0.24f,0.78788f,0.26f,0.78788f,0.28f,0.78788f,0.3f,0.78788f,0.32f,0.78788f,0.34f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:414: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.98f,0.77273f,0.99609f,0.77273f,0.00391f,0.78788f,0.02f,0.78788f,0.04f,0.78788f,0.06f,0.78788f,0.08f,0.78788f,0.1f,0.78788f,0.12f,0.78788f,0.14f,0.78788f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:413: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.78f,0.77273f,0.8f,0.77273f,0.82f,0.77273f,0.84f,0.77273f,0.86f,0.77273f,0.88f,0.77273f,0.9f,0.77273f,0.92f,0.77273f,0.94f,0.77273f,0.96f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:412: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.58f,0.77273f,0.6f,0.77273f,0.62f,0.77273f,0.64f,0.77273f,0.66f,0.77273f,0.68f,0.77273f,0.7f,0.77273f,0.72f,0.77273f,0.74f,0.77273f,0.76f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:411: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.38f,0.77273f,0.4f,0.77273f,0.42f,0.77273f,0.44f,0.77273f,0.46f,0.77273f,0.48f,0.77273f,0.5f,0.77273f,0.52f,0.77273f,0.54f,0.77273f,0.56f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:410: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.18f,0.77273f,0.2f,0.77273f,0.22f,0.77273f,0.24f,0.77273f,0.26f,0.77273f,0.28f,0.77273f,0.3f,0.77273f,0.32f,0.77273f,0.34f,0.77273f,0.36f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:409: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.99609f,0.75758f,0.00391f,0.77273f,0.02f,0.77273f,0.04f,0.77273f,0.06f,0.77273f,0.08f,0.77273f,0.1f,0.77273f,0.12f,0.77273f,0.14f,0.77273f,0.16f,0.77273f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:408: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.8f,0.75758f,0.82f,0.75758f,0.84f,0.75758f,0.86f,0.75758f,0.88f,0.75758f,0.9f,0.75758f,0.92f,0.75758f,0.94f,0.75758f,0.96f,0.75758f,0.98f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:407: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.6f,0.75758f,0.62f,0.75758f,0.64f,0.75758f,0.66f,0.75758f,0.68f,0.75758f,0.7f,0.75758f,0.72f,0.75758f,0.74f,0.75758f,0.76f,0.75758f,0.78f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:406: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.4f,0.75758f,0.42f,0.75758f,0.44f,0.75758f,0.46f,0.75758f,0.48f,0.75758f,0.5f,0.75758f,0.52f,0.75758f,0.54f,0.75758f,0.56f,0.75758f,0.58f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:405: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.2f,0.75758f,0.22f,0.75758f,0.24f,0.75758f,0.26f,0.75758f,0.28f,0.75758f,0.3f,0.75758f,0.32f,0.75758f,0.34f,0.75758f,0.36f,0.75758f,0.38f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:404: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.00391f,0.75758f,0.02f,0.75758f,0.04f,0.75758f,0.06f,0.75758f,0.08f,0.75758f,0.1f,0.75758f,0.12f,0.75758f,0.14f,0.75758f,0.16f,0.75758f,0.18f,0.75758f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:403: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.82f,0.74242f,0.84f,0.74242f,0.86f,0.74242f,0.88f,0.74242f,0.9f,0.74242f,0.92f,0.74242f,0.94f,0.74242f,0.96f,0.74242f,0.98f,0.74242f,0.99609f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:402: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.62f,0.74242f,0.64f,0.74242f,0.66f,0.74242f,0.68f,0.74242f,0.7f,0.74242f,0.72f,0.74242f,0.74f,0.74242f,0.76f,0.74242f,0.78f,0.74242f,0.8f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:401: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.42f,0.74242f,0.44f,0.74242f,0.46f,0.74242f,0.48f,0.74242f,0.5f,0.74242f,0.52f,0.74242f,0.54f,0.74242f,0.56f,0.74242f,0.58f,0.74242f,0.6f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:400: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.22f,0.74242f,0.24f,0.74242f,0.26f,0.74242f,0.28f,0.74242f,0.3f,0.74242f,0.32f,0.74242f,0.34f,0.74242f,0.36f,0.74242f,0.38f,0.74242f,0.4f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD015 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java:399: error: cannot find symbol .append(new MFVec2fObject(new float[] {0.02f,0.74242f,0.04f,0.74242f,0.06f,0.74242f,0.08f,0.74242f,0.1f,0.74242f,0.12f,0.74242f,0.14f,0.74242f,0.16f,0.74242f,0.18f,0.74242f,0.2f,0.74242f})) symbol: class MFVec2fObject location: class SquawLOD015 100 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD015 Error: Could not find or load main class Basic.Geospatial.SquawLOD015 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD016.java produced from SquawLOD016.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD016.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD016 Error: Could not find or load main class Basic.Geospatial.SquawLOD016 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD017.java produced from SquawLOD017.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD017.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD017 Error: Could not find or load main class Basic.Geospatial.SquawLOD017 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD018.java produced from SquawLOD018.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD018.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD018 Error: Could not find or load main class Basic.Geospatial.SquawLOD018 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD019.java produced from SquawLOD019.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD019.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD019 Error: Could not find or load main class Basic.Geospatial.SquawLOD019 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD020.java produced from SquawLOD020.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD020.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD020 Error: Could not find or load main class Basic.Geospatial.SquawLOD020 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD021.java produced from SquawLOD021.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD021.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD021 Error: Could not find or load main class Basic.Geospatial.SquawLOD021 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD022.java produced from SquawLOD022.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD022.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD022 Error: Could not find or load main class Basic.Geospatial.SquawLOD022 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD023.java produced from SquawLOD023.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD023.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD023 Error: Could not find or load main class Basic.Geospatial.SquawLOD023 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD024.java produced from SquawLOD024.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD024.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD024 Error: Could not find or load main class Basic.Geospatial.SquawLOD024 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD025.java produced from SquawLOD025.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD025.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD025 Error: Could not find or load main class Basic.Geospatial.SquawLOD025 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD026.java produced from SquawLOD026.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD026.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD026 Error: Could not find or load main class Basic.Geospatial.SquawLOD026 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD027.java produced from SquawLOD027.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD027.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD027 Error: Could not find or load main class Basic.Geospatial.SquawLOD027 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD028.java produced from SquawLOD028.x3d [Large tuple found: TextureCoordinate point, $tupleCount=825, $tupleSplitSize=10, string-length=11955] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD028.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD028 Error: Could not find or load main class Basic.Geospatial.SquawLOD028 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SquawLOD029.java produced from SquawLOD029.x3d [Large tuple found: TextureCoordinate point, $tupleCount=3417, $tupleSplitSize=10, string-length=43811] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD029.java:143: error: cannot find symbol .addChild(new ShapeObject() symbol: method addChild(ShapeObject) location: class GeoLODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SquawLOD029 Error: Could not find or load main class Basic.Geospatial.SquawLOD029 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus.java produced from SriCampus.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus SriCampus self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus000.java produced from SriCampus000.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus000 SriCampus000 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus001.java produced from SriCampus001.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus001 SriCampus001 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus002.java produced from SriCampus002.x3d [Large tuple found: Coordinate point, $tupleCount=134, $tupleSplitSize=10, string-length=4180] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus002 SriCampus002 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus003.java produced from SriCampus003.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=375] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus003 SriCampus003 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus004.java produced from SriCampus004.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus004 SriCampus004 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus005.java produced from SriCampus005.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus005 SriCampus005 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus006.java produced from SriCampus006.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=461] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus006 SriCampus006 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus007.java produced from SriCampus007.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus007 SriCampus007 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus008.java produced from SriCampus008.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus008 SriCampus008 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus009.java produced from SriCampus009.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=387] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus009 SriCampus009 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus010.java produced from SriCampus010.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=457] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus010 SriCampus010 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus011.java produced from SriCampus011.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus011 SriCampus011 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus012.java produced from SriCampus012.x3d [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1611] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus012 SriCampus012 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus013.java produced from SriCampus013.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus013 SriCampus013 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus014.java produced from SriCampus014.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=465] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus014 SriCampus014 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus015.java produced from SriCampus015.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus015 SriCampus015 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus016.java produced from SriCampus016.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus016 SriCampus016 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus017.java produced from SriCampus017.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus017 SriCampus017 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus018.java produced from SriCampus018.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=421] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus018 SriCampus018 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus019.java produced from SriCampus019.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=790] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus019 SriCampus019 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus020.java produced from SriCampus020.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus020 SriCampus020 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus021.java produced from SriCampus021.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=402] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus021 SriCampus021 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus022.java produced from SriCampus022.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=453] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus022 SriCampus022 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus023.java produced from SriCampus023.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus023 SriCampus023 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus024.java produced from SriCampus024.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=746] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus024 SriCampus024 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus025.java produced from SriCampus025.x3d [Large tuple found: TextureCoordinate point, $tupleCount=900, $tupleSplitSize=10, string-length=19147] [Large tuple found: Coordinate point, $tupleCount=900, $tupleSplitSize=10, string-length=28040] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus025.java:125: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus025 Error: Could not find or load main class Basic.Geospatial.SriCampus025 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus026.java produced from SriCampus026.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=782] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus026 SriCampus026 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus027.java produced from SriCampus027.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=375] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus027 SriCampus027 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus028.java produced from SriCampus028.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=453] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus028 SriCampus028 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus029.java produced from SriCampus029.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus029 SriCampus029 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus030.java produced from SriCampus030.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus030 SriCampus030 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus031.java produced from SriCampus031.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus031 SriCampus031 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus032.java produced from SriCampus032.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus032 SriCampus032 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus033.java produced from SriCampus033.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=453] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus033 SriCampus033 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus034.java produced from SriCampus034.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus034 SriCampus034 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus035.java produced from SriCampus035.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus035 SriCampus035 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus036.java produced from SriCampus036.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus036 SriCampus036 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus037.java produced from SriCampus037.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=461] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus037 SriCampus037 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus038.java produced from SriCampus038.x3d [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=722] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus038 SriCampus038 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus039.java produced from SriCampus039.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus039 SriCampus039 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus040.java produced from SriCampus040.x3d [Large tuple found: Coordinate point, $tupleCount=60, $tupleSplitSize=10, string-length=1691] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus040 SriCampus040 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus041.java produced from SriCampus041.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=790] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus041 SriCampus041 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus042.java produced from SriCampus042.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus042 SriCampus042 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus043.java produced from SriCampus043.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus043 SriCampus043 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus044.java produced from SriCampus044.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus044 SriCampus044 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus045.java produced from SriCampus045.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus045 SriCampus045 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus046.java produced from SriCampus046.x3d [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=1172] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus046 SriCampus046 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus047.java produced from SriCampus047.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus047 SriCampus047 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus048.java produced from SriCampus048.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus048 SriCampus048 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus049.java produced from SriCampus049.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus049 SriCampus049 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus050.java produced from SriCampus050.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus050 SriCampus050 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus051.java produced from SriCampus051.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus051 SriCampus051 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus052.java produced from SriCampus052.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus052 SriCampus052 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus053.java produced from SriCampus053.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus053 SriCampus053 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus054.java produced from SriCampus054.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=453] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus054 SriCampus054 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus055.java produced from SriCampus055.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus055 SriCampus055 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus056.java produced from SriCampus056.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus056 SriCampus056 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus057.java produced from SriCampus057.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus057 SriCampus057 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus058.java produced from SriCampus058.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus058 SriCampus058 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus059.java produced from SriCampus059.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus059 SriCampus059 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus060.java produced from SriCampus060.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus060 SriCampus060 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus061.java produced from SriCampus061.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=367] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus061 SriCampus061 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus062.java produced from SriCampus062.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus062 SriCampus062 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus063.java produced from SriCampus063.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus063 SriCampus063 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus064.java produced from SriCampus064.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=429] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus064 SriCampus064 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus065.java produced from SriCampus065.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus065 SriCampus065 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus066.java produced from SriCampus066.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus066 SriCampus066 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus067.java produced from SriCampus067.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus067 SriCampus067 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus068.java produced from SriCampus068.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus068 SriCampus068 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus069.java produced from SriCampus069.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus069 SriCampus069 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus070.java produced from SriCampus070.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=790] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus070 SriCampus070 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus071.java produced from SriCampus071.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=375] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus071 SriCampus071 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus072.java produced from SriCampus072.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus072 SriCampus072 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus073.java produced from SriCampus073.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus073 SriCampus073 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus074.java produced from SriCampus074.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus074 SriCampus074 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus075.java produced from SriCampus075.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=498] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus075 SriCampus075 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus076.java produced from SriCampus076.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus076 SriCampus076 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus077.java produced from SriCampus077.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=413] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus077 SriCampus077 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus078.java produced from SriCampus078.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=375] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus078 SriCampus078 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus079.java produced from SriCampus079.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus079 SriCampus079 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus080.java produced from SriCampus080.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=445] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus080 SriCampus080 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus081.java produced from SriCampus081.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus081 SriCampus081 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus082.java produced from SriCampus082.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus082 SriCampus082 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus083.java produced from SriCampus083.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus083 SriCampus083 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus084.java produced from SriCampus084.x3d [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=718] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus084 SriCampus084 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus085.java produced from SriCampus085.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus085 SriCampus085 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus086.java produced from SriCampus086.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus086 SriCampus086 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus087.java produced from SriCampus087.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus087 SriCampus087 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus088.java produced from SriCampus088.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus088 SriCampus088 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus089.java produced from SriCampus089.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus089 SriCampus089 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus090.java produced from SriCampus090.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus090 SriCampus090 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus091.java produced from SriCampus091.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=774] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus091 SriCampus091 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus092.java produced from SriCampus092.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus092 SriCampus092 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus093.java produced from SriCampus093.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus093 SriCampus093 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus094.java produced from SriCampus094.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus094 SriCampus094 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus095.java produced from SriCampus095.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=790] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus095 SriCampus095 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus096.java produced from SriCampus096.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus096 SriCampus096 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus097.java produced from SriCampus097.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=461] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus097 SriCampus097 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus098.java produced from SriCampus098.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=746] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus098 SriCampus098 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus099.java produced from SriCampus099.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus099 SriCampus099 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus100.java produced from SriCampus100.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus100 SriCampus100 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus101.java produced from SriCampus101.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus101 SriCampus101 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus102.java produced from SriCampus102.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus102 SriCampus102 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus103.java produced from SriCampus103.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus103 SriCampus103 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus104.java produced from SriCampus104.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus104 SriCampus104 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus105.java produced from SriCampus105.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus105 SriCampus105 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus106.java produced from SriCampus106.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus106 SriCampus106 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus107.java produced from SriCampus107.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus107 SriCampus107 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus108.java produced from SriCampus108.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus108 SriCampus108 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus109.java produced from SriCampus109.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=473] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus109 SriCampus109 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus110.java produced from SriCampus110.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=398] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus110 SriCampus110 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus111.java produced from SriCampus111.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1933] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus111 SriCampus111 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus112.java produced from SriCampus112.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus112 SriCampus112 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus113.java produced from SriCampus113.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=445] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus113 SriCampus113 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus114.java produced from SriCampus114.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=798] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus114 SriCampus114 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus115.java produced from SriCampus115.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus115 SriCampus115 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus116.java produced from SriCampus116.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus116 SriCampus116 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus117.java produced from SriCampus117.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=461] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus117 SriCampus117 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus118.java produced from SriCampus118.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus118 SriCampus118 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus119.java produced from SriCampus119.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus119 SriCampus119 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus120.java produced from SriCampus120.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus120 SriCampus120 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus121.java produced from SriCampus121.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus121 SriCampus121 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus122.java produced from SriCampus122.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=790] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus122 SriCampus122 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus123.java produced from SriCampus123.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus123 SriCampus123 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus124.java produced from SriCampus124.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus124 SriCampus124 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus125.java produced from SriCampus125.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=370] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus125 SriCampus125 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus126.java produced from SriCampus126.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=368] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus126 SriCampus126 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus127.java produced from SriCampus127.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=816] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus127 SriCampus127 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus128.java produced from SriCampus128.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus128 SriCampus128 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus129.java produced from SriCampus129.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1920] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus129 SriCampus129 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus130.java produced from SriCampus130.x3d [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=721] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus130 SriCampus130 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus131.java produced from SriCampus131.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=790] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus131 SriCampus131 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus132.java produced from SriCampus132.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus132 SriCampus132 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus133.java produced from SriCampus133.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=387] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus133 SriCampus133 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus134.java produced from SriCampus134.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus134 SriCampus134 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus135.java produced from SriCampus135.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=363] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus135 SriCampus135 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus136.java produced from SriCampus136.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=449] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus136 SriCampus136 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus137.java produced from SriCampus137.x3d [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=1074] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus137 SriCampus137 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus138.java produced from SriCampus138.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus138 SriCampus138 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus139.java produced from SriCampus139.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus139 SriCampus139 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus140.java produced from SriCampus140.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus140 SriCampus140 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus141.java produced from SriCampus141.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus141 SriCampus141 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus142.java produced from SriCampus142.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=449] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus142 SriCampus142 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus143.java produced from SriCampus143.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus143 SriCampus143 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus144.java produced from SriCampus144.x3d [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=1998] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus144 SriCampus144 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus145.java produced from SriCampus145.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus145 SriCampus145 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus146.java produced from SriCampus146.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=465] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus146 SriCampus146 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus147.java produced from SriCampus147.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus147 SriCampus147 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus148.java produced from SriCampus148.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus148 SriCampus148 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus149.java produced from SriCampus149.x3d [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=602] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus149 SriCampus149 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus150.java produced from SriCampus150.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus150 SriCampus150 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/SriCampus151.java produced from SriCampus151.x3d [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=406] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.SriCampus151 SriCampus151 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/Temple.java produced from Temple.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.Temple Temple self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/TempleNoOrigin.java produced from TempleNoOrigin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.TempleNoOrigin TempleNoOrigin self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/TempleOrigin.java produced from TempleOrigin.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.TempleOrigin TempleOrigin self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/TemplePretty.java produced from TemplePretty.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.TemplePretty TemplePretty self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/TripsAroundWorld.java produced from TripsAroundWorld.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.TripsAroundWorld TripsAroundWorld self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/TripsModel.java produced from TripsModel.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.TripsModel TripsModel self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/World.java produced from World.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.World World self-validation test results: ROUTE details: FROM Touch1.isActive (TouchSensor.SFBool.outputOnly) TO Return1.set_value (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='isActive' source and toField='set_value' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/WorldHigh.java produced from WorldHigh.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldHigh.java:129: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.WorldHigh Error: Could not find or load main class Basic.Geospatial.WorldHigh Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/WorldLow.java produced from WorldLow.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.WorldLow WorldLow self-validation test results: ROUTE details: FROM Touch1.isActive (TouchSensor.SFBool.outputOnly) TO Return1.set_value (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='isActive' source and toField='set_value' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/WorldTest.java produced from WorldTest.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.WorldTest WorldTest self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/WorldTestSolid.java produced from WorldTestSolid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.WorldTestSolid WorldTestSolid self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Geospatial/newGeospatialScene.java produced from newGeospatialScene.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\newGeospatialScene.java:141: error: void cannot be dereferenced .addChild(new ShapeObject())) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Geospatial.newGeospatialScene Error: Could not find or load main class Basic.Geospatial.newGeospatialScene Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/AllenDutton.java produced from AllenDutton.x3d [Large tuple found: Coordinate point, $tupleCount=3000, $tupleSplitSize=10, string-length=48984] [Large tuple found: Coordinate point, $tupleCount=1551, $tupleSplitSize=10, string-length=25693] [Large tuple found: Coordinate point, $tupleCount=325, $tupleSplitSize=10, string-length=5309] [Large tuple found: Coordinate point, $tupleCount=1950, $tupleSplitSize=10, string-length=32150] [Large tuple found: Coordinate point, $tupleCount=2438, $tupleSplitSize=10, string-length=42177] [Large tuple found: Coordinate point, $tupleCount=1834, $tupleSplitSize=10, string-length=31563] [Large tuple found: Coordinate point, $tupleCount=1713, $tupleSplitSize=10, string-length=29616] [Large tuple found: Coordinate point, $tupleCount=4887, $tupleSplitSize=10, string-length=78785] [Large tuple found: Coordinate point, $tupleCount=1536, $tupleSplitSize=10, string-length=23150] [Large tuple found: Coordinate point, $tupleCount=1488, $tupleSplitSize=10, string-length=23442] [Large tuple found: Coordinate point, $tupleCount=672, $tupleSplitSize=10, string-length=11788] [Large tuple found: Coordinate point, $tupleCount=1815, $tupleSplitSize=10, string-length=29099] [Large tuple found: Coordinate point, $tupleCount=1722, $tupleSplitSize=10, string-length=29963] [Large tuple found: Coordinate point, $tupleCount=696, $tupleSplitSize=10, string-length=11956] [Large tuple found: Coordinate point, $tupleCount=585, $tupleSplitSize=10, string-length=8778] [Large tuple found: Coordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=54347] [Large tuple found: TextureCoordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=40548] [Large tuple found: Coordinate point, $tupleCount=177, $tupleSplitSize=10, string-length=2972] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1619] [Large tuple found: Coordinate point, $tupleCount=140, $tupleSplitSize=10, string-length=2371] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=269] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=266] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: PositionInterpolator keyValue, $tupleCount=21, $tupleSplitSize=10, string-length=499] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDutton.java:3391: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.AllenDutton Error: Could not find or load main class Basic.HumanoidAnimation.AllenDutton Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/AllenDuttonBlurryMotion.java produced from AllenDuttonBlurryMotion.x3d [Large tuple found: Coordinate point, $tupleCount=3000, $tupleSplitSize=10, string-length=48984] [Large tuple found: Coordinate point, $tupleCount=1551, $tupleSplitSize=10, string-length=25693] [Large tuple found: Coordinate point, $tupleCount=325, $tupleSplitSize=10, string-length=5309] [Large tuple found: Coordinate point, $tupleCount=1950, $tupleSplitSize=10, string-length=32150] [Large tuple found: Coordinate point, $tupleCount=2438, $tupleSplitSize=10, string-length=42177] [Large tuple found: Coordinate point, $tupleCount=1834, $tupleSplitSize=10, string-length=31563] [Large tuple found: Coordinate point, $tupleCount=1713, $tupleSplitSize=10, string-length=29616] [Large tuple found: Coordinate point, $tupleCount=4887, $tupleSplitSize=10, string-length=78785] [Large tuple found: Coordinate point, $tupleCount=1536, $tupleSplitSize=10, string-length=23150] [Large tuple found: Coordinate point, $tupleCount=1488, $tupleSplitSize=10, string-length=23442] [Large tuple found: Coordinate point, $tupleCount=672, $tupleSplitSize=10, string-length=11788] [Large tuple found: Coordinate point, $tupleCount=1815, $tupleSplitSize=10, string-length=29099] [Large tuple found: Coordinate point, $tupleCount=1722, $tupleSplitSize=10, string-length=29963] [Large tuple found: Coordinate point, $tupleCount=696, $tupleSplitSize=10, string-length=11956] [Large tuple found: Coordinate point, $tupleCount=585, $tupleSplitSize=10, string-length=8778] [Large tuple found: Coordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=54347] [Large tuple found: TextureCoordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=40548] [Large tuple found: Coordinate point, $tupleCount=177, $tupleSplitSize=10, string-length=2972] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1619] [Large tuple found: Coordinate point, $tupleCount=140, $tupleSplitSize=10, string-length=2371] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=269] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=266] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: PositionInterpolator keyValue, $tupleCount=21, $tupleSplitSize=10, string-length=499] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDuttonBlurryMotion.java:3393: error: cannot find symbol .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) symbol: method addJoints(HAnimJointObject) location: class GroupObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.AllenDuttonBlurryMotion Error: Could not find or load main class Basic.HumanoidAnimation.AllenDuttonBlurryMotion Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/AllenDuttonProtoInstances.java produced from AllenDuttonProtoInstances.x3d [Large tuple found: Coordinate point, $tupleCount=3000, $tupleSplitSize=10, string-length=48984] [Large tuple found: Coordinate point, $tupleCount=1551, $tupleSplitSize=10, string-length=25693] [Large tuple found: Coordinate point, $tupleCount=325, $tupleSplitSize=10, string-length=5309] [Large tuple found: Coordinate point, $tupleCount=1950, $tupleSplitSize=10, string-length=32150] [Large tuple found: Coordinate point, $tupleCount=2438, $tupleSplitSize=10, string-length=42177] [Large tuple found: Coordinate point, $tupleCount=1834, $tupleSplitSize=10, string-length=31563] [Large tuple found: Coordinate point, $tupleCount=1713, $tupleSplitSize=10, string-length=29616] [Large tuple found: Coordinate point, $tupleCount=4887, $tupleSplitSize=10, string-length=78785] [Large tuple found: Coordinate point, $tupleCount=1536, $tupleSplitSize=10, string-length=23150] [Large tuple found: Coordinate point, $tupleCount=1488, $tupleSplitSize=10, string-length=23442] [Large tuple found: Coordinate point, $tupleCount=672, $tupleSplitSize=10, string-length=11788] [Large tuple found: Coordinate point, $tupleCount=1815, $tupleSplitSize=10, string-length=29099] [Large tuple found: Coordinate point, $tupleCount=1722, $tupleSplitSize=10, string-length=29963] [Large tuple found: Coordinate point, $tupleCount=696, $tupleSplitSize=10, string-length=11956] [Large tuple found: Coordinate point, $tupleCount=585, $tupleSplitSize=10, string-length=8778] [Large tuple found: Coordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=54347] [Large tuple found: TextureCoordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=40548] [Large tuple found: Coordinate point, $tupleCount=177, $tupleSplitSize=10, string-length=2972] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1619] [Large tuple found: Coordinate point, $tupleCount=140, $tupleSplitSize=10, string-length=2371] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=269] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=266] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: PositionInterpolator keyValue, $tupleCount=21, $tupleSplitSize=10, string-length=499] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDuttonProtoInstances.java:142: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.AllenDuttonProtoInstances Error: Could not find or load main class Basic.HumanoidAnimation.AllenDuttonProtoInstances Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/AllenStandShootRifleM24.java produced from AllenStandShootRifleM24.x3d [Large tuple found: Coordinate point, $tupleCount=3000, $tupleSplitSize=10, string-length=48984] [Large tuple found: Coordinate point, $tupleCount=1551, $tupleSplitSize=10, string-length=25693] [Large tuple found: Coordinate point, $tupleCount=325, $tupleSplitSize=10, string-length=5309] [Large tuple found: Coordinate point, $tupleCount=1950, $tupleSplitSize=10, string-length=32150] [Large tuple found: Coordinate point, $tupleCount=2438, $tupleSplitSize=10, string-length=42177] [Large tuple found: Coordinate point, $tupleCount=1834, $tupleSplitSize=10, string-length=31563] [Large tuple found: Coordinate point, $tupleCount=1713, $tupleSplitSize=10, string-length=29616] [Large tuple found: Coordinate point, $tupleCount=4887, $tupleSplitSize=10, string-length=78785] [Large tuple found: Coordinate point, $tupleCount=1536, $tupleSplitSize=10, string-length=23150] [Large tuple found: Coordinate point, $tupleCount=1488, $tupleSplitSize=10, string-length=23442] [Large tuple found: Coordinate point, $tupleCount=672, $tupleSplitSize=10, string-length=11788] [Large tuple found: Coordinate point, $tupleCount=1815, $tupleSplitSize=10, string-length=29099] [Large tuple found: Coordinate point, $tupleCount=1722, $tupleSplitSize=10, string-length=29963] [Large tuple found: Coordinate point, $tupleCount=696, $tupleSplitSize=10, string-length=11956] [Large tuple found: Coordinate point, $tupleCount=585, $tupleSplitSize=10, string-length=8778] [Large tuple found: Coordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=54347] [Large tuple found: TextureCoordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=40548] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=191] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenStandShootRifleM24.java:3412: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.AllenStandShootRifleM24 Error: Could not find or load main class Basic.HumanoidAnimation.AllenStandShootRifleM24 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/BoxMan.java produced from BoxMan.x3d [Large tuple found: Coordinate point, $tupleCount=224, $tupleSplitSize=10, string-length=3915] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\BoxMan.java:325: error: void cannot be dereferenced .addComments(" # sacrum (12) # l_thigh (28) # l_calf (24) # l_hindfoot (8) # l_middistal (8) # r_thigh (28) # r_calf (24) # r_hindfoot (8) # r_middistal (8) # l5 (20) # skull (8) # l_upperarm (8) # l_forearm (8) # l_hand (8) # r_upperarm (8) # r_forearm (8) # r_hand (8) ") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.BoxMan Error: Could not find or load main class Basic.HumanoidAnimation.BoxMan Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/BoxManAnimationPanel.java produced from BoxManAnimationPanel.x3d [Large tuple found: Coordinate point, $tupleCount=224, $tupleSplitSize=10, string-length=3915] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=139] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=247] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=178] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=128] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=178] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=129] [Large tuple found: PositionInterpolator keyValue, $tupleCount=22, $tupleSplitSize=10, string-length=498] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\BoxManAnimationPanel.java:333: error: void cannot be dereferenced .addComments(" # sacrum (12) # l_thigh (28) # l_calf (24) # l_hindfoot (8) # l_middistal (8) # r_thigh (28) # r_calf (24) # r_hindfoot (8) # r_middistal (8) # l5 (20) # skull (8) # l_upperarm (8) # l_forearm (8) # l_hand (8) # r_upperarm (8) # r_forearm (8) # r_hand (8) ") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.BoxManAnimationPanel Error: Could not find or load main class Basic.HumanoidAnimation.BoxManAnimationPanel Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/Bubbles.java produced from Bubbles.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.Bubbles Bubbles self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/DiamondManLOA_0.java produced from DiamondManLOA_0.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_0.java:248: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.DiamondManLOA_0 Error: Could not find or load main class Basic.HumanoidAnimation.DiamondManLOA_0 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/DiamondManLOA_1.java produced from DiamondManLOA_1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_1.java:336: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.DiamondManLOA_1 Error: Could not find or load main class Basic.HumanoidAnimation.DiamondManLOA_1 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/DiamondManLOA_2.java produced from DiamondManLOA_2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_2.java:1000: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.DiamondManLOA_2 Error: Could not find or load main class Basic.HumanoidAnimation.DiamondManLOA_2 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimBehaviorPrototypes.java produced from HAnimBehaviorPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimBehaviorPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='HumanoidArray' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.HumanoidAnimation.HAnimBehaviorPrototypes.initialize(HAnimBehaviorPrototypes.java:2319) at Basic.HumanoidAnimation.HAnimBehaviorPrototypes.(HAnimBehaviorPrototypes.java:133) at Basic.HumanoidAnimation.HAnimBehaviorPrototypes.main(HAnimBehaviorPrototypes.java:2422) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimModelFootLeft.java produced from HAnimModelFootLeft.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelFootLeft.java:161: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimModelFootLeft Error: Could not find or load main class Basic.HumanoidAnimation.HAnimModelFootLeft Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimModelFootRight.java produced from HAnimModelFootRight.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelFootRight.java:161: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimModelFootRight Error: Could not find or load main class Basic.HumanoidAnimation.HAnimModelFootRight Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimModelHandLeft.java produced from HAnimModelHandLeft.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelHandLeft.java:161: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimModelHandLeft Error: Could not find or load main class Basic.HumanoidAnimation.HAnimModelHandLeft Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimModelHandRight.java produced from HAnimModelHandRight.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelHandRight.java:161: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimModelHandRight Error: Could not find or load main class Basic.HumanoidAnimation.HAnimModelHandRight Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimModelsHandsFeet.java produced from HAnimModelsHandsFeet.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimModelsHandsFeet Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: X3D version newValue="4.0" has illegal value, must use a valid enumeration string. at org.web3d.x3d.jsail.Core.X3DObject.setVersion(X3DObject.java:1474) at Basic.HumanoidAnimation.HAnimModelsHandsFeet.initialize(HAnimModelsHandsFeet.java:141) at Basic.HumanoidAnimation.HAnimModelsHandsFeet.(HAnimModelsHandsFeet.java:135) at Basic.HumanoidAnimation.HAnimModelsHandsFeet.main(HAnimModelsHandsFeet.java:246) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimPrototypes.java produced from HAnimPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='humanoidBody' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.HumanoidAnimation.HAnimPrototypes.initialize(HAnimPrototypes.java:196) at Basic.HumanoidAnimation.HAnimPrototypes.(HAnimPrototypes.java:151) at Basic.HumanoidAnimation.HAnimPrototypes.main(HAnimPrototypes.java:381) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimSpecificationLOA3Illustrated.java produced from HAnimSpecificationLOA3Illustrated.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Illustrated.java:2171: error: void cannot be dereferenced .addComments(" USE nodes go here for access by inverse kinematics (IK) engines and other tools ") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimSpecificationLOA3Illustrated Error: Could not find or load main class Basic.HumanoidAnimation.HAnimSpecificationLOA3Illustrated Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimSpecificationLOA3Invisible.java produced from HAnimSpecificationLOA3Invisible.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Invisible.java:519: error: void cannot be dereferenced .addComments(" USE nodes go here for access by inverse kinematics (IK) engines and other tools ") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimSpecificationLOA3Invisible Error: Could not find or load main class Basic.HumanoidAnimation.HAnimSpecificationLOA3Invisible Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/HAnimSpecificationLOA3Motion.java produced from HAnimSpecificationLOA3Motion.x3d [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=139] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=247] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=178] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=128] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=178] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=129] [Large tuple found: PositionInterpolator keyValue, $tupleCount=22, $tupleSplitSize=10, string-length=498] [Large tuple found: Coordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=858] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Motion.java:2152: error: void cannot be dereferenced .addComments(" USE nodes for inverse kinematics (IK) engines and other tools ") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.HAnimSpecificationLOA3Motion Error: Could not find or load main class Basic.HumanoidAnimation.HAnimSpecificationLOA3Motion Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/InterchangableActorsViaDynamicRoutingPrototypes.java produced from InterchangableActorsViaDynamicRoutingPrototypes.x3d [Large tuple found: Coordinate point, $tupleCount=3000, $tupleSplitSize=10, string-length=48984] [Large tuple found: Coordinate point, $tupleCount=1551, $tupleSplitSize=10, string-length=25693] [Large tuple found: Coordinate point, $tupleCount=325, $tupleSplitSize=10, string-length=5309] [Large tuple found: Coordinate point, $tupleCount=1950, $tupleSplitSize=10, string-length=32150] [Large tuple found: Coordinate point, $tupleCount=2438, $tupleSplitSize=10, string-length=42177] [Large tuple found: Coordinate point, $tupleCount=1834, $tupleSplitSize=10, string-length=31563] [Large tuple found: Coordinate point, $tupleCount=1713, $tupleSplitSize=10, string-length=29616] [Large tuple found: Coordinate point, $tupleCount=4887, $tupleSplitSize=10, string-length=78785] [Large tuple found: Coordinate point, $tupleCount=1536, $tupleSplitSize=10, string-length=23150] [Large tuple found: Coordinate point, $tupleCount=1488, $tupleSplitSize=10, string-length=23442] [Large tuple found: Coordinate point, $tupleCount=672, $tupleSplitSize=10, string-length=11788] [Large tuple found: Coordinate point, $tupleCount=1815, $tupleSplitSize=10, string-length=29099] [Large tuple found: Coordinate point, $tupleCount=1722, $tupleSplitSize=10, string-length=29963] [Large tuple found: Coordinate point, $tupleCount=696, $tupleSplitSize=10, string-length=11956] [Large tuple found: Coordinate point, $tupleCount=585, $tupleSplitSize=10, string-length=8778] [Large tuple found: Coordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=54347] [Large tuple found: TextureCoordinate point, $tupleCount=2265, $tupleSplitSize=10, string-length=40548] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1750] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=658] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=986] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1011] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=670] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=1036] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1069] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=362] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=942] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=564] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=499] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=989] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Coordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=5666] [Large tuple found: Coordinate point, $tupleCount=224, $tupleSplitSize=10, string-length=3408] [Large tuple found: Coordinate point, $tupleCount=177, $tupleSplitSize=10, string-length=2972] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1619] [Large tuple found: Coordinate point, $tupleCount=140, $tupleSplitSize=10, string-length=2371] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\InterchangableActorsViaDynamicRoutingPrototypes.java:4248: error: void cannot be dereferenced .addComments(" # sacrum (12) # l_thigh (28) # l_calf (24) # l_hindfoot (8) # l_middistal (8) # r_thigh (28) # r_calf (24) # r_hindfoot (8) # r_middistal (8) # l5 (20) # skull (8) # l_upperarm (8) # l_forearm (8) # l_hand (8) # r_upperarm (8) # r_forearm (8) # r_hand (8) ") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.InterchangableActorsViaDynamicRoutingPrototypes Error: Could not find or load main class Basic.HumanoidAnimation.InterchangableActorsViaDynamicRoutingPrototypes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/JoeSkinTexcoordDisplacerKick.java produced from JoeSkinTexcoordDisplacerKick.x3d [Large tuple found: Coordinate point, $tupleCount=390, $tupleSplitSize=10, string-length=6841] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1196] [Large tuple found: Coordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=858] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\JoeSkinTexcoordDisplacerKick.java:213: error: void cannot be dereferenced .addChild(new HAnimJointObject("Joe_l_eyelid_joint").setName("l_eyelid_joint").setCenter(0.034f,1.659f,0.06f)) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.JoeSkinTexcoordDisplacerKick Error: Could not find or load main class Basic.HumanoidAnimation.JoeSkinTexcoordDisplacerKick Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter01Jin.java produced from KoreanCharacter01Jin.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1462] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=972] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1248] [Large tuple found: TextureCoordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=923] [Large tuple found: Coordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=974] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1453] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=966] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1248] [Large tuple found: TextureCoordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=923] [Large tuple found: Coordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=974] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1365] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=908] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=568] [Large tuple found: TextureCoordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=517] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=638] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=936] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=573] [Large tuple found: TextureCoordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=517] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=632] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=174, $tupleSplitSize=10, string-length=3928] [Large tuple found: TextureCoordinate point, $tupleCount=210, $tupleSplitSize=10, string-length=2939] [Large tuple found: Coordinate point, $tupleCount=356, $tupleSplitSize=10, string-length=7812] [Large tuple found: TextureCoordinate point, $tupleCount=386, $tupleSplitSize=10, string-length=5403] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter01Jin.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,35.799999f,-0.707600f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter01Jin Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter01Jin Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter02Chul.java produced from KoreanCharacter02Chul.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=141, $tupleSplitSize=10, string-length=3334] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=699] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=979] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=705] [Large tuple found: TextureCoordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=708] [Large tuple found: TextureCoordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=141, $tupleSplitSize=10, string-length=3307] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=699] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=973] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=706] [Large tuple found: TextureCoordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=705] [Large tuple found: TextureCoordinate point, $tupleCount=31, $tupleSplitSize=10, string-length=433] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1352] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1149] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=866] [Large tuple found: TextureCoordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=755] [Large tuple found: Coordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=1110] [Large tuple found: TextureCoordinate point, $tupleCount=79, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1157] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=878] [Large tuple found: TextureCoordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=755] [Large tuple found: Coordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=1117] [Large tuple found: TextureCoordinate point, $tupleCount=79, $tupleSplitSize=10, string-length=1105] [Large tuple found: Coordinate point, $tupleCount=208, $tupleSplitSize=10, string-length=4687] [Large tuple found: TextureCoordinate point, $tupleCount=155, $tupleSplitSize=10, string-length=2169] [Large tuple found: Coordinate point, $tupleCount=356, $tupleSplitSize=10, string-length=7793] [Large tuple found: TextureCoordinate point, $tupleCount=386, $tupleSplitSize=10, string-length=5403] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter02Chul.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,44.070000f,-1.034000f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter02Chul Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter02Chul Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter03Hyun.java produced from KoreanCharacter03Hyun.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=989] [Large tuple found: TextureCoordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=601] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1462] [Large tuple found: TextureCoordinate point, $tupleCount=76, $tupleSplitSize=10, string-length=1063] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=858] [Large tuple found: TextureCoordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=797] [Large tuple found: Coordinate point, $tupleCount=35, $tupleSplitSize=10, string-length=795] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=982] [Large tuple found: TextureCoordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=601] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1453] [Large tuple found: TextureCoordinate point, $tupleCount=76, $tupleSplitSize=10, string-length=1063] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=858] [Large tuple found: TextureCoordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=797] [Large tuple found: Coordinate point, $tupleCount=35, $tupleSplitSize=10, string-length=795] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1352] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=902] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=568] [Large tuple found: TextureCoordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=517] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=635] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=926] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=573] [Large tuple found: TextureCoordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=517] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=629] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=256, $tupleSplitSize=10, string-length=5723] [Large tuple found: TextureCoordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=3611] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=6704] [Large tuple found: TextureCoordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=4311] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter03Hyun.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,31.430000f,-0.560100f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter03Hyun Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter03Hyun Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter04Young.java produced from KoreanCharacter04Young.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1464] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=965] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=858] [Large tuple found: TextureCoordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=797] [Large tuple found: Coordinate point, $tupleCount=35, $tupleSplitSize=10, string-length=795] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1455] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=959] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=858] [Large tuple found: TextureCoordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=797] [Large tuple found: Coordinate point, $tupleCount=35, $tupleSplitSize=10, string-length=795] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1352] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=902] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=568] [Large tuple found: TextureCoordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=517] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=635] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=926] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=573] [Large tuple found: TextureCoordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=517] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=629] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=174, $tupleSplitSize=10, string-length=3916] [Large tuple found: TextureCoordinate point, $tupleCount=207, $tupleSplitSize=10, string-length=2897] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4310] [Large tuple found: TextureCoordinate point, $tupleCount=221, $tupleSplitSize=10, string-length=3093] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter04Young.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,31.540001f,-0.317200f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter04Young Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter04Young Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter05Ju.java produced from KoreanCharacter05Ju.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1389] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1157] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=699] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=966] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=858] [Large tuple found: TextureCoordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=797] [Large tuple found: Coordinate point, $tupleCount=35, $tupleSplitSize=10, string-length=795] [Large tuple found: TextureCoordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=671] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1149] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=699] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=960] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=858] [Large tuple found: TextureCoordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=797] [Large tuple found: Coordinate point, $tupleCount=35, $tupleSplitSize=10, string-length=795] [Large tuple found: TextureCoordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=671] [Large tuple found: Coordinate point, $tupleCount=74, $tupleSplitSize=10, string-length=1615] [Large tuple found: TextureCoordinate point, $tupleCount=86, $tupleSplitSize=10, string-length=1203] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=913] [Large tuple found: TextureCoordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=770] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=568] [Large tuple found: TextureCoordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=349] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=501] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=925] [Large tuple found: TextureCoordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=770] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=573] [Large tuple found: TextureCoordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=349] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=495] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=81, $tupleSplitSize=10, string-length=1848] [Large tuple found: TextureCoordinate point, $tupleCount=96, $tupleSplitSize=10, string-length=1343] [Large tuple found: Coordinate point, $tupleCount=174, $tupleSplitSize=10, string-length=3832] [Large tuple found: TextureCoordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=3205] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter05Ju.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,36.0f,-0.008798f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter05Ju Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter05Ju Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter06Ga.java produced from KoreanCharacter06Ga.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1333] [Large tuple found: TextureCoordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=881] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1306] [Large tuple found: TextureCoordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=853] [Large tuple found: Coordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=1298] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=705] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1213] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=699] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1341] [Large tuple found: TextureCoordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=881] [Large tuple found: Coordinate point, $tupleCount=56, $tupleSplitSize=10, string-length=1292] [Large tuple found: TextureCoordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=853] [Large tuple found: Coordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=1285] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=705] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1200] [Large tuple found: TextureCoordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=699] [Large tuple found: Coordinate point, $tupleCount=156, $tupleSplitSize=10, string-length=3444] [Large tuple found: TextureCoordinate point, $tupleCount=174, $tupleSplitSize=10, string-length=2435] [Large tuple found: Coordinate point, $tupleCount=68, $tupleSplitSize=10, string-length=1540] [Large tuple found: TextureCoordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1175] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=990] [Large tuple found: TextureCoordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1007] [Large tuple found: Coordinate point, $tupleCount=90, $tupleSplitSize=10, string-length=2061] [Large tuple found: TextureCoordinate point, $tupleCount=111, $tupleSplitSize=10, string-length=1553] [Large tuple found: Coordinate point, $tupleCount=68, $tupleSplitSize=10, string-length=1558] [Large tuple found: TextureCoordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1175] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=1000] [Large tuple found: TextureCoordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1007] [Large tuple found: Coordinate point, $tupleCount=90, $tupleSplitSize=10, string-length=2059] [Large tuple found: TextureCoordinate point, $tupleCount=111, $tupleSplitSize=10, string-length=1553] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6156] [Large tuple found: TextureCoordinate point, $tupleCount=320, $tupleSplitSize=10, string-length=4479] [Large tuple found: Coordinate point, $tupleCount=347, $tupleSplitSize=10, string-length=7682] [Large tuple found: TextureCoordinate point, $tupleCount=411, $tupleSplitSize=10, string-length=5753] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter06Ga.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,32.310001f,-0.707600f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter06Ga Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter06Ga Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter07No.java produced from KoreanCharacter07No.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1346] [Large tuple found: TextureCoordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1007] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1163] [Large tuple found: TextureCoordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=769] [Large tuple found: Coordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=1298] [Large tuple found: TextureCoordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1175] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1213] [Large tuple found: TextureCoordinate point, $tupleCount=67, $tupleSplitSize=10, string-length=937] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1332] [Large tuple found: TextureCoordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1007] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1149] [Large tuple found: TextureCoordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=769] [Large tuple found: Coordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=1285] [Large tuple found: TextureCoordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1175] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1200] [Large tuple found: TextureCoordinate point, $tupleCount=67, $tupleSplitSize=10, string-length=937] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2395] [Large tuple found: TextureCoordinate point, $tupleCount=128, $tupleSplitSize=10, string-length=1791] [Large tuple found: Coordinate point, $tupleCount=74, $tupleSplitSize=10, string-length=1697] [Large tuple found: TextureCoordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1273] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=958] [Large tuple found: TextureCoordinate point, $tupleCount=46, $tupleSplitSize=10, string-length=643] [Large tuple found: Coordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1926] [Large tuple found: TextureCoordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=1469] [Large tuple found: Coordinate point, $tupleCount=74, $tupleSplitSize=10, string-length=1715] [Large tuple found: TextureCoordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1273] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=946] [Large tuple found: TextureCoordinate point, $tupleCount=46, $tupleSplitSize=10, string-length=643] [Large tuple found: Coordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1916] [Large tuple found: TextureCoordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=1469] [Large tuple found: Coordinate point, $tupleCount=285, $tupleSplitSize=10, string-length=6454] [Large tuple found: TextureCoordinate point, $tupleCount=323, $tupleSplitSize=10, string-length=4521] [Large tuple found: Coordinate point, $tupleCount=305, $tupleSplitSize=10, string-length=6993] [Large tuple found: TextureCoordinate point, $tupleCount=330, $tupleSplitSize=10, string-length=4619] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter07No.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,34.790001f,-1.299000f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter07No Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter07No Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter08Da.java produced from KoreanCharacter08Da.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=572] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1355] [Large tuple found: TextureCoordinate point, $tupleCount=78, $tupleSplitSize=10, string-length=1091] [Large tuple found: Coordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=1132] [Large tuple found: TextureCoordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=755] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=1012] [Large tuple found: TextureCoordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=727] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1212] [Large tuple found: TextureCoordinate point, $tupleCount=75, $tupleSplitSize=10, string-length=1049] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1357] [Large tuple found: TextureCoordinate point, $tupleCount=78, $tupleSplitSize=10, string-length=1091] [Large tuple found: Coordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=1143] [Large tuple found: TextureCoordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=755] [Large tuple found: Coordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=1000] [Large tuple found: TextureCoordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=727] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1199] [Large tuple found: TextureCoordinate point, $tupleCount=75, $tupleSplitSize=10, string-length=1049] [Large tuple found: Coordinate point, $tupleCount=75, $tupleSplitSize=10, string-length=1640] [Large tuple found: TextureCoordinate point, $tupleCount=86, $tupleSplitSize=10, string-length=1203] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=754] [Large tuple found: TextureCoordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=503] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=905] [Large tuple found: TextureCoordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=601] [Large tuple found: Coordinate point, $tupleCount=101, $tupleSplitSize=10, string-length=2298] [Large tuple found: TextureCoordinate point, $tupleCount=132, $tupleSplitSize=10, string-length=1847] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=757] [Large tuple found: TextureCoordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=503] [Large tuple found: Coordinate point, $tupleCount=40, $tupleSplitSize=10, string-length=919] [Large tuple found: TextureCoordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=601] [Large tuple found: Coordinate point, $tupleCount=101, $tupleSplitSize=10, string-length=2311] [Large tuple found: TextureCoordinate point, $tupleCount=132, $tupleSplitSize=10, string-length=1847] [Large tuple found: Coordinate point, $tupleCount=498, $tupleSplitSize=10, string-length=11180] [Large tuple found: TextureCoordinate point, $tupleCount=554, $tupleSplitSize=10, string-length=7755] [Large tuple found: Coordinate point, $tupleCount=352, $tupleSplitSize=10, string-length=7817] [Large tuple found: TextureCoordinate point, $tupleCount=428, $tupleSplitSize=10, string-length=5991] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter08Da.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,32.730000f,-1.981000f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter08Da Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter08Da Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter09Ru.java produced from KoreanCharacter09Ru.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=572] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1326] [Large tuple found: TextureCoordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=895] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=973] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=1298] [Large tuple found: TextureCoordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1077] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1213] [Large tuple found: TextureCoordinate point, $tupleCount=81, $tupleSplitSize=10, string-length=1133] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1340] [Large tuple found: TextureCoordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=895] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=977] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=57, $tupleSplitSize=10, string-length=1285] [Large tuple found: TextureCoordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1077] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1200] [Large tuple found: TextureCoordinate point, $tupleCount=81, $tupleSplitSize=10, string-length=1133] [Large tuple found: Coordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=1543] [Large tuple found: TextureCoordinate point, $tupleCount=82, $tupleSplitSize=10, string-length=1147] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=951] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=956] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=101, $tupleSplitSize=10, string-length=2317] [Large tuple found: TextureCoordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=1735] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=971] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=962] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=101, $tupleSplitSize=10, string-length=2310] [Large tuple found: TextureCoordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=1735] [Large tuple found: Coordinate point, $tupleCount=381, $tupleSplitSize=10, string-length=8644] [Large tuple found: TextureCoordinate point, $tupleCount=438, $tupleSplitSize=10, string-length=6131] [Large tuple found: Coordinate point, $tupleCount=316, $tupleSplitSize=10, string-length=6998] [Large tuple found: TextureCoordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=5067] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter09Ru.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,35.950001f,-1.712000f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter09Ru Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter09Ru Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter10Mi.java produced from KoreanCharacter10Mi.x3d [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1376] [Large tuple found: TextureCoordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=867] [Large tuple found: Coordinate point, $tupleCount=104, $tupleSplitSize=10, string-length=2411] [Large tuple found: TextureCoordinate point, $tupleCount=123, $tupleSplitSize=10, string-length=1721] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1236] [Large tuple found: TextureCoordinate point, $tupleCount=59, $tupleSplitSize=10, string-length=825] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1287] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1148] [Large tuple found: TextureCoordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=601] [Large tuple found: Coordinate point, $tupleCount=104, $tupleSplitSize=10, string-length=2427] [Large tuple found: TextureCoordinate point, $tupleCount=123, $tupleSplitSize=10, string-length=1721] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1227] [Large tuple found: TextureCoordinate point, $tupleCount=59, $tupleSplitSize=10, string-length=825] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1276] [Large tuple found: TextureCoordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=741] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1136] [Large tuple found: TextureCoordinate point, $tupleCount=43, $tupleSplitSize=10, string-length=601] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1223] [Large tuple found: TextureCoordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=923] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1310] [Large tuple found: TextureCoordinate point, $tupleCount=82, $tupleSplitSize=10, string-length=1147] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1112] [Large tuple found: TextureCoordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=769] [Large tuple found: Coordinate point, $tupleCount=101, $tupleSplitSize=10, string-length=2312] [Large tuple found: TextureCoordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=1735] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1348] [Large tuple found: TextureCoordinate point, $tupleCount=82, $tupleSplitSize=10, string-length=1147] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1158] [Large tuple found: TextureCoordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=769] [Large tuple found: Coordinate point, $tupleCount=101, $tupleSplitSize=10, string-length=2317] [Large tuple found: TextureCoordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=1735] [Large tuple found: Coordinate point, $tupleCount=418, $tupleSplitSize=10, string-length=9422] [Large tuple found: TextureCoordinate point, $tupleCount=494, $tupleSplitSize=10, string-length=6915] [Large tuple found: Coordinate point, $tupleCount=244, $tupleSplitSize=10, string-length=5552] [Large tuple found: TextureCoordinate point, $tupleCount=285, $tupleSplitSize=10, string-length=3989] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter10Mi.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,32.680000f,-0.707600f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter10Mi Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter10Mi Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter11Min.java produced from KoreanCharacter11Min.x3d [Large tuple found: Coordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=1788] [Large tuple found: TextureCoordinate point, $tupleCount=94, $tupleSplitSize=10, string-length=1315] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1263] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=45, $tupleSplitSize=10, string-length=1041] [Large tuple found: TextureCoordinate point, $tupleCount=59, $tupleSplitSize=10, string-length=825] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1422] [Large tuple found: TextureCoordinate point, $tupleCount=81, $tupleSplitSize=10, string-length=1133] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1221] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1270] [Large tuple found: TextureCoordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=45, $tupleSplitSize=10, string-length=1028] [Large tuple found: TextureCoordinate point, $tupleCount=59, $tupleSplitSize=10, string-length=825] [Large tuple found: Coordinate point, $tupleCount=63, $tupleSplitSize=10, string-length=1425] [Large tuple found: TextureCoordinate point, $tupleCount=81, $tupleSplitSize=10, string-length=1133] [Large tuple found: Coordinate point, $tupleCount=54, $tupleSplitSize=10, string-length=1223] [Large tuple found: TextureCoordinate point, $tupleCount=47, $tupleSplitSize=10, string-length=657] [Large tuple found: Coordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=1757] [Large tuple found: TextureCoordinate point, $tupleCount=94, $tupleSplitSize=10, string-length=1315] [Large tuple found: Coordinate point, $tupleCount=79, $tupleSplitSize=10, string-length=1767] [Large tuple found: TextureCoordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1175] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=949] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=639] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=79, $tupleSplitSize=10, string-length=1824] [Large tuple found: TextureCoordinate point, $tupleCount=84, $tupleSplitSize=10, string-length=1175] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=951] [Large tuple found: TextureCoordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=587] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=635] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=8557] [Large tuple found: TextureCoordinate point, $tupleCount=572, $tupleSplitSize=10, string-length=8007] [Large tuple found: Coordinate point, $tupleCount=285, $tupleSplitSize=10, string-length=6269] [Large tuple found: TextureCoordinate point, $tupleCount=330, $tupleSplitSize=10, string-length=4619] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter11Min.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,33.689999f,-2.063000f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter11Min Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter11Min Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/KoreanCharacter12Sun.java produced from KoreanCharacter12Sun.x3d [Large tuple found: Coordinate point, $tupleCount=72, $tupleSplitSize=10, string-length=1607] [Large tuple found: TextureCoordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=1735] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1221] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=1403] [Large tuple found: TextureCoordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=685] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1259] [Large tuple found: TextureCoordinate point, $tupleCount=76, $tupleSplitSize=10, string-length=1063] [Large tuple found: Coordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=1593] [Large tuple found: TextureCoordinate point, $tupleCount=116, $tupleSplitSize=10, string-length=1623] [Large tuple found: Coordinate point, $tupleCount=53, $tupleSplitSize=10, string-length=1226] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=61, $tupleSplitSize=10, string-length=1404] [Large tuple found: TextureCoordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=685] [Large tuple found: Coordinate point, $tupleCount=55, $tupleSplitSize=10, string-length=1252] [Large tuple found: TextureCoordinate point, $tupleCount=76, $tupleSplitSize=10, string-length=1063] [Large tuple found: Coordinate point, $tupleCount=70, $tupleSplitSize=10, string-length=1592] [Large tuple found: TextureCoordinate point, $tupleCount=116, $tupleSplitSize=10, string-length=1623] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4385] [Large tuple found: TextureCoordinate point, $tupleCount=224, $tupleSplitSize=10, string-length=3135] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1112] [Large tuple found: TextureCoordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=965] [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1508] [Large tuple found: TextureCoordinate point, $tupleCount=88, $tupleSplitSize=10, string-length=1231] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=639] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=50, $tupleSplitSize=10, string-length=1138] [Large tuple found: TextureCoordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=965] [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1490] [Large tuple found: TextureCoordinate point, $tupleCount=88, $tupleSplitSize=10, string-length=1231] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=635] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=141, $tupleSplitSize=10, string-length=3229] [Large tuple found: TextureCoordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=1917] [Large tuple found: Coordinate point, $tupleCount=424, $tupleSplitSize=10, string-length=9434] [Large tuple found: TextureCoordinate point, $tupleCount=404, $tupleSplitSize=10, string-length=5655] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter12Sun.java:169: error: 'void' type not allowed here .setSkeleton(new HAnimJointObject("hanim_HumanoidRoot").setName("HumanoidRoot").setCenter(0.0f,29.860001f,-0.456700f) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.KoreanCharacter12Sun Error: Could not find or load main class Basic.HumanoidAnimation.KoreanCharacter12Sun Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_JumpAnimation.java produced from LOA1_JumpAnimation.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=21, $tupleSplitSize=10, string-length=499] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=266] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=269] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_JumpAnimation LOA1_JumpAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SACROILIAC_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SKULLBASE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_WRIST_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_WRIST_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_KneelAnimation.java produced from LOA1_KneelAnimation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_KneelAnimation LOA1_KneelAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_RunAnimation.java produced from LOA1_RunAnimation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_RunAnimation LOA1_RunAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SACROILIAC_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SKULLBASE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_WRIST_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_WRIST_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_StandAnimation.java produced from LOA1_StandAnimation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_StandAnimation LOA1_StandAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SACROILIAC_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SKULLBASE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_WRIST_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_WRIST_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_StopAnimation.java produced from LOA1_StopAnimation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_StopAnimation LOA1_StopAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SACROILIAC_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SKULLBASE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_WRIST_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_WRIST_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_SwimmingFlutterKickAnimation.java produced from LOA1_SwimmingFlutterKickAnimation.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=208] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=241] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_SwimmingFlutterKickAnimation LOA1_SwimmingFlutterKickAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SKULLBASE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_WRIST_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_WRIST_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/LOA1_WalkAnimation.java produced from LOA1_WalkAnimation.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=247] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=156] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.LOA1_WalkAnimation LOA1_WalkAnimation self-validation test results: ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_POSITION_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='HUMANOIDROOT_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SACROILIAC_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_HIP_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_KNEE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ANKLE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_MIDTARSAL_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='VL5_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='SKULLBASE_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='L_WRIST_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_SHOULDER_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_ELBOW_ANIMATOR' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE fromNode='TIMER' was not found in connected scene graph. ROUTE toNode='R_WRIST_ANIMATOR' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/Marine.java produced from Marine.x3d [Large tuple found: Coordinate point, $tupleCount=88, $tupleSplitSize=10, string-length=2141] [Large tuple found: TextureCoordinate point, $tupleCount=99, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=153, $tupleSplitSize=10, string-length=3528] [Large tuple found: TextureCoordinate point, $tupleCount=179, $tupleSplitSize=10, string-length=1754] [Large tuple found: Coordinate point, $tupleCount=613, $tupleSplitSize=10, string-length=13550] [Large tuple found: TextureCoordinate point, $tupleCount=672, $tupleSplitSize=10, string-length=6553] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\Marine.java:118: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.Marine Error: Could not find or load main class Basic.HumanoidAnimation.Marine Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/MaskAndSnorkel.java produced from MaskAndSnorkel.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=332] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=332] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=332] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=527] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=527] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=697] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.MaskAndSnorkel MaskAndSnorkel self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/NancyDiving.java produced from NancyDiving.x3d [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1750] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=658] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=986] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1011] [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=82] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=670] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=1036] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1069] [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=82] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=362] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=942] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=564] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=499] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=989] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Coordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=5666] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Extrusion spine, $tupleCount=19, $tupleSplitSize=10, string-length=245] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=208] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=241] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyDiving.java:562: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.NancyDiving Error: Could not find or load main class Basic.HumanoidAnimation.NancyDiving Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/NancyDivingProtoInstances.java produced from NancyDivingProtoInstances.x3d [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1750] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=658] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=986] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1011] [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=82] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=670] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=1036] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1069] [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=82] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=362] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=942] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=564] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=499] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=989] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Coordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=5666] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=332] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=332] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=332] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=527] [Large tuple found: Coordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=527] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=697] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=258] [Large tuple found: Extrusion spine, $tupleCount=19, $tupleSplitSize=10, string-length=245] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=208] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=241] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyDivingProtoInstances.java:132: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.NancyDivingProtoInstances Error: Could not find or load main class Basic.HumanoidAnimation.NancyDivingProtoInstances Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/NancyNativeTags.java produced from NancyNativeTags.x3d [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1750] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=658] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=986] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1011] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=670] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=1036] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1069] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=362] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=942] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=564] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=499] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=989] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Coordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=5666] [Large tuple found: Coordinate point, $tupleCount=177, $tupleSplitSize=10, string-length=2972] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1619] [Large tuple found: Coordinate point, $tupleCount=140, $tupleSplitSize=10, string-length=2371] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=269] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=266] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: PositionInterpolator keyValue, $tupleCount=21, $tupleSplitSize=10, string-length=499] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyNativeTags.java:388: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.NancyNativeTags Error: Could not find or load main class Basic.HumanoidAnimation.NancyNativeTags Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/NancyPrototypes.java produced from NancyPrototypes.x3d [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1750] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=658] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=986] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1011] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=670] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=1036] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1069] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=362] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=942] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=564] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=499] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=989] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Coordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=5666] [Large tuple found: Coordinate point, $tupleCount=177, $tupleSplitSize=10, string-length=2972] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=979] [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1619] [Large tuple found: Coordinate point, $tupleCount=140, $tupleSplitSize=10, string-length=2371] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=209] [Large tuple found: PositionInterpolator keyValue, $tupleCount=19, $tupleSplitSize=10, string-length=323] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=269] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=266] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=201] [Large tuple found: PositionInterpolator keyValue, $tupleCount=21, $tupleSplitSize=10, string-length=499] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyPrototypes.java:130: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.NancyPrototypes Error: Could not find or load main class Basic.HumanoidAnimation.NancyPrototypes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/NancyStandShootRifleM24.java produced from NancyStandShootRifleM24.x3d [Large tuple found: Coordinate point, $tupleCount=91, $tupleSplitSize=10, string-length=1750] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=658] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=986] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1011] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=670] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=1036] [Large tuple found: Coordinate point, $tupleCount=51, $tupleSplitSize=10, string-length=1069] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=3337] [Large tuple found: TextureCoordinate point, $tupleCount=178, $tupleSplitSize=10, string-length=958] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=423] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=362] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=942] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=564] [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=499] [Large tuple found: Coordinate point, $tupleCount=48, $tupleSplitSize=10, string-length=989] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=315] [Large tuple found: Coordinate point, $tupleCount=146, $tupleSplitSize=10, string-length=2892] [Large tuple found: Coordinate point, $tupleCount=258, $tupleSplitSize=10, string-length=5666] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=11, $tupleSplitSize=10, string-length=191] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyStandShootRifleM24.java:518: error: void cannot be dereferenced .addJoints(new HAnimJointObject().setUSE("hanim_HumanoidRoot")) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.NancyStandShootRifleM24 Error: Could not find or load main class Basic.HumanoidAnimation.NancyStandShootRifleM24 Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/HumanoidAnimation/ScubaTank.java produced from ScubaTank.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.HumanoidAnimation.ScubaTank ScubaTank self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeAll.java produced from XvlShellAttributeAll.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:580: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,true,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:574: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceTexCoordIndex(new int[] {0,0,0,0,-1,3,1,0,2,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,false,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:557: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,true,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:552: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,false,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:534: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceTexCoordIndex(new int[] {0,2,3,1,-1,3,1,0,2,-1,1,0,2,3,-1,2,3,1,0,-1,3,1,0,2,-1,1,0,2,3,-1}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:517: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:492: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:475: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceEmpty(new boolean[] {true,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:458: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:433: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:416: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:399: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:374: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {1.0f,1.0f,1.0f,1.0f}).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:357: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.1f,0.1f,0.1f,0.1f}).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:340: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f}).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:315: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:298: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,0.1f,0.1f,1.0f,1.0f,0.1f,0.1f}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:281: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,0.0f,0.0f,1.0f,1.0f,0.0f,0.0f}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:256: error: cannot find symbol .setGeometry(new XvlShellObject().setNumberOfDivisions(16).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:239: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setNumberOfDivisions(4).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:222: error: cannot find symbol .setGeometry(new XvlShellObject().setNumberOfDivisions(2).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:197: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java:180: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("POLYGON_MESH") symbol: class XvlShellObject location: class XvlShellAttributeAll 23 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeAll Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeAll Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeEdgeRound.java produced from XvlShellAttributeEdgeRound.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeRound.java:203: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {1.0f,1.0f,1.0f,1.0f}).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeEdgeRound C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeRound.java:186: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.1f,0.1f,0.1f,0.1f}).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeEdgeRound C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeRound.java:169: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f}).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeEdgeRound 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeEdgeRound Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeEdgeRound Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeEdgeVector.java produced from XvlShellAttributeEdgeVector.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeVector.java:203: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f,0.0f,2.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeEdgeVector C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeVector.java:186: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeEdgeVector C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeVector.java:169: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {2,3,7,6}).setEdgeEndCoordIndex(new int[] {3,7,6,2}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeEdgeVector 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeEdgeVector Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeEdgeVector Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeFaceFlags.java produced from XvlShellAttributeFaceFlags.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeFaceFlags.java:203: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeFaceFlags C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeFaceFlags.java:186: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceEmpty(new boolean[] {true,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeFaceFlags C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeFaceFlags.java:169: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeFaceFlags 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeFaceFlags Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeFaceFlags Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeNumberOfDivisions.java produced from XvlShellAttributeNumberOfDivisions.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeNumberOfDivisions.java:203: error: cannot find symbol .setGeometry(new XvlShellObject().setNumberOfDivisions(16).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeNumberOfDivisions C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeNumberOfDivisions.java:186: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setNumberOfDivisions(4).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeNumberOfDivisions C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeNumberOfDivisions.java:169: error: cannot find symbol .setGeometry(new XvlShellObject().setNumberOfDivisions(2).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeNumberOfDivisions 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeNumberOfDivisions Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeNumberOfDivisions Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeShellType.java produced from XvlShellAttributeShellType.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeShellType.java:186: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeShellType C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeShellType.java:169: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("POLYGON_MESH") symbol: class XvlShellObject location: class XvlShellAttributeShellType 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeShellType Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeShellType Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeTexture.java produced from XvlShellAttributeTexture.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java:233: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,true,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeTexture C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java:227: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceTexCoordIndex(new int[] {0,0,0,0,-1,3,1,0,2,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1,0,0,0,0,-1}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,false,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellAttributeTexture C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java:210: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,true,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellAttributeTexture C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java:205: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,false,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellAttributeTexture C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java:187: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceTexCoordIndex(new int[] {0,2,3,1,-1,3,1,0,2,-1,1,0,2,3,-1,2,3,1,0,-1,3,1,0,2,-1,1,0,2,3,-1}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeTexture C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java:170: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeTexture 6 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeTexture Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeTexture Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellAttributeVertexRound.java produced from XvlShellAttributeVertexRound.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeVertexRound.java:203: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeVertexRound C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeVertexRound.java:186: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,0.1f,0.1f,1.0f,1.0f,0.1f,0.1f}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeVertexRound C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeVertexRound.java:169: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,0.0f,0.0f,1.0f,1.0f,0.0f,0.0f}).setFaceCoordIndex(new int[] {3,7,6,2,-1,7,3,1,5,-1,6,4,0,2,-1,1,3,2,0,-1,5,1,0,4,-1,7,5,4,6,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellAttributeVertexRound 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellAttributeVertexRound Error: Could not find or load main class Basic.LatticeXvl.XvlShellAttributeVertexRound Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellExternProtoDeclare.java produced from XvlShellExternProtoDeclare.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellExternProtoDeclare Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='coord' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.LatticeXvl.XvlShellExternProtoDeclare.initialize(XvlShellExternProtoDeclare.java:166) at Basic.LatticeXvl.XvlShellExternProtoDeclare.(XvlShellExternProtoDeclare.java:137) at Basic.LatticeXvl.XvlShellExternProtoDeclare.main(XvlShellExternProtoDeclare.java:253) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellModelBaby.java produced from XvlShellModelBaby.x3d [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=329] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=747] [Large tuple found: Coordinate point, $tupleCount=245, $tupleSplitSize=10, string-length=6356] [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=342] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:219: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f}).setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.3058f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setEdgeBeginCoordIndex(new int[] {4,4,5,7}).setEdgeEndCoordIndex(new int[] {5,7,8,8}).setFaceCoordIndex(new int[] {6,8,5,-1,6,5,4,-1,8,6,7,-1,7,6,4,-1,9,10,1,0,-1,5,3,1,4,-1,8,7,10,12,-1,11,12,10,9,-1,10,7,4,1,-1,11,9,0,2,-1,3,2,0,1,-1,8,12,3,5,-1,12,11,2,3,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,true,true,true,false,false,false,false,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellModelBaby C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:212: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f}).setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.3058f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setEdgeBeginCoordIndex(new int[] {4,4,5,7}).setEdgeEndCoordIndex(new int[] {5,7,8,8}).setFaceCoordIndex(new int[] {6,8,5,-1,6,5,4,-1,8,6,7,-1,7,6,4,-1,9,10,1,0,-1,5,3,1,4,-1,8,7,10,12,-1,11,12,10,9,-1,10,7,4,1,-1,11,9,0,2,-1,3,2,0,1,-1,8,12,3,5,-1,12,11,2,3,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,false,false,false,true,true,true,true,true,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellModelBaby C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:206: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {147,144,210,175,-1,148,147,97,98,-1,134,144,100,111,-1,210,204,214,181,-1,169,158,136,163,-1,177,191,179,226,-1,174,191,53,69,-1,191,177,67,53,-1,232,192,184,179,-1,243,238,186,190,-1,177,226,166,159,-1,67,177,159,86,-1,226,179,184,166,-1,243,232,185,199,-1,199,185,153,150,-1,242,221,238,244,-1,238,243,199,180,-1,199,150,143,180,-1,143,186,178,139,-1,244,238,180,218,-1,170,180,143,139,-1,242,244,218,203,-1,170,203,218,180,-1,53,67,18,65,-1,65,60,52,12,-1,66,58,102,106,-1,12,52,54,1,-1,92,59,45,95,-1,12,1,45,59,-1,102,95,45,64,-1,54,58,6,1,-1,41,26,0,2,-1,95,54,52,92,-1,52,60,108,92,-1,65,18,79,60,-1,18,67,86,79,-1,184,192,153,137,-1,70,69,63,34,-1,76,87,34,40,-1,63,109,82,30,-1,40,34,63,30,-1,144,147,148,145,-1,144,145,101,100,-1,100,101,98,97,-1,175,210,181,174,-1,210,158,169,204,-1,147,175,174,69,70,97,-1,97,70,34,100,-1,158,134,111,87,109,136,-1,111,100,34,87,-1,109,87,76,82,-1,243,190,192,232,-1,179,191,174,181,136,141,-1,232,179,141,185,-1,178,186,238,221,-1,185,141,137,153,-1,141,136,109,104,-1,63,69,53,65,104,109,-1,137,141,104,108,-1,86,159,166,79,-1,108,60,79,166,184,137,-1,102,58,54,95,-1,92,108,104,59,-1,104,65,12,59,-1,45,1,6,64,-1,106,102,64,75,-1,6,58,66,23,-1,106,75,23,66,-1,64,6,0,26,-1,64,26,41,75,-1,0,6,23,2,-1,2,23,75,41,-1,190,186,143,150,-1,170,221,242,203,-1,178,221,170,139,-1,192,190,150,153,-1,181,214,163,136,-1,210,144,134,158,-1,152,156,132,135,-1,151,135,132,160,-1,211,125,124,164,224,-1,152,135,151,176,-1,129,121,120,130,-1,160,132,142,173,-1,114,122,123,113,-1,119,120,115,112,-1,114,112,115,116,-1,195,207,197,216,-1,113,89,93,110,-1,207,173,142,155,198,-1,229,227,239,-1,229,239,230,206,-1,230,217,202,206,-1,142,118,117,155,-1,227,229,206,209,-1,201,217,230,209,-1,85,71,103,113,-1,49,89,81,20,-1,117,90,155,-1,118,103,90,117,-1,71,85,49,37,-1,103,71,37,46,90,-1,198,155,90,46,101,145,-1,27,28,48,43,-1,212,215,193,189,-1,193,215,205,188,-1,189,193,188,187,-1,233,220,200,208,-1,212,189,187,200,-1,222,228,214,204,-1,205,222,204,169,172,188,-1,172,161,165,171,-1,165,161,146,149,-1,146,161,154,138,-1,208,200,187,171,165,157,162,213,223,-1,157,154,163,162,-1,140,149,146,138,-1,138,154,157,140,-1,78,77,61,62,-1,72,84,76,-1,105,88,91,107,-1,73,80,84,72,-1,78,62,57,73,-1,29,51,56,39,-1,29,32,55,51,-1,57,55,32,44,-1,82,91,88,83,-1,44,24,11,36,-1,3,7,22,16,-1,22,40,30,16,-1,21,16,30,31,-1,13,7,3,4,-1,4,21,36,13,-1,61,77,72,56,-1,171,187,182,167,-1,220,225,205,200,-1,205,215,212,200,-1,46,37,47,-1,236,225,220,233,-1,236,222,205,225,-1,241,228,222,237,-1,85,94,68,49,-1,202,197,196,201,-1,118,119,112,103,-1,122,121,129,131,-1,224,164,156,195,-1,195,156,152,176,-1,164,124,123,132,156,-1,160,173,207,195,-1,224,195,216,235,-1,123,122,131,132,-1,131,129,130,133,-1,120,121,116,115,-1,114,116,121,122,-1,130,120,119,133,-1,132,131,133,142,-1,142,133,119,118,-1,211,224,235,234,219,-1,128,125,211,219,-1,197,207,198,-1,114,113,103,112,-1,217,216,197,202,-1,113,110,94,85,-1,196,216,217,201,-1,94,110,93,68,-1,68,93,89,49,-1,196,194,234,235,216,-1,25,33,125,128,-1,197,198,145,148,194,196,-1,128,219,234,127,-1,28,49,20,9,-1,241,237,231,240,-1,233,208,222,236,-1,237,222,208,231,-1,183,188,172,168,-1,183,182,187,188,-1,183,168,167,182,-1,241,240,223,228,-1,223,240,231,208,-1,168,172,171,167,-1,169,161,172,-1,228,223,213,214,-1,107,99,96,105,-1,99,84,80,96,-1,72,77,78,73,-1,105,96,80,88,-1,62,61,56,57,-1,91,82,76,84,-1,56,51,55,57,-1,39,19,24,44,-1,56,72,76,40,22,39,-1,22,8,19,39,-1,36,22,7,13,-1,3,16,21,4,-1,88,80,73,57,44,36,21,31,83,-1,82,83,31,30,-1,24,19,8,11,-1,36,11,8,22,-1,29,39,44,32,-1,107,91,84,99,-1,165,149,140,157,-1,169,163,154,161,-1,214,213,162,163,-1,47,37,49,28,-1,27,42,47,28,-1,48,47,42,43,-1,14,5,15,38,-1,43,42,38,35,-1,15,5,17,-1,38,15,17,35,-1,101,46,47,48,50,74,98,-1,28,9,10,50,48,-1,9,20,33,25,10,-1,234,194,126,127,-1,25,128,127,10,-1,10,127,126,50,-1,50,126,194,148,98,74,-1,27,14,38,42,-1,27,43,35,14,-1,5,14,35,17,-1,230,239,227,209,-1,206,202,201,209,-1,125,33,20,81,124,-1,124,81,89,113,123,-1,160,195,176,151,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellModelBaby C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:176: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {147,144,210,175,-1,148,147,97,98,-1,134,144,100,111,-1,210,204,214,181,-1,169,158,136,163,-1,177,191,179,226,-1,174,191,53,69,-1,191,177,67,53,-1,232,192,184,179,-1,243,238,186,190,-1,177,226,166,159,-1,67,177,159,86,-1,226,179,184,166,-1,243,232,185,199,-1,199,185,153,150,-1,242,221,238,244,-1,238,243,199,180,-1,199,150,143,180,-1,143,186,178,139,-1,244,238,180,218,-1,170,180,143,139,-1,242,244,218,203,-1,170,203,218,180,-1,53,67,18,65,-1,65,60,52,12,-1,66,58,102,106,-1,12,52,54,1,-1,92,59,45,95,-1,12,1,45,59,-1,102,95,45,64,-1,54,58,6,1,-1,41,26,0,2,-1,95,54,52,92,-1,52,60,108,92,-1,65,18,79,60,-1,18,67,86,79,-1,184,192,153,137,-1,70,69,63,34,-1,76,87,34,40,-1,63,109,82,30,-1,40,34,63,30,-1,144,147,148,145,-1,144,145,101,100,-1,100,101,98,97,-1,175,210,181,174,-1,210,158,169,204,-1,147,175,174,69,70,97,-1,97,70,34,100,-1,158,134,111,87,109,136,-1,111,100,34,87,-1,109,87,76,82,-1,243,190,192,232,-1,179,191,174,181,136,141,-1,232,179,141,185,-1,178,186,238,221,-1,185,141,137,153,-1,141,136,109,104,-1,63,69,53,65,104,109,-1,137,141,104,108,-1,86,159,166,79,-1,108,60,79,166,184,137,-1,102,58,54,95,-1,92,108,104,59,-1,104,65,12,59,-1,45,1,6,64,-1,106,102,64,75,-1,6,58,66,23,-1,106,75,23,66,-1,64,6,0,26,-1,64,26,41,75,-1,0,6,23,2,-1,2,23,75,41,-1,190,186,143,150,-1,170,221,242,203,-1,178,221,170,139,-1,192,190,150,153,-1,181,214,163,136,-1,210,144,134,158,-1,152,156,132,135,-1,151,135,132,160,-1,211,125,124,164,224,-1,152,135,151,176,-1,129,121,120,130,-1,160,132,142,173,-1,114,122,123,113,-1,119,120,115,112,-1,114,112,115,116,-1,195,207,197,216,-1,113,89,93,110,-1,207,173,142,155,198,-1,229,227,239,-1,229,239,230,206,-1,230,217,202,206,-1,142,118,117,155,-1,227,229,206,209,-1,201,217,230,209,-1,85,71,103,113,-1,49,89,81,20,-1,117,90,155,-1,118,103,90,117,-1,71,85,49,37,-1,103,71,37,46,90,-1,198,155,90,46,101,145,-1,27,28,48,43,-1,212,215,193,189,-1,193,215,205,188,-1,189,193,188,187,-1,233,220,200,208,-1,212,189,187,200,-1,222,228,214,204,-1,205,222,204,169,172,188,-1,172,161,165,171,-1,165,161,146,149,-1,146,161,154,138,-1,208,200,187,171,165,157,162,213,223,-1,157,154,163,162,-1,140,149,146,138,-1,138,154,157,140,-1,78,77,61,62,-1,72,84,76,-1,105,88,91,107,-1,73,80,84,72,-1,78,62,57,73,-1,29,51,56,39,-1,29,32,55,51,-1,57,55,32,44,-1,82,91,88,83,-1,44,24,11,36,-1,3,7,22,16,-1,22,40,30,16,-1,21,16,30,31,-1,13,7,3,4,-1,4,21,36,13,-1,61,77,72,56,-1,171,187,182,167,-1,220,225,205,200,-1,205,215,212,200,-1,46,37,47,-1,236,225,220,233,-1,236,222,205,225,-1,241,228,222,237,-1,85,94,68,49,-1,202,197,196,201,-1,118,119,112,103,-1,122,121,129,131,-1,224,164,156,195,-1,195,156,152,176,-1,164,124,123,132,156,-1,160,173,207,195,-1,224,195,216,235,-1,123,122,131,132,-1,131,129,130,133,-1,120,121,116,115,-1,114,116,121,122,-1,130,120,119,133,-1,132,131,133,142,-1,142,133,119,118,-1,211,224,235,234,219,-1,128,125,211,219,-1,197,207,198,-1,114,113,103,112,-1,217,216,197,202,-1,113,110,94,85,-1,196,216,217,201,-1,94,110,93,68,-1,68,93,89,49,-1,196,194,234,235,216,-1,25,33,125,128,-1,197,198,145,148,194,196,-1,128,219,234,127,-1,28,49,20,9,-1,241,237,231,240,-1,233,208,222,236,-1,237,222,208,231,-1,183,188,172,168,-1,183,182,187,188,-1,183,168,167,182,-1,241,240,223,228,-1,223,240,231,208,-1,168,172,171,167,-1,169,161,172,-1,228,223,213,214,-1,107,99,96,105,-1,99,84,80,96,-1,72,77,78,73,-1,105,96,80,88,-1,62,61,56,57,-1,91,82,76,84,-1,56,51,55,57,-1,39,19,24,44,-1,56,72,76,40,22,39,-1,22,8,19,39,-1,36,22,7,13,-1,3,16,21,4,-1,88,80,73,57,44,36,21,31,83,-1,82,83,31,30,-1,24,19,8,11,-1,36,11,8,22,-1,29,39,44,32,-1,107,91,84,99,-1,165,149,140,157,-1,169,163,154,161,-1,214,213,162,163,-1,47,37,49,28,-1,27,42,47,28,-1,48,47,42,43,-1,14,5,15,38,-1,43,42,38,35,-1,15,5,17,-1,38,15,17,35,-1,101,46,47,48,50,74,98,-1,28,9,10,50,48,-1,9,20,33,25,10,-1,234,194,126,127,-1,25,128,127,10,-1,10,127,126,50,-1,50,126,194,148,98,74,-1,27,14,38,42,-1,27,43,35,14,-1,5,14,35,17,-1,230,239,227,209,-1,206,202,201,209,-1,125,33,20,81,124,-1,124,81,89,113,123,-1,160,195,176,151,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellModelBaby C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:167: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {1,3,2,0,-1,6,1,25,18,-1,9,21,20,8,-1,20,21,19,18,-1,21,9,7,19,-1,20,27,3,8,-1,25,27,20,18,-1,3,27,26,2,-1,26,27,25,24,-1,17,15,13,11,-1,6,8,3,1,-1,25,1,0,24,-1,2,11,10,0,-1,14,12,4,22,-1,5,23,22,4,-1,11,13,12,10,-1,6,18,19,7,-1,26,17,11,2,-1,26,24,16,17,-1,9,8,6,7,-1,17,16,14,15,-1,14,16,10,12,-1,15,23,5,13,-1,15,14,22,23,-1,12,13,5,4,-1,24,0,10,16,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelBaby C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:161: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f}).setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.3058f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setEdgeBeginCoordIndex(new int[] {4,4,5,7}).setFaceCoordIndex(new int[] {5,6,8,-1,7,6,4,-1,8,6,7,-1,6,5,4,-1,9,0,2,11,-1,10,1,0,9,-1,12,3,5,8,-1,11,12,10,9,-1,3,2,0,1,-1,7,4,1,10,-1,12,8,7,10,-1,11,2,3,12,-1,5,3,1,4,-1}).setEdgeEndCoordIndex(new int[] {7,5,8,8}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,true,true,true,false,false,false,false,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellModelBaby C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java:154: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f}).setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.3058f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setEdgeBeginCoordIndex(new int[] {4,4,5,7}).setFaceCoordIndex(new int[] {5,6,8,-1,7,6,4,-1,8,6,7,-1,6,5,4,-1,9,0,2,11,-1,10,1,0,9,-1,12,3,5,8,-1,11,12,10,9,-1,3,2,0,1,-1,7,4,1,10,-1,12,8,7,10,-1,11,2,3,12,-1,5,3,1,4,-1}).setEdgeEndCoordIndex(new int[] {7,5,8,8}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,false,false,false,true,true,true,true,true,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellModelBaby 7 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellModelBaby Error: Could not find or load main class Basic.LatticeXvl.XvlShellModelBaby Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellModelDolphin.java produced from XvlShellModelDolphin.x3d [Large tuple found: Coordinate point, $tupleCount=199, $tupleSplitSize=10, string-length=4366] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelDolphin.java:154: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {183,193,192,184,-1,184,192,186,176,-1,169,177,178,167,-1,160,159,167,-1,122,109,84,75,70,126,-1,122,126,145,138,135,-1,124,126,70,73,-1,150,138,145,154,-1,115,80,81,112,-1,124,125,143,140,-1,77,80,115,117,-1,120,146,156,127,-1,152,140,143,153,-1,75,84,81,62,-1,152,170,154,-1,120,127,67,72,-1,80,63,62,81,-1,157,144,150,177,169,-1,159,157,169,-1,169,167,159,-1,154,170,179,177,150,-1,57,62,63,-1,165,160,167,178,-1,137,121,98,97,-1,70,75,62,57,56,-1,63,61,48,51,-1,47,57,63,51,-1,60,74,69,54,-1,147,137,97,89,-1,156,165,178,180,164,-1,177,179,182,180,178,-1,54,58,46,44,-1,67,127,128,68,-1,48,50,42,31,-1,45,29,46,-1,29,44,46,-1,38,33,39,-1,28,38,39,-1,164,174,130,128,-1,45,47,22,21,29,-1,23,22,28,30,-1,31,42,37,19,23,-1,130,174,173,132,-1,162,158,166,172,-1,132,66,65,130,-1,175,142,141,176,-1,141,166,184,176,-1,191,193,183,175,-1,175,176,186,191,-1,192,193,191,186,-1,174,188,187,173,-1,132,119,79,66,-1,35,40,53,94,-1,19,37,27,11,16,-1,94,92,141,142,-1,95,103,102,96,-1,65,66,26,27,-1,90,83,95,96,-1,96,102,105,90,-1,35,16,11,25,-1,79,83,90,87,-1,105,104,87,90,-1,132,173,163,110,-1,79,87,85,66,-1,87,104,110,85,-1,187,171,161,181,-1,25,11,10,24,-1,26,36,15,10,-1,110,163,148,114,-1,163,181,168,148,-1,36,85,99,59,-1,15,36,59,43,-1,161,93,106,151,-1,15,43,55,34,-1,148,168,139,131,-1,198,194,190,197,-1,196,198,197,195,-1,197,190,185,195,-1,196,195,185,189,-1,106,55,71,107,-1,111,131,118,113,-1,131,139,129,118,-1,78,64,76,86,-1,78,14,8,64,-1,18,82,71,13,-1,18,14,78,82,-1,0,1,13,8,-1,8,14,2,0,-1,3,1,0,2,-1,53,40,12,20,-1,17,20,5,7,-1,7,5,4,6,-1,92,52,32,25,-1,115,112,135,134,-1,135,138,134,-1,109,122,135,112,-1,117,136,146,120,-1,149,146,136,-1,117,115,134,136,-1,69,125,124,73,-1,121,125,69,74,98,-1,84,109,112,81,-1,149,136,134,144,-1,150,144,134,138,-1,145,126,124,140,-1,117,120,72,77,-1,154,145,140,152,-1,149,165,156,146,-1,143,125,121,137,-1,152,153,170,-1,157,160,165,149,144,-1,160,157,159,-1,77,61,63,80,-1,143,137,147,153,-1,77,72,50,61,-1,50,48,61,-1,56,58,73,70,-1,69,73,58,54,-1,98,74,60,97,-1,147,155,179,170,153,-1,72,67,42,50,-1,127,156,164,128,-1,45,56,57,47,-1,45,46,58,56,-1,97,60,49,89,-1,60,54,44,49,-1,51,48,31,33,38,-1,147,89,88,155,-1,39,33,30,-1,179,155,162,182,-1,39,30,28,-1,37,42,67,68,-1,47,51,38,28,22,-1,30,33,31,23,-1,164,180,182,188,174,-1,89,49,41,88,-1,21,41,49,44,29,-1,128,130,65,68,-1,88,94,162,155,-1,162,172,188,182,-1,142,158,162,94,-1,16,21,22,23,19,-1,68,65,27,37,-1,183,158,142,175,-1,21,16,35,41,-1,41,35,94,88,-1,119,116,83,79,-1,95,83,116,103,-1,103,116,105,102,-1,172,171,187,188,-1,94,53,52,92,-1,35,25,32,40,-1,52,53,20,17,-1,12,40,32,9,-1,32,52,17,9,-1,20,12,4,5,-1,9,6,4,12,-1,17,7,6,9,-1,119,104,105,116,-1,163,173,187,181,-1,132,110,104,119,-1,92,91,171,172,-1,27,26,10,11,-1,36,26,66,85,-1,92,25,24,91,-1,171,91,93,161,-1,110,114,99,85,-1,24,10,15,34,-1,91,24,34,93,-1,181,161,151,168,-1,34,55,106,93,-1,114,148,131,111,-1,99,114,111,101,-1,139,168,151,133,-1,190,194,139,133,-1,59,99,101,76,-1,189,194,198,196,-1,59,76,64,43,-1,151,106,107,133,-1,55,43,64,71,-1,139,194,189,129,-1,185,190,133,123,-1,101,111,113,100,-1,86,76,101,100,-1,189,185,123,129,-1,133,107,108,123,-1,107,71,82,108,-1,113,118,129,123,108,82,78,86,100,-1,71,64,8,13,-1,13,1,3,18,-1,3,2,14,18,-1,172,166,141,92,-1,183,184,166,158,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelDolphin 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellModelDolphin Error: Could not find or load main class Basic.LatticeXvl.XvlShellModelDolphin Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellModelHand.java produced from XvlShellModelHand.x3d [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=4656] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelHand.java:181: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f}).setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {19,19,21,29,65,111,155,214}).setEdgeEndCoordIndex(new int[] {21,39,29,39,78,125,174,217}).setFaceCoordIndex(new int[] {214,213,218,217,-1,218,213,202,208,-1,175,173,176,186,187,-1,123,129,121,125,-1,172,187,164,165,-1,186,176,170,-1,109,111,114,101,-1,176,153,159,170,-1,89,76,78,83,-1,211,201,195,192,205,-1,130,128,100,102,-1,71,66,57,-1,188,182,143,138,-1,59,89,88,58,-1,86,74,79,-1,64,57,59,58,56,63,-1,80,63,70,74,-1,63,56,70,-1,171,191,142,117,-1,105,108,107,98,106,104,-1,91,92,106,98,-1,192,171,117,149,-1,47,27,32,-1,117,142,97,94,-1,7,46,32,13,-1,205,180,190,200,-1,96,48,55,85,-1,54,55,48,50,-1,44,50,48,35,-1,6,51,46,7,-1,3,4,43,35,-1,97,49,45,94,-1,13,8,4,3,7,-1,205,192,181,180,-1,2,49,51,6,-1,95,42,48,96,-1,45,49,2,0,-1,93,94,45,52,-1,45,0,10,52,-1,141,190,180,9,1,42,95,-1,163,181,93,52,10,26,-1,9,180,162,25,-1,48,42,1,5,-1,5,6,7,3,-1,53,54,50,51,-1,22,28,34,16,-1,62,70,56,-1,17,19,21,12,-1,203,213,214,204,-1,154,148,147,153,156,-1,127,129,123,124,126,-1,207,212,203,204,-1,202,213,203,197,196,-1,153,147,159,-1,196,197,194,-1,199,196,194,198,-1,218,208,199,201,211,-1,118,127,126,-1,147,152,159,-1,197,193,194,-1,124,110,103,126,-1,82,83,61,60,-1,184,169,177,-1,198,194,193,195,-1,110,109,101,99,103,-1,129,135,108,101,-1,89,83,82,77,87,-1,150,177,169,158,-1,158,145,150,-1,183,185,184,177,182,-1,132,119,131,-1,193,171,192,195,-1,182,177,150,143,-1,130,102,116,119,-1,60,61,59,57,66,-1,104,131,119,116,-1,104,116,105,-1,89,87,81,80,86,88,-1,115,103,99,-1,154,175,174,155,-1,123,125,111,109,-1,124,123,109,110,-1,186,170,179,-1,154,155,157,148,-1,178,169,184,-1,83,78,65,61,-1,178,184,185,187,186,179,-1,115,118,126,103,-1,75,87,77,-1,203,200,171,193,197,-1,82,60,66,77,-1,75,77,66,71,-1,102,105,116,-1,29,39,37,41,-1,183,144,146,185,-1,138,143,140,137,-1,29,41,12,21,-1,41,37,38,34,40,-1,136,137,139,134,-1,79,74,70,62,-1,17,12,11,16,18,-1,16,11,22,-1,36,15,14,33,-1,192,149,181,-1,33,14,20,27,-1,46,51,50,44,-1,20,8,13,-1,47,32,46,44,35,43,-1,51,49,97,92,-1,139,141,95,96,-1,181,149,93,-1,149,117,94,93,-1,35,48,5,3,-1,6,5,1,2,-1,162,180,181,163,-1,2,1,9,10,0,-1,162,163,26,25,-1,10,9,25,26,-1,13,32,27,20,-1,51,92,84,53,-1,14,8,20,-1,11,12,4,8,14,15,-1,56,58,55,54,53,62,-1,91,98,107,96,-1,22,11,15,-1,88,86,79,84,90,85,-1,38,18,16,34,-1,36,40,28,-1,144,139,137,140,-1,64,71,57,-1,115,99,100,-1,211,209,217,218,-1,174,175,187,172,-1,173,156,153,176,-1,165,164,148,157,-1,212,207,209,211,-1,201,199,198,-1,170,159,152,179,-1,201,198,195,-1,178,151,158,169,-1,164,187,185,146,148,-1,128,118,115,100,-1,148,146,145,151,152,147,-1,101,108,105,102,100,99,-1,81,75,71,64,-1,136,133,138,137,-1,145,146,144,140,143,150,-1,191,188,138,142,-1,200,190,191,171,-1,133,131,104,106,-1,183,189,139,144,-1,108,135,134,107,-1,40,34,28,-1,68,76,89,59,-1,156,173,175,154,-1,199,208,202,196,-1,127,118,128,-1,178,179,152,151,-1,61,65,68,59,-1,158,151,145,-1,127,128,130,132,135,129,-1,130,119,132,-1,212,211,205,200,203,-1,81,87,75,-1,183,182,188,189,-1,37,39,19,17,-1,86,80,74,-1,134,135,132,131,133,136,-1,38,37,17,18,-1,81,64,63,80,-1,189,188,191,190,-1,138,133,106,92,-1,84,92,91,90,-1,36,28,22,15,-1,36,33,47,43,41,40,-1,139,189,190,141,-1,97,142,138,92,-1,85,90,91,96,-1,134,139,96,107,-1,88,85,55,58,-1,53,84,79,62,-1,33,27,47,-1,12,41,43,4,-1,121,129,101,114,-1,112,114,111,113,-1,167,161,155,174,-1,219,216,214,217,-1,167,174,172,168,-1,167,168,166,160,161,-1,166,168,172,165,-1,113,120,122,112,-1,166,165,157,160,-1,122,121,114,112,-1,214,216,206,204,-1,204,206,210,207,-1,219,217,209,215,-1,72,73,67,69,-1,29,31,30,39,-1,30,31,23,24,-1,21,23,31,29,-1,68,67,73,76,-1,210,215,209,207,-1,78,76,73,72,-1,78,72,69,65,-1,69,67,68,65,-1,120,125,121,122,-1,155,161,160,157,-1,113,111,125,120,-1,216,219,215,210,206,-1,39,30,24,19,-1,24,23,21,19,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false}) symbol: class XvlShellObject location: class XvlShellModelHand C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelHand.java:154: error: cannot find symbol .setGeometry(new XvlShellObject().setEdgeRound(new float[] {0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f,0.0f}).setEdgeBeginVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeEndVector(new MFVec3fObject(new float[] {0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f,0.0f,1.0f,0.0f})).setEdgeBeginCoordIndex(new int[] {19,19,21,29,65,111,155,214}).setEdgeEndCoordIndex(new int[] {21,39,29,39,78,125,174,217}).setFaceCoordIndex(new int[] {214,213,218,217,-1,218,213,202,208,-1,175,173,176,186,187,-1,123,129,121,125,-1,172,187,164,165,-1,186,176,170,-1,109,111,114,101,-1,176,153,159,170,-1,89,76,78,83,-1,211,201,195,192,205,-1,130,128,100,102,-1,71,66,57,-1,188,182,143,138,-1,59,89,88,58,-1,86,74,79,-1,64,57,59,58,56,63,-1,80,63,70,74,-1,63,56,70,-1,171,191,142,117,-1,105,108,107,98,106,104,-1,91,92,106,98,-1,192,171,117,149,-1,47,27,32,-1,117,142,97,94,-1,7,46,32,13,-1,205,180,190,200,-1,96,48,55,85,-1,54,55,48,50,-1,44,50,48,35,-1,6,51,46,7,-1,3,4,43,35,-1,97,49,45,94,-1,13,8,4,3,7,-1,205,192,181,180,-1,2,49,51,6,-1,95,42,48,96,-1,45,49,2,0,-1,93,94,45,52,-1,45,0,10,52,-1,141,190,180,9,1,42,95,-1,163,181,93,52,10,26,-1,9,180,162,25,-1,48,42,1,5,-1,5,6,7,3,-1,53,54,50,51,-1,22,28,34,16,-1,62,70,56,-1,17,19,21,12,-1,203,213,214,204,-1,154,148,147,153,156,-1,127,129,123,124,126,-1,207,212,203,204,-1,202,213,203,197,196,-1,153,147,159,-1,196,197,194,-1,199,196,194,198,-1,218,208,199,201,211,-1,118,127,126,-1,147,152,159,-1,197,193,194,-1,124,110,103,126,-1,82,83,61,60,-1,184,169,177,-1,198,194,193,195,-1,110,109,101,99,103,-1,129,135,108,101,-1,89,83,82,77,87,-1,150,177,169,158,-1,158,145,150,-1,183,185,184,177,182,-1,132,119,131,-1,193,171,192,195,-1,182,177,150,143,-1,130,102,116,119,-1,60,61,59,57,66,-1,104,131,119,116,-1,104,116,105,-1,89,87,81,80,86,88,-1,115,103,99,-1,154,175,174,155,-1,123,125,111,109,-1,124,123,109,110,-1,186,170,179,-1,154,155,157,148,-1,178,169,184,-1,83,78,65,61,-1,178,184,185,187,186,179,-1,115,118,126,103,-1,75,87,77,-1,203,200,171,193,197,-1,82,60,66,77,-1,75,77,66,71,-1,102,105,116,-1,29,39,37,41,-1,183,144,146,185,-1,138,143,140,137,-1,29,41,12,21,-1,41,37,38,34,40,-1,136,137,139,134,-1,79,74,70,62,-1,17,12,11,16,18,-1,16,11,22,-1,36,15,14,33,-1,192,149,181,-1,33,14,20,27,-1,46,51,50,44,-1,20,8,13,-1,47,32,46,44,35,43,-1,51,49,97,92,-1,139,141,95,96,-1,181,149,93,-1,149,117,94,93,-1,35,48,5,3,-1,6,5,1,2,-1,162,180,181,163,-1,2,1,9,10,0,-1,162,163,26,25,-1,10,9,25,26,-1,13,32,27,20,-1,51,92,84,53,-1,14,8,20,-1,11,12,4,8,14,15,-1,56,58,55,54,53,62,-1,91,98,107,96,-1,22,11,15,-1,88,86,79,84,90,85,-1,38,18,16,34,-1,36,40,28,-1,144,139,137,140,-1,64,71,57,-1,115,99,100,-1,211,209,217,218,-1,174,175,187,172,-1,173,156,153,176,-1,165,164,148,157,-1,212,207,209,211,-1,201,199,198,-1,170,159,152,179,-1,201,198,195,-1,178,151,158,169,-1,164,187,185,146,148,-1,128,118,115,100,-1,148,146,145,151,152,147,-1,101,108,105,102,100,99,-1,81,75,71,64,-1,136,133,138,137,-1,145,146,144,140,143,150,-1,191,188,138,142,-1,200,190,191,171,-1,133,131,104,106,-1,183,189,139,144,-1,108,135,134,107,-1,40,34,28,-1,68,76,89,59,-1,156,173,175,154,-1,199,208,202,196,-1,127,118,128,-1,178,179,152,151,-1,61,65,68,59,-1,158,151,145,-1,127,128,130,132,135,129,-1,130,119,132,-1,212,211,205,200,203,-1,81,87,75,-1,183,182,188,189,-1,37,39,19,17,-1,86,80,74,-1,134,135,132,131,133,136,-1,38,37,17,18,-1,81,64,63,80,-1,189,188,191,190,-1,138,133,106,92,-1,84,92,91,90,-1,36,28,22,15,-1,36,33,47,43,41,40,-1,139,189,190,141,-1,97,142,138,92,-1,85,90,91,96,-1,134,139,96,107,-1,88,85,55,58,-1,53,84,79,62,-1,33,27,47,-1,12,41,43,4,-1,121,129,101,114,-1,112,114,111,113,-1,167,161,155,174,-1,219,216,214,217,-1,167,174,172,168,-1,167,168,166,160,161,-1,166,168,172,165,-1,113,120,122,112,-1,166,165,157,160,-1,122,121,114,112,-1,214,216,206,204,-1,204,206,210,207,-1,219,217,209,215,-1,72,73,67,69,-1,29,31,30,39,-1,30,31,23,24,-1,21,23,31,29,-1,68,67,73,76,-1,210,215,209,207,-1,78,76,73,72,-1,78,72,69,65,-1,69,67,68,65,-1,120,125,121,122,-1,155,161,160,157,-1,113,111,125,120,-1,216,219,215,210,206,-1,39,30,24,19,-1,24,23,21,19,-1}).setShellType("LATTICE_MESH").setFaceHidden(new boolean[] {false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true}) symbol: class XvlShellObject location: class XvlShellModelHand 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellModelHand Error: Could not find or load main class Basic.LatticeXvl.XvlShellModelHand Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellModelOctopus.java produced from XvlShellModelOctopus.x3d [Large tuple found: Coordinate point, $tupleCount=207, $tupleSplitSize=10, string-length=4662] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java:199: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,1,0,2,-1,6,2,0,4,-1,3,7,5,1,-1,5,7,6,4,-1,7,3,2,6,-1,1,5,4,0,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelOctopus C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java:193: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,1,0,2,-1,6,2,0,4,-1,5,1,3,7,-1,5,7,6,4,-1,7,3,2,6,-1,1,5,4,0,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelOctopus C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java:166: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {58,35,61,-1,140,145,106,-1,189,145,172,190,-1,172,145,140,-1,165,172,126,137,-1,190,172,165,173,-1,172,140,126,-1,126,140,106,-1,18,58,86,95,77,-1,184,188,183,181,-1,86,61,78,-1,78,61,35,-1,112,103,75,84,-1,70,78,35,41,-1,198,206,205,194,-1,73,133,129,71,-1,184,177,180,188,-1,189,133,73,18,-1,120,189,18,77,-1,120,77,95,-1,173,165,137,139,-1,202,204,197,195,-1,101,123,128,95,-1,144,190,173,-1,99,152,131,109,-1,129,133,189,187,-1,184,181,164,177,-1,205,206,204,202,-1,135,152,99,103,-1,120,95,106,145,189,-1,135,103,112,134,-1,128,126,106,95,-1,109,131,123,101,-1,103,99,59,75,-1,195,197,186,182,-1,139,128,107,144,173,-1,123,102,107,128,-1,170,174,154,144,-1,110,111,152,135,-1,131,105,102,123,-1,131,152,111,105,-1,135,134,114,110,-1,137,126,128,139,-1,168,180,177,164,-1,205,202,195,194,-1,188,180,168,183,-1,86,78,76,95,-1,198,197,204,206,-1,112,84,114,134,-1,84,75,110,114,-1,101,95,76,85,-1,109,101,85,79,-1,76,78,70,69,-1,164,181,166,138,-1,99,109,79,59,-1,110,75,59,111,-1,111,59,79,105,-1,85,102,105,79,-1,121,138,166,156,-1,189,190,171,187,-1,182,186,174,170,-1,69,70,41,32,-1,183,160,166,181,-1,200,203,201,199,-1,200,193,196,203,-1,170,144,125,150,-1,154,175,167,142,-1,107,66,55,91,-1,88,67,68,92,-1,121,107,104,117,-1,91,88,92,94,-1,32,41,35,17,-1,185,175,162,178,-1,104,100,119,125,-1,161,150,125,136,-1,66,32,17,-1,104,83,90,100,-1,124,118,122,136,-1,119,100,90,81,89,97,118,124,-1,66,38,62,83,-1,187,171,23,16,-1,56,66,17,23,63,-1,30,38,66,56,-1,115,96,142,151,-1,122,118,97,98,-1,153,151,141,143,-1,159,147,130,157,-1,116,130,127,113,-1,155,143,113,127,-1,130,147,149,127,-1,141,122,98,108,-1,96,98,93,87,-1,87,93,80,74,-1,64,52,80,93,-1,74,49,26,43,-1,49,37,25,26,-1,25,37,33,22,-1,28,56,63,34,-1,82,72,44,57,-1,57,34,63,82,-1,24,44,28,19,-1,36,57,44,24,-1,19,9,8,24,-1,21,36,11,10,-1,11,8,0,1,-1,90,83,72,81,-1,62,38,29,46,-1,83,62,45,72,-1,20,29,38,30,-1,45,27,20,30,-1,14,7,5,15,-1,15,5,4,12,-1,142,167,148,122,-1,83,65,55,66,-1,92,68,47,60,-1,94,92,60,65,-1,191,201,203,196,-1,167,176,163,148,-1,192,191,163,176,-1,51,67,42,39,-1,182,170,150,169,-1,179,161,174,186,-1,179,169,150,161,-1,198,194,169,179,-1,132,160,183,168,-1,146,160,132,117,-1,50,51,39,40,-1,50,68,67,51,-1,132,138,121,117,-1,156,166,160,146,-1,76,69,32,66,107,-1,18,17,35,58,-1,144,156,146,125,-1,192,193,200,199,-1,154,174,161,136,-1,144,154,142,171,190,-1,162,175,154,136,-1,107,91,94,104,-1,193,185,178,196,-1,192,176,185,193,-1,199,201,191,192,-1,196,178,163,191,-1,148,163,178,162,-1,55,65,60,53,-1,53,60,47,42,-1,83,104,94,65,-1,148,162,136,122,-1,151,142,122,141,-1,45,62,46,27,-1,29,14,15,46,-1,20,13,14,29,-1,6,7,14,13,-1,5,7,6,4,-1,27,46,15,12,-1,20,27,12,13,-1,4,6,13,12,-1,30,56,72,45,-1,89,81,72,82,-1,72,56,28,44,-1,28,34,21,19,-1,57,36,21,34,-1,19,21,10,9,-1,2,9,10,3,-1,36,24,8,11,-1,8,9,2,0,-1,3,10,11,1,-1,2,3,1,0,-1,98,97,89,82,-1,54,63,96,87,-1,64,93,98,82,-1,82,63,54,64,-1,54,87,74,43,-1,54,43,52,64,-1,74,80,48,49,-1,52,43,26,31,-1,80,52,31,48,-1,37,49,48,33,-1,26,25,22,31,-1,48,31,22,33,-1,96,115,108,98,-1,115,151,153,116,-1,141,108,113,143,-1,108,115,116,113,-1,116,153,157,130,-1,153,143,155,157,-1,159,157,155,158,-1,158,149,147,159,-1,158,155,127,149,-1,18,16,23,17,-1,171,142,96,63,23,-1,125,119,124,136,-1,146,117,104,125,-1,40,39,42,47,-1,88,91,55,53,-1,42,67,88,53,-1,50,40,47,68,-1,167,175,185,176,-1,186,197,198,179,-1,168,164,138,132,-1,73,71,16,18,-1,195,182,169,194,-1,129,187,16,71,-1,85,76,107,102,-1,121,156,144,107,-1,86,58,61,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelOctopus C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java:160: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,1,0,2,-1,6,2,0,4,-1,5,1,3,7,-1,5,7,6,4,-1,7,3,2,6,-1,1,5,4,0,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelOctopus C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java:154: error: cannot find symbol .setGeometry(new XvlShellObject().setFaceCoordIndex(new int[] {3,1,0,2,-1,6,2,0,4,-1,5,1,3,7,-1,5,7,6,4,-1,7,3,2,6,-1,1,5,4,0,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelOctopus 5 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellModelOctopus Error: Could not find or load main class Basic.LatticeXvl.XvlShellModelOctopus Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellModelStar.java produced from XvlShellModelStar.x3d [Large tuple found: Coordinate point, $tupleCount=78, $tupleSplitSize=10, string-length=2006] [Large tuple found: TextureCoordinate point, $tupleCount=52, $tupleSplitSize=10, string-length=697] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelStar.java:157: error: cannot find symbol .setGeometry(new XvlShellObject().setVertexRound(new float[] {1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,0.946602f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,0.946602f,0.946602f,0.946602f,0.946602f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,0.946602f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f,1.0f}).setFaceCoordIndex(new int[] {11,9,26,22,-1,67,69,52,56,-1,73,67,56,77,-1,69,73,77,52,-1,66,68,72,-1,70,62,64,-1,6,14,12,-1,8,4,10,-1,13,15,7,-1,9,11,5,-1,73,69,67,-1,63,71,65,-1,46,58,61,39,-1,42,46,39,37,-1,58,42,37,61,-1,59,43,40,61,-1,47,59,61,38,-1,43,47,38,40,-1,45,41,37,38,-1,57,45,38,61,-1,41,57,61,37,-1,31,35,40,38,-1,19,31,38,16,-1,35,19,16,40,-1,29,17,16,38,-1,33,29,38,37,-1,17,33,37,16,-1,20,36,40,16,-1,32,20,16,39,-1,36,32,39,40,-1,18,30,39,16,-1,34,18,16,37,-1,30,34,37,39,-1,48,44,40,39,-1,60,48,39,61,-1,44,60,61,40,-1,54,75,58,46,-1,50,54,46,42,-1,75,50,42,58,-1,76,51,43,59,-1,55,76,59,47,-1,51,55,47,43,-1,53,49,41,45,-1,74,53,45,57,-1,49,74,57,41,-1,23,27,35,31,-1,2,23,31,19,-1,27,2,19,35,-1,21,0,17,29,-1,25,21,29,33,-1,0,25,33,17,-1,3,28,36,20,-1,24,3,20,32,-1,28,24,32,36,-1,1,22,30,18,-1,26,1,18,34,-1,22,26,34,30,-1,56,52,44,48,-1,77,56,48,60,-1,52,77,60,44,-1,65,71,75,54,-1,63,65,54,50,-1,71,63,50,75,-1,72,68,51,76,-1,66,72,76,55,-1,68,66,55,51,-1,64,62,49,53,-1,70,64,53,74,-1,62,70,74,49,-1,12,14,27,23,-1,6,12,23,2,-1,14,6,2,27,-1,10,4,0,21,-1,8,10,21,25,-1,4,8,25,0,-1,7,15,28,3,-1,13,7,3,24,-1,15,13,24,28,-1,5,11,22,1,-1,9,5,1,26,-1}).setFaceTexCoordIndex(new int[] {8,28,32,19,-1,32,19,8,28,-1,48,13,0,47,-1,29,1,18,33,-1,41,27,0,-1,11,26,42,-1,41,27,0,-1,26,42,11,-1,41,27,0,-1,26,42,11,-1,41,27,0,-1,26,42,11,-1,14,43,46,7,-1,22,36,30,2,-1,8,28,34,21,-1,35,23,9,28,-1,44,15,0,45,-1,30,3,20,37,-1,8,28,34,21,-1,14,43,46,7,-1,22,36,30,2,-1,35,23,9,28,-1,44,15,0,45,-1,30,3,20,37,-1,14,43,46,7,-1,22,36,30,2,-1,8,28,34,21,-1,35,23,9,28,-1,44,15,0,45,-1,30,3,20,37,-1,14,43,46,7,-1,22,36,30,2,-1,8,28,34,21,-1,35,23,9,28,-1,44,15,0,45,-1,30,3,20,37,-1,0,50,49,17,-1,24,40,31,5,-1,8,28,39,25,-1,38,25,8,28,-1,51,10,16,47,-1,31,4,24,40,-1,8,28,39,25,-1,0,50,49,17,-1,24,40,31,5,-1,38,25,8,28,-1,51,10,16,47,-1,31,4,24,40,-1,0,50,49,17,-1,24,40,31,5,-1,8,28,39,25,-1,38,25,8,28,-1,51,10,16,47,-1,31,4,24,40,-1,0,50,49,17,-1,24,40,31,5,-1,8,28,39,25,-1,38,25,8,28,-1,51,10,16,47,-1,31,4,24,40,-1,12,47,48,6,-1,18,33,29,1,-1,8,28,32,19,-1,32,19,8,28,-1,48,13,0,47,-1,29,1,18,33,-1,8,28,32,19,-1,12,47,48,6,-1,18,33,29,1,-1,32,19,8,28,-1,48,13,0,47,-1,29,1,18,33,-1,12,47,48,6,-1,18,33,29,1,-1,8,28,32,19,-1,32,19,8,28,-1,48,13,0,47,-1,29,1,18,33,-1,12,47,48,6,-1,18,33,29,1,-1}).setShellType("LATTICE_MESH") symbol: class XvlShellObject location: class XvlShellModelStar 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellModelStar Error: Could not find or load main class Basic.LatticeXvl.XvlShellModelStar Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/LatticeXvl/XvlShellProtoDeclare.java produced from XvlShellProtoDeclare.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.LatticeXvl.XvlShellProtoDeclare Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='coord' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.LatticeXvl.XvlShellProtoDeclare.initialize(XvlShellProtoDeclare.java:166) at Basic.LatticeXvl.XvlShellProtoDeclare.(XvlShellProtoDeclare.java:137) at Basic.LatticeXvl.XvlShellProtoDeclare.main(XvlShellProtoDeclare.java:297) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BodySkinIndexedFaceSetNIST.java produced from BodySkinIndexedFaceSetNIST.x3d [Large tuple found: Coordinate point, $tupleCount=16637, $tupleSplitSize=10, string-length=324962] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BodySkinIndexedFaceSetNIST.java:146: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BodySkinIndexedFaceSetNIST.java:137: error: too many constants public class BodySkinIndexedFaceSetNIST 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BodySkinIndexedFaceSetNIST Error: Could not find or load main class Basic.Medical.BodySkinIndexedFaceSetNIST Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesAllSkeleton.java produced from BonesAllSkeleton.x3d [Large tuple found: Coordinate point, $tupleCount=1157, $tupleSplitSize=10, string-length=28900] [Large tuple found: Coordinate point, $tupleCount=1216, $tupleSplitSize=10, string-length=30008] [Large tuple found: Coordinate point, $tupleCount=171, $tupleSplitSize=10, string-length=4109] [Large tuple found: Coordinate point, $tupleCount=1344, $tupleSplitSize=10, string-length=33075] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7023] [Large tuple found: Coordinate point, $tupleCount=1236, $tupleSplitSize=10, string-length=30542] [Large tuple found: Coordinate point, $tupleCount=183, $tupleSplitSize=10, string-length=4391] [Large tuple found: Coordinate point, $tupleCount=1438, $tupleSplitSize=10, string-length=35519] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5774] [Large tuple found: Coordinate point, $tupleCount=1573, $tupleSplitSize=10, string-length=38993] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5591] [Large tuple found: Coordinate point, $tupleCount=1648, $tupleSplitSize=10, string-length=41118] [Large tuple found: Coordinate point, $tupleCount=303, $tupleSplitSize=10, string-length=7485] [Large tuple found: Coordinate point, $tupleCount=1192, $tupleSplitSize=10, string-length=29615] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=91587] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=87968] [Large tuple found: Coordinate point, $tupleCount=2928, $tupleSplitSize=10, string-length=71519] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3738] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3901] [Large tuple found: Coordinate point, $tupleCount=333, $tupleSplitSize=10, string-length=8202] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35639] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9012] [Large tuple found: Coordinate point, $tupleCount=1382, $tupleSplitSize=10, string-length=34364] [Large tuple found: Coordinate point, $tupleCount=339, $tupleSplitSize=10, string-length=8306] [Large tuple found: Coordinate point, $tupleCount=1476, $tupleSplitSize=10, string-length=36968] [Large tuple found: Coordinate point, $tupleCount=390, $tupleSplitSize=10, string-length=9638] [Large tuple found: Coordinate point, $tupleCount=1649, $tupleSplitSize=10, string-length=41554] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9178] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4776] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4985] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18059] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6620] [Large tuple found: Coordinate point, $tupleCount=337, $tupleSplitSize=10, string-length=7985] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5175] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5356] [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=8971] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=19871] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2479] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2597] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5342] [Large tuple found: Coordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=5424] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=3928] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6484] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=21756] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=24436] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=12677] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5867] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5865] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5884] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5885] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5861] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4442] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3618] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3594] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3571] [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=34937] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9094] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=9732] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4380] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2699] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3701] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7282] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=5768] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4535] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5040] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5376] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4406] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=3965] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=6840] [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=48282] [Large tuple found: Coordinate point, $tupleCount=361, $tupleSplitSize=10, string-length=8545] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6298] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6289] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3767] [Large tuple found: Coordinate point, $tupleCount=227, $tupleSplitSize=10, string-length=5366] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7308] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6755] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7430] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12459] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13445] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=12744] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9013] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=8836] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10538] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=9986] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=10725] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12110] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6439] [Large tuple found: Coordinate point, $tupleCount=453, $tupleSplitSize=10, string-length=10738] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7669] [Large tuple found: Coordinate point, $tupleCount=499, $tupleSplitSize=10, string-length=11848] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8641] [Large tuple found: Coordinate point, $tupleCount=559, $tupleSplitSize=10, string-length=13396] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10341] [Large tuple found: Coordinate point, $tupleCount=354, $tupleSplitSize=10, string-length=8392] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=9712] [Large tuple found: Coordinate point, $tupleCount=445, $tupleSplitSize=10, string-length=10712] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10118] [Large tuple found: Coordinate point, $tupleCount=385, $tupleSplitSize=10, string-length=9315] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5269] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7142] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=6837] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5410] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12299] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=33224] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9456] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=18408] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5835] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7068] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7404] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7160] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7641] [Large tuple found: Coordinate point, $tupleCount=260, $tupleSplitSize=10, string-length=6145] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5399] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=6949] [Large tuple found: Coordinate point, $tupleCount=273, $tupleSplitSize=10, string-length=6460] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7044] [Large tuple found: Coordinate point, $tupleCount=367, $tupleSplitSize=10, string-length=8697] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5731] [Large tuple found: Coordinate point, $tupleCount=231, $tupleSplitSize=10, string-length=5466] [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=14692] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7365] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6654] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4682] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=9824] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=13872] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9575] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10037] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10562] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8204] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7140] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8069] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=15469] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=29639] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7589] [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15306] [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=23959] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11388] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6173] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10261] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=20438] [Large tuple found: Coordinate point, $tupleCount=1357, $tupleSplitSize=10, string-length=33884] [Large tuple found: Coordinate point, $tupleCount=8008, $tupleSplitSize=10, string-length=195036] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=120960] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=125988] [Large tuple found: Coordinate point, $tupleCount=279, $tupleSplitSize=10, string-length=6624] [Large tuple found: Coordinate point, $tupleCount=271, $tupleSplitSize=10, string-length=6630] [Large tuple found: Coordinate point, $tupleCount=3520, $tupleSplitSize=10, string-length=89050] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11045] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11502] [Large tuple found: Coordinate point, $tupleCount=3300, $tupleSplitSize=10, string-length=80871] [Large tuple found: Coordinate point, $tupleCount=3293, $tupleSplitSize=10, string-length=83139] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18798] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6913] [Large tuple found: Coordinate point, $tupleCount=337, $tupleSplitSize=10, string-length=8327] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5396] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5582] [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=9334] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=20694] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2584] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2706] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5558] [Large tuple found: Coordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=5663] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=4088] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6758] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=22644] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=25434] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=13195] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6105] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6103] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6122] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6123] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6099] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4638] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3778] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3752] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3729] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3736] [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=36331] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=10162] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4573] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2818] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3864] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3866] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4735] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5262] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5613] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4603] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=6023] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=4129] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=7117] [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=50181] [Large tuple found: Coordinate point, $tupleCount=361, $tupleSplitSize=10, string-length=8906] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6560] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6557] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3928] [Large tuple found: Coordinate point, $tupleCount=227, $tupleSplitSize=10, string-length=5592] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7614] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=7029] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7731] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12964] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13989] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=13261] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9378] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=9213] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10997] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=10419] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=11195] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12640] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6713] [Large tuple found: Coordinate point, $tupleCount=453, $tupleSplitSize=10, string-length=11185] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7990] [Large tuple found: Coordinate point, $tupleCount=499, $tupleSplitSize=10, string-length=12355] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8999] [Large tuple found: Coordinate point, $tupleCount=559, $tupleSplitSize=10, string-length=13955] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10775] [Large tuple found: Coordinate point, $tupleCount=354, $tupleSplitSize=10, string-length=8746] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=10120] [Large tuple found: Coordinate point, $tupleCount=445, $tupleSplitSize=10, string-length=11157] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10540] [Large tuple found: Coordinate point, $tupleCount=385, $tupleSplitSize=10, string-length=9700] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5483] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7432] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=7115] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5630] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12803] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=34552] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=19154] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=6072] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7355] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7705] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7451] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7951] [Large tuple found: Coordinate point, $tupleCount=261, $tupleSplitSize=10, string-length=6428] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5627] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7235] [Large tuple found: Coordinate point, $tupleCount=273, $tupleSplitSize=10, string-length=6733] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7348] [Large tuple found: Coordinate point, $tupleCount=367, $tupleSplitSize=10, string-length=9057] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5963] [Large tuple found: Coordinate point, $tupleCount=231, $tupleSplitSize=10, string-length=5698] [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=15282] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7658] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6920] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4867] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=10216] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=14428] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9958] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10438] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10984] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8530] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7424] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8391] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=16094] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=30797] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7897] [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15927] [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=24915] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11850] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6423] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10677] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=21251] [Large tuple found: Coordinate point, $tupleCount=4284, $tupleSplitSize=10, string-length=108915] [Large tuple found: Coordinate point, $tupleCount=4447, $tupleSplitSize=10, string-length=106789] [Large tuple found: Coordinate point, $tupleCount=1535, $tupleSplitSize=10, string-length=36427] [Large tuple found: Coordinate point, $tupleCount=118, $tupleSplitSize=10, string-length=2688] [Large tuple found: Coordinate point, $tupleCount=1287, $tupleSplitSize=10, string-length=32237] [Large tuple found: Coordinate point, $tupleCount=1272, $tupleSplitSize=10, string-length=31747] [Large tuple found: Coordinate point, $tupleCount=332, $tupleSplitSize=10, string-length=8186] [Large tuple found: Coordinate point, $tupleCount=1263, $tupleSplitSize=10, string-length=31416] [Large tuple found: Coordinate point, $tupleCount=374, $tupleSplitSize=10, string-length=9232] [Large tuple found: Coordinate point, $tupleCount=1563, $tupleSplitSize=10, string-length=38993] [Large tuple found: Coordinate point, $tupleCount=394, $tupleSplitSize=10, string-length=9761] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6731] [Large tuple found: Coordinate point, $tupleCount=1208, $tupleSplitSize=10, string-length=30169] [Large tuple found: Coordinate point, $tupleCount=341, $tupleSplitSize=10, string-length=8381] [Large tuple found: Coordinate point, $tupleCount=1073, $tupleSplitSize=10, string-length=26801] [Large tuple found: Coordinate point, $tupleCount=283, $tupleSplitSize=10, string-length=6982] [Large tuple found: Coordinate point, $tupleCount=1258, $tupleSplitSize=10, string-length=31489] [Large tuple found: Coordinate point, $tupleCount=299, $tupleSplitSize=10, string-length=7346] [Large tuple found: Coordinate point, $tupleCount=1259, $tupleSplitSize=10, string-length=31372] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7660] [Large tuple found: Coordinate point, $tupleCount=1273, $tupleSplitSize=10, string-length=31802] [Large tuple found: Coordinate point, $tupleCount=381, $tupleSplitSize=10, string-length=9410] [Large tuple found: Coordinate point, $tupleCount=1564, $tupleSplitSize=10, string-length=39066] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8855] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35772] [Large tuple found: Coordinate point, $tupleCount=338, $tupleSplitSize=10, string-length=8342] [Large tuple found: Coordinate point, $tupleCount=1374, $tupleSplitSize=10, string-length=34596] [Large tuple found: Coordinate point, $tupleCount=329, $tupleSplitSize=10, string-length=8270] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=55455] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=57729] [Large tuple found: Coordinate point, $tupleCount=68, $tupleSplitSize=10, string-length=1506] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19101] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19894] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesAllSkeleton.java:142: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesAllSkeleton.java:133: error: too many constants public class BonesAllSkeleton 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesAllSkeleton Error: Could not find or load main class Basic.Medical.BonesAllSkeleton Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesChest.java produced from BonesChest.x3d [Large tuple found: Coordinate point, $tupleCount=1535, $tupleSplitSize=10, string-length=36427] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=19871] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=21756] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2479] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2597] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=15469] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=9824] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=13872] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9575] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10037] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10562] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8204] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7140] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8069] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7365] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6654] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4682] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=29639] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=24436] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=3965] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=22644] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2584] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2706] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=16094] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=10216] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=14428] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9958] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10438] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10984] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8530] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7424] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8391] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7658] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6920] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4867] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=20694] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=30797] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=25434] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=4129] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesChest.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesChest Error: Could not find or load main class Basic.Medical.BonesChest Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesGirdle.java produced from BonesGirdle.x3d [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=33224] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=34552] [Large tuple found: Coordinate point, $tupleCount=4284, $tupleSplitSize=10, string-length=108915] [Large tuple found: Coordinate point, $tupleCount=118, $tupleSplitSize=10, string-length=2688] [Large tuple found: Coordinate point, $tupleCount=1192, $tupleSplitSize=10, string-length=29615] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesGirdle.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesGirdle Error: Could not find or load main class Basic.Medical.BonesGirdle Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesHead.java produced from BonesHead.x3d [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4776] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4985] [Large tuple found: Coordinate point, $tupleCount=2928, $tupleSplitSize=10, string-length=71519] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=91587] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=87968] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3738] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3901] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=120960] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=125988] [Large tuple found: Coordinate point, $tupleCount=279, $tupleSplitSize=10, string-length=6624] [Large tuple found: Coordinate point, $tupleCount=271, $tupleSplitSize=10, string-length=6630] [Large tuple found: Coordinate point, $tupleCount=3520, $tupleSplitSize=10, string-length=89050] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11045] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11502] [Large tuple found: Coordinate point, $tupleCount=3300, $tupleSplitSize=10, string-length=80871] [Large tuple found: Coordinate point, $tupleCount=3293, $tupleSplitSize=10, string-length=83139] [Large tuple found: Coordinate point, $tupleCount=4447, $tupleSplitSize=10, string-length=106789] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=55455] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=57729] [Large tuple found: Coordinate point, $tupleCount=68, $tupleSplitSize=10, string-length=1506] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19101] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19894] [Large tuple found: Coordinate point, $tupleCount=1157, $tupleSplitSize=10, string-length=28900] [Large tuple found: Coordinate point, $tupleCount=1216, $tupleSplitSize=10, string-length=30008] [Large tuple found: Coordinate point, $tupleCount=171, $tupleSplitSize=10, string-length=4109] [Large tuple found: Coordinate point, $tupleCount=1344, $tupleSplitSize=10, string-length=33075] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7023] [Large tuple found: Coordinate point, $tupleCount=1236, $tupleSplitSize=10, string-length=30542] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesHead.java:113: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesHead.java:104: error: too many constants public class BonesHead 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesHead Error: Could not find or load main class Basic.Medical.BonesHead Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesLeftFemur.java produced from BonesLeftFemur.x3d [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=34937] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftFemur.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesLeftFemur Error: Could not find or load main class Basic.Medical.BonesLeftFemur Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesLeftFoot.java produced from BonesLeftFoot.x3d [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15306] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18059] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=12677] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7308] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=8836] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12299] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4380] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2699] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3701] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7282] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=5768] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4535] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5040] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5376] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4406] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=9732] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10538] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=9986] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=10725] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12110] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4442] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3618] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3594] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3571] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftFoot.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesLeftFoot Error: Could not find or load main class Basic.Medical.BonesLeftFoot Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesLeftHand.java produced from BonesLeftHand.x3d [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=8971] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6755] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7430] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12459] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13445] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=12744] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9013] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5269] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7142] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=6837] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5410] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=18408] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5835] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7068] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7404] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7160] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7641] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=6840] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7589] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11388] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6173] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10261] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5867] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5865] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5884] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5885] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5861] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftHand.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesLeftHand Error: Could not find or load main class Basic.Medical.BonesLeftHand Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesLeftHumerus.java produced from BonesLeftHumerus.x3d [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=48282] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftHumerus.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesLeftHumerus Error: Could not find or load main class Basic.Medical.BonesLeftHumerus Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesLeftRadiusUlna.java produced from BonesLeftRadiusUlna.x3d [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=14692] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=20438] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftRadiusUlna.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesLeftRadiusUlna Error: Could not find or load main class Basic.Medical.BonesLeftRadiusUlna Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesLeftTibiaFibula.java produced from BonesLeftTibiaFibula.x3d [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=23959] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9094] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftTibiaFibula.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesLeftTibiaFibula Error: Could not find or load main class Basic.Medical.BonesLeftTibiaFibula Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesMandible.java produced from BonesMandible.x3d [Large tuple found: Coordinate point, $tupleCount=8008, $tupleSplitSize=10, string-length=195036] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesMandible.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesMandible Error: Could not find or load main class Basic.Medical.BonesMandible Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesRightFemur.java produced from BonesRightFemur.x3d [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=36331] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightFemur.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesRightFemur Error: Could not find or load main class Basic.Medical.BonesRightFemur Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesRightFoot.java produced from BonesRightFoot.x3d [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15927] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18798] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=13195] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4573] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2818] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3864] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3866] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7614] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=9213] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=10162] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10997] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=10419] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=11195] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12640] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=6023] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4735] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5262] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5613] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4603] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4638] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3778] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3752] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3729] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3736] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12803] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightFoot.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesRightFoot Error: Could not find or load main class Basic.Medical.BonesRightFoot Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesRightHand.java produced from BonesRightHand.x3d [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=9334] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7897] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=7117] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=7029] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=19154] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11850] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6423] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10677] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7731] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12964] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13989] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=13261] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9378] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=6072] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7355] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7705] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7451] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7951] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5483] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7432] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=7115] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5630] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6105] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6103] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6122] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6123] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6099] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightHand.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesRightHand Error: Could not find or load main class Basic.Medical.BonesRightHand Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesRightHumerus.java produced from BonesRightHumerus.x3d [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=50181] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightHumerus.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesRightHumerus Error: Could not find or load main class Basic.Medical.BonesRightHumerus Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesRightRadiusUlna.java produced from BonesRightRadiusUlna.x3d [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=15282] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=21251] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightRadiusUlna.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesRightRadiusUlna Error: Could not find or load main class Basic.Medical.BonesRightRadiusUlna Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesRightTibiaFibula.java produced from BonesRightTibiaFibula.x3d [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=24915] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9456] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightTibiaFibula.java:112: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesRightTibiaFibula Error: Could not find or load main class Basic.Medical.BonesRightTibiaFibula Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesSpine.java produced from BonesSpine.x3d [Large tuple found: Coordinate point, $tupleCount=183, $tupleSplitSize=10, string-length=4391] [Large tuple found: Coordinate point, $tupleCount=1438, $tupleSplitSize=10, string-length=35519] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5774] [Large tuple found: Coordinate point, $tupleCount=1573, $tupleSplitSize=10, string-length=38993] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5591] [Large tuple found: Coordinate point, $tupleCount=1648, $tupleSplitSize=10, string-length=41118] [Large tuple found: Coordinate point, $tupleCount=303, $tupleSplitSize=10, string-length=7485] [Large tuple found: Coordinate point, $tupleCount=1287, $tupleSplitSize=10, string-length=32237] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6731] [Large tuple found: Coordinate point, $tupleCount=1208, $tupleSplitSize=10, string-length=30169] [Large tuple found: Coordinate point, $tupleCount=341, $tupleSplitSize=10, string-length=8381] [Large tuple found: Coordinate point, $tupleCount=1073, $tupleSplitSize=10, string-length=26801] [Large tuple found: Coordinate point, $tupleCount=283, $tupleSplitSize=10, string-length=6982] [Large tuple found: Coordinate point, $tupleCount=1258, $tupleSplitSize=10, string-length=31489] [Large tuple found: Coordinate point, $tupleCount=299, $tupleSplitSize=10, string-length=7346] [Large tuple found: Coordinate point, $tupleCount=1259, $tupleSplitSize=10, string-length=31372] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7660] [Large tuple found: Coordinate point, $tupleCount=1273, $tupleSplitSize=10, string-length=31802] [Large tuple found: Coordinate point, $tupleCount=381, $tupleSplitSize=10, string-length=9410] [Large tuple found: Coordinate point, $tupleCount=1564, $tupleSplitSize=10, string-length=39066] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8855] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35772] [Large tuple found: Coordinate point, $tupleCount=338, $tupleSplitSize=10, string-length=8342] [Large tuple found: Coordinate point, $tupleCount=1374, $tupleSplitSize=10, string-length=34596] [Large tuple found: Coordinate point, $tupleCount=329, $tupleSplitSize=10, string-length=8270] [Large tuple found: Coordinate point, $tupleCount=1272, $tupleSplitSize=10, string-length=31747] [Large tuple found: Coordinate point, $tupleCount=332, $tupleSplitSize=10, string-length=8186] [Large tuple found: Coordinate point, $tupleCount=1263, $tupleSplitSize=10, string-length=31416] [Large tuple found: Coordinate point, $tupleCount=374, $tupleSplitSize=10, string-length=9232] [Large tuple found: Coordinate point, $tupleCount=1563, $tupleSplitSize=10, string-length=38993] [Large tuple found: Coordinate point, $tupleCount=394, $tupleSplitSize=10, string-length=9761] [Large tuple found: Coordinate point, $tupleCount=1357, $tupleSplitSize=10, string-length=33884] [Large tuple found: Coordinate point, $tupleCount=333, $tupleSplitSize=10, string-length=8202] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35639] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9012] [Large tuple found: Coordinate point, $tupleCount=1382, $tupleSplitSize=10, string-length=34364] [Large tuple found: Coordinate point, $tupleCount=339, $tupleSplitSize=10, string-length=8306] [Large tuple found: Coordinate point, $tupleCount=1476, $tupleSplitSize=10, string-length=36968] [Large tuple found: Coordinate point, $tupleCount=390, $tupleSplitSize=10, string-length=9638] [Large tuple found: Coordinate point, $tupleCount=1649, $tupleSplitSize=10, string-length=41554] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9178] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesSpine.java:113: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesSpine.java:104: error: too many constants public class BonesSpine 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesSpine Error: Could not find or load main class Basic.Medical.BonesSpine Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesTeethBottom.java produced from BonesTeethBottom.x3d [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3767] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5175] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=3928] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10341] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=9712] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10118] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5396] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10775] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=10120] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10540] [Large tuple found: Coordinate point, $tupleCount=261, $tupleSplitSize=10, string-length=6428] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7235] [Large tuple found: Coordinate point, $tupleCount=260, $tupleSplitSize=10, string-length=6145] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=6949] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=4088] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3928] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesTeethBottom.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesTeethBottom Error: Could not find or load main class Basic.Medical.BonesTeethBottom Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/BonesTeethTop.java produced from BonesTeethTop.x3d [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5342] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6620] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6439] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7669] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8641] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6913] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6713] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7990] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8999] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7348] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5963] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6298] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7044] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5731] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5558] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6560] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesTeethTop.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.BonesTeethTop Error: Could not find or load main class Basic.Medical.BonesTeethTop Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/MedicalMetadata.java produced from MedicalMetadata.x3d [Large tuple found: Coordinate point, $tupleCount=797, $tupleSplitSize=10, string-length=18805] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7332] [Large tuple found: Coordinate point, $tupleCount=800, $tupleSplitSize=10, string-length=18699] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadata.java:372: error: void cannot be dereferenced .addComments(" End concepts tag ")) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadata.java:275: error: cannot find symbol .setValue(new MetadataSetObject("m123654").setName("FMA-XML").setReference("FMA") symbol: method setValue(MetadataSetObject) location: class GroupObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadata.java:155: error: cannot find symbol .setValue(new MetadataSetObject("m7334").setName("Upper_lobe_of_lung").setReference("FMA") symbol: method setValue(MetadataSetObject) location: class GroupObject 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.MedicalMetadata Error: Could not find or load main class Basic.Medical.MedicalMetadata Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/MedicalMetadataViewer.java produced from MedicalMetadataViewer.x3d [Large tuple found: Coordinate point, $tupleCount=797, $tupleSplitSize=10, string-length=18805] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7332] [Large tuple found: Coordinate point, $tupleCount=800, $tupleSplitSize=10, string-length=18699] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadataViewer.java:379: error: void cannot be dereferenced .addComments(" End concepts tag ")) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadataViewer.java:281: error: cannot find symbol .setValue(new MetadataSetObject("m123654").setName("FMA-XML").setReference("FMA") symbol: method setValue(MetadataSetObject) location: class GroupObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadataViewer.java:160: error: cannot find symbol .setValue(new MetadataSetObject("m7334").setName("Upper_lobe_of_lung").setReference("FMA") symbol: method setValue(MetadataSetObject) location: class GroupObject 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.MedicalMetadataViewer Error: Could not find or load main class Basic.Medical.MedicalMetadataViewer Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/SkeletonCompleteNoNormals.java produced from SkeletonCompleteNoNormals.x3d [Large tuple found: Coordinate point, $tupleCount=1157, $tupleSplitSize=10, string-length=28900] [Large tuple found: Coordinate point, $tupleCount=1216, $tupleSplitSize=10, string-length=30008] [Large tuple found: Coordinate point, $tupleCount=171, $tupleSplitSize=10, string-length=4109] [Large tuple found: Coordinate point, $tupleCount=1344, $tupleSplitSize=10, string-length=33075] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7023] [Large tuple found: Coordinate point, $tupleCount=1236, $tupleSplitSize=10, string-length=30542] [Large tuple found: Coordinate point, $tupleCount=183, $tupleSplitSize=10, string-length=4391] [Large tuple found: Coordinate point, $tupleCount=1438, $tupleSplitSize=10, string-length=35519] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5774] [Large tuple found: Coordinate point, $tupleCount=1573, $tupleSplitSize=10, string-length=38993] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5591] [Large tuple found: Coordinate point, $tupleCount=1648, $tupleSplitSize=10, string-length=41118] [Large tuple found: Coordinate point, $tupleCount=303, $tupleSplitSize=10, string-length=7485] [Large tuple found: Coordinate point, $tupleCount=1192, $tupleSplitSize=10, string-length=29615] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=91587] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=87968] [Large tuple found: Coordinate point, $tupleCount=2928, $tupleSplitSize=10, string-length=71519] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3738] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3901] [Large tuple found: Coordinate point, $tupleCount=333, $tupleSplitSize=10, string-length=8202] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35639] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9012] [Large tuple found: Coordinate point, $tupleCount=1382, $tupleSplitSize=10, string-length=34364] [Large tuple found: Coordinate point, $tupleCount=339, $tupleSplitSize=10, string-length=8306] [Large tuple found: Coordinate point, $tupleCount=1476, $tupleSplitSize=10, string-length=36968] [Large tuple found: Coordinate point, $tupleCount=390, $tupleSplitSize=10, string-length=9638] [Large tuple found: Coordinate point, $tupleCount=1649, $tupleSplitSize=10, string-length=41554] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9178] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4776] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4985] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18059] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6620] [Large tuple found: Coordinate point, $tupleCount=337, $tupleSplitSize=10, string-length=7985] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5175] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5356] [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=8971] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=19871] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2479] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2597] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5342] [Large tuple found: Coordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=5424] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=3928] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6484] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=21756] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=24436] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=12677] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5867] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5865] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5884] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5885] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5861] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4442] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3618] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3594] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3571] [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=34937] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9094] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=9732] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4380] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2699] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3701] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7282] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=5768] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4535] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5040] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5376] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4406] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=3965] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=6840] [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=48282] [Large tuple found: Coordinate point, $tupleCount=361, $tupleSplitSize=10, string-length=8545] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6298] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6289] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3767] [Large tuple found: Coordinate point, $tupleCount=227, $tupleSplitSize=10, string-length=5366] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7308] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6755] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7430] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12459] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13445] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=12744] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9013] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=8836] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10538] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=9986] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=10725] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12110] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6439] [Large tuple found: Coordinate point, $tupleCount=453, $tupleSplitSize=10, string-length=10738] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7669] [Large tuple found: Coordinate point, $tupleCount=499, $tupleSplitSize=10, string-length=11848] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8641] [Large tuple found: Coordinate point, $tupleCount=559, $tupleSplitSize=10, string-length=13396] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10341] [Large tuple found: Coordinate point, $tupleCount=354, $tupleSplitSize=10, string-length=8392] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=9712] [Large tuple found: Coordinate point, $tupleCount=445, $tupleSplitSize=10, string-length=10712] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10118] [Large tuple found: Coordinate point, $tupleCount=385, $tupleSplitSize=10, string-length=9315] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5269] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7142] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=6837] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5410] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12299] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=33224] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9456] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=18408] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5835] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7068] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7404] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7160] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7641] [Large tuple found: Coordinate point, $tupleCount=260, $tupleSplitSize=10, string-length=6145] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5399] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=6949] [Large tuple found: Coordinate point, $tupleCount=273, $tupleSplitSize=10, string-length=6460] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7044] [Large tuple found: Coordinate point, $tupleCount=367, $tupleSplitSize=10, string-length=8697] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5731] [Large tuple found: Coordinate point, $tupleCount=231, $tupleSplitSize=10, string-length=5466] [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=14692] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7365] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6654] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4682] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=9824] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=13872] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9575] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10037] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10562] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8204] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7140] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8069] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=15469] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=29639] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7589] [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15306] [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=23959] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11388] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6173] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10261] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=20438] [Large tuple found: Coordinate point, $tupleCount=1357, $tupleSplitSize=10, string-length=33884] [Large tuple found: Coordinate point, $tupleCount=8008, $tupleSplitSize=10, string-length=195036] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=120960] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=125988] [Large tuple found: Coordinate point, $tupleCount=279, $tupleSplitSize=10, string-length=6624] [Large tuple found: Coordinate point, $tupleCount=271, $tupleSplitSize=10, string-length=6630] [Large tuple found: Coordinate point, $tupleCount=3520, $tupleSplitSize=10, string-length=89050] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11045] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11502] [Large tuple found: Coordinate point, $tupleCount=3300, $tupleSplitSize=10, string-length=80871] [Large tuple found: Coordinate point, $tupleCount=3293, $tupleSplitSize=10, string-length=83139] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18798] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6913] [Large tuple found: Coordinate point, $tupleCount=337, $tupleSplitSize=10, string-length=8327] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5396] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5582] [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=9334] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=20694] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2584] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2706] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5558] [Large tuple found: Coordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=5663] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=4088] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6758] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=22644] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=25434] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=13195] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6105] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6103] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6122] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6123] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6099] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4638] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3778] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3752] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3729] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3736] [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=36331] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=10162] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4573] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2818] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3864] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3866] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4735] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5262] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5613] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4603] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=6023] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=4129] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=7117] [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=50181] [Large tuple found: Coordinate point, $tupleCount=361, $tupleSplitSize=10, string-length=8906] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6560] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6557] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3928] [Large tuple found: Coordinate point, $tupleCount=227, $tupleSplitSize=10, string-length=5592] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7614] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=7029] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7731] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12964] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13989] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=13261] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9378] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=9213] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10997] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=10419] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=11195] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12640] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6713] [Large tuple found: Coordinate point, $tupleCount=453, $tupleSplitSize=10, string-length=11185] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7990] [Large tuple found: Coordinate point, $tupleCount=499, $tupleSplitSize=10, string-length=12355] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8999] [Large tuple found: Coordinate point, $tupleCount=559, $tupleSplitSize=10, string-length=13955] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10775] [Large tuple found: Coordinate point, $tupleCount=354, $tupleSplitSize=10, string-length=8746] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=10120] [Large tuple found: Coordinate point, $tupleCount=445, $tupleSplitSize=10, string-length=11157] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10540] [Large tuple found: Coordinate point, $tupleCount=385, $tupleSplitSize=10, string-length=9700] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5483] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7432] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=7115] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5630] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12803] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=34552] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=19154] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=6072] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7355] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7705] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7451] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7951] [Large tuple found: Coordinate point, $tupleCount=261, $tupleSplitSize=10, string-length=6428] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5627] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7235] [Large tuple found: Coordinate point, $tupleCount=273, $tupleSplitSize=10, string-length=6733] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7348] [Large tuple found: Coordinate point, $tupleCount=367, $tupleSplitSize=10, string-length=9057] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5963] [Large tuple found: Coordinate point, $tupleCount=231, $tupleSplitSize=10, string-length=5698] [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=15282] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7658] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6920] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4867] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=10216] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=14428] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9958] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10438] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10984] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8530] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7424] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8391] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=16094] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=30797] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7897] [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15927] [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=24915] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11850] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6423] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10677] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=21251] [Large tuple found: Coordinate point, $tupleCount=4284, $tupleSplitSize=10, string-length=108915] [Large tuple found: Coordinate point, $tupleCount=4447, $tupleSplitSize=10, string-length=106789] [Large tuple found: Coordinate point, $tupleCount=1535, $tupleSplitSize=10, string-length=36427] [Large tuple found: Coordinate point, $tupleCount=118, $tupleSplitSize=10, string-length=2688] [Large tuple found: Coordinate point, $tupleCount=1287, $tupleSplitSize=10, string-length=32237] [Large tuple found: Coordinate point, $tupleCount=1272, $tupleSplitSize=10, string-length=31747] [Large tuple found: Coordinate point, $tupleCount=332, $tupleSplitSize=10, string-length=8186] [Large tuple found: Coordinate point, $tupleCount=1263, $tupleSplitSize=10, string-length=31416] [Large tuple found: Coordinate point, $tupleCount=374, $tupleSplitSize=10, string-length=9232] [Large tuple found: Coordinate point, $tupleCount=1563, $tupleSplitSize=10, string-length=38993] [Large tuple found: Coordinate point, $tupleCount=394, $tupleSplitSize=10, string-length=9761] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6731] [Large tuple found: Coordinate point, $tupleCount=1208, $tupleSplitSize=10, string-length=30169] [Large tuple found: Coordinate point, $tupleCount=341, $tupleSplitSize=10, string-length=8381] [Large tuple found: Coordinate point, $tupleCount=1073, $tupleSplitSize=10, string-length=26801] [Large tuple found: Coordinate point, $tupleCount=283, $tupleSplitSize=10, string-length=6982] [Large tuple found: Coordinate point, $tupleCount=1258, $tupleSplitSize=10, string-length=31489] [Large tuple found: Coordinate point, $tupleCount=299, $tupleSplitSize=10, string-length=7346] [Large tuple found: Coordinate point, $tupleCount=1259, $tupleSplitSize=10, string-length=31372] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7660] [Large tuple found: Coordinate point, $tupleCount=1273, $tupleSplitSize=10, string-length=31802] [Large tuple found: Coordinate point, $tupleCount=381, $tupleSplitSize=10, string-length=9410] [Large tuple found: Coordinate point, $tupleCount=1564, $tupleSplitSize=10, string-length=39066] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8855] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35772] [Large tuple found: Coordinate point, $tupleCount=338, $tupleSplitSize=10, string-length=8342] [Large tuple found: Coordinate point, $tupleCount=1374, $tupleSplitSize=10, string-length=34596] [Large tuple found: Coordinate point, $tupleCount=329, $tupleSplitSize=10, string-length=8270] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=55455] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=57729] [Large tuple found: Coordinate point, $tupleCount=68, $tupleSplitSize=10, string-length=1506] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19101] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19894] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNoNormals.java:118: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNoNormals.java:109: error: too many constants public class SkeletonCompleteNoNormals 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.SkeletonCompleteNoNormals Error: Could not find or load main class Basic.Medical.SkeletonCompleteNoNormals Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Medical/SkeletonCompleteNormals.java produced from SkeletonCompleteNormals.x3d [Large tuple found: Coordinate point, $tupleCount=1157, $tupleSplitSize=10, string-length=28900] [Large tuple found: Normal vector, $tupleCount=1157, $tupleSplitSize=10, string-length=22140] [Large tuple found: Coordinate point, $tupleCount=1216, $tupleSplitSize=10, string-length=30008] [Large tuple found: Normal vector, $tupleCount=1216, $tupleSplitSize=10, string-length=23127] [Large tuple found: Coordinate point, $tupleCount=171, $tupleSplitSize=10, string-length=4109] [Large tuple found: Normal vector, $tupleCount=171, $tupleSplitSize=10, string-length=3274] [Large tuple found: Coordinate point, $tupleCount=1344, $tupleSplitSize=10, string-length=33075] [Large tuple found: Normal vector, $tupleCount=1344, $tupleSplitSize=10, string-length=25497] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7023] [Large tuple found: Normal vector, $tupleCount=290, $tupleSplitSize=10, string-length=5511] [Large tuple found: Coordinate point, $tupleCount=1236, $tupleSplitSize=10, string-length=30542] [Large tuple found: Normal vector, $tupleCount=1236, $tupleSplitSize=10, string-length=23463] [Large tuple found: Coordinate point, $tupleCount=183, $tupleSplitSize=10, string-length=4391] [Large tuple found: Normal vector, $tupleCount=183, $tupleSplitSize=10, string-length=3502] [Large tuple found: Coordinate point, $tupleCount=1438, $tupleSplitSize=10, string-length=35519] [Large tuple found: Normal vector, $tupleCount=1438, $tupleSplitSize=10, string-length=27341] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5774] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4562] [Large tuple found: Coordinate point, $tupleCount=1573, $tupleSplitSize=10, string-length=38993] [Large tuple found: Normal vector, $tupleCount=1573, $tupleSplitSize=10, string-length=30027] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5591] [Large tuple found: Normal vector, $tupleCount=228, $tupleSplitSize=10, string-length=4398] [Large tuple found: Coordinate point, $tupleCount=1648, $tupleSplitSize=10, string-length=41118] [Large tuple found: Normal vector, $tupleCount=1648, $tupleSplitSize=10, string-length=31574] [Large tuple found: Coordinate point, $tupleCount=303, $tupleSplitSize=10, string-length=7485] [Large tuple found: Normal vector, $tupleCount=303, $tupleSplitSize=10, string-length=5759] [Large tuple found: Coordinate point, $tupleCount=1192, $tupleSplitSize=10, string-length=29615] [Large tuple found: Normal vector, $tupleCount=1192, $tupleSplitSize=10, string-length=22670] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=91587] [Large tuple found: Normal vector, $tupleCount=3735, $tupleSplitSize=10, string-length=71736] [Large tuple found: Coordinate point, $tupleCount=3727, $tupleSplitSize=10, string-length=87968] [Large tuple found: Normal vector, $tupleCount=3731, $tupleSplitSize=10, string-length=71410] [Large tuple found: Coordinate point, $tupleCount=2928, $tupleSplitSize=10, string-length=71519] [Large tuple found: Normal vector, $tupleCount=2928, $tupleSplitSize=10, string-length=56854] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3738] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3046] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3901] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3040] [Large tuple found: Coordinate point, $tupleCount=333, $tupleSplitSize=10, string-length=8202] [Large tuple found: Normal vector, $tupleCount=333, $tupleSplitSize=10, string-length=6295] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35639] [Large tuple found: Normal vector, $tupleCount=1433, $tupleSplitSize=10, string-length=27328] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9012] [Large tuple found: Normal vector, $tupleCount=371, $tupleSplitSize=10, string-length=7030] [Large tuple found: Coordinate point, $tupleCount=1382, $tupleSplitSize=10, string-length=34364] [Large tuple found: Normal vector, $tupleCount=1382, $tupleSplitSize=10, string-length=26316] [Large tuple found: Coordinate point, $tupleCount=339, $tupleSplitSize=10, string-length=8306] [Large tuple found: Normal vector, $tupleCount=339, $tupleSplitSize=10, string-length=6411] [Large tuple found: Coordinate point, $tupleCount=1476, $tupleSplitSize=10, string-length=36968] [Large tuple found: Normal vector, $tupleCount=1476, $tupleSplitSize=10, string-length=28113] [Large tuple found: Coordinate point, $tupleCount=390, $tupleSplitSize=10, string-length=9638] [Large tuple found: Normal vector, $tupleCount=390, $tupleSplitSize=10, string-length=7392] [Large tuple found: Coordinate point, $tupleCount=1649, $tupleSplitSize=10, string-length=41554] [Large tuple found: Normal vector, $tupleCount=1649, $tupleSplitSize=10, string-length=31400] [Large tuple found: Coordinate point, $tupleCount=371, $tupleSplitSize=10, string-length=9178] [Large tuple found: Normal vector, $tupleCount=371, $tupleSplitSize=10, string-length=6959] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4776] [Large tuple found: Normal vector, $tupleCount=202, $tupleSplitSize=10, string-length=3861] [Large tuple found: Coordinate point, $tupleCount=202, $tupleSplitSize=10, string-length=4985] [Large tuple found: Normal vector, $tupleCount=202, $tupleSplitSize=10, string-length=3856] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18059] [Large tuple found: Normal vector, $tupleCount=739, $tupleSplitSize=10, string-length=14063] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6620] [Large tuple found: Normal vector, $tupleCount=281, $tupleSplitSize=10, string-length=5472] [Large tuple found: Coordinate point, $tupleCount=337, $tupleSplitSize=10, string-length=7985] [Large tuple found: Normal vector, $tupleCount=337, $tupleSplitSize=10, string-length=6352] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5175] [Large tuple found: Normal vector, $tupleCount=219, $tupleSplitSize=10, string-length=4204] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5356] [Large tuple found: Normal vector, $tupleCount=226, $tupleSplitSize=10, string-length=4401] [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=8971] [Large tuple found: Normal vector, $tupleCount=363, $tupleSplitSize=10, string-length=6943] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=19871] [Large tuple found: Normal vector, $tupleCount=821, $tupleSplitSize=10, string-length=15609] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2479] [Large tuple found: Normal vector, $tupleCount=105, $tupleSplitSize=10, string-length=2015] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2597] [Large tuple found: Normal vector, $tupleCount=109, $tupleSplitSize=10, string-length=2068] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5342] [Large tuple found: Normal vector, $tupleCount=226, $tupleSplitSize=10, string-length=4347] [Large tuple found: Coordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=5424] [Large tuple found: Normal vector, $tupleCount=229, $tupleSplitSize=10, string-length=4329] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=3928] [Large tuple found: Normal vector, $tupleCount=166, $tupleSplitSize=10, string-length=3187] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6484] [Large tuple found: Normal vector, $tupleCount=274, $tupleSplitSize=10, string-length=5288] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=21756] [Large tuple found: Normal vector, $tupleCount=888, $tupleSplitSize=10, string-length=17110] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=24436] [Large tuple found: Normal vector, $tupleCount=998, $tupleSplitSize=10, string-length=19122] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=12677] [Large tuple found: Normal vector, $tupleCount=518, $tupleSplitSize=10, string-length=9932] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5867] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4561] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5865] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4550] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5884] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4558] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5885] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4570] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=5861] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4560] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4442] [Large tuple found: Normal vector, $tupleCount=196, $tupleSplitSize=10, string-length=3728] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3618] [Large tuple found: Normal vector, $tupleCount=160, $tupleSplitSize=10, string-length=3096] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3594] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3039] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3571] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3052] [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=34937] [Large tuple found: Normal vector, $tupleCount=1394, $tupleSplitSize=10, string-length=26785] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9094] [Large tuple found: Normal vector, $tupleCount=362, $tupleSplitSize=10, string-length=7000] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=9732] [Large tuple found: Normal vector, $tupleCount=430, $tupleSplitSize=10, string-length=8273] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4380] [Large tuple found: Normal vector, $tupleCount=193, $tupleSplitSize=10, string-length=3714] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2699] [Large tuple found: Normal vector, $tupleCount=119, $tupleSplitSize=10, string-length=2293] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3701] [Large tuple found: Normal vector, $tupleCount=163, $tupleSplitSize=10, string-length=3101] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7282] [Large tuple found: Normal vector, $tupleCount=321, $tupleSplitSize=10, string-length=6162] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=5768] [Large tuple found: Normal vector, $tupleCount=255, $tupleSplitSize=10, string-length=4874] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4535] [Large tuple found: Normal vector, $tupleCount=200, $tupleSplitSize=10, string-length=3865] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5040] [Large tuple found: Normal vector, $tupleCount=222, $tupleSplitSize=10, string-length=4279] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5376] [Large tuple found: Normal vector, $tupleCount=237, $tupleSplitSize=10, string-length=4574] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4406] [Large tuple found: Normal vector, $tupleCount=197, $tupleSplitSize=10, string-length=3786] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=3965] [Large tuple found: Normal vector, $tupleCount=164, $tupleSplitSize=10, string-length=3173] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=6840] [Large tuple found: Normal vector, $tupleCount=277, $tupleSplitSize=10, string-length=5336] [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=48282] [Large tuple found: Normal vector, $tupleCount=1899, $tupleSplitSize=10, string-length=36357] [Large tuple found: Coordinate point, $tupleCount=361, $tupleSplitSize=10, string-length=8545] [Large tuple found: Normal vector, $tupleCount=361, $tupleSplitSize=10, string-length=6928] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6298] [Large tuple found: Normal vector, $tupleCount=266, $tupleSplitSize=10, string-length=5150] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6289] [Large tuple found: Normal vector, $tupleCount=266, $tupleSplitSize=10, string-length=5020] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3767] [Large tuple found: Normal vector, $tupleCount=159, $tupleSplitSize=10, string-length=3040] [Large tuple found: Coordinate point, $tupleCount=227, $tupleSplitSize=10, string-length=5366] [Large tuple found: Normal vector, $tupleCount=227, $tupleSplitSize=10, string-length=4435] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7308] [Large tuple found: Normal vector, $tupleCount=306, $tupleSplitSize=10, string-length=5891] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6755] [Large tuple found: Normal vector, $tupleCount=274, $tupleSplitSize=10, string-length=5214] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7430] [Large tuple found: Normal vector, $tupleCount=301, $tupleSplitSize=10, string-length=5772] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12459] [Large tuple found: Normal vector, $tupleCount=505, $tupleSplitSize=10, string-length=9674] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13445] [Large tuple found: Normal vector, $tupleCount=544, $tupleSplitSize=10, string-length=10412] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=12744] [Large tuple found: Normal vector, $tupleCount=517, $tupleSplitSize=10, string-length=9879] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9013] [Large tuple found: Normal vector, $tupleCount=365, $tupleSplitSize=10, string-length=6973] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=8836] [Large tuple found: Normal vector, $tupleCount=377, $tupleSplitSize=10, string-length=7215] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10538] [Large tuple found: Normal vector, $tupleCount=459, $tupleSplitSize=10, string-length=8806] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=9986] [Large tuple found: Normal vector, $tupleCount=433, $tupleSplitSize=10, string-length=8287] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=10725] [Large tuple found: Normal vector, $tupleCount=470, $tupleSplitSize=10, string-length=9041] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12110] [Large tuple found: Normal vector, $tupleCount=530, $tupleSplitSize=10, string-length=10223] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6439] [Large tuple found: Normal vector, $tupleCount=272, $tupleSplitSize=10, string-length=5205] [Large tuple found: Coordinate point, $tupleCount=453, $tupleSplitSize=10, string-length=10738] [Large tuple found: Normal vector, $tupleCount=453, $tupleSplitSize=10, string-length=8567] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7669] [Large tuple found: Normal vector, $tupleCount=321, $tupleSplitSize=10, string-length=6292] [Large tuple found: Coordinate point, $tupleCount=499, $tupleSplitSize=10, string-length=11848] [Large tuple found: Normal vector, $tupleCount=499, $tupleSplitSize=10, string-length=9427] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8641] [Large tuple found: Normal vector, $tupleCount=358, $tupleSplitSize=10, string-length=6964] [Large tuple found: Coordinate point, $tupleCount=559, $tupleSplitSize=10, string-length=13396] [Large tuple found: Normal vector, $tupleCount=559, $tupleSplitSize=10, string-length=10554] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10341] [Large tuple found: Normal vector, $tupleCount=436, $tupleSplitSize=10, string-length=8255] [Large tuple found: Coordinate point, $tupleCount=354, $tupleSplitSize=10, string-length=8392] [Large tuple found: Normal vector, $tupleCount=354, $tupleSplitSize=10, string-length=6902] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=9712] [Large tuple found: Normal vector, $tupleCount=408, $tupleSplitSize=10, string-length=7703] [Large tuple found: Coordinate point, $tupleCount=445, $tupleSplitSize=10, string-length=10712] [Large tuple found: Normal vector, $tupleCount=445, $tupleSplitSize=10, string-length=8659] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10118] [Large tuple found: Normal vector, $tupleCount=422, $tupleSplitSize=10, string-length=7966] [Large tuple found: Coordinate point, $tupleCount=385, $tupleSplitSize=10, string-length=9315] [Large tuple found: Normal vector, $tupleCount=385, $tupleSplitSize=10, string-length=7545] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5269] [Large tuple found: Normal vector, $tupleCount=214, $tupleSplitSize=10, string-length=4075] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7142] [Large tuple found: Normal vector, $tupleCount=290, $tupleSplitSize=10, string-length=5540] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=6837] [Large tuple found: Normal vector, $tupleCount=278, $tupleSplitSize=10, string-length=5307] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5410] [Large tuple found: Normal vector, $tupleCount=220, $tupleSplitSize=10, string-length=4197] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12299] [Large tuple found: Normal vector, $tupleCount=504, $tupleSplitSize=10, string-length=9676] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=33224] [Large tuple found: Normal vector, $tupleCount=1328, $tupleSplitSize=10, string-length=25315] [Large tuple found: Coordinate point, $tupleCount=362, $tupleSplitSize=10, string-length=9456] [Large tuple found: Normal vector, $tupleCount=362, $tupleSplitSize=10, string-length=6918] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=18408] [Large tuple found: Normal vector, $tupleCount=746, $tupleSplitSize=10, string-length=14140] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5835] [Large tuple found: Normal vector, $tupleCount=237, $tupleSplitSize=10, string-length=4537] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7068] [Large tuple found: Normal vector, $tupleCount=287, $tupleSplitSize=10, string-length=5505] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7404] [Large tuple found: Normal vector, $tupleCount=301, $tupleSplitSize=10, string-length=5788] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7160] [Large tuple found: Normal vector, $tupleCount=291, $tupleSplitSize=10, string-length=5568] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7641] [Large tuple found: Normal vector, $tupleCount=310, $tupleSplitSize=10, string-length=5913] [Large tuple found: Coordinate point, $tupleCount=260, $tupleSplitSize=10, string-length=6145] [Large tuple found: Normal vector, $tupleCount=260, $tupleSplitSize=10, string-length=4895] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5399] [Large tuple found: Normal vector, $tupleCount=228, $tupleSplitSize=10, string-length=4444] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=6949] [Large tuple found: Normal vector, $tupleCount=293, $tupleSplitSize=10, string-length=5578] [Large tuple found: Coordinate point, $tupleCount=273, $tupleSplitSize=10, string-length=6460] [Large tuple found: Normal vector, $tupleCount=273, $tupleSplitSize=10, string-length=5313] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7044] [Large tuple found: Normal vector, $tupleCount=298, $tupleSplitSize=10, string-length=5784] [Large tuple found: Coordinate point, $tupleCount=367, $tupleSplitSize=10, string-length=8697] [Large tuple found: Normal vector, $tupleCount=367, $tupleSplitSize=10, string-length=6903] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5731] [Large tuple found: Normal vector, $tupleCount=242, $tupleSplitSize=10, string-length=4656] [Large tuple found: Coordinate point, $tupleCount=231, $tupleSplitSize=10, string-length=5466] [Large tuple found: Normal vector, $tupleCount=231, $tupleSplitSize=10, string-length=4357] [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=14692] [Large tuple found: Normal vector, $tupleCount=590, $tupleSplitSize=10, string-length=11412] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7365] [Large tuple found: Normal vector, $tupleCount=293, $tupleSplitSize=10, string-length=5727] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6654] [Large tuple found: Normal vector, $tupleCount=266, $tupleSplitSize=10, string-length=5137] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4682] [Large tuple found: Normal vector, $tupleCount=185, $tupleSplitSize=10, string-length=3551] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=9824] [Large tuple found: Normal vector, $tupleCount=392, $tupleSplitSize=10, string-length=7582] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=13872] [Large tuple found: Normal vector, $tupleCount=556, $tupleSplitSize=10, string-length=10668] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9575] [Large tuple found: Normal vector, $tupleCount=383, $tupleSplitSize=10, string-length=7367] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10037] [Large tuple found: Normal vector, $tupleCount=401, $tupleSplitSize=10, string-length=7739] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10562] [Large tuple found: Normal vector, $tupleCount=422, $tupleSplitSize=10, string-length=8168] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8204] [Large tuple found: Normal vector, $tupleCount=326, $tupleSplitSize=10, string-length=6312] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7140] [Large tuple found: Normal vector, $tupleCount=284, $tupleSplitSize=10, string-length=5483] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8069] [Large tuple found: Normal vector, $tupleCount=322, $tupleSplitSize=10, string-length=6219] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=15469] [Large tuple found: Normal vector, $tupleCount=625, $tupleSplitSize=10, string-length=12080] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=29639] [Large tuple found: Normal vector, $tupleCount=1158, $tupleSplitSize=10, string-length=22144] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7589] [Large tuple found: Normal vector, $tupleCount=308, $tupleSplitSize=10, string-length=5923] [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15306] [Large tuple found: Normal vector, $tupleCount=621, $tupleSplitSize=10, string-length=11900] [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=23959] [Large tuple found: Normal vector, $tupleCount=956, $tupleSplitSize=10, string-length=18273] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11388] [Large tuple found: Normal vector, $tupleCount=462, $tupleSplitSize=10, string-length=8858] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6173] [Large tuple found: Normal vector, $tupleCount=250, $tupleSplitSize=10, string-length=4800] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10261] [Large tuple found: Normal vector, $tupleCount=416, $tupleSplitSize=10, string-length=7969] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=20438] [Large tuple found: Normal vector, $tupleCount=813, $tupleSplitSize=10, string-length=15603] [Large tuple found: Coordinate point, $tupleCount=1357, $tupleSplitSize=10, string-length=33884] [Large tuple found: Normal vector, $tupleCount=1357, $tupleSplitSize=10, string-length=25814] [Large tuple found: Coordinate point, $tupleCount=8008, $tupleSplitSize=10, string-length=195036] [Large tuple found: Normal vector, $tupleCount=8007, $tupleSplitSize=10, string-length=151537] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=120960] [Large tuple found: Normal vector, $tupleCount=5083, $tupleSplitSize=10, string-length=98490] [Large tuple found: Coordinate point, $tupleCount=5084, $tupleSplitSize=10, string-length=125988] [Large tuple found: Normal vector, $tupleCount=5083, $tupleSplitSize=10, string-length=98401] [Large tuple found: Coordinate point, $tupleCount=279, $tupleSplitSize=10, string-length=6624] [Large tuple found: Normal vector, $tupleCount=279, $tupleSplitSize=10, string-length=5346] [Large tuple found: Coordinate point, $tupleCount=271, $tupleSplitSize=10, string-length=6630] [Large tuple found: Normal vector, $tupleCount=271, $tupleSplitSize=10, string-length=5223] [Large tuple found: Coordinate point, $tupleCount=3520, $tupleSplitSize=10, string-length=89050] [Large tuple found: Normal vector, $tupleCount=3520, $tupleSplitSize=10, string-length=67239] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11045] [Large tuple found: Normal vector, $tupleCount=466, $tupleSplitSize=10, string-length=8930] [Large tuple found: Coordinate point, $tupleCount=466, $tupleSplitSize=10, string-length=11502] [Large tuple found: Normal vector, $tupleCount=466, $tupleSplitSize=10, string-length=8939] [Large tuple found: Coordinate point, $tupleCount=3300, $tupleSplitSize=10, string-length=80871] [Large tuple found: Normal vector, $tupleCount=3300, $tupleSplitSize=10, string-length=63866] [Large tuple found: Coordinate point, $tupleCount=3293, $tupleSplitSize=10, string-length=83139] [Large tuple found: Normal vector, $tupleCount=3293, $tupleSplitSize=10, string-length=62868] [Large tuple found: Coordinate point, $tupleCount=739, $tupleSplitSize=10, string-length=18798] [Large tuple found: Normal vector, $tupleCount=739, $tupleSplitSize=10, string-length=14063] [Large tuple found: Coordinate point, $tupleCount=281, $tupleSplitSize=10, string-length=6913] [Large tuple found: Normal vector, $tupleCount=281, $tupleSplitSize=10, string-length=5450] [Large tuple found: Coordinate point, $tupleCount=337, $tupleSplitSize=10, string-length=8327] [Large tuple found: Normal vector, $tupleCount=337, $tupleSplitSize=10, string-length=6379] [Large tuple found: Coordinate point, $tupleCount=219, $tupleSplitSize=10, string-length=5396] [Large tuple found: Normal vector, $tupleCount=219, $tupleSplitSize=10, string-length=4171] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5582] [Large tuple found: Normal vector, $tupleCount=226, $tupleSplitSize=10, string-length=4353] [Large tuple found: Coordinate point, $tupleCount=363, $tupleSplitSize=10, string-length=9334] [Large tuple found: Normal vector, $tupleCount=363, $tupleSplitSize=10, string-length=6997] [Large tuple found: Coordinate point, $tupleCount=823, $tupleSplitSize=10, string-length=20694] [Large tuple found: Normal vector, $tupleCount=821, $tupleSplitSize=10, string-length=15706] [Large tuple found: Coordinate point, $tupleCount=105, $tupleSplitSize=10, string-length=2584] [Large tuple found: Normal vector, $tupleCount=105, $tupleSplitSize=10, string-length=1966] [Large tuple found: Coordinate point, $tupleCount=109, $tupleSplitSize=10, string-length=2706] [Large tuple found: Normal vector, $tupleCount=109, $tupleSplitSize=10, string-length=2060] [Large tuple found: Coordinate point, $tupleCount=226, $tupleSplitSize=10, string-length=5558] [Large tuple found: Normal vector, $tupleCount=226, $tupleSplitSize=10, string-length=4380] [Large tuple found: Coordinate point, $tupleCount=229, $tupleSplitSize=10, string-length=5663] [Large tuple found: Normal vector, $tupleCount=229, $tupleSplitSize=10, string-length=4341] [Large tuple found: Coordinate point, $tupleCount=166, $tupleSplitSize=10, string-length=4088] [Large tuple found: Normal vector, $tupleCount=166, $tupleSplitSize=10, string-length=3147] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6758] [Large tuple found: Normal vector, $tupleCount=274, $tupleSplitSize=10, string-length=5340] [Large tuple found: Coordinate point, $tupleCount=888, $tupleSplitSize=10, string-length=22644] [Large tuple found: Normal vector, $tupleCount=888, $tupleSplitSize=10, string-length=17134] [Large tuple found: Coordinate point, $tupleCount=998, $tupleSplitSize=10, string-length=25434] [Large tuple found: Normal vector, $tupleCount=998, $tupleSplitSize=10, string-length=19111] [Large tuple found: Coordinate point, $tupleCount=518, $tupleSplitSize=10, string-length=13195] [Large tuple found: Normal vector, $tupleCount=518, $tupleSplitSize=10, string-length=9843] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6105] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4575] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6103] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4552] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6122] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4571] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6123] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4566] [Large tuple found: Coordinate point, $tupleCount=238, $tupleSplitSize=10, string-length=6099] [Large tuple found: Normal vector, $tupleCount=238, $tupleSplitSize=10, string-length=4552] [Large tuple found: Coordinate point, $tupleCount=196, $tupleSplitSize=10, string-length=4638] [Large tuple found: Normal vector, $tupleCount=196, $tupleSplitSize=10, string-length=3750] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3778] [Large tuple found: Normal vector, $tupleCount=160, $tupleSplitSize=10, string-length=3050] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3752] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3017] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3729] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3009] [Large tuple found: Coordinate point, $tupleCount=158, $tupleSplitSize=10, string-length=3736] [Large tuple found: Normal vector, $tupleCount=158, $tupleSplitSize=10, string-length=3017] [Large tuple found: Coordinate point, $tupleCount=1394, $tupleSplitSize=10, string-length=36331] [Large tuple found: Normal vector, $tupleCount=1394, $tupleSplitSize=10, string-length=26655] [Large tuple found: Coordinate point, $tupleCount=430, $tupleSplitSize=10, string-length=10162] [Large tuple found: Normal vector, $tupleCount=430, $tupleSplitSize=10, string-length=8234] [Large tuple found: Coordinate point, $tupleCount=193, $tupleSplitSize=10, string-length=4573] [Large tuple found: Normal vector, $tupleCount=193, $tupleSplitSize=10, string-length=3718] [Large tuple found: Coordinate point, $tupleCount=119, $tupleSplitSize=10, string-length=2818] [Large tuple found: Normal vector, $tupleCount=119, $tupleSplitSize=10, string-length=2281] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3864] [Large tuple found: Normal vector, $tupleCount=163, $tupleSplitSize=10, string-length=3107] [Large tuple found: Coordinate point, $tupleCount=163, $tupleSplitSize=10, string-length=3866] [Large tuple found: Normal vector, $tupleCount=163, $tupleSplitSize=10, string-length=3093] [Large tuple found: Coordinate point, $tupleCount=200, $tupleSplitSize=10, string-length=4735] [Large tuple found: Normal vector, $tupleCount=200, $tupleSplitSize=10, string-length=3853] [Large tuple found: Coordinate point, $tupleCount=222, $tupleSplitSize=10, string-length=5262] [Large tuple found: Normal vector, $tupleCount=222, $tupleSplitSize=10, string-length=4267] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=5613] [Large tuple found: Normal vector, $tupleCount=237, $tupleSplitSize=10, string-length=4522] [Large tuple found: Coordinate point, $tupleCount=197, $tupleSplitSize=10, string-length=4603] [Large tuple found: Normal vector, $tupleCount=197, $tupleSplitSize=10, string-length=3778] [Large tuple found: Coordinate point, $tupleCount=255, $tupleSplitSize=10, string-length=6023] [Large tuple found: Normal vector, $tupleCount=255, $tupleSplitSize=10, string-length=4891] [Large tuple found: Coordinate point, $tupleCount=164, $tupleSplitSize=10, string-length=4129] [Large tuple found: Normal vector, $tupleCount=164, $tupleSplitSize=10, string-length=3130] [Large tuple found: Coordinate point, $tupleCount=277, $tupleSplitSize=10, string-length=7117] [Large tuple found: Normal vector, $tupleCount=277, $tupleSplitSize=10, string-length=5334] [Large tuple found: Coordinate point, $tupleCount=1899, $tupleSplitSize=10, string-length=50181] [Large tuple found: Normal vector, $tupleCount=1899, $tupleSplitSize=10, string-length=36303] [Large tuple found: Coordinate point, $tupleCount=361, $tupleSplitSize=10, string-length=8906] [Large tuple found: Normal vector, $tupleCount=361, $tupleSplitSize=10, string-length=6900] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6560] [Large tuple found: Normal vector, $tupleCount=266, $tupleSplitSize=10, string-length=5119] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6557] [Large tuple found: Normal vector, $tupleCount=266, $tupleSplitSize=10, string-length=5004] [Large tuple found: Coordinate point, $tupleCount=159, $tupleSplitSize=10, string-length=3928] [Large tuple found: Normal vector, $tupleCount=159, $tupleSplitSize=10, string-length=3026] [Large tuple found: Coordinate point, $tupleCount=227, $tupleSplitSize=10, string-length=5592] [Large tuple found: Normal vector, $tupleCount=227, $tupleSplitSize=10, string-length=4429] [Large tuple found: Coordinate point, $tupleCount=306, $tupleSplitSize=10, string-length=7614] [Large tuple found: Normal vector, $tupleCount=306, $tupleSplitSize=10, string-length=5890] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=7029] [Large tuple found: Normal vector, $tupleCount=274, $tupleSplitSize=10, string-length=5198] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7731] [Large tuple found: Normal vector, $tupleCount=301, $tupleSplitSize=10, string-length=5788] [Large tuple found: Coordinate point, $tupleCount=505, $tupleSplitSize=10, string-length=12964] [Large tuple found: Normal vector, $tupleCount=505, $tupleSplitSize=10, string-length=9693] [Large tuple found: Coordinate point, $tupleCount=544, $tupleSplitSize=10, string-length=13989] [Large tuple found: Normal vector, $tupleCount=544, $tupleSplitSize=10, string-length=10370] [Large tuple found: Coordinate point, $tupleCount=517, $tupleSplitSize=10, string-length=13261] [Large tuple found: Normal vector, $tupleCount=517, $tupleSplitSize=10, string-length=9822] [Large tuple found: Coordinate point, $tupleCount=365, $tupleSplitSize=10, string-length=9378] [Large tuple found: Normal vector, $tupleCount=365, $tupleSplitSize=10, string-length=6974] [Large tuple found: Coordinate point, $tupleCount=377, $tupleSplitSize=10, string-length=9213] [Large tuple found: Normal vector, $tupleCount=377, $tupleSplitSize=10, string-length=7230] [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=10997] [Large tuple found: Normal vector, $tupleCount=459, $tupleSplitSize=10, string-length=8814] [Large tuple found: Coordinate point, $tupleCount=433, $tupleSplitSize=10, string-length=10419] [Large tuple found: Normal vector, $tupleCount=433, $tupleSplitSize=10, string-length=8293] [Large tuple found: Coordinate point, $tupleCount=470, $tupleSplitSize=10, string-length=11195] [Large tuple found: Normal vector, $tupleCount=470, $tupleSplitSize=10, string-length=9064] [Large tuple found: Coordinate point, $tupleCount=530, $tupleSplitSize=10, string-length=12640] [Large tuple found: Normal vector, $tupleCount=530, $tupleSplitSize=10, string-length=10125] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6713] [Large tuple found: Normal vector, $tupleCount=272, $tupleSplitSize=10, string-length=5232] [Large tuple found: Coordinate point, $tupleCount=453, $tupleSplitSize=10, string-length=11185] [Large tuple found: Normal vector, $tupleCount=453, $tupleSplitSize=10, string-length=8576] [Large tuple found: Coordinate point, $tupleCount=321, $tupleSplitSize=10, string-length=7990] [Large tuple found: Normal vector, $tupleCount=321, $tupleSplitSize=10, string-length=6274] [Large tuple found: Coordinate point, $tupleCount=499, $tupleSplitSize=10, string-length=12355] [Large tuple found: Normal vector, $tupleCount=499, $tupleSplitSize=10, string-length=9379] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8999] [Large tuple found: Normal vector, $tupleCount=358, $tupleSplitSize=10, string-length=6995] [Large tuple found: Coordinate point, $tupleCount=559, $tupleSplitSize=10, string-length=13955] [Large tuple found: Normal vector, $tupleCount=559, $tupleSplitSize=10, string-length=10580] [Large tuple found: Coordinate point, $tupleCount=436, $tupleSplitSize=10, string-length=10775] [Large tuple found: Normal vector, $tupleCount=436, $tupleSplitSize=10, string-length=8227] [Large tuple found: Coordinate point, $tupleCount=354, $tupleSplitSize=10, string-length=8746] [Large tuple found: Normal vector, $tupleCount=354, $tupleSplitSize=10, string-length=6927] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=10120] [Large tuple found: Normal vector, $tupleCount=408, $tupleSplitSize=10, string-length=7694] [Large tuple found: Coordinate point, $tupleCount=445, $tupleSplitSize=10, string-length=11157] [Large tuple found: Normal vector, $tupleCount=445, $tupleSplitSize=10, string-length=8677] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10540] [Large tuple found: Normal vector, $tupleCount=422, $tupleSplitSize=10, string-length=7915] [Large tuple found: Coordinate point, $tupleCount=385, $tupleSplitSize=10, string-length=9700] [Large tuple found: Normal vector, $tupleCount=385, $tupleSplitSize=10, string-length=7511] [Large tuple found: Coordinate point, $tupleCount=214, $tupleSplitSize=10, string-length=5483] [Large tuple found: Normal vector, $tupleCount=214, $tupleSplitSize=10, string-length=4094] [Large tuple found: Coordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=7432] [Large tuple found: Normal vector, $tupleCount=290, $tupleSplitSize=10, string-length=5565] [Large tuple found: Coordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=7115] [Large tuple found: Normal vector, $tupleCount=278, $tupleSplitSize=10, string-length=5326] [Large tuple found: Coordinate point, $tupleCount=220, $tupleSplitSize=10, string-length=5630] [Large tuple found: Normal vector, $tupleCount=220, $tupleSplitSize=10, string-length=4220] [Large tuple found: Coordinate point, $tupleCount=504, $tupleSplitSize=10, string-length=12803] [Large tuple found: Normal vector, $tupleCount=504, $tupleSplitSize=10, string-length=9696] [Large tuple found: Coordinate point, $tupleCount=1328, $tupleSplitSize=10, string-length=34552] [Large tuple found: Normal vector, $tupleCount=1328, $tupleSplitSize=10, string-length=25324] [Large tuple found: Coordinate point, $tupleCount=746, $tupleSplitSize=10, string-length=19154] [Large tuple found: Normal vector, $tupleCount=746, $tupleSplitSize=10, string-length=14226] [Large tuple found: Coordinate point, $tupleCount=237, $tupleSplitSize=10, string-length=6072] [Large tuple found: Normal vector, $tupleCount=237, $tupleSplitSize=10, string-length=4558] [Large tuple found: Coordinate point, $tupleCount=287, $tupleSplitSize=10, string-length=7355] [Large tuple found: Normal vector, $tupleCount=287, $tupleSplitSize=10, string-length=5511] [Large tuple found: Coordinate point, $tupleCount=301, $tupleSplitSize=10, string-length=7705] [Large tuple found: Normal vector, $tupleCount=301, $tupleSplitSize=10, string-length=5799] [Large tuple found: Coordinate point, $tupleCount=291, $tupleSplitSize=10, string-length=7451] [Large tuple found: Normal vector, $tupleCount=291, $tupleSplitSize=10, string-length=5596] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7951] [Large tuple found: Normal vector, $tupleCount=310, $tupleSplitSize=10, string-length=5933] [Large tuple found: Coordinate point, $tupleCount=261, $tupleSplitSize=10, string-length=6428] [Large tuple found: Normal vector, $tupleCount=261, $tupleSplitSize=10, string-length=4916] [Large tuple found: Coordinate point, $tupleCount=228, $tupleSplitSize=10, string-length=5627] [Large tuple found: Normal vector, $tupleCount=228, $tupleSplitSize=10, string-length=4452] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7235] [Large tuple found: Normal vector, $tupleCount=293, $tupleSplitSize=10, string-length=5559] [Large tuple found: Coordinate point, $tupleCount=273, $tupleSplitSize=10, string-length=6733] [Large tuple found: Normal vector, $tupleCount=273, $tupleSplitSize=10, string-length=5320] [Large tuple found: Coordinate point, $tupleCount=298, $tupleSplitSize=10, string-length=7348] [Large tuple found: Normal vector, $tupleCount=298, $tupleSplitSize=10, string-length=5739] [Large tuple found: Coordinate point, $tupleCount=367, $tupleSplitSize=10, string-length=9057] [Large tuple found: Normal vector, $tupleCount=367, $tupleSplitSize=10, string-length=6903] [Large tuple found: Coordinate point, $tupleCount=242, $tupleSplitSize=10, string-length=5963] [Large tuple found: Normal vector, $tupleCount=242, $tupleSplitSize=10, string-length=4694] [Large tuple found: Coordinate point, $tupleCount=231, $tupleSplitSize=10, string-length=5698] [Large tuple found: Normal vector, $tupleCount=231, $tupleSplitSize=10, string-length=4364] [Large tuple found: Coordinate point, $tupleCount=590, $tupleSplitSize=10, string-length=15282] [Large tuple found: Normal vector, $tupleCount=590, $tupleSplitSize=10, string-length=11369] [Large tuple found: Coordinate point, $tupleCount=293, $tupleSplitSize=10, string-length=7658] [Large tuple found: Normal vector, $tupleCount=293, $tupleSplitSize=10, string-length=5622] [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=6920] [Large tuple found: Normal vector, $tupleCount=266, $tupleSplitSize=10, string-length=5045] [Large tuple found: Coordinate point, $tupleCount=185, $tupleSplitSize=10, string-length=4867] [Large tuple found: Normal vector, $tupleCount=185, $tupleSplitSize=10, string-length=3535] [Large tuple found: Coordinate point, $tupleCount=392, $tupleSplitSize=10, string-length=10216] [Large tuple found: Normal vector, $tupleCount=392, $tupleSplitSize=10, string-length=7458] [Large tuple found: Coordinate point, $tupleCount=556, $tupleSplitSize=10, string-length=14428] [Large tuple found: Normal vector, $tupleCount=556, $tupleSplitSize=10, string-length=10617] [Large tuple found: Coordinate point, $tupleCount=383, $tupleSplitSize=10, string-length=9958] [Large tuple found: Normal vector, $tupleCount=383, $tupleSplitSize=10, string-length=7295] [Large tuple found: Coordinate point, $tupleCount=401, $tupleSplitSize=10, string-length=10438] [Large tuple found: Normal vector, $tupleCount=401, $tupleSplitSize=10, string-length=7653] [Large tuple found: Coordinate point, $tupleCount=422, $tupleSplitSize=10, string-length=10984] [Large tuple found: Normal vector, $tupleCount=422, $tupleSplitSize=10, string-length=8039] [Large tuple found: Coordinate point, $tupleCount=326, $tupleSplitSize=10, string-length=8530] [Large tuple found: Normal vector, $tupleCount=326, $tupleSplitSize=10, string-length=6250] [Large tuple found: Coordinate point, $tupleCount=284, $tupleSplitSize=10, string-length=7424] [Large tuple found: Normal vector, $tupleCount=284, $tupleSplitSize=10, string-length=5428] [Large tuple found: Coordinate point, $tupleCount=322, $tupleSplitSize=10, string-length=8391] [Large tuple found: Normal vector, $tupleCount=322, $tupleSplitSize=10, string-length=6144] [Large tuple found: Coordinate point, $tupleCount=625, $tupleSplitSize=10, string-length=16094] [Large tuple found: Normal vector, $tupleCount=625, $tupleSplitSize=10, string-length=11925] [Large tuple found: Coordinate point, $tupleCount=1158, $tupleSplitSize=10, string-length=30797] [Large tuple found: Normal vector, $tupleCount=1158, $tupleSplitSize=10, string-length=22262] [Large tuple found: Coordinate point, $tupleCount=308, $tupleSplitSize=10, string-length=7897] [Large tuple found: Normal vector, $tupleCount=308, $tupleSplitSize=10, string-length=5965] [Large tuple found: Coordinate point, $tupleCount=621, $tupleSplitSize=10, string-length=15927] [Large tuple found: Normal vector, $tupleCount=621, $tupleSplitSize=10, string-length=11925] [Large tuple found: Coordinate point, $tupleCount=956, $tupleSplitSize=10, string-length=24915] [Large tuple found: Normal vector, $tupleCount=956, $tupleSplitSize=10, string-length=18416] [Large tuple found: Coordinate point, $tupleCount=462, $tupleSplitSize=10, string-length=11850] [Large tuple found: Normal vector, $tupleCount=462, $tupleSplitSize=10, string-length=8853] [Large tuple found: Coordinate point, $tupleCount=250, $tupleSplitSize=10, string-length=6423] [Large tuple found: Normal vector, $tupleCount=250, $tupleSplitSize=10, string-length=4872] [Large tuple found: Coordinate point, $tupleCount=416, $tupleSplitSize=10, string-length=10677] [Large tuple found: Normal vector, $tupleCount=416, $tupleSplitSize=10, string-length=7916] [Large tuple found: Coordinate point, $tupleCount=813, $tupleSplitSize=10, string-length=21251] [Large tuple found: Normal vector, $tupleCount=813, $tupleSplitSize=10, string-length=15634] [Large tuple found: Coordinate point, $tupleCount=4284, $tupleSplitSize=10, string-length=108915] [Large tuple found: Normal vector, $tupleCount=4284, $tupleSplitSize=10, string-length=81569] [Large tuple found: Coordinate point, $tupleCount=4447, $tupleSplitSize=10, string-length=106789] [Large tuple found: Normal vector, $tupleCount=4447, $tupleSplitSize=10, string-length=85204] [Large tuple found: Coordinate point, $tupleCount=1535, $tupleSplitSize=10, string-length=36427] [Large tuple found: Normal vector, $tupleCount=1535, $tupleSplitSize=10, string-length=29315] [Large tuple found: Coordinate point, $tupleCount=118, $tupleSplitSize=10, string-length=2688] [Large tuple found: Normal vector, $tupleCount=118, $tupleSplitSize=10, string-length=2184] [Large tuple found: Coordinate point, $tupleCount=1287, $tupleSplitSize=10, string-length=32237] [Large tuple found: Normal vector, $tupleCount=1287, $tupleSplitSize=10, string-length=24617] [Large tuple found: Coordinate point, $tupleCount=1272, $tupleSplitSize=10, string-length=31747] [Large tuple found: Normal vector, $tupleCount=1272, $tupleSplitSize=10, string-length=24136] [Large tuple found: Coordinate point, $tupleCount=332, $tupleSplitSize=10, string-length=8186] [Large tuple found: Normal vector, $tupleCount=332, $tupleSplitSize=10, string-length=6294] [Large tuple found: Coordinate point, $tupleCount=1263, $tupleSplitSize=10, string-length=31416] [Large tuple found: Normal vector, $tupleCount=1263, $tupleSplitSize=10, string-length=24036] [Large tuple found: Coordinate point, $tupleCount=374, $tupleSplitSize=10, string-length=9232] [Large tuple found: Normal vector, $tupleCount=374, $tupleSplitSize=10, string-length=7126] [Large tuple found: Coordinate point, $tupleCount=1563, $tupleSplitSize=10, string-length=38993] [Large tuple found: Normal vector, $tupleCount=1563, $tupleSplitSize=10, string-length=29812] [Large tuple found: Coordinate point, $tupleCount=394, $tupleSplitSize=10, string-length=9761] [Large tuple found: Normal vector, $tupleCount=394, $tupleSplitSize=10, string-length=7532] [Large tuple found: Coordinate point, $tupleCount=272, $tupleSplitSize=10, string-length=6731] [Large tuple found: Normal vector, $tupleCount=272, $tupleSplitSize=10, string-length=5216] [Large tuple found: Coordinate point, $tupleCount=1208, $tupleSplitSize=10, string-length=30169] [Large tuple found: Normal vector, $tupleCount=1208, $tupleSplitSize=10, string-length=23133] [Large tuple found: Coordinate point, $tupleCount=341, $tupleSplitSize=10, string-length=8381] [Large tuple found: Normal vector, $tupleCount=341, $tupleSplitSize=10, string-length=6455] [Large tuple found: Coordinate point, $tupleCount=1073, $tupleSplitSize=10, string-length=26801] [Large tuple found: Normal vector, $tupleCount=1073, $tupleSplitSize=10, string-length=20580] [Large tuple found: Coordinate point, $tupleCount=283, $tupleSplitSize=10, string-length=6982] [Large tuple found: Normal vector, $tupleCount=283, $tupleSplitSize=10, string-length=5409] [Large tuple found: Coordinate point, $tupleCount=1258, $tupleSplitSize=10, string-length=31489] [Large tuple found: Normal vector, $tupleCount=1258, $tupleSplitSize=10, string-length=24104] [Large tuple found: Coordinate point, $tupleCount=299, $tupleSplitSize=10, string-length=7346] [Large tuple found: Normal vector, $tupleCount=299, $tupleSplitSize=10, string-length=5774] [Large tuple found: Coordinate point, $tupleCount=1259, $tupleSplitSize=10, string-length=31372] [Large tuple found: Normal vector, $tupleCount=1259, $tupleSplitSize=10, string-length=24040] [Large tuple found: Coordinate point, $tupleCount=310, $tupleSplitSize=10, string-length=7660] [Large tuple found: Normal vector, $tupleCount=310, $tupleSplitSize=10, string-length=5976] [Large tuple found: Coordinate point, $tupleCount=1273, $tupleSplitSize=10, string-length=31802] [Large tuple found: Normal vector, $tupleCount=1273, $tupleSplitSize=10, string-length=24314] [Large tuple found: Coordinate point, $tupleCount=381, $tupleSplitSize=10, string-length=9410] [Large tuple found: Normal vector, $tupleCount=381, $tupleSplitSize=10, string-length=7301] [Large tuple found: Coordinate point, $tupleCount=1564, $tupleSplitSize=10, string-length=39066] [Large tuple found: Normal vector, $tupleCount=1564, $tupleSplitSize=10, string-length=29618] [Large tuple found: Coordinate point, $tupleCount=358, $tupleSplitSize=10, string-length=8855] [Large tuple found: Normal vector, $tupleCount=358, $tupleSplitSize=10, string-length=6719] [Large tuple found: Coordinate point, $tupleCount=1433, $tupleSplitSize=10, string-length=35772] [Large tuple found: Normal vector, $tupleCount=1432, $tupleSplitSize=10, string-length=27181] [Large tuple found: Coordinate point, $tupleCount=338, $tupleSplitSize=10, string-length=8342] [Large tuple found: Normal vector, $tupleCount=338, $tupleSplitSize=10, string-length=6329] [Large tuple found: Coordinate point, $tupleCount=1374, $tupleSplitSize=10, string-length=34596] [Large tuple found: Normal vector, $tupleCount=1374, $tupleSplitSize=10, string-length=26116] [Large tuple found: Coordinate point, $tupleCount=329, $tupleSplitSize=10, string-length=8270] [Large tuple found: Normal vector, $tupleCount=329, $tupleSplitSize=10, string-length=6156] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=55455] [Large tuple found: Normal vector, $tupleCount=2274, $tupleSplitSize=10, string-length=43673] [Large tuple found: Coordinate point, $tupleCount=2274, $tupleSplitSize=10, string-length=57729] [Large tuple found: Normal vector, $tupleCount=2274, $tupleSplitSize=10, string-length=43252] [Large tuple found: Coordinate point, $tupleCount=68, $tupleSplitSize=10, string-length=1506] [Large tuple found: Normal vector, $tupleCount=68, $tupleSplitSize=10, string-length=1288] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19101] [Large tuple found: Normal vector, $tupleCount=775, $tupleSplitSize=10, string-length=14932] [Large tuple found: Coordinate point, $tupleCount=775, $tupleSplitSize=10, string-length=19894] [Large tuple found: Normal vector, $tupleCount=775, $tupleSplitSize=10, string-length=14929] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNormals.java:118: error: code too large public final void initialize() C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNormals.java:109: error: too many constants public class SkeletonCompleteNormals 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Medical.SkeletonCompleteNormals Error: Could not find or load main class Basic.Medical.SkeletonCompleteNormals Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/AnimatedNurbsPatchSurfaceHead.java produced from AnimatedNurbsPatchSurfaceHead.x3d [Large tuple found: Coordinate point, $tupleCount=720, $tupleSplitSize=10, string-length=17731] [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=2160, $tupleSplitSize=10, string-length=53195] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\AnimatedNurbsPatchSurfaceHead.java:160: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("NS").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0,14.0,15.0,16.0,17.0,18.0,19.0,20.0,21.0,22.0,23.0,24.0,25.0,26.0,27.0,27.0,27.0,27.0}).setUKnot(new double[] {2.0,2.0,2.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,10.5776,11.0,11.4830,12.0,13.0,14.0,15.0,16.0,17.0,18.0,19.0,20.0,21.0,21.0,21.0,21.0}).setUDimension(24).setVDimension(30).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class AnimatedNurbsPatchSurfaceHead 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.AnimatedNurbsPatchSurfaceHead Error: Could not find or load main class Basic.NURBS.AnimatedNurbsPatchSurfaceHead Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/FourDucks.java produced from FourDucks.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=191] [Large tuple found: Coordinate point, $tupleCount=182, $tupleSplitSize=10, string-length=4611] [Large tuple found: Coordinate point, $tupleCount=90, $tupleSplitSize=10, string-length=2262] [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=907] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FourDucks.java:226: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setUKnot(new double[] {0.0,0.0,0.0,0.0,0.333333,0.666667,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.333333,0.666667,1.0,1.0,1.0,1.0}).setUOrder(4).setVOrder(4).setUDimension(6).setVDimension(6).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FourDucks C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FourDucks.java:211: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setVKnot(new double[] {0.0,0.0,0.0,0.0,0.145456,0.265731,0.436096,0.583258,0.847704,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,0.179541,0.317924,0.485586,0.507528,0.709398,0.813231,1.0,1.0,1.0,1.0}).setUDimension(10).setUOrder(4).setVOrder(4).setVDimension(9).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FourDucks C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FourDucks.java:186: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setVKnot(new double[] {-1.57079,-1.57079,-1.57079,-1.57079,-1.0472,-0.523599,0.0,0.523599,0.808217,1.04015,1.0472,1.24824,1.29714,1.46148,1.57079,1.57079,1.57079,1.57079}).setUKnot(new double[] {-3.14159,-3.14159,-3.14159,-3.14159,-2.61799,-2.0944,-1.0472,-0.523599,6.66134E-16,0.523599,1.0472,2.0944,2.61799,3.14159,3.14159,3.14159,3.14159}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.5,1.0,1.0,1.0,1.0,1.0,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(13).setVDimension(14).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FourDucks C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FourDucks.java:176: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("nurb").setUKnot(new double[] {0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUTessellation(16).setVTessellation(16).setUDimension(4).setUOrder(4).setVDimension(4).setVOrder(4).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FourDucks 4 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.FourDucks Error: Could not find or load main class Basic.NURBS.FourDucks Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/FredTheBunny.java produced from FredTheBunny.x3d [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=643] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=643] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=643] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=615] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=831] [Large tuple found: Coordinate point, $tupleCount=28, $tupleSplitSize=10, string-length=643] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=944] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=834] [Large tuple found: Coordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1661] [Large tuple found: Coordinate point, $tupleCount=77, $tupleSplitSize=10, string-length=1643] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=832] [Large tuple found: Coordinate point, $tupleCount=42, $tupleSplitSize=10, string-length=834] [Large tuple found: Coordinate point, $tupleCount=143, $tupleSplitSize=10, string-length=3189] [Large tuple found: Coordinate point, $tupleCount=198, $tupleSplitSize=10, string-length=4617] [Large tuple found: Coordinate point, $tupleCount=198, $tupleSplitSize=10, string-length=4678] [Large tuple found: Coordinate point, $tupleCount=143, $tupleSplitSize=10, string-length=3279] [Large tuple found: Coordinate point, $tupleCount=143, $tupleSplitSize=10, string-length=3310] [Large tuple found: Coordinate point, $tupleCount=143, $tupleSplitSize=10, string-length=3050] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:484: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("BodyShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,8.0,8.0,8.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,10.0,10.0,10.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(11).setUDimension(13).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:461: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Left_armShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,8.0,8.0,8.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,10.0,10.0,10.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(11).setUDimension(13).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:438: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Right_armShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,8.0,8.0,8.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,10.0,10.0,10.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(11).setUDimension(13).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:410: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Left_legShape").setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,8.0,8.0,8.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0,14.0,15.0,15.0,15.0,15.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(11).setVDimension(18).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:382: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Right_legShape").setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,8.0,8.0,8.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0,14.0,15.0,15.0,15.0,15.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(11).setVDimension(18).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:359: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("HeadShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,8.0,8.0,8.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,10.0,10.0,10.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(11).setUDimension(13).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:346: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Right_eyeShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,3.0,3.0,3.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,4.0,4.0,4.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUOrder(4).setVOrder(4).setVDimension(6).setUDimension(7).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:332: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Left_eyeShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,3.0,3.0,3.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,4.0,4.0,4.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUOrder(4).setVOrder(4).setVDimension(6).setUDimension(7).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:316: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Right_earShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,0.2500,0.5000,0.7500,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,0.2500,0.5000,0.7500,1.0,1.2500,1.5000,1.7500,2.0,2.0,2.0,2.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(11).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:300: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Left_earShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,0.2500,0.5000,0.7500,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,0.2500,0.5000,0.7500,1.0,1.2500,1.5000,1.7500,2.0,2.0,2.0,2.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(11).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:286: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("TailShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,3.0,3.0,3.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,4.0,4.0,4.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUOrder(4).setVOrder(4).setVDimension(6).setUDimension(7).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:273: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("MouthShape").setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUKnot(new double[] {1.0,1.0,1.0,1.0,2.0874,2.0874,3.0,3.0,3.0,3.0}).setUOrder(4).setVOrder(4).setUDimension(6).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:262: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("Nose_CurveShape").setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:248: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("NoseShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,3.0,3.0,3.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,2.0,3.0,4.0,4.0,4.0,4.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUOrder(4).setVOrder(4).setVDimension(6).setUDimension(7).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:237: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("WhiskerShape1").setUKnot(new double[] {-1.0,-1.0,-1.0,-1.0,0.0,0.0,0.0,0.0}).setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:226: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("WhiskerShape2").setUKnot(new double[] {-1.0,-1.0,-1.0,-1.0,0.0,0.0,0.0,0.0}).setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:215: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("WhiskerShape3").setUKnot(new double[] {-1.0,-1.0,-1.0,-1.0,0.0,0.0,0.0,0.0}).setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:204: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("WhiskerShape4").setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:193: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("WhskerShape5").setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java:181: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("WhiskerShape6").setVKnot(new double[] {-2.0,-2.0,-1.0,0.0,1.0,2.0,3.0,4.0,5.0,6.0,6.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(4).setUOrder(4).setVOrder(4).setVDimension(7).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class FredTheBunny 20 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.FredTheBunny Error: Could not find or load main class Basic.NURBS.FredTheBunny Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/HoleCentered.java produced from HoleCentered.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.HoleCentered HoleCentered self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/HoleLargeOffset.java produced from HoleLargeOffset.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.HoleLargeOffset HoleLargeOffset self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/HoleSmallOffset.java produced from HoleSmallOffset.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.HoleSmallOffset HoleSmallOffset self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/HurricaneLantern.java produced from HurricaneLantern.x3d [Large tuple found: Coordinate point, $tupleCount=459, $tupleSplitSize=10, string-length=11015] [Large tuple found: Coordinate point, $tupleCount=34, $tupleSplitSize=10, string-length=815] [Large tuple found: Coordinate point, $tupleCount=90, $tupleSplitSize=10, string-length=2159] [Large tuple found: Coordinate point, $tupleCount=234, $tupleSplitSize=10, string-length=5615] [Large tuple found: Coordinate point, $tupleCount=234, $tupleSplitSize=10, string-length=5615] [Large tuple found: Coordinate point, $tupleCount=153, $tupleSplitSize=10, string-length=3671] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=767] [Large tuple found: Coordinate point, $tupleCount=216, $tupleSplitSize=10, string-length=5183] [Large tuple found: Coordinate point, $tupleCount=360, $tupleSplitSize=10, string-length=8639] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:393: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampFrameShape").setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0273,0.0588,0.0933,0.1176,0.1495,0.1765,0.2101,0.2353,0.2630,0.2941,0.3529,0.3825,0.4118,0.4706,0.5027,0.5294,0.5512,0.5882,0.6133,0.6471,0.6720,0.7059,0.7647,0.8235,0.8824,0.9412,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.1875,0.2188,0.3125,0.3438,0.5625,0.5938,0.6875,0.7188,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(12).setUDimension(30).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:363: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampHandleShape").setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0476,0.0952,0.1429,0.1905,0.2381,0.2857,0.3333,0.3810,0.4286,0.4762,0.5238,0.5714,0.6190,0.6667,0.7143,0.7619,0.8095,0.8571,0.9048,0.9524,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.2813,0.3125,0.4063,0.4375,0.9688,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(24).setUOrder(4).setVOrder(4).setVDimension(9).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:351: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampFrameShape3").setVKnot(new double[] {0.0,0.0,0.0,0.0,0.1250,0.2500,0.2813,0.3438,0.5313,0.5625,0.6875,0.7188,0.8125,0.8750,0.9375,0.9688,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(16).setUDimension(2).setUOrder(2).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:327: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampBaseShape").setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0625,0.1563,0.2500,0.3438,0.3750,0.4375,0.5000,0.5625,0.6250,0.7188,0.7813,0.8438,0.9063,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.1667,0.3333,0.5000,0.6667,0.8333,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(17).setUOrder(4).setVOrder(4).setVDimension(9).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:295: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampCircleShape2").setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0625,0.1563,0.2500,0.3438,0.3750,0.4375,0.5000,0.5625,0.6250,0.7188,0.7813,0.8438,0.8750,0.9375,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.3125,0.3438,0.4063,0.5000,0.5313,0.6875,0.7188,0.8125,0.8438,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(13).setUDimension(18).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:263: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampCircleShape1").setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0625,0.1563,0.2500,0.3438,0.3750,0.4375,0.5000,0.5625,0.6250,0.7188,0.7813,0.8438,0.8750,0.9375,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.3125,0.3438,0.4063,0.5000,0.5313,0.6875,0.7188,0.8125,0.8438,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(13).setUDimension(18).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:246: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampCoverShape").setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0938,0.2188,0.4063,0.4375,0.5000,0.5938,0.6563,0.6875,0.8438,0.8750,0.9375,1.0,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,0.0,0.0,0.3333,0.6667,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(15).setUOrder(4).setVOrder(4).setVDimension(6).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:232: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampFrameShape2").setVKnot(new double[] {0.0,0.0,0.0,0.0,0.1875,0.2188,0.3125,0.3750,0.4375,0.5000,0.5625,0.6250,0.6875,0.7500,0.8125,0.8750,0.9375,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(17).setUDimension(2).setUOrder(2).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java:176: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("LampConeShape").setVKnot(new double[] {0.0,0.0,0.0,0.0,0.0473,0.0946,0.1418,0.1891,0.2364,0.2837,0.3310,0.3783,0.4255,0.4728,0.5201,0.5674,0.6147,0.6619,0.7092,0.7565,0.8038,0.8511,0.8983,0.9456,0.9929,0.9953,0.9976,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,0.0,0.0938,0.1875,0.2500,0.2813,0.3750,0.4375,0.5000,0.5625,0.6875,0.7188,0.8125,0.8438,0.9375,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setUDimension(17).setVDimension(27).setUOrder(4).setVOrder(4).setSolid(false).setUClosed(true).setVClosed(true) symbol: class NurbsPatchSurfaceObject location: class HurricaneLantern 9 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.HurricaneLantern Error: Could not find or load main class Basic.NURBS.HurricaneLantern Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/MobiusNurbs.java produced from MobiusNurbs.x3d [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=14049] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=14167] [Large tuple found: Coordinate point, $tupleCount=408, $tupleSplitSize=10, string-length=14005] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\MobiusNurbs.java:278: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setVKnot(new double[] {0.0,0.0,0.0,0.0,0.0222222222222,0.0222222222222,0.0222222222222,0.0444444444444,0.0444444444444,0.0444444444444,0.0666666666667,0.0666666666667,0.0666666666667,0.0888888888889,0.0888888888889,0.0888888888889,0.111111111111,0.111111111111,0.111111111111,0.133333333333,0.133333333333,0.133333333333,0.155555555556,0.155555555556,0.155555555556,0.177777777778,0.177777777778,0.177777777778,0.2,0.2,0.2,0.222222222222,0.222222222222,0.222222222222,0.244444444444,0.244444444444,0.244444444444,0.266666666667,0.266666666667,0.266666666667,0.288888888889,0.288888888889,0.288888888889,0.311111111111,0.311111111111,0.311111111111,0.333333333333,0.333333333333,0.333333333333,0.355555555556,0.355555555556,0.355555555556,0.377777777778,0.377777777778,0.377777777778,0.4,0.4,0.4,0.422222222222,0.422222222222,0.422222222222,0.444444444444,0.444444444444,0.444444444444,0.466666666667,0.466666666667,0.466666666667,0.488888888889,0.488888888889,0.488888888889,0.511111111111,0.511111111111,0.511111111111,0.533333333333,0.533333333333,0.533333333333,0.555555555556,0.555555555556,0.555555555556,0.577777777778,0.577777777778,0.577777777778,0.6,0.6,0.6,0.622222222222,0.622222222222,0.622222222222,0.644444444444,0.644444444444,0.644444444444,0.666666666667,0.666666666667,0.666666666667,0.688888888889,0.688888888889,0.688888888889,0.711111111111,0.711111111111,0.711111111111,0.733333333333,0.733333333333,0.733333333333,0.755555555556,0.755555555556,0.755555555556,0.777777777778,0.777777777778,0.777777777778,0.8,0.8,0.8,0.822222222222,0.822222222222,0.822222222222,0.844444444444,0.844444444444,0.844444444444,0.866666666667,0.866666666667,0.866666666667,0.888888888889,0.888888888889,0.888888888889,0.911111111111,0.911111111111,0.911111111111,0.933333333333,0.933333333333,0.933333333333,0.955555555556,0.955555555556,0.955555555556,0.977777777778,0.977777777778,0.977777777778,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(136).setUDimension(3).setVOrder(4).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class MobiusNurbs C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\MobiusNurbs.java:232: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setVKnot(new double[] {0.0,0.0,0.0,0.0,0.0222222222222,0.0222222222222,0.0222222222222,0.0444444444444,0.0444444444444,0.0444444444444,0.0666666666667,0.0666666666667,0.0666666666667,0.0888888888889,0.0888888888889,0.0888888888889,0.111111111111,0.111111111111,0.111111111111,0.133333333333,0.133333333333,0.133333333333,0.155555555556,0.155555555556,0.155555555556,0.177777777778,0.177777777778,0.177777777778,0.2,0.2,0.2,0.222222222222,0.222222222222,0.222222222222,0.244444444444,0.244444444444,0.244444444444,0.266666666667,0.266666666667,0.266666666667,0.288888888889,0.288888888889,0.288888888889,0.311111111111,0.311111111111,0.311111111111,0.333333333333,0.333333333333,0.333333333333,0.355555555556,0.355555555556,0.355555555556,0.377777777778,0.377777777778,0.377777777778,0.4,0.4,0.4,0.422222222222,0.422222222222,0.422222222222,0.444444444444,0.444444444444,0.444444444444,0.466666666667,0.466666666667,0.466666666667,0.488888888889,0.488888888889,0.488888888889,0.511111111111,0.511111111111,0.511111111111,0.533333333333,0.533333333333,0.533333333333,0.555555555556,0.555555555556,0.555555555556,0.577777777778,0.577777777778,0.577777777778,0.6,0.6,0.6,0.622222222222,0.622222222222,0.622222222222,0.644444444444,0.644444444444,0.644444444444,0.666666666667,0.666666666667,0.666666666667,0.688888888889,0.688888888889,0.688888888889,0.711111111111,0.711111111111,0.711111111111,0.733333333333,0.733333333333,0.733333333333,0.755555555556,0.755555555556,0.755555555556,0.777777777778,0.777777777778,0.777777777778,0.8,0.8,0.8,0.822222222222,0.822222222222,0.822222222222,0.844444444444,0.844444444444,0.844444444444,0.866666666667,0.866666666667,0.866666666667,0.888888888889,0.888888888889,0.888888888889,0.911111111111,0.911111111111,0.911111111111,0.933333333333,0.933333333333,0.933333333333,0.955555555556,0.955555555556,0.955555555556,0.977777777778,0.977777777778,0.977777777778,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(136).setUDimension(3).setVOrder(4).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class MobiusNurbs C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\MobiusNurbs.java:186: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setVKnot(new double[] {0.0,0.0,0.0,0.0,0.0222222222222,0.0222222222222,0.0222222222222,0.0444444444444,0.0444444444444,0.0444444444444,0.0666666666667,0.0666666666667,0.0666666666667,0.0888888888889,0.0888888888889,0.0888888888889,0.111111111111,0.111111111111,0.111111111111,0.133333333333,0.133333333333,0.133333333333,0.155555555556,0.155555555556,0.155555555556,0.177777777778,0.177777777778,0.177777777778,0.2,0.2,0.2,0.222222222222,0.222222222222,0.222222222222,0.244444444444,0.244444444444,0.244444444444,0.266666666667,0.266666666667,0.266666666667,0.288888888889,0.288888888889,0.288888888889,0.311111111111,0.311111111111,0.311111111111,0.333333333333,0.333333333333,0.333333333333,0.355555555556,0.355555555556,0.355555555556,0.377777777778,0.377777777778,0.377777777778,0.4,0.4,0.4,0.422222222222,0.422222222222,0.422222222222,0.444444444444,0.444444444444,0.444444444444,0.466666666667,0.466666666667,0.466666666667,0.488888888889,0.488888888889,0.488888888889,0.511111111111,0.511111111111,0.511111111111,0.533333333333,0.533333333333,0.533333333333,0.555555555556,0.555555555556,0.555555555556,0.577777777778,0.577777777778,0.577777777778,0.6,0.6,0.6,0.622222222222,0.622222222222,0.622222222222,0.644444444444,0.644444444444,0.644444444444,0.666666666667,0.666666666667,0.666666666667,0.688888888889,0.688888888889,0.688888888889,0.711111111111,0.711111111111,0.711111111111,0.733333333333,0.733333333333,0.733333333333,0.755555555556,0.755555555556,0.755555555556,0.777777777778,0.777777777778,0.777777777778,0.8,0.8,0.8,0.822222222222,0.822222222222,0.822222222222,0.844444444444,0.844444444444,0.844444444444,0.866666666667,0.866666666667,0.866666666667,0.888888888889,0.888888888889,0.888888888889,0.911111111111,0.911111111111,0.911111111111,0.933333333333,0.933333333333,0.933333333333,0.955555555556,0.955555555556,0.955555555556,0.977777777778,0.977777777778,0.977777777778,1.0,1.0,1.0,1.0}).setUKnot(new double[] {0.0,0.0,0.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}).setVDimension(136).setUDimension(3).setVOrder(4).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class MobiusNurbs 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.MobiusNurbs Error: Could not find or load main class Basic.NURBS.MobiusNurbs Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsCurveExample.java produced from NurbsCurveExample.x3d [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=15, $tupleSplitSize=10, string-length=101] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsCurveExample.java:158: error: cannot find symbol .setGeometry(new NurbsCurveObject("NurbsCurveUnknotted").setTessellation(30).setOrder(4) symbol: class NurbsCurveObject location: class NurbsCurveExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsCurveExample.java:149: error: cannot find symbol .setGeometry(new NurbsCurveObject("NurbsCurveKnotted").setKnot(new double[] {0.0,0.0,0.0,0.0,0.5,1.0,1.0,1.0,1.0}).setWeight(new double[] {1.0,1.0,1.0,1.0,1.0}).setTessellation(30).setOrder(4) symbol: class NurbsCurveObject location: class NurbsCurveExample 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsCurveExample Error: Could not find or load main class Basic.NURBS.NurbsCurveExample Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsExternPrototypes.java produced from NurbsExternPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsExternPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addChildren' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.NURBS.NurbsExternPrototypes.initialize(NurbsExternPrototypes.java:150) at Basic.NURBS.NurbsExternPrototypes.(NurbsExternPrototypes.java:126) at Basic.NURBS.NurbsExternPrototypes.main(NurbsExternPrototypes.java:418) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPatch.java produced from NurbsPatch.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatch.java:173: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setUKnot(new double[] {0.0,0.0,0.0,0.5,0.5,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,1.0,1.0}).setWeight(new double[] {1.0,0.923879181092,1.0,0.923879181092,1.0,1.0,0.923879181092,1.0,0.923879181092,1.0}).setVDimension(2).setVOrder(2).setUDimension(5).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class NurbsPatch 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPatch Error: Could not find or load main class Basic.NURBS.NurbsPatch Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPatchImageTexture.java produced from NurbsPatchImageTexture.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchImageTexture.java:188: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setUKnot(new double[] {0.0,0.0,0.0,0.5,0.5,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,1.0,1.0}).setWeight(new double[] {1.0,0.92388,1.0,0.92388,1.0,1.0,0.92388,1.0,0.92388,1.0}).setVDimension(2).setVOrder(2).setUDimension(5).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class NurbsPatchImageTexture 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPatchImageTexture Error: Could not find or load main class Basic.NURBS.NurbsPatchImageTexture Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPatchSolid.java produced from NurbsPatchSolid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSolid.java:152: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject().setUKnot(new double[] {0.0,0.0,0.0,0.5,0.5,1.0,1.0,1.0}).setVKnot(new double[] {0.0,0.0,1.0,1.0}).setWeight(new double[] {1.0,0.923879181092,1.0,0.923879181092,1.0,1.0,0.923879181092,1.0,0.923879181092,1.0}).setVDimension(2).setVOrder(2).setUDimension(5) symbol: class NurbsPatchSurfaceObject location: class NurbsPatchSolid 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPatchSolid Error: Could not find or load main class Basic.NURBS.NurbsPatchSolid Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPatchSurfaceExample.java produced from NurbsPatchSurfaceExample.x3d [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=202] [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=75, $tupleSplitSize=10, string-length=595] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExample.java:152: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("NS").setUTessellation(20).setVTessellation(20).setUOrder(4).setVOrder(4).setUDimension(5).setVDimension(5).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class NurbsPatchSurfaceExample 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPatchSurfaceExample Error: Could not find or load main class Basic.NURBS.NurbsPatchSurfaceExample Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPatchSurfaceExampleLarge.java produced from NurbsPatchSurfaceExampleLarge.x3d [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=1133] [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=2240, $tupleSplitSize=10, string-length=40295] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExampleLarge.java:148: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("NS").setUTessellation(16).setVTessellation(16).setUDimension(6).setVDimension(6).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class NurbsPatchSurfaceExampleLarge 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPatchSurfaceExampleLarge Error: Could not find or load main class Basic.NURBS.NurbsPatchSurfaceExampleLarge Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPatchSurfaceExampleWithOahuTexture.java produced from NurbsPatchSurfaceExampleWithOahuTexture.x3d [Large tuple found: Coordinate point, $tupleCount=25, $tupleSplitSize=10, string-length=202] [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=75, $tupleSplitSize=10, string-length=595] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExampleWithOahuTexture.java:153: error: cannot find symbol .setGeometry(new NurbsPatchSurfaceObject("NS").setUTessellation(30).setVTessellation(30).setUOrder(4).setVOrder(4).setUDimension(5).setVDimension(5).setSolid(false) symbol: class NurbsPatchSurfaceObject location: class NurbsPatchSurfaceExampleWithOahuTexture 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPatchSurfaceExampleWithOahuTexture Error: Could not find or load main class Basic.NURBS.NurbsPatchSurfaceExampleWithOahuTexture Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPositionInterpolatorExample.java produced from NurbsPositionInterpolatorExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPositionInterpolatorExample.java:150: error: cannot find symbol .setGeometry(new NurbsCurveObject("nc").setTessellation(30).setOrder(4) symbol: class NurbsCurveObject location: class NurbsPositionInterpolatorExample C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPositionInterpolatorExample.java:142: error: cannot find symbol .addChild(new NurbsPositionInterpolatorObject("npi").setKnot(new double[] {0.0,.25,.5,.75,1.0}).setOrder(4) symbol: class NurbsPositionInterpolatorObject location: class NurbsPositionInterpolatorExample 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPositionInterpolatorExample Error: Could not find or load main class Basic.NURBS.NurbsPositionInterpolatorExample Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsPrototypes.java produced from NurbsPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='addChildren' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.NURBS.NurbsPrototypes.initialize(NurbsPrototypes.java:179) at Basic.NURBS.NurbsPrototypes.(NurbsPrototypes.java:149) at Basic.NURBS.NurbsPrototypes.main(NurbsPrototypes.java:844) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/NurbsTrimmedSurface.java produced from NurbsTrimmedSurface.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.NurbsTrimmedSurface NurbsTrimmedSurface self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/StampX3dLetters.java produced from StampX3dLetters.x3d [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=1010] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=489] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=489] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=485] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=485] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\StampX3dLetters.java:144: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.StampX3dLetters Error: Could not find or load main class Basic.NURBS.StampX3dLetters Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/StampX3dLettersHalloween.java produced from StampX3dLettersHalloween.x3d [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=1010] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=489] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=489] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=485] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=485] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\StampX3dLettersHalloween.java:144: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.StampX3dLettersHalloween Error: Could not find or load main class Basic.NURBS.StampX3dLettersHalloween Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/TrimmedNurbsWithHole.java produced from TrimmedNurbsWithHole.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.TrimmedNurbsWithHole TrimmedNurbsWithHole self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/NURBS/TrimmingContourExample.java produced from TrimmingContourExample.x3d [Large tuple found: Coordinate point, $tupleCount=36, $tupleSplitSize=10, string-length=1042] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.NURBS.TrimmingContourExample TrimmingContourExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Networking/NetworkReroutingAlternateRoutes.java produced from NetworkReroutingAlternateRoutes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Networking.NetworkReroutingAlternateRoutes NetworkReroutingAlternateRoutes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Networking/NetworkReroutingNetwork.java produced from NetworkReroutingNetwork.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Networking.NetworkReroutingNetwork NetworkReroutingNetwork self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Networking/NetworkReroutingRoutes.java produced from NetworkReroutingRoutes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Networking.NetworkReroutingRoutes NetworkReroutingRoutes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Networking/NetworkSensorConnectionPrototypes.java produced from NetworkSensorConnectionPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Networking.NetworkSensorConnectionPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='metadata' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.Networking.NetworkSensorConnectionPrototypes.initialize(NetworkSensorConnectionPrototypes.java:172) at Basic.Networking.NetworkSensorConnectionPrototypes.(NetworkSensorConnectionPrototypes.java:128) at Basic.Networking.NetworkSensorConnectionPrototypes.main(NetworkSensorConnectionPrototypes.java:310) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/BallBounce.java produced from BallBounce.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounce.java:180: error: cannot find symbol .setCollidables(new CollisionCollectionObject("COLLISION-GROUP").setBounce(1.0f).setMinBounceSpeed(1.0f) symbol: method setCollidables(CollisionCollectionObject) location: class CollisionSensorObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounce.java:178: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BALL-GEOM")))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.BallBounce Error: Could not find or load main class Basic.RigidBodyPhysics.BallBounce Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/BallBounceSimple.java produced from BallBounceSimple.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounceSimple.java:174: error: cannot find symbol .setCollidables(new CollisionCollectionObject("COLLISION-GROUP").setBounce(1.0f).setMinBounceSpeed(1.0f) symbol: method setCollidables(CollisionCollectionObject) location: class CollisionSensorObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounceSimple.java:172: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BALL-GEOM")))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.BallBounceSimple Error: Could not find or load main class Basic.RigidBodyPhysics.BallBounceSimple Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/BallJoint.java produced from BallJoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallJoint.java:181: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-3"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallJoint.java:179: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-2"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallJoint.java:177: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-1"))) 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.BallJoint Error: Could not find or load main class Basic.RigidBodyPhysics.BallJoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/BodyGeometry.java produced from BodyGeometry.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BodyGeometry.java:172: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-2"))))); C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BodyGeometry.java:170: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-1"))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.BodyGeometry Error: Could not find or load main class Basic.RigidBodyPhysics.BodyGeometry Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/BounceTrimesh.java produced from BounceTrimesh.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BounceTrimesh.java:182: error: cannot find symbol .setCollidables(new CollisionCollectionObject("COLLISION-GROUP").setBounce(1.0f).setMinBounceSpeed(1.0f) symbol: method setCollidables(CollisionCollectionObject) location: class CollisionSensorObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BounceTrimesh.java:180: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BALL-GEOM")))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.BounceTrimesh Error: Could not find or load main class Basic.RigidBodyPhysics.BounceTrimesh Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/CarDemoMain.java produced from CarDemoMain.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=201, $tupleSplitSize=10, string-length=3827] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=201, $tupleSplitSize=10, string-length=6318] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:628: error: cannot find symbol .setGamepadSensor(new GamepadSensorObject("GAMEPAD").setName("Gamepad-0")) symbol: class GamepadSensorObject location: class CarDemoMain C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:627: error: cannot find symbol .setWheelSensor(new WheelSensorObject("WHEEL").setName("Wheel-0")) symbol: class WheelSensorObject location: class CarDemoMain C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:480: error: cannot find symbol .setCollidables(new CollisionCollectionObject("COLLISION-GROUP").setSoftnessConstantForceMix(0.0010f).setBounce(0.3f).setMinBounceSpeed(0.3f).setFrictionCoefficients(500.0f,500.0f).setEnabled(false) symbol: method setCollidables(CollisionCollectionObject) location: class CollisionSensorObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:477: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject("BACK-RIGHT-WHEEL-GEOM") C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:473: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject("BACK-LEFT-WHEEL-GEOM") C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:469: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject("FRONT-RIGHT-WHEEL-GEOM") C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:464: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject("FRONT-LEFT-WHEEL-GEOM") C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java:459: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject("CAR-BODY-GEOM") 8 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.CarDemoMain Error: Could not find or load main class Basic.RigidBodyPhysics.CarDemoMain Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/CarDemoWorldModel.java produced from CarDemoWorldModel.x3d [Large tuple found: TextureCoordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=159] [Large tuple found: TextureCoordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=159] [Large tuple found: Coordinate point, $tupleCount=20, $tupleSplitSize=10, string-length=373] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.CarDemoWorldModel CarDemoWorldModel self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/DoubleHingeJoint.java produced from DoubleHingeJoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\DoubleHingeJoint.java:174: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-2"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\DoubleHingeJoint.java:172: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-1"))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.DoubleHingeJoint Error: Could not find or load main class Basic.RigidBodyPhysics.DoubleHingeJoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/MotorJoint.java produced from MotorJoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MotorJoint.java:174: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-2"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MotorJoint.java:172: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-1"))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.MotorJoint Error: Could not find or load main class Basic.RigidBodyPhysics.MotorJoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/MovingBody.java produced from MovingBody.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MovingBody.java:176: error: cannot find symbol .setCollidables(new CollisionCollectionObject("COLLISION-GROUP").setBounce(1.0f).setMinBounceSpeed(1.0f) symbol: method setCollidables(CollisionCollectionObject) location: class CollisionSensorObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MovingBody.java:174: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-2")))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MovingBody.java:172: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-1"))) 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.MovingBody Error: Could not find or load main class Basic.RigidBodyPhysics.MovingBody Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/SingleHingeJoint.java produced from SingleHingeJoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SingleHingeJoint.java:181: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-3"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SingleHingeJoint.java:179: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-2"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SingleHingeJoint.java:177: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-1"))) 3 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.SingleHingeJoint Error: Could not find or load main class Basic.RigidBodyPhysics.SingleHingeJoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/SliderJoint.java produced from SliderJoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SliderJoint.java:169: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-2"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SliderJoint.java:167: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("SPHERE-GEOM-1"))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.SliderJoint Error: Could not find or load main class Basic.RigidBodyPhysics.SliderJoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/RigidBodyPhysics/UniversalJoint.java produced from UniversalJoint.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\UniversalJoint.java:167: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-2"))) C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\UniversalJoint.java:165: error: 'void' type not allowed here .setGeometry(new CollidableShapeObject().setUSE("BOX-GEOM-1"))) 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.RigidBodyPhysics.UniversalJoint Error: Could not find or load main class Basic.RigidBodyPhysics.UniversalJoint Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/AddDynamicRoutesECMAScript.java produced from AddDynamicRoutesECMAScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.AddDynamicRoutesECMAScript AddDynamicRoutesECMAScript self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/AddDynamicRoutesJava.java produced from AddDynamicRoutesJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.AddDynamicRoutesJava AddDynamicRoutesJava self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/CreateNodesECMAScript.java produced from CreateNodesECMAScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.CreateNodesECMAScript CreateNodesECMAScript self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/CreateNodesFromPrototypeECMAScript.java produced from CreateNodesFromPrototypeECMAScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.CreateNodesFromPrototypeECMAScript CreateNodesFromPrototypeECMAScript self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/CreateNodesFromPrototypeJava.java produced from CreateNodesFromPrototypeJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.CreateNodesFromPrototypeJava CreateNodesFromPrototypeJava self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/CreateNodesJava.java produced from CreateNodesJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.CreateNodesJava Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.ScriptConformance.CreateNodesJava.initialize(CreateNodesJava.java:136) at Basic.ScriptConformance.CreateNodesJava.(CreateNodesJava.java:114) at Basic.ScriptConformance.CreateNodesJava.main(CreateNodesJava.java:204) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/PerFrameNotificationECMAScript.java produced from PerFrameNotificationECMAScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.PerFrameNotificationECMAScript PerFrameNotificationECMAScript self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/PerFrameNotificationJava.java produced from PerFrameNotificationJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.PerFrameNotificationJava PerFrameNotificationJava self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/ScriptNodeEventOutControl_EcmaScript.java produced from ScriptNodeEventOutControl_EcmaScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.ScriptNodeEventOutControl_EcmaScript ScriptNodeEventOutControl_EcmaScript self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/ScriptNodeEventOutControl_Java.java produced from ScriptNodeEventOutControl_Java.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.ScriptNodeEventOutControl_Java ScriptNodeEventOutControl_Java self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/ScriptNodeFieldControl_EcmaScript.java produced from ScriptNodeFieldControl_EcmaScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.ScriptNodeFieldControl_EcmaScript ScriptNodeFieldControl_EcmaScript self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/ScriptNodeFieldControl_Java.java produced from ScriptNodeFieldControl_Java.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.ScriptNodeFieldControl_Java ScriptNodeFieldControl_Java self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/TouchSensorIsOverEventECMAScript.java produced from TouchSensorIsOverEventECMAScript.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.TouchSensorIsOverEventECMAScript TouchSensorIsOverEventECMAScript self-validation test results: ROUTE details: FROM SC.diffuseColor_changed (Script.ERROR_UNKNOWN_FIELD_TYPE.outputOnly) TO MAT.set_diffuseColor (Material.SFColor.inputOutput) ROUTE has source-destination type mismatch, fromField='diffuseColor_changed' source and toField='set_diffuseColor' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/ScriptConformance/TouchSensorIsOverEventJava.java produced from TouchSensorIsOverEventJava.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.ScriptConformance.TouchSensorIsOverEventJava TouchSensorIsOverEventJava self-validation test results: ROUTE details: FROM SC.diffuseColor_changed (Script.ERROR_UNKNOWN_FIELD_TYPE.outputOnly) TO MAT.set_diffuseColor (Material.SFColor.inputOutput) ROUTE has source-destination type mismatch, fromField='diffuseColor_changed' source and toField='set_diffuseColor' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Security/HelloWorldDecrypted.java produced from HelloWorldDecrypted.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Security.HelloWorldDecrypted HelloWorldDecrypted self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Security/HelloWorldEncryptionInput.java produced from HelloWorldEncryptionInput.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Security.HelloWorldEncryptionInput HelloWorldEncryptionInput self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Security/HelloWorldSigned.java produced from HelloWorldSigned.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Security.HelloWorldSigned HelloWorldSigned self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Security/HelloWorldSignedDecrypted.java produced from HelloWorldSignedDecrypted.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Security.HelloWorldSignedDecrypted HelloWorldSignedDecrypted self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Shaders/Flutter.java produced from Flutter.x3d [Large tuple found: Coordinate point, $tupleCount=40000, $tupleSplitSize=10, string-length=555999] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Shaders\Flutter.java:210: error: 'void' type not allowed here .setShaders(new ComposedShaderObject("Shader").setLanguage("GLSL") 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Shaders.Flutter Error: Could not find or load main class Basic.Shaders.Flutter Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Shaders/SimpleShader.java produced from SimpleShader.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Shaders\SimpleShader.java:182: error: void cannot be dereferenced .setMaterial(new MaterialObject().setDiffuseColor(0.5f,0.5f,0.9f))))))) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Shaders.SimpleShader Error: Could not find or load main class Basic.Shaders.SimpleShader Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/AllenDutton.java produced from AllenDutton.x3d [Large tuple found: Coordinate point, $tupleCount=6311, $tupleSplitSize=10, string-length=125202] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\AllenDutton.java:130: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.AllenDutton Error: Could not find or load main class Basic.StudentProjects.AllenDutton Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/AllenDuttonVillage.java produced from AllenDuttonVillage.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.AllenDuttonVillage AllenDuttonVillage self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Chair.java produced from Chair.x3d [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=187] [Large tuple found: Extrusion crossSection, $tupleCount=20, $tupleSplitSize=10, string-length=179] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=221] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Chair Chair self-validation test results: ROUTE fromNode='SeatRotationCylinderSensor' was not found in connected scene graph. ROUTE fromNode='SeatRotationCylinderSensor' was not found in connected scene graph. ROUTE toNode='seat' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Chess8Levels.java produced from Chess8Levels.x3d [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=181] [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=181] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Chess8Levels Chess8Levels self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/ComputerKeyboard.java produced from ComputerKeyboard.x3d [Large tuple found: Extrusion crossSection, $tupleCount=12, $tupleSplitSize=10, string-length=115] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.ComputerKeyboard ComputerKeyboard self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/DeadReckoningComparisons.java produced from DeadReckoningComparisons.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.DeadReckoningComparisons DeadReckoningComparisons self-validation test results: ROUTE details: FROM Clock.fraction_changed (TimeSensor.SFFloat.outputOnly) TO Movement.set_time (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='fraction_changed' source and toField='set_time' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Desk.java produced from Desk.x3d [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=171] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=187] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Desk Desk self-validation test results: ROUTE fromNode='touch_drawer1' was not found in connected scene graph. ROUTE fromNode='touch_drawer1' was not found in connected scene graph. ROUTE toNode='clock1' was not found in connected scene graph. ROUTE fromNode='touch_drawer1' was not found in connected scene graph. ROUTE fromNode='touch_drawer1' was not found in connected scene graph. ROUTE toNode='drawer1_path_js' was not found in connected scene graph. ROUTE fromNode='drawer1_path_js' was not found in connected scene graph. ROUTE fromNode='drawer1_path_js' was not found in connected scene graph. ROUTE toNode='drawer1_path' was not found in connected scene graph. ROUTE fromNode='clock1' was not found in connected scene graph. ROUTE fromNode='clock1' was not found in connected scene graph. ROUTE toNode='drawer1_path' was not found in connected scene graph. ROUTE fromNode='drawer1_path' was not found in connected scene graph. ROUTE fromNode='drawer1_path' was not found in connected scene graph. ROUTE toNode='drawer1' was not found in connected scene graph. ROUTE fromNode='touch_drawer3' was not found in connected scene graph. ROUTE fromNode='touch_drawer3' was not found in connected scene graph. ROUTE toNode='clock3' was not found in connected scene graph. ROUTE fromNode='touch_drawer3' was not found in connected scene graph. ROUTE fromNode='touch_drawer3' was not found in connected scene graph. ROUTE toNode='drawer3_path_js' was not found in connected scene graph. ROUTE fromNode='drawer3_path_js' was not found in connected scene graph. ROUTE fromNode='drawer3_path_js' was not found in connected scene graph. ROUTE toNode='drawer3_path' was not found in connected scene graph. ROUTE fromNode='clock3' was not found in connected scene graph. ROUTE fromNode='clock3' was not found in connected scene graph. ROUTE toNode='drawer3_path' was not found in connected scene graph. ROUTE fromNode='drawer3_path' was not found in connected scene graph. ROUTE fromNode='drawer3_path' was not found in connected scene graph. ROUTE toNode='drawer3' was not found in connected scene graph. ROUTE fromNode='touch_drawer2' was not found in connected scene graph. ROUTE fromNode='touch_drawer2' was not found in connected scene graph. ROUTE toNode='clock2' was not found in connected scene graph. ROUTE fromNode='touch_drawer2' was not found in connected scene graph. ROUTE fromNode='touch_drawer2' was not found in connected scene graph. ROUTE toNode='drawer2_path_js' was not found in connected scene graph. ROUTE fromNode='drawer2_path_js' was not found in connected scene graph. ROUTE fromNode='drawer2_path_js' was not found in connected scene graph. ROUTE toNode='drawer2_path' was not found in connected scene graph. ROUTE fromNode='clock2' was not found in connected scene graph. ROUTE fromNode='clock2' was not found in connected scene graph. ROUTE toNode='drawer2_path' was not found in connected scene graph. ROUTE fromNode='drawer2_path' was not found in connected scene graph. ROUTE fromNode='drawer2_path' was not found in connected scene graph. ROUTE toNode='drawer2' was not found in connected scene graph. ROUTE fromNode='touch_drawer4' was not found in connected scene graph. ROUTE fromNode='touch_drawer4' was not found in connected scene graph. ROUTE toNode='clock4' was not found in connected scene graph. ROUTE fromNode='touch_drawer4' was not found in connected scene graph. ROUTE fromNode='touch_drawer4' was not found in connected scene graph. ROUTE toNode='drawer4_path_js' was not found in connected scene graph. ROUTE fromNode='drawer4_path_js' was not found in connected scene graph. ROUTE fromNode='drawer4_path_js' was not found in connected scene graph. ROUTE toNode='drawer4_path' was not found in connected scene graph. ROUTE fromNode='clock4' was not found in connected scene graph. ROUTE fromNode='clock4' was not found in connected scene graph. ROUTE toNode='drawer4_path' was not found in connected scene graph. ROUTE fromNode='drawer4_path' was not found in connected scene graph. ROUTE fromNode='drawer4_path' was not found in connected scene graph. ROUTE toNode='drawer4' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/DeskLamp.java produced from DeskLamp.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.DeskLamp DeskLamp self-validation test results: ROUTE details: FROM touch1.touchTime (TouchSensor.SFTime.outputOnly) TO code1.set_light (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='touchTime' source and toField='set_light' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/DirtBike.java produced from DirtBike.x3d [Large tuple found: Extrusion scale, $tupleCount=15, $tupleSplitSize=10, string-length=119] [Large tuple found: Extrusion spine, $tupleCount=15, $tupleSplitSize=10, string-length=172] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion scale, $tupleCount=25, $tupleSplitSize=10, string-length=199] [Large tuple found: Extrusion spine, $tupleCount=25, $tupleSplitSize=10, string-length=302] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion scale, $tupleCount=13, $tupleSplitSize=10, string-length=103] [Large tuple found: Extrusion spine, $tupleCount=13, $tupleSplitSize=10, string-length=108] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion scale, $tupleCount=11, $tupleSplitSize=10, string-length=87] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion spine, $tupleCount=11, $tupleSplitSize=10, string-length=124] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=184] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.DirtBike DirtBike self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/DraggingSphere.java produced from DraggingSphere.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=13, $tupleSplitSize=10, string-length=162] [Large tuple found: PositionInterpolator keyValue, $tupleCount=13, $tupleSplitSize=10, string-length=162] [Large tuple found: PositionInterpolator keyValue, $tupleCount=13, $tupleSplitSize=10, string-length=163] [Large tuple found: PositionInterpolator keyValue, $tupleCount=13, $tupleSplitSize=10, string-length=77] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.DraggingSphere DraggingSphere self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/DuttonVillage.java produced from DuttonVillage.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.DuttonVillage DuttonVillage self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/FishingLure.java produced from FishingLure.x3d [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=137] [Large tuple found: Extrusion scale, $tupleCount=27, $tupleSplitSize=10, string-length=269] [Large tuple found: Extrusion spine, $tupleCount=27, $tupleSplitSize=10, string-length=404] [Large tuple found: Extrusion crossSection, $tupleCount=33, $tupleSplitSize=10, string-length=360] [Large tuple found: Extrusion spine, $tupleCount=12, $tupleSplitSize=10, string-length=192] [Large tuple found: Extrusion scale, $tupleCount=12, $tupleSplitSize=10, string-length=119] [Large tuple found: Extrusion crossSection, $tupleCount=33, $tupleSplitSize=10, string-length=360] [Large tuple found: Extrusion crossSection, $tupleCount=33, $tupleSplitSize=10, string-length=360] [Large tuple found: Extrusion spine, $tupleCount=33, $tupleSplitSize=10, string-length=525] [Large tuple found: Extrusion scale, $tupleCount=33, $tupleSplitSize=10, string-length=329] [Large tuple found: Extrusion crossSection, $tupleCount=33, $tupleSplitSize=10, string-length=360] [Large tuple found: Extrusion spine, $tupleCount=19, $tupleSplitSize=10, string-length=308] [Large tuple found: Extrusion scale, $tupleCount=19, $tupleSplitSize=10, string-length=189] [Large tuple found: Extrusion spine, $tupleCount=33, $tupleSplitSize=10, string-length=525] [Large tuple found: Extrusion crossSection, $tupleCount=33, $tupleSplitSize=10, string-length=360] [Large tuple found: Extrusion scale, $tupleCount=33, $tupleSplitSize=10, string-length=329] [Large tuple found: Extrusion crossSection, $tupleCount=33, $tupleSplitSize=10, string-length=360] [Large tuple found: Extrusion spine, $tupleCount=33, $tupleSplitSize=10, string-length=524] [Large tuple found: Extrusion scale, $tupleCount=33, $tupleSplitSize=10, string-length=329] [Large tuple found: Extrusion crossSection, $tupleCount=11, $tupleSplitSize=10, string-length=118] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.FishingLure FishingLure self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/FormulaOneRaceCar.java produced from FormulaOneRaceCar.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.FormulaOneRaceCar FormulaOneRaceCar self-validation test results: ROUTE details: FROM CLOCK.fraction_changed (TimeSensor.SFFloat.outputOnly) TO MOVE.set_fraction (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='fraction_changed' source and toField='set_fraction' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/HomeAquarium.java produced from HomeAquarium.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.HomeAquarium HomeAquarium self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/HomeInCreteGreece.java produced from HomeInCreteGreece.x3d [Large tuple found: Extrusion crossSection, $tupleCount=12, $tupleSplitSize=10, string-length=89] [Large tuple found: Extrusion crossSection, $tupleCount=12, $tupleSplitSize=10, string-length=89] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.HomeInCreteGreece HomeInCreteGreece self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/IkeaBeadToy.java produced from IkeaBeadToy.x3d [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion spine, $tupleCount=61, $tupleSplitSize=10, string-length=973] [Large tuple found: PositionInterpolator keyValue, $tupleCount=200, $tupleSplitSize=10, string-length=3135] [Large tuple found: PositionInterpolator keyValue, $tupleCount=200, $tupleSplitSize=10, string-length=3169] [Large tuple found: PositionInterpolator keyValue, $tupleCount=200, $tupleSplitSize=10, string-length=3201] [Large tuple found: PositionInterpolator keyValue, $tupleCount=200, $tupleSplitSize=10, string-length=3199] [Large tuple found: PositionInterpolator keyValue, $tupleCount=200, $tupleSplitSize=10, string-length=3199] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion spine, $tupleCount=73, $tupleSplitSize=10, string-length=1147] [Large tuple found: PositionInterpolator keyValue, $tupleCount=200, $tupleSplitSize=10, string-length=3119] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion spine, $tupleCount=71, $tupleSplitSize=10, string-length=1115] [Large tuple found: PositionInterpolator keyValue, $tupleCount=333, $tupleSplitSize=10, string-length=5124] [Large tuple found: PositionInterpolator keyValue, $tupleCount=333, $tupleSplitSize=10, string-length=5135] [Large tuple found: PositionInterpolator keyValue, $tupleCount=333, $tupleSplitSize=10, string-length=5156] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.IkeaBeadToy IkeaBeadToy self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/IkeaBench.java produced from IkeaBench.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.IkeaBench IkeaBench self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/IkeaBlueChair.java produced from IkeaBlueChair.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.IkeaBlueChair IkeaBlueChair self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/IkeaGreenChair.java produced from IkeaGreenChair.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.IkeaGreenChair IkeaGreenChair self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/IkeaRockingHorse.java produced from IkeaRockingHorse.x3d [Large tuple found: Extrusion spine, $tupleCount=31, $tupleSplitSize=10, string-length=294] [Large tuple found: Extrusion scale, $tupleCount=31, $tupleSplitSize=10, string-length=127] [Large tuple found: Extrusion crossSection, $tupleCount=26, $tupleSplitSize=10, string-length=365] [Large tuple found: Extrusion crossSection, $tupleCount=12, $tupleSplitSize=10, string-length=209] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.IkeaRockingHorse IkeaRockingHorse self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/IkeaTable.java produced from IkeaTable.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.IkeaTable IkeaTable self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/KeyboardEightyEightKeys.java produced from KeyboardEightyEightKeys.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.KeyboardEightyEightKeys KeyboardEightyEightKeys self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Laetitia.java produced from Laetitia.x3d [Large tuple found: TextureCoordinate point, $tupleCount=2378, $tupleSplitSize=10, string-length=27412] [Large tuple found: Coordinate point, $tupleCount=839, $tupleSplitSize=10, string-length=16379] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Laetitia.java:113: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Laetitia Error: Could not find or load main class Basic.StudentProjects.Laetitia Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/LaetitiaSprints.java produced from LaetitiaSprints.x3d [Large tuple found: TextureCoordinate point, $tupleCount=2400, $tupleSplitSize=10, string-length=27588] [Large tuple found: Coordinate point, $tupleCount=839, $tupleSplitSize=10, string-length=16450] [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=36916, $tupleSplitSize=10, string-length=749748] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes The system is out of resources. Consult the following stack trace for details. java.lang.StackOverflowError at com.sun.tools.javac.tree.JCTree.hasTag(JCTree.java:402) at com.sun.tools.javac.tree.TreeInfo.skipParens(TreeInfo.java:742) at com.sun.tools.javac.tree.TreeInfo.symbol(TreeInfo.java:845) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2324) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitApply(Gen.java:1832) at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465) at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:946) at com.sun.tools.javac.jvm.Gen.visitSelect(Gen.java:2336) Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.LaetitiaSprints Error: Could not find or load main class Basic.StudentProjects.LaetitiaSprints Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/LaetitiaWithDvdController.java produced from LaetitiaWithDvdController.x3d [Large tuple found: PositionInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=616] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1022] [Large tuple found: PositionInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=845] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1108] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=28, $tupleSplitSize=10, string-length=936] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=32, $tupleSplitSize=10, string-length=673] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1170] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1121] [Large tuple found: TextureCoordinate point, $tupleCount=687, $tupleSplitSize=10, string-length=9023] [Large tuple found: Coordinate point, $tupleCount=331, $tupleSplitSize=10, string-length=6561] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1044] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=63, $tupleSplitSize=10, string-length=1910] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=701] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=756] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1061] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=49, $tupleSplitSize=10, string-length=1498] [Large tuple found: TextureCoordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=1505] [Large tuple found: Coordinate point, $tupleCount=71, $tupleSplitSize=10, string-length=1321] [Large tuple found: TextureCoordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=413] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=354] [Large tuple found: TextureCoordinate point, $tupleCount=41, $tupleSplitSize=10, string-length=478] [Large tuple found: Coordinate point, $tupleCount=23, $tupleSplitSize=10, string-length=423] [Large tuple found: TextureCoordinate point, $tupleCount=41, $tupleSplitSize=10, string-length=507] [Large tuple found: Coordinate point, $tupleCount=17, $tupleSplitSize=10, string-length=321] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1105] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1095] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=701] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=734] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1083] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=47, $tupleSplitSize=10, string-length=1459] [Large tuple found: TextureCoordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=1505] [Large tuple found: Coordinate point, $tupleCount=71, $tupleSplitSize=10, string-length=1402] [Large tuple found: TextureCoordinate point, $tupleCount=38, $tupleSplitSize=10, string-length=413] [Large tuple found: Coordinate point, $tupleCount=19, $tupleSplitSize=10, string-length=374] [Large tuple found: TextureCoordinate point, $tupleCount=49, $tupleSplitSize=10, string-length=565] [Large tuple found: Coordinate point, $tupleCount=27, $tupleSplitSize=10, string-length=536] [Large tuple found: TextureCoordinate point, $tupleCount=65, $tupleSplitSize=10, string-length=820] [Large tuple found: Coordinate point, $tupleCount=17, $tupleSplitSize=10, string-length=341] [Large tuple found: TextureCoordinate point, $tupleCount=44, $tupleSplitSize=10, string-length=525] [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=532] [Large tuple found: PositionInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=780] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1083] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=692] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1128] [Large tuple found: TextureCoordinate point, $tupleCount=89, $tupleSplitSize=10, string-length=983] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=560] [Large tuple found: TextureCoordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=914] [Large tuple found: Coordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=694] [Large tuple found: TextureCoordinate point, $tupleCount=83, $tupleSplitSize=10, string-length=978] [Large tuple found: Coordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=709] [Large tuple found: PositionInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=822] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1091] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=694] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=35, $tupleSplitSize=10, string-length=1155] [Large tuple found: TextureCoordinate point, $tupleCount=89, $tupleSplitSize=10, string-length=983] [Large tuple found: Coordinate point, $tupleCount=30, $tupleSplitSize=10, string-length=592] [Large tuple found: TextureCoordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=914] [Large tuple found: Coordinate point, $tupleCount=37, $tupleSplitSize=10, string-length=732] [Large tuple found: TextureCoordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=819] [Large tuple found: Coordinate point, $tupleCount=33, $tupleSplitSize=10, string-length=654] [Large tuple found: TextureCoordinate point, $tupleCount=139, $tupleSplitSize=10, string-length=1608] [Large tuple found: Coordinate point, $tupleCount=74, $tupleSplitSize=10, string-length=1433] [Large tuple found: TextureCoordinate point, $tupleCount=110, $tupleSplitSize=10, string-length=1289] [Large tuple found: Coordinate point, $tupleCount=58, $tupleSplitSize=10, string-length=1122] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaetitiaWithDvdController.java:120: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.LaetitiaWithDvdController Error: Could not find or load main class Basic.StudentProjects.LaetitiaWithDvdController Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/LaserPrinter.java produced from LaserPrinter.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.LaserPrinter LaserPrinter self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/PinballTable.java produced from PinballTable.x3d [Large tuple found: Extrusion crossSection, $tupleCount=15, $tupleSplitSize=10, string-length=141] [Large tuple found: PositionInterpolator keyValue, $tupleCount=17, $tupleSplitSize=10, string-length=214] [Large tuple found: PositionInterpolator keyValue, $tupleCount=14, $tupleSplitSize=10, string-length=181] [Large tuple found: PositionInterpolator keyValue, $tupleCount=16, $tupleSplitSize=10, string-length=179] [Large tuple found: PositionInterpolator keyValue, $tupleCount=17, $tupleSplitSize=10, string-length=212] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.PinballTable PinballTable self-validation test results: ROUTE details: FROM Touch1.touchTime (TouchSensor.SFTime.outputOnly) TO routeSelecter1.set_startTime (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='touchTime' source and toField='set_startTime' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/PlayRoom.java produced from PlayRoom.x3d [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=114] [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=114] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.PlayRoom PlayRoom self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/ProjectileInterpolatorArena.java produced from ProjectileInterpolatorArena.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.ProjectileInterpolatorArena Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='ProjectileSliderBar' fieldValue name='name', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.StudentProjects.ProjectileInterpolatorArena.initialize(ProjectileInterpolatorArena.java:157) at Basic.StudentProjects.ProjectileInterpolatorArena.(ProjectileInterpolatorArena.java:112) at Basic.StudentProjects.ProjectileInterpolatorArena.main(ProjectileInterpolatorArena.java:312) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/ProjectileInterpolatorPrototype.java produced from ProjectileInterpolatorPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.ProjectileInterpolatorPrototype ProjectileInterpolatorPrototype self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/ProjectileSliderBarPrototype.java produced from ProjectileSliderBarPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.ProjectileSliderBarPrototype Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='ProjectileSliderBar' fieldValue name='name', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.StudentProjects.ProjectileSliderBarPrototype.initialize(ProjectileSliderBarPrototype.java:225) at Basic.StudentProjects.ProjectileSliderBarPrototype.(ProjectileSliderBarPrototype.java:108) at Basic.StudentProjects.ProjectileSliderBarPrototype.main(ProjectileSliderBarPrototype.java:296) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/PropellerControlPanel.java produced from PropellerControlPanel.x3d [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=93] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.PropellerControlPanel PropellerControlPanel self-validation test results: ROUTE details: FROM MotorAmp.fanCycleTime (Script.MFFloat.outputOnly) TO FanClock.set_cycleInterval (TimeSensor.SFTime.inputOutput) ROUTE has source-destination type mismatch, fromField='fanCycleTime' source and toField='set_cycleInterval' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Room.java produced from Room.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Room Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='Chair' fieldValue name='diffuseColor', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='diffuseColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.StudentProjects.Room.initialize(Room.java:194) at Basic.StudentProjects.Room.(Room.java:112) at Basic.StudentProjects.Room.main(Room.java:295) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/StealthHelo.java produced from StealthHelo.x3d [Large tuple found: Coordinate point, $tupleCount=117, $tupleSplitSize=10, string-length=1559] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=159] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.StealthHelo StealthHelo self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/SweetHome.java produced from SweetHome.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.SweetHome SweetHome self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/SweetHomeFullDetail.java produced from SweetHomeFullDetail.x3d [Large tuple found: Extrusion crossSection, $tupleCount=11, $tupleSplitSize=10, string-length=149] [Large tuple found: Extrusion crossSection, $tupleCount=19, $tupleSplitSize=10, string-length=261] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=216] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=210] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.SweetHomeFullDetail SweetHomeFullDetail self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/SweetHomeLowDetail.java produced from SweetHomeLowDetail.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.SweetHomeLowDetail SweetHomeLowDetail self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Torch.java produced from Torch.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Torch Torch self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/Trebuchet.java produced from Trebuchet.x3d [Large tuple found: Extrusion crossSection, $tupleCount=12, $tupleSplitSize=10, string-length=108] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=178] [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=251] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=208] [Large tuple found: Extrusion crossSection, $tupleCount=14, $tupleSplitSize=10, string-length=69] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.Trebuchet Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: addComments(" Knot ") cannot be applied to a USE node (USE='Torus') which only contains a reference to a DEF node at org.web3d.x3d.jsail.Shape.ShapeObject.addComments(ShapeObject.java:853) at Basic.StudentProjects.Trebuchet.initialize(Trebuchet.java:326) at Basic.StudentProjects.Trebuchet.(Trebuchet.java:141) at Basic.StudentProjects.Trebuchet.main(Trebuchet.java:619) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/WallClock.java produced from WallClock.x3d [Large tuple found: Extrusion spine, $tupleCount=17, $tupleSplitSize=10, string-length=187] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.WallClock WallClock self-validation test results: ROUTE details: FROM refresh.cycleTime (TimeSensor.SFTime.outputOnly) TO cm_enabled.set_milli (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='cycleTime' source and toField='set_milli' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/WallLamp.java produced from WallLamp.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.WallLamp WallLamp self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/StudentProjects/WaterTower.java produced from WaterTower.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.StudentProjects.WaterTower WaterTower self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/NoUnitBacteria.java produced from NoUnitBacteria.x3d [Large tuple found: Coordinate point, $tupleCount=1910, $tupleSplitSize=10, string-length=37073] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitBacteria.java:126: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.NoUnitBacteria Error: Could not find or load main class Basic.Units.NoUnitBacteria Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/NoUnitClamidomonas.java produced from NoUnitClamidomonas.x3d [Large tuple found: Coordinate point, $tupleCount=482, $tupleSplitSize=10, string-length=9260] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.NoUnitClamidomonas NoUnitClamidomonas self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/NoUnitTable.java produced from NoUnitTable.x3d [Large tuple found: Coordinate point, $tupleCount=174, $tupleSplitSize=10, string-length=2884] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.NoUnitTable NoUnitTable self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitBacteria.java produced from UnitBacteria.x3d [Large tuple found: Coordinate point, $tupleCount=1910, $tupleSplitSize=10, string-length=37073] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitBacteria.java:126: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitBacteria Error: Could not find or load main class Basic.Units.UnitBacteria Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitChair.java produced from UnitChair.x3d [Large tuple found: Coordinate point, $tupleCount=2304, $tupleSplitSize=10, string-length=42023] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitChair.java:134: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitChair Error: Could not find or load main class Basic.Units.UnitChair Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitClamidomonas.java produced from UnitClamidomonas.x3d [Large tuple found: Coordinate point, $tupleCount=482, $tupleSplitSize=10, string-length=9260] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitClamidomonas UnitClamidomonas self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitCup.java produced from UnitCup.x3d [Large tuple found: Coordinate point, $tupleCount=2728, $tupleSplitSize=10, string-length=50715] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitCup.java:126: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitCup Error: Could not find or load main class Basic.Units.UnitCup Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitDisk.java produced from UnitDisk.x3d [Large tuple found: Coordinate point, $tupleCount=1828, $tupleSplitSize=10, string-length=35452] [Large tuple found: Coordinate point, $tupleCount=132, $tupleSplitSize=10, string-length=2535] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitDisk.java:126: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitDisk Error: Could not find or load main class Basic.Units.UnitDisk Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitMonitor.java produced from UnitMonitor.x3d [Large tuple found: Coordinate point, $tupleCount=718, $tupleSplitSize=10, string-length=13541] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitMonitor UnitMonitor self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitSaturn.java produced from UnitSaturn.x3d [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=4750] [Large tuple found: Coordinate point, $tupleCount=1024, $tupleSplitSize=10, string-length=18901] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitSaturn.java:126: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitSaturn Error: Could not find or load main class Basic.Units.UnitSaturn Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitTable.java produced from UnitTable.x3d [Large tuple found: Coordinate point, $tupleCount=174, $tupleSplitSize=10, string-length=2884] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitTable UnitTable self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Units/UnitUranus.java produced from UnitUranus.x3d [Large tuple found: Coordinate point, $tupleCount=266, $tupleSplitSize=10, string-length=5264] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Units.UnitUranus UnitUranus self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/ArtDecoExamples.java produced from ArtDecoExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.ArtDecoExamples ArtDecoExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/ArtDecoPrototypes.java produced from ArtDecoPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.ArtDecoPrototypes ArtDecoPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/AutumnExamples.java produced from AutumnExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.AutumnExamples AutumnExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/AutumnPrototypes.java produced from AutumnPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.AutumnPrototypes AutumnPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/GlassExamples.java produced from GlassExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.GlassExamples GlassExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/GlassPrototypes.java produced from GlassPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.GlassPrototypes GlassPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/MetalsExamples.java produced from MetalsExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.MetalsExamples MetalsExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/MetalsPrototypes.java produced from MetalsPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.MetalsPrototypes MetalsPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/NeonExamples.java produced from NeonExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.NeonExamples NeonExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/NeonPrototypes.java produced from NeonPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.NeonPrototypes NeonPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/RococoExamples.java produced from RococoExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.RococoExamples RococoExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/RococoPrototypes.java produced from RococoPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.RococoPrototypes RococoPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SantaFeExamples.java produced from SantaFeExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SantaFeExamples SantaFeExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SantaFePrototypes.java produced from SantaFePrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SantaFePrototypes SantaFePrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SheenExamples.java produced from SheenExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SheenExamples SheenExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SheenPrototypes.java produced from SheenPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SheenPrototypes SheenPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SilkyExamples.java produced from SilkyExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SilkyExamples SilkyExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SilkyPrototypes.java produced from SilkyPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SilkyPrototypes SilkyPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SpringExamples.java produced from SpringExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SpringExamples SpringExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SpringPrototypes.java produced from SpringPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SpringPrototypes SpringPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SummerExamples.java produced from SummerExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SummerExamples SummerExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/SummerPrototypes.java produced from SummerPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.SummerPrototypes SummerPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/TropicalExamples.java produced from TropicalExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.TropicalExamples TropicalExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/TropicalPrototypes.java produced from TropicalPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.TropicalPrototypes TropicalPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/WinterExamples.java produced from WinterExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.WinterExamples WinterExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/WinterPrototypes.java produced from WinterPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.WinterPrototypes WinterPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaMaterials/gridBack.java produced from gridBack.x3d [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=959] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaMaterials.gridBack gridBack self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/desert1.java produced from desert1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.desert1 desert1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/desert2.java produced from desert2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.desert2 desert2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/desert3.java produced from desert3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.desert3 desert3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/forest1.java produced from forest1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.forest1 forest1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/forest2.java produced from forest2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.forest2 forest2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/forest3.java produced from forest3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.forest3 forest3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon1.java produced from horizon1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon1 horizon1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon2.java produced from horizon2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon2 horizon2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon3.java produced from horizon3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon3 horizon3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon4.java produced from horizon4.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon4 horizon4 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon5.java produced from horizon5.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon5 horizon5 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon6.java produced from horizon6.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon6 horizon6 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/horizon7.java produced from horizon7.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.horizon7 horizon7 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/meadow1.java produced from meadow1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.meadow1 meadow1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/meadow2.java produced from meadow2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.meadow2 meadow2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/mountains2.java produced from mountains2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.mountains2 mountains2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/mountains3.java produced from mountains3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.mountains3 mountains3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/ocean1.java produced from ocean1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.ocean1 ocean1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/ocean2.java produced from ocean2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.ocean2 ocean2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/ocean3.java produced from ocean3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.ocean3 ocean3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/ocean4.java produced from ocean4.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.ocean4 ocean4 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/sky1.java produced from sky1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.sky1 sky1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/space1.java produced from space1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.space1 space1 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/space2.java produced from space2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.space2 space2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/UniversalMediaPanoramas/space3.java produced from space3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.UniversalMediaPanoramas.space3 space3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicAbdomen.java produced from BasicAbdomen.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicAbdomen BasicAbdomen self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicBackpack.java produced from BasicBackpack.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicBackpack BasicBackpack self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicBody.java produced from BasicBody.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicBody BasicBody self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicBrain.java produced from BasicBrain.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicBrain BasicBrain self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicInternals.java produced from BasicInternals.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicInternals BasicInternals self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicSkull.java produced from BasicSkull.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicSkull BasicSkull self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BasicVentricles.java produced from BasicVentricles.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BasicVentricles BasicVentricles self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BlendedBodyInternals.java produced from BlendedBodyInternals.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BlendedBodyInternals BlendedBodyInternals self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/BlendedComposedVolumes.java produced from BlendedComposedVolumes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.BlendedComposedVolumes BlendedComposedVolumes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/CartoonBackpack.java produced from CartoonBackpack.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.CartoonBackpack CartoonBackpack self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/ComposedBackpack.java produced from ComposedBackpack.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.ComposedBackpack ComposedBackpack self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/EdgeBrain.java produced from EdgeBrain.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.EdgeBrain EdgeBrain self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/IsoSurfaceSkull.java produced from IsoSurfaceSkull.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\IsoSurfaceSkull.java:165: error: void cannot be dereferenced .setVoxels(new ImageTexture3DObject().setUrl(new MFStringObject("\"datasets/nrrd/skull.nrrd\" \"https://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/nrrd/skull.nrd\" \"https://savage.nps.edu/Savage/VolumeRendering/datasets/nrrd/skull.nrd\""))))))); 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.IsoSurfaceSkull Error: Could not find or load main class Basic.VolumeRendering.IsoSurfaceSkull Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/ProjectionMaxVentricles.java produced from ProjectionMaxVentricles.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.ProjectionMaxVentricles ProjectionMaxVentricles self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/SegmentedVentricles.java produced from SegmentedVentricles.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.SegmentedVentricles SegmentedVentricles self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/ShadedBrain.java produced from ShadedBrain.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.ShadedBrain ShadedBrain self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/VolumeRendering/SilhouetteSkull.java produced from SilhouetteSkull.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.VolumeRendering.SilhouetteSkull SilhouetteSkull self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/ChopperBody.java produced from ChopperBody.x3d [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=287] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.ChopperBody ChopperBody self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/ChopperRotor.java produced from ChopperRotor.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.ChopperRotor ChopperRotor self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example02.java produced from Example02.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example02 Example02 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example03.java produced from Example03.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example03 Example03 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example04.java produced from Example04.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example04 Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='TwoColorTable' fieldValue name='legColor', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.Vrml97Specification.Example04.initialize(Example04.java:182) at Basic.Vrml97Specification.Example04.(Example04.java:121) at Basic.Vrml97Specification.Example04.main(Example04.java:252) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example05.java produced from Example05.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example05 Example05 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example06.java produced from Example06.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example06 Example06 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example07.java produced from Example07.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example07 Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='RefractiveMaterial' fieldValue name='ambientIntensity', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='ambientIntensity' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.Vrml97Specification.Example07.initialize(Example07.java:154) at Basic.Vrml97Specification.Example07.(Example07.java:119) at Basic.Vrml97Specification.Example07.main(Example07.java:223) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example08.java produced from Example08.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example08 Example08 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example09.java produced from Example09.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example09 Example09 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example10.java produced from Example10.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example10 Example10 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example11.java produced from Example11.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example11 Example11 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example12.java produced from Example12.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example12 Example12 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example13_2.java produced from Example13_2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example13_2 Example13_2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example13_3.java produced from Example13_3.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example13_3 Example13_3 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example15.java produced from Example15.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example15 Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.Vrml97Specification.Example15.initialize(Example15.java:145) at Basic.Vrml97Specification.Example15.(Example15.java:121) at Basic.Vrml97Specification.Example15.main(Example15.java:257) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example16.java produced from Example16.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example16 Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.Vrml97Specification.Example16.initialize(Example16.java:145) at Basic.Vrml97Specification.Example16.(Example16.java:122) at Basic.Vrml97Specification.Example16.main(Example16.java:240) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example17.java produced from Example17.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example17 Example17 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example18.java produced from Example18.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example18 Example18 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Example19.java produced from Example19.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Example19 Example19 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/RefractiveMaterial.java produced from RefractiveMaterial.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.RefractiveMaterial RefractiveMaterial self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Vrml97Specification/Rotor.java produced from Rotor.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Vrml97Specification.Rotor Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.Vrml97Specification.Rotor.initialize(Rotor.java:143) at Basic.Vrml97Specification.Rotor.(Rotor.java:120) at Basic.Vrml97Specification.Rotor.main(Rotor.java:237) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Web3dOutreach/ColladaLogo.java produced from ColladaLogo.x3d [Large tuple found: Coordinate point, $tupleCount=478, $tupleSplitSize=10, string-length=10885] [Large tuple found: Normal vector, $tupleCount=2354, $tupleSplitSize=10, string-length=44120] [Large tuple found: Coordinate point, $tupleCount=288, $tupleSplitSize=10, string-length=6135] [Large tuple found: Normal vector, $tupleCount=948, $tupleSplitSize=10, string-length=11387] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\ColladaLogo.java:124: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Web3dOutreach.ColladaLogo Error: Could not find or load main class Basic.Web3dOutreach.ColladaLogo Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Web3dOutreach/ImageMappingExample.java produced from ImageMappingExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Web3dOutreach.ImageMappingExample ImageMappingExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Web3dOutreach/Web3dLogo.java produced from Web3dLogo.x3d [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3945] [Large tuple found: TextureCoordinate point, $tupleCount=162, $tupleSplitSize=10, string-length=2063] [Large tuple found: Coordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=1932] [Large tuple found: Coordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=2012] [Large tuple found: Coordinate point, $tupleCount=248, $tupleSplitSize=10, string-length=5985] [Large tuple found: TextureCoordinate point, $tupleCount=252, $tupleSplitSize=10, string-length=3205] [Large tuple found: Coordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=2930] [Large tuple found: Coordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=3054] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6640] [Large tuple found: TextureCoordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=3547] [Large tuple found: Coordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=3251] [Large tuple found: Coordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=3388] [Large tuple found: Coordinate point, $tupleCount=288, $tupleSplitSize=10, string-length=7035] [Large tuple found: TextureCoordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=3719] [Large tuple found: Coordinate point, $tupleCount=144, $tupleSplitSize=10, string-length=3445] [Large tuple found: Coordinate point, $tupleCount=144, $tupleSplitSize=10, string-length=3589] [Large tuple found: Coordinate point, $tupleCount=138, $tupleSplitSize=10, string-length=3362] [Large tuple found: TextureCoordinate point, $tupleCount=142, $tupleSplitSize=10, string-length=1793] [Large tuple found: Coordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=1646] [Large tuple found: Coordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=1715] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dLogo.java:143: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Web3dOutreach.Web3dLogo Error: Could not find or load main class Basic.Web3dOutreach.Web3dLogo Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Web3dOutreach/Web3dTimeline.java produced from Web3dTimeline.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Web3dOutreach.Web3dTimeline Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='TimelineElement' fieldValue name='name', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='name' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.Web3dOutreach.Web3dTimeline.initialize(Web3dTimeline.java:336) at Basic.Web3dOutreach.Web3dTimeline.(Web3dTimeline.java:184) at Basic.Web3dOutreach.Web3dTimeline.main(Web3dTimeline.java:622) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/Web3dOutreach/Web3dX3dLogoAnimated.java produced from Web3dX3dLogoAnimated.x3d [Large tuple found: Coordinate point, $tupleCount=17, $tupleSplitSize=10, string-length=353] [Large tuple found: Coordinate point, $tupleCount=17, $tupleSplitSize=10, string-length=345] [Large tuple found: Coordinate point, $tupleCount=66, $tupleSplitSize=10, string-length=1133] [Large tuple found: Coordinate point, $tupleCount=78, $tupleSplitSize=10, string-length=1356] [Large tuple found: Coordinate point, $tupleCount=62, $tupleSplitSize=10, string-length=1196] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=276] [Large tuple found: Coordinate point, $tupleCount=160, $tupleSplitSize=10, string-length=3945] [Large tuple found: TextureCoordinate point, $tupleCount=162, $tupleSplitSize=10, string-length=2063] [Large tuple found: Coordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=1932] [Large tuple found: Coordinate point, $tupleCount=80, $tupleSplitSize=10, string-length=2012] [Large tuple found: Coordinate point, $tupleCount=248, $tupleSplitSize=10, string-length=5985] [Large tuple found: TextureCoordinate point, $tupleCount=252, $tupleSplitSize=10, string-length=3205] [Large tuple found: Coordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=2930] [Large tuple found: Coordinate point, $tupleCount=124, $tupleSplitSize=10, string-length=3054] [Large tuple found: Coordinate point, $tupleCount=274, $tupleSplitSize=10, string-length=6640] [Large tuple found: TextureCoordinate point, $tupleCount=278, $tupleSplitSize=10, string-length=3547] [Large tuple found: Coordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=3251] [Large tuple found: Coordinate point, $tupleCount=137, $tupleSplitSize=10, string-length=3388] [Large tuple found: Coordinate point, $tupleCount=288, $tupleSplitSize=10, string-length=7035] [Large tuple found: TextureCoordinate point, $tupleCount=290, $tupleSplitSize=10, string-length=3719] [Large tuple found: Coordinate point, $tupleCount=144, $tupleSplitSize=10, string-length=3445] [Large tuple found: Coordinate point, $tupleCount=144, $tupleSplitSize=10, string-length=3589] [Large tuple found: Coordinate point, $tupleCount=138, $tupleSplitSize=10, string-length=3362] [Large tuple found: TextureCoordinate point, $tupleCount=142, $tupleSplitSize=10, string-length=1793] [Large tuple found: Coordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=1646] [Large tuple found: Coordinate point, $tupleCount=69, $tupleSplitSize=10, string-length=1715] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=16, $tupleSplitSize=10, string-length=478] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=16, $tupleSplitSize=10, string-length=466] [Large tuple found: PositionInterpolator keyValue, $tupleCount=27, $tupleSplitSize=10, string-length=539] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=26, $tupleSplitSize=10, string-length=344] [Large tuple found: PositionInterpolator keyValue, $tupleCount=27, $tupleSplitSize=10, string-length=512] [Large tuple found: PositionInterpolator keyValue, $tupleCount=29, $tupleSplitSize=10, string-length=499] [Large tuple found: PositionInterpolator keyValue, $tupleCount=26, $tupleSplitSize=10, string-length=676] [Large tuple found: PositionInterpolator keyValue, $tupleCount=32, $tupleSplitSize=10, string-length=663] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=25, $tupleSplitSize=10, string-length=637] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=33, $tupleSplitSize=10, string-length=878] [Large tuple found: OrientationInterpolator keyValue, $tupleCount=13, $tupleSplitSize=10, string-length=161] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dX3dLogoAnimated.java:122: error: code too large public final void initialize() 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.Web3dOutreach.Web3dX3dLogoAnimated Error: Could not find or load main class Basic.Web3dOutreach.Web3dX3dLogoAnimated Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/AlarmClock.java produced from AlarmClock.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.AlarmClock AlarmClock self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Chopper.java produced from Chopper.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Chopper Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.X3dSpecifications.Chopper.initialize(Chopper.java:133) at Basic.X3dSpecifications.Chopper.(Chopper.java:112) at Basic.X3dSpecifications.Chopper.main(Chopper.java:227) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ChopperBody.java produced from ChopperBody.x3d [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=287] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ChopperBody ChopperBody self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ChopperRotor.java produced from ChopperRotor.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ChopperRotor ChopperRotor self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ClickToAnimate.java produced from ClickToAnimate.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ClickToAnimate ClickToAnimate self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ColorInterpolator.java produced from ColorInterpolator.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ColorInterpolator ColorInterpolator self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/DirectionalLight.java produced from DirectionalLight.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.DirectionalLight DirectionalLight self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ECMAScriptSaiAddDynamicRoutes.java produced from ECMAScriptSaiAddDynamicRoutes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ECMAScriptSaiAddDynamicRoutes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='Script' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.X3dSpecifications.ECMAScriptSaiAddDynamicRoutes.initialize(ECMAScriptSaiAddDynamicRoutes.java:135) at Basic.X3dSpecifications.ECMAScriptSaiAddDynamicRoutes.(ECMAScriptSaiAddDynamicRoutes.java:113) at Basic.X3dSpecifications.ECMAScriptSaiAddDynamicRoutes.main(ECMAScriptSaiAddDynamicRoutes.java:202) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ECMAScriptSaiCreateNodes.java produced from ECMAScriptSaiCreateNodes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ECMAScriptSaiCreateNodes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.X3dSpecifications.ECMAScriptSaiCreateNodes.initialize(ECMAScriptSaiCreateNodes.java:136) at Basic.X3dSpecifications.ECMAScriptSaiCreateNodes.(ECMAScriptSaiCreateNodes.java:114) at Basic.X3dSpecifications.ECMAScriptSaiCreateNodes.main(ECMAScriptSaiCreateNodes.java:204) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ECMAScriptSaiCreateNodesFromPrototype.java produced from ECMAScriptSaiCreateNodesFromPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ECMAScriptSaiCreateNodesFromPrototype ECMAScriptSaiCreateNodesFromPrototype self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ECMAScriptSaiPerFrameNotification.java produced from ECMAScriptSaiPerFrameNotification.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ECMAScriptSaiPerFrameNotification ECMAScriptSaiPerFrameNotification self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ECMAScriptSaiTouchSensorIsOverEvent.java produced from ECMAScriptSaiTouchSensorIsOverEvent.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ECMAScriptSaiTouchSensorIsOverEvent ECMAScriptSaiTouchSensorIsOverEvent self-validation test results: ROUTE details: FROM SC.diffuseColor_changed (Script.ERROR_UNKNOWN_FIELD_TYPE.outputOnly) TO MAT.set_diffuseColor (Material.SFColor.inputOutput) ROUTE has source-destination type mismatch, fromField='diffuseColor_changed' source and toField='set_diffuseColor' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Elevator.java produced from Elevator.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Elevator Elevator self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ExecutionModel.java produced from ExecutionModel.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ExecutionModel ExecutionModel self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ExtrusionEdgeCases.java produced from ExtrusionEdgeCases.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ExtrusionEdgeCases ExtrusionEdgeCases self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ExtrusionFigureX3dSpecification.java produced from ExtrusionFigureX3dSpecification.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ExtrusionFigureX3dSpecification ExtrusionFigureX3dSpecification self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/GeometricProperties.java produced from GeometricProperties.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.GeometricProperties GeometricProperties self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/GuidedTour.java produced from GuidedTour.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.GuidedTour GuidedTour self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Instancing.java produced from Instancing.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Instancing Instancing self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/JavaSaiAddDynamicRoutes.java produced from JavaSaiAddDynamicRoutes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.JavaSaiAddDynamicRoutes JavaSaiAddDynamicRoutes self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/JavaSaiCreateNodes.java produced from JavaSaiCreateNodes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.JavaSaiCreateNodes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.X3dSpecifications.JavaSaiCreateNodes.initialize(JavaSaiCreateNodes.java:166) at Basic.X3dSpecifications.JavaSaiCreateNodes.(JavaSaiCreateNodes.java:138) at Basic.X3dSpecifications.JavaSaiCreateNodes.main(JavaSaiCreateNodes.java:234) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/JavaSaiCreateNodesFromPrototype.java produced from JavaSaiCreateNodesFromPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.JavaSaiCreateNodesFromPrototype JavaSaiCreateNodesFromPrototype self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/JavaSaiPerFrameNotification.java produced from JavaSaiPerFrameNotification.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.JavaSaiPerFrameNotification JavaSaiPerFrameNotification self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/JavaSaiTouchSensorIsOverEvent.java produced from JavaSaiTouchSensorIsOverEvent.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.JavaSaiTouchSensorIsOverEvent JavaSaiTouchSensorIsOverEvent self-validation test results: ROUTE details: FROM SC.diffuseColor_changed (Script.ERROR_UNKNOWN_FIELD_TYPE.outputOnly) TO MAT.set_diffuseColor (Material.SFColor.inputOutput) ROUTE has source-destination type mismatch, fromField='diffuseColor_changed' source and toField='set_diffuseColor' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/LevelOfDetail.java produced from LevelOfDetail.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.LevelOfDetail LevelOfDetail self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/PointSet.java produced from PointSet.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.PointSet PointSet self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Prototype.java produced from Prototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Prototype Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='TwoColorTable' fieldValue name='legColor', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='legColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.X3dSpecifications.Prototype.initialize(Prototype.java:166) at Basic.X3dSpecifications.Prototype.(Prototype.java:111) at Basic.X3dSpecifications.Prototype.main(Prototype.java:236) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/PrototypesPlus.java produced from PrototypesPlus.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.PrototypesPlus Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='RefractiveMaterial' fieldValue name='transparency', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='transparency' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.X3dSpecifications.PrototypesPlus.initialize(PrototypesPlus.java:142) at Basic.X3dSpecifications.PrototypesPlus.(PrototypesPlus.java:109) at Basic.X3dSpecifications.PrototypesPlus.main(PrototypesPlus.java:212) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/RedSphereBlueBox.java produced from RedSphereBlueBox.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.RedSphereBlueBox RedSphereBlueBox self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/RefractiveMaterial.java produced from RefractiveMaterial.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.RefractiveMaterial RefractiveMaterial self-validation test results: ROUTE fromNode='RefractionScript' was not found in connected scene graph. ROUTE fromNode='RefractionScript' was not found in connected scene graph. ROUTE toNode='RefractiveMaterialNode' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Robot.java produced from Robot.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Robot Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.X3dSpecifications.Robot.initialize(Robot.java:139) at Basic.X3dSpecifications.Robot.(Robot.java:116) at Basic.X3dSpecifications.Robot.main(Robot.java:251) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Rotor.java produced from Rotor.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Rotor Rotor self-validation test results: ROUTE fromNode='T' was not found in connected scene graph. ROUTE fromNode='T' was not found in connected scene graph. ROUTE toNode='I' was not found in connected scene graph. ROUTE fromNode='I' was not found in connected scene graph. ROUTE fromNode='I' was not found in connected scene graph. ROUTE toNode='F' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/Scripting.java produced from Scripting.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.Scripting Scripting self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/ShuttlesAndPendulums.java produced from ShuttlesAndPendulums.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.ShuttlesAndPendulums Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='Pendulum' fieldValue name='rate', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='rate' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.X3dSpecifications.ShuttlesAndPendulums.initialize(ShuttlesAndPendulums.java:192) at Basic.X3dSpecifications.ShuttlesAndPendulums.(ShuttlesAndPendulums.java:113) at Basic.X3dSpecifications.ShuttlesAndPendulums.main(ShuttlesAndPendulums.java:273) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/TriangleStripSetFigure.java produced from TriangleStripSetFigure.x3d [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=156] [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=156] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.TriangleStripSetFigure TriangleStripSetFigure self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/X3dSpecifications/X3dHeaderPrototypeSyntaxExamples.java produced from X3dHeaderPrototypeSyntaxExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.X3dSpecifications.X3dHeaderPrototypeSyntaxExamples Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='EmissiveMaterial' fieldValue name='onlyColor', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.X3dSpecifications.X3dHeaderPrototypeSyntaxExamples.initialize(X3dHeaderPrototypeSyntaxExamples.java:191) at Basic.X3dSpecifications.X3dHeaderPrototypeSyntaxExamples.(X3dHeaderPrototypeSyntaxExamples.java:116) at Basic.X3dSpecifications.X3dHeaderPrototypeSyntaxExamples.main(X3dHeaderPrototypeSyntaxExamples.java:271) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/BeckyRoadOverpass.java produced from BeckyRoadOverpass.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.BeckyRoadOverpass BeckyRoadOverpass self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/CreateVrmlFromStringRandomBoxes.java produced from CreateVrmlFromStringRandomBoxes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.CreateVrmlFromStringRandomBoxes CreateVrmlFromStringRandomBoxes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/CreateX3DFromStringRandomSpheres.java produced from CreateX3DFromStringRandomSpheres.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.CreateX3DFromStringRandomSpheres CreateX3DFromStringRandomSpheres self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/ExtrusionCrossSectionExampleShip.java produced from ExtrusionCrossSectionExampleShip.x3d [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=25, $tupleSplitSize=10, string-length=186] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.ExtrusionCrossSectionExampleShip Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='extrusionImageTexture' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.course.ExtrusionCrossSectionExampleShip.initialize(ExtrusionCrossSectionExampleShip.java:188) at Basic.course.ExtrusionCrossSectionExampleShip.(ExtrusionCrossSectionExampleShip.java:143) at Basic.course.ExtrusionCrossSectionExampleShip.main(ExtrusionCrossSectionExampleShip.java:339) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/ExtrusionCrossSectionExampleTorus.java produced from ExtrusionCrossSectionExampleTorus.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.ExtrusionCrossSectionExampleTorus Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='extrusionImageTexture' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.course.ExtrusionCrossSectionExampleTorus.initialize(ExtrusionCrossSectionExampleTorus.java:204) at Basic.course.ExtrusionCrossSectionExampleTorus.(ExtrusionCrossSectionExampleTorus.java:155) at Basic.course.ExtrusionCrossSectionExampleTorus.main(ExtrusionCrossSectionExampleTorus.java:296) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/ExtrusionCrossSectionPrototype.java produced from ExtrusionCrossSectionPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.ExtrusionCrossSectionPrototype ExtrusionCrossSectionPrototype self-validation test results: ROUTE fromNode='CrossSectionScript' was not found in connected scene graph. ROUTE fromNode='CrossSectionScript' was not found in connected scene graph. ROUTE toNode='SpineLine' was not found in connected scene graph. ROUTE fromNode='CrossSectionScript' was not found in connected scene graph. ROUTE fromNode='CrossSectionScript' was not found in connected scene graph. ROUTE toNode='CrossSectionFaces' was not found in connected scene graph. ROUTE fromNode='CrossSectionScript' was not found in connected scene graph. ROUTE fromNode='CrossSectionScript' was not found in connected scene graph. ROUTE toNode='CrossSectionFacesCoordinates' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/ExtrusionExampleShip.java produced from ExtrusionExampleShip.x3d [Large tuple found: CoordinateInterpolator keyValue, $tupleCount=25, $tupleSplitSize=10, string-length=186] [Large tuple found: Extrusion crossSection, $tupleCount=17, $tupleSplitSize=10, string-length=153] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.ExtrusionExampleShip ExtrusionExampleShip self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/ExtrusionHeart.java produced from ExtrusionHeart.x3d [Large tuple found: Extrusion crossSection, $tupleCount=13, $tupleSplitSize=10, string-length=95] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.ExtrusionHeart ExtrusionHeart self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/GeometryExample.java produced from GeometryExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.GeometryExample GeometryExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/GroupFormation.java produced from GroupFormation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.GroupFormation GroupFormation self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/HelloX3dAuthors.java produced from HelloX3dAuthors.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.HelloX3dAuthors HelloX3dAuthors self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/HelloX3dAuthorsAnimationChain.java produced from HelloX3dAuthorsAnimationChain.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.HelloX3dAuthorsAnimationChain HelloX3dAuthorsAnimationChain self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/ModelOrientation.java produced from ModelOrientation.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.ModelOrientation ModelOrientation self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/PositionInterpolatorExample.java produced from PositionInterpolatorExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.PositionInterpolatorExample PositionInterpolatorExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/Pyramid.java produced from Pyramid.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.Pyramid Pyramid self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/PyramidWithAxes.java produced from PyramidWithAxes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.PyramidWithAxes PyramidWithAxes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/SimpleCarrierHull.java produced from SimpleCarrierHull.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.SimpleCarrierHull SimpleCarrierHull self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/course/SimpleExtrusionShipHull.java produced from SimpleExtrusionShipHull.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.course.SimpleExtrusionShipHull SimpleExtrusionShipHull self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/AdditiveSubtractiveLight.java produced from AdditiveSubtractiveLight.x3d [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=467] [Large tuple found: Coordinate point, $tupleCount=22, $tupleSplitSize=10, string-length=410] [Large tuple found: Coordinate point, $tupleCount=24, $tupleSplitSize=10, string-length=440] [Large tuple found: Coordinate point, $tupleCount=16, $tupleSplitSize=10, string-length=290] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=263] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=271] [Large tuple found: Coordinate point, $tupleCount=14, $tupleSplitSize=10, string-length=263] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.AdditiveSubtractiveLight AdditiveSubtractiveLight self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/AllVrml97Nodes.java produced from AllVrml97Nodes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.AllVrml97Nodes Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: SpotLight beamWidth newValue=1.570796 has component value greater than (or equal to) restriction maxInclusive=1.570796 at org.web3d.x3d.jsail.Lighting.SpotLightObject.setBeamWidth(SpotLightObject.java:539) at Basic.development.AllVrml97Nodes.initialize(AllVrml97Nodes.java:207) at Basic.development.AllVrml97Nodes.(AllVrml97Nodes.java:115) at Basic.development.AllVrml97Nodes.main(AllVrml97Nodes.java:291) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/AmelaExampleScene.java produced from AmelaExampleScene.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.AmelaExampleScene AmelaExampleScene self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/Arc2dComponentPrototype.java produced from Arc2dComponentPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.Arc2dComponentPrototype Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='metadata' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.development.Arc2dComponentPrototype.initialize(Arc2dComponentPrototype.java:136) at Basic.development.Arc2dComponentPrototype.(Arc2dComponentPrototype.java:111) at Basic.development.Arc2dComponentPrototype.main(Arc2dComponentPrototype.java:223) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/BooleanSequencerExample.java produced from BooleanSequencerExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.BooleanSequencerExample BooleanSequencerExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/BooleanSequencerPrototype.java produced from BooleanSequencerPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.BooleanSequencerPrototype BooleanSequencerPrototype self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/BradenPrototypeInitializeExample.java produced from BradenPrototypeInitializeExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.BradenPrototypeInitializeExample BradenPrototypeInitializeExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/CameraExamples.java produced from CameraExamples.x3d [Large tuple found: Coordinate point, $tupleCount=64, $tupleSplitSize=10, string-length=959] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.CameraExamples Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='shots' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.development.CameraExamples.initialize(CameraExamples.java:200) at Basic.development.CameraExamples.(CameraExamples.java:158) at Basic.development.CameraExamples.main(CameraExamples.java:693) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/CameraPrototypes.java produced from CameraPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.CameraPrototypes CameraPrototypes self-validation test results: ROUTE fromNode='CameraPositionInterpolator' was not found in connected scene graph. ROUTE fromNode='CameraPositionInterpolator' was not found in connected scene graph. ROUTE toNode='CameraViewpoint' was not found in connected scene graph. ROUTE fromNode='CameraOrientationInterpolator' was not found in connected scene graph. ROUTE fromNode='CameraOrientationInterpolator' was not found in connected scene graph. ROUTE toNode='CameraViewpoint' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE toNode='CameraViewpoint' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE toNode='CameraViewpoint' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE toNode='CameraViewpoint' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE toNode='CameraNavInfo' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE fromNode='CameraScript' was not found in connected scene graph. ROUTE toNode='CameraDirectionalLight' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/CameraShape.java produced from CameraShape.x3d [Large tuple found: Coordinate point, $tupleCount=26, $tupleSplitSize=10, string-length=420] [Large tuple found: Coordinate point, $tupleCount=32, $tupleSplitSize=10, string-length=513] [Large tuple found: Coordinate point, $tupleCount=192, $tupleSplitSize=10, string-length=3020] [Large tuple found: Coordinate point, $tupleCount=211, $tupleSplitSize=10, string-length=3378] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.CameraShape CameraShape self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/CoordinateInterpolator2dExample.java produced from CoordinateInterpolator2dExample.x3d [Large tuple found: CoordinateInterpolator2D keyValue, $tupleCount=20, $tupleSplitSize=10, string-length=95] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.CoordinateInterpolator2dExample CoordinateInterpolator2dExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/CoordinateInterpolator2dPrototype.java produced from CoordinateInterpolator2dPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.CoordinateInterpolator2dPrototype CoordinateInterpolator2dPrototype self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ECMAScriptAnnexExample2.java produced from ECMAScriptAnnexExample2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ECMAScriptAnnexExample2 Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='nodesLoaded' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.development.ECMAScriptAnnexExample2.initialize(ECMAScriptAnnexExample2.java:132) at Basic.development.ECMAScriptAnnexExample2.(ECMAScriptAnnexExample2.java:106) at Basic.development.ECMAScriptAnnexExample2.main(ECMAScriptAnnexExample2.java:200) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/EventUtilityExamples.java produced from EventUtilityExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.EventUtilityExamples EventUtilityExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/EventUtilityPrototypes.java produced from EventUtilityPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.EventUtilityPrototypes EventUtilityPrototypes self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ExampleExternPrototype1.java produced from ExampleExternPrototype1.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ExampleExternPrototype1 Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='MyExternProtoName' fieldValue name='field3', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='field3' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.development.ExampleExternPrototype1.initialize(ExampleExternPrototype1.java:123) at Basic.development.ExampleExternPrototype1.(ExampleExternPrototype1.java:100) at Basic.development.ExampleExternPrototype1.main(ExampleExternPrototype1.java:190) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ExampleExternPrototype2.java produced from ExampleExternPrototype2.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ExampleExternPrototype2 ExampleExternPrototype2 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/Geometry2dComponentExamples.java produced from Geometry2dComponentExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.Geometry2dComponentExamples Geometry2dComponentExamples self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/Geometry2dComponentExternProtos.java produced from Geometry2dComponentExternProtos.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.Geometry2dComponentExternProtos Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='metadata' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.development.Geometry2dComponentExternProtos.initialize(Geometry2dComponentExternProtos.java:159) at Basic.development.Geometry2dComponentExternProtos.(Geometry2dComponentExternProtos.java:129) at Basic.development.Geometry2dComponentExternProtos.main(Geometry2dComponentExternProtos.java:363) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/Geometry2dComponentPrototypes.java produced from Geometry2dComponentPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.Geometry2dComponentPrototypes Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='metadata' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.development.Geometry2dComponentPrototypes.initialize(Geometry2dComponentPrototypes.java:280) at Basic.development.Geometry2dComponentPrototypes.(Geometry2dComponentPrototypes.java:128) at Basic.development.Geometry2dComponentPrototypes.main(Geometry2dComponentPrototypes.java:438) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HeaderExample.java produced from HeaderExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HeaderExample HeaderExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HelloSiggraph2000.java produced from HelloSiggraph2000.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HelloSiggraph2000 HelloSiggraph2000 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HelloSiggraph2003.java produced from HelloSiggraph2003.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HelloSiggraph2003 HelloSiggraph2003 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HelloWWW9.java produced from HelloWWW9.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HelloWWW9 HelloWWW9 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HelloWorld.java produced from HelloWorld.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HelloWorld HelloWorld self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HelloX3dDay2001.java produced from HelloX3dDay2001.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HelloX3dDay2001 HelloX3dDay2001 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/HelloX3dTrademark.java produced from HelloX3dTrademark.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.HelloX3dTrademark HelloX3dTrademark self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ImportExportSyntax.java produced from ImportExportSyntax.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ImportExportSyntax ImportExportSyntax self-validation test results: ROUTE toNode='I1Root' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/IntegerSequencerExample.java produced from IntegerSequencerExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.IntegerSequencerExample IntegerSequencerExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/IntegerSequencerPrototype.java produced from IntegerSequencerPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.IntegerSequencerPrototype IntegerSequencerPrototype self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/KeySensorActivationKeySwitchTest.java produced from KeySensorActivationKeySwitchTest.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.KeySensorActivationKeySwitchTest KeySensorActivationKeySwitchTest self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/KeySensorActivationKeySwitchTestInteractive.java produced from KeySensorActivationKeySwitchTestInteractive.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.KeySensorActivationKeySwitchTestInteractive KeySensorActivationKeySwitchTestInteractive self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/KeySensorActivationKeySwitchTestInterchange.java produced from KeySensorActivationKeySwitchTestInterchange.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.KeySensorActivationKeySwitchTestInterchange KeySensorActivationKeySwitchTestInterchange self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/LODlevelChangedExample.java produced from LODlevelChangedExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.LODlevelChangedExample LODlevelChangedExample self-validation test results: ROUTE details: FROM activeLOD.level_changed (LOD.SFInt32.outputOnly) TO PreloadLevelsScript.level_changed (Script.ERROR_UNKNOWN_FIELD_TYPE.inputOnly) ROUTE has source-destination type mismatch, fromField='level_changed' source and toField='level_changed' destination have different types. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/LfovDisplayExemplars.java produced from LfovDisplayExemplars.x3d [Large tuple found: Coordinate point, $tupleCount=146, $tupleSplitSize=10, string-length=2892] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.LfovDisplayExemplars LfovDisplayExemplars self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/LoadSensorExample.java produced from LoadSensorExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.LoadSensorExample Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='watchList' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.development.LoadSensorExample.initialize(LoadSensorExample.java:133) at Basic.development.LoadSensorExample.(LoadSensorExample.java:111) at Basic.development.LoadSensorExample.main(LoadSensorExample.java:238) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/LoadSensorPrototype.java produced from LoadSensorPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.LoadSensorPrototype Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='watchList' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.development.LoadSensorPrototype.initialize(LoadSensorPrototype.java:148) at Basic.development.LoadSensorPrototype.(LoadSensorPrototype.java:123) at Basic.development.LoadSensorPrototype.main(LoadSensorPrototype.java:261) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/MaterialExample.java produced from MaterialExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.MaterialExample MaterialExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/MetadataExamples.java produced from MetadataExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.MetadataExamples Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='metadata' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.development.MetadataExamples.initialize(MetadataExamples.java:163) at Basic.development.MetadataExamples.(MetadataExamples.java:132) at Basic.development.MetadataExamples.main(MetadataExamples.java:290) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/MetadataPrototypes.java produced from MetadataPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.MetadataPrototypes MetadataPrototypes self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/Orbiter.java produced from Orbiter.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.Orbiter Orbiter self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/PhysicalUnitRepresentationPrototypes.java produced from PhysicalUnitRepresentationPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.PhysicalUnitRepresentationPrototypes PhysicalUnitRepresentationPrototypes self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/PixelTextureInterpolatorPrototype.java produced from PixelTextureInterpolatorPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.PixelTextureInterpolatorPrototype Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='keyValue' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.development.PixelTextureInterpolatorPrototype.initialize(PixelTextureInterpolatorPrototype.java:136) at Basic.development.PixelTextureInterpolatorPrototype.(PixelTextureInterpolatorPrototype.java:113) at Basic.development.PixelTextureInterpolatorPrototype.main(PixelTextureInterpolatorPrototype.java:241) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/PositionInterpolator2dExample.java produced from PositionInterpolator2dExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.PositionInterpolator2dExample PositionInterpolator2dExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/PositionInterpolator2dPrototype.java produced from PositionInterpolator2dPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.PositionInterpolator2dPrototype PositionInterpolator2dPrototype self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ProfileExampleInterchange.java produced from ProfileExampleInterchange.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ProfileExampleInterchange ProfileExampleInterchange self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ProtoInstanceExample.java produced from ProtoInstanceExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ProtoInstanceExample Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='NewShape' fieldValue name='newHeight', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='newHeight' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.development.ProtoInstanceExample.initialize(ProtoInstanceExample.java:137) at Basic.development.ProtoInstanceExample.(ProtoInstanceExample.java:103) at Basic.development.ProtoInstanceExample.main(ProtoInstanceExample.java:208) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ProtoMFNodeSensorExample.java produced from ProtoMFNodeSensorExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ProtoMFNodeSensorExample ProtoMFNodeSensorExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ProtoTagDtdDeclarationExamples.java produced from ProtoTagDtdDeclarationExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoTagDtdDeclarationExamples.java:188: error: cannot find symbol .addChild(new NewTransformExampleObject().setTranslation(0.0f,-0.5f,0.0f).setCenter(0.0f,0.0f,0.0f).setRotation(0.0f,0.0f,1.0f,0.0f).setScaleOrientation(0.0f,0.0f,1.0f,0.0f).setScale(1.0f,1.0f,1.0f) symbol: class NewTransformExampleObject location: class ProtoTagDtdDeclarationExamples 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ProtoTagDtdDeclarationExamples Error: Could not find or load main class Basic.development.ProtoTagDtdDeclarationExamples Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ProxyShapeExample.java produced from ProxyShapeExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ProxyShapeExample Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='outputNode' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.development.ProxyShapeExample.initialize(ProxyShapeExample.java:138) at Basic.development.ProxyShapeExample.(ProxyShapeExample.java:108) at Basic.development.ProxyShapeExample.main(ProxyShapeExample.java:206) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/RenderingComponentExamples.java produced from RenderingComponentExamples.x3d [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=113] [Large tuple found: Coordinate point, $tupleCount=12, $tupleSplitSize=10, string-length=122] [Large tuple found: Color color, $tupleCount=12, $tupleSplitSize=10, string-length=89] [Large tuple found: Coordinate point, $tupleCount=13, $tupleSplitSize=10, string-length=156] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.RenderingComponentExamples RenderingComponentExamples self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/RenderingComponentExternProtoDefinitions.java produced from RenderingComponentExternProtoDefinitions.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.RenderingComponentExternProtoDefinitions Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='metadata' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.development.RenderingComponentExternProtoDefinitions.initialize(RenderingComponentExternProtoDefinitions.java:151) at Basic.development.RenderingComponentExternProtoDefinitions.(RenderingComponentExternProtoDefinitions.java:124) at Basic.development.RenderingComponentExternProtoDefinitions.main(RenderingComponentExternProtoDefinitions.java:298) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/RenderingComponentPrototypes.java produced from RenderingComponentPrototypes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.RenderingComponentPrototypes RenderingComponentPrototypes self-validation test results: ERROR_VALUE_NOT_FOUND, MetadataSet name field is required but no value found. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/SceneNodePrototype.java produced from SceneNodePrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.SceneNodePrototype Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='createdVrmlNodes' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ProtoInterfaceObject.addField(ProtoInterfaceObject.java:489) at Basic.development.SceneNodePrototype.initialize(SceneNodePrototype.java:131) at Basic.development.SceneNodePrototype.(SceneNodePrototype.java:108) at Basic.development.SceneNodePrototype.main(SceneNodePrototype.java:289) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/SchemaTest.java produced from SchemaTest.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\SchemaTest.java:171: error: no suitable method found for addValue(ProtoInstanceObject) .addValue(new ProtoInstanceObject().setName("SomeKindOfMetadataPrototype"))) method MetadataSet.addValue(X3DNode[]) is not applicable (argument mismatch; ProtoInstanceObject cannot be converted to X3DNode[]) method MetadataSetObject.addValue(X3DMetadataObject) is not applicable (argument mismatch; ProtoInstanceObject cannot be converted to X3DMetadataObject) method MetadataSetObject.addValue(X3DNode[]) is not applicable (argument mismatch; ProtoInstanceObject cannot be converted to X3DNode[]) 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.SchemaTest Error: Could not find or load main class Basic.development.SchemaTest Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ScriptSyntaxExampleTest.java produced from ScriptSyntaxExampleTest.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ScriptSyntaxExampleTest ScriptSyntaxExampleTest self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ShapeChildRoutingExample.java produced from ShapeChildRoutingExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ShapeChildRoutingExample Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='geometryResult' with type='SFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.development.ShapeChildRoutingExample.initialize(ShapeChildRoutingExample.java:127) at Basic.development.ShapeChildRoutingExample.(ShapeChildRoutingExample.java:104) at Basic.development.ShapeChildRoutingExample.main(ShapeChildRoutingExample.java:196) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestColorCount.java produced from TestColorCount.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestColorCount TestColorCount self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestContainerFieldValues.java produced from TestContainerFieldValues.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestContainerFieldValues.java:156: error: cannot find symbol .setLevel(new TransformObject())) symbol: method setLevel(TransformObject) location: class LODObject 1 error Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestContainerFieldValues Error: Could not find or load main class Basic.development.TestContainerFieldValues Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestDiagnosticOverloadedChildNodes.java produced from TestDiagnosticOverloadedChildNodes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestDiagnosticOverloadedChildNodes.java:161: error: cannot find symbol .addColor(new ColorObject("t")) symbol: method addColor(ColorObject) location: class IndexedTriangleFanSetObject C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestDiagnosticOverloadedChildNodes.java:139: error: cannot find symbol .addMaterial(new MaterialObject("a")) symbol: method addMaterial(MaterialObject) location: class AppearanceObject 2 errors Compile failed; see the compiler error output for details. now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestDiagnosticOverloadedChildNodes Error: Could not find or load main class Basic.development.TestDiagnosticOverloadedChildNodes Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestDoctype.java produced from TestDoctype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestDoctype TestDoctype self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestFieldChecks.java produced from TestFieldChecks.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestFieldChecks Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='bb' with type='SFNode' cannot have any simple-type value (newValue='using value attribute for nodes will provoke an error'). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at Basic.development.TestFieldChecks.initialize(TestFieldChecks.java:122) at Basic.development.TestFieldChecks.(TestFieldChecks.java:101) at Basic.development.TestFieldChecks.main(TestFieldChecks.java:197) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestJsonEncoding.java produced from TestJsonEncoding.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestJsonEncoding TestJsonEncoding self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestMetadataNodes.java produced from TestMetadataNodes.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestMetadataNodes TestMetadataNodes self-validation test results: ERROR_VALUE_NOT_FOUND, MetadataSet name field is required but no value found. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestOrientationInterpolatorSize.java produced from TestOrientationInterpolatorSize.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestOrientationInterpolatorSize TestOrientationInterpolatorSize self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestProtoInterfaceNodeScope.java produced from TestProtoInterfaceNodeScope.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestProtoInterfaceNodeScope Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: ProtoInstance USE='P2' is not allowed to have contained MFNode fieldValue at org.web3d.x3d.jsail.Core.ProtoInstanceObject.validate(ProtoInstanceObject.java:1027) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1417) at org.web3d.x3d.jsail.Scripting.ScriptObject.addField(ScriptObject.java:1232) at Basic.development.TestProtoInterfaceNodeScope.initialize(TestProtoInterfaceNodeScope.java:158) at Basic.development.TestProtoInterfaceNodeScope.(TestProtoInterfaceNodeScope.java:120) at Basic.development.TestProtoInterfaceNodeScope.main(TestProtoInterfaceNodeScope.java:233) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestPrototypeInterpolators.java produced from TestPrototypeInterpolators.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestPrototypeInterpolators TestPrototypeInterpolators self-validation test results: ROUTE details: FROM Clock.fraction_changed (TimeSensor.SFFloat.outputOnly) TO InterpolatorTestInstance.set_fraction (ProtoInstance.ERROR_UNKNOWN_FIELD_TYPE.ERROR_UNKNOWN_FIELD_ACCESSTYPE) ROUTE has source-destination type mismatch, fromField='fraction_changed' source and toField='set_fraction' destination have different types. ROUTE toField (destination) event can only have accessType='inputOutput' or accessType='inputOnly'. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TestViewpointJump.java produced from TestViewpointJump.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TestViewpointJump TestViewpointJump self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/TextExamples.java produced from TextExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.TextExamples TextExamples self-validation test results: C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/UnderstandingSceneGraphsTouchToLight.java produced from UnderstandingSceneGraphsTouchToLight.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.UnderstandingSceneGraphsTouchToLight UnderstandingSceneGraphsTouchToLight self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/UnquotedTokensNavigationInfoAndFontStyle.java produced from UnquotedTokensNavigationInfoAndFontStyle.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.UnquotedTokensNavigationInfoAndFontStyle UnquotedTokensNavigationInfoAndFontStyle self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/UseNodeExample.java produced from UseNodeExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.UseNodeExample UseNodeExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ViewpointGroupExample.java produced from ViewpointGroupExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ViewpointGroupExample Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='children' with type='MFNode' cannot have any simple-type value (newValue=''). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at org.web3d.x3d.jsail.Core.fieldObject.validate(fieldObject.java:1413) at org.web3d.x3d.jsail.Core.ExternProtoDeclareObject.addField(ExternProtoDeclareObject.java:853) at Basic.development.ViewpointGroupExample.initialize(ViewpointGroupExample.java:147) at Basic.development.ViewpointGroupExample.(ViewpointGroupExample.java:124) at Basic.development.ViewpointGroupExample.main(ViewpointGroupExample.java:241) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ViewpointGroupPrototype.java produced from ViewpointGroupPrototype.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ViewpointGroupPrototype ViewpointGroupPrototype self-validation test results: ROUTE fromNode='ProximityZone' was not found in connected scene graph. ROUTE fromNode='ProximityZone' was not found in connected scene graph. ROUTE toNode='UnbindingControlScript' was not found in connected scene graph. C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/ViewpointGroupTest.java produced from ViewpointGroupTest.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.ViewpointGroupTest ViewpointGroupTest self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/WelcomeToWWW9.java produced from WelcomeToWWW9.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.WelcomeToWWW9 WelcomeToWWW9 self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/WrapperTagsExample.java produced from WrapperTagsExample.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.WrapperTagsExample WrapperTagsExample self-validation test results: success C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/X3dHeaderPrototypeSyntaxExamples.java produced from X3dHeaderPrototypeSyntaxExamples.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.X3dHeaderPrototypeSyntaxExamples Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: Illegal addFieldValue() invocation for ProtoInstanceObject name='EmissiveMaterial' fieldValue name='onlyColor', newFieldValue.validation() failure: ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. ERROR_NOT_CONNECTED_TO_SCENE_GRAPH: fieldValue name='onlyColor' is not currently connected to SceneObject scene graph and thus getType() cannot be checked. at org.web3d.x3d.jsail.Core.ProtoInstanceObject.addFieldValue(ProtoInstanceObject.java:1089) at Basic.development.X3dHeaderPrototypeSyntaxExamples.initialize(X3dHeaderPrototypeSyntaxExamples.java:174) at Basic.development.X3dHeaderPrototypeSyntaxExamples.(X3dHeaderPrototypeSyntaxExamples.java:107) at Basic.development.X3dHeaderPrototypeSyntaxExamples.main(X3dHeaderPrototypeSyntaxExamples.java:249) Java Result: 1 C:\x3d-code\www.web3d.org\x3d\content\examples\Basic/development/X3dRetreatProtoExercise.java produced from X3dRetreatProtoExercise.x3d Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\classes now run and validate the java model java -classpath classes;../../../stylesheets/java/jars/X3DJSAIL.3.3.full.jar;C:\x3d-code\www.web3d.org\x3d\tools\jar/saxon9he.jar Basic.development.X3dRetreatProtoExercise Exception in thread "main" org.web3d.x3d.sai.InvalidProtoException: field name='geometry' with type='SFNode' cannot have any simple-type value (newValue='NULL'). Use setChildren() method instead. at org.web3d.x3d.jsail.Core.fieldObject.setValue(fieldObject.java:1008) at Basic.development.X3dRetreatProtoExercise.initialize(X3dRetreatProtoExercise.java:138) at Basic.development.X3dRetreatProtoExercise.(X3dRetreatProtoExercise.java:113) at Basic.development.X3dRetreatProtoExercise.main(X3dRetreatProtoExercise.java:298) Java Result: 1 echo.timestamp: timestamp 02:46:14 on 13 April 2017 processScenes.java complete. processScenes.javadoc: Generating Javadoc Javadoc execution Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildNoTransformation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildNoTransformation.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeA.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeA.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeB.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeB.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeC.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CADPartChildTransformationAlternativeC.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadDesignPatternExampleBushing.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadDesignPatternExampleBushing.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadGeometryExternPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadGeometryExternPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadGeometryPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadGeometryPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadTeapot.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CadTeapot.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubAssemblyCombined.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubAssemblyCombined.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubAssemblyInline.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubAssemblyInline.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubBushing.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubBushing.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubCap.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubCap.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubDiscWithHoles.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubDiscWithHoles.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubGasket.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\CatiaHubGasket.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\ClipPlaneExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\ClipPlaneExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\IndexedQuadSetExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\IndexedQuadSetExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\IndexedQuadSetTexture.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\IndexedQuadSetTexture.java]] [parsing completed 70ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\KeyFobWeb3d2013BasqueCountry.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\KeyFobWeb3d2013BasqueCountry.java]] [parsing completed 180ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\KeyFobWeb3d2013Spain.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\KeyFobWeb3d2013Spain.java]] [parsing completed 192ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\QuadSetColor.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\QuadSetColor.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\QuadSetExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\CAD\QuadSetExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\AceticAcid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\AceticAcid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Alanine.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Alanine.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\ButanedioicAcid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\ButanedioicAcid.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Caffeine.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Caffeine.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Cholesterol.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Cholesterol.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Cortisone.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Cortisone.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\CyclohexeneOxide.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\CyclohexeneOxide.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Cyclopentanamine.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Cyclopentanamine.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Digitoxigenin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Digitoxigenin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\DimethylSulfoxide.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\DimethylSulfoxide.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Ethanol.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Ethanol.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\GlycerolDiacetate.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\GlycerolDiacetate.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Histamine.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Histamine.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Oxytocin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Oxytocin.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\PyruvicAcid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\PyruvicAcid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Riboflavin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Riboflavin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\SomatoStatin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\SomatoStatin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\TartaricAcid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\TartaricAcid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Tetrahydrofuran.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\Tetrahydrofuran.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\TransDCE.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\TransDCE.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\VitaminK.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\VitaminK.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\_1_4_Dihydronaphthalene.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\_1_4_Dihydronaphthalene.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\_3_Methy_1H_indene.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ChemicalMarkupLanguage\_3_Methy_1H_indene.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\AriesEspduPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\AriesEspduPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\AutomatedEntityGeometryCreator.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\AutomatedEntityGeometryCreator.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\BaseballBackspin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\BaseballBackspin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\BeachTanks.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\BeachTanks.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\CannonProject.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\CannonProject.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\CoordinateAxesX3dDIS.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\CoordinateAxesX3dDIS.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\CoordinateAxesX3dDISGeoLoc.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\CoordinateAxesX3dDISGeoLoc.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\DISEntityPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\DISEntityPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\EspduTransformExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\EspduTransformExample.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\EspduTransformPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\EspduTransformPrototypes.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\EspduTransformSenderReceiver.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\EspduTransformSenderReceiver.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\ExternProtoDeclareDefinitions.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\ExternProtoDeclareDefinitions.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\Gimbals.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\Gimbals.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\NetworkedCamera.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\NetworkedCamera.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\RadioCommunicationsObserver.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\RadioCommunicationsObserver.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\RadioCommunicationsPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\RadioCommunicationsPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestBoxEspdu.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestBoxEspdu.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestCube.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestCube.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestCubeEspdu.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestCubeEspdu.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestImages.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\TestImages.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\UserScriptedEntityGeometryCreator.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\DistributedInteractiveSimulation\UserScriptedEntityGeometryCreator.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\CodedCompressedPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\CodedCompressedPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Eight.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Eight.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\EightCoded.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\EightCoded.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\EightCompressed.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\EightCompressed.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Fish.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Fish.java]] [parsing completed 220ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\FishCoded.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\FishCoded.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\FishCompressed.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\FishCompressed.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Lion.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Lion.java]] [parsing completed 302ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\LionCoded.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\LionCoded.java]] [parsing completed 40ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\LionCompressed.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\LionCompressed.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Teapot.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\Teapot.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\TeapotCoded.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\TeapotCoded.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\TeapotCompressed.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExperimentalBinaryCompression\TeapotCompressed.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\BoxEaiJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\BoxEaiJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\CreateSphereEaiJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\CreateSphereEaiJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\GraphicalLogAnalyzer.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\GraphicalLogAnalyzer.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\HelixEaiJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\HelixEaiJava.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\SwitcherEaiJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\SwitcherEaiJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\ViewSwitchEaiJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ExternalAuthoringInterface\ViewSwitchEaiJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterClassical.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterClassical.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\CoasterDamper.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorClassical.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\DoorDesired.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerExternalPrototypeDeclarations.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\FollowerPrototypeDeclarations.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\PoorMansInertia.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDesired.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\RoomDirect.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Sky.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\Slider.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestOrientationFollower.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPosition2DFollower.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestPositionFollower.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\TestSliders.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewChaser.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Followers\ThirdPersonViewFollower.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A1_GeoElevationGrid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A2_AnimatedGeoViewpoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A3_GeoInline.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A4_GeoLocation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\A5_GeoOrigin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Box.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampuses.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour3Altitudes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour4Altitudes.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\CaliforniaCampusesTour5Altitudes.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoSpatialExternProtoDeclarations.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeoTouchSensorExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\GeospatialCoordinateAxesNsewExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarth.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenAerialMap.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\HelloEarthOpenStreetMap.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\KmlPrototypes.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mars.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD000.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD001.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD002.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD003.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD004.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD005.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD006.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD007.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD008.java]] [parsing completed 212ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD009.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD010.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD011.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD012.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD013.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD015.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD016.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD017.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD018.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD019.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD020.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD021.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD022.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\MarsLOD023.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Mexico.java]] [parsing completed 362ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\OpenStreetMapX3dEarthDemo.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Squaw.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD000.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD001.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD002.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD003.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD004.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD005.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD006.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD007.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD008.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD009.java]] [parsing completed 16ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD010.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD011.java]] [parsing completed 2ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD012.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD013.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD014.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD015.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD016.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD016.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD017.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD017.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD018.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD018.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD019.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD019.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD020.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD020.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD021.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD021.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD022.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD022.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD023.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD023.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD024.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD024.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD025.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD025.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD026.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD026.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD027.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD027.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD028.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD028.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD029.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SquawLOD029.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus000.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus000.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus001.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus001.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus002.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus002.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus003.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus003.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus004.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus004.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus005.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus005.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus006.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus006.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus007.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus007.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus008.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus008.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus009.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus009.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus010.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus010.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus011.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus011.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus012.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus012.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus013.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus013.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus014.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus014.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus015.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus015.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus016.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus016.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus017.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus017.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus018.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus018.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus019.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus019.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus020.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus020.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus021.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus021.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus022.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus022.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus023.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus023.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus024.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus024.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus025.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus025.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus026.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus026.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus027.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus027.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus028.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus028.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus029.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus029.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus030.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus030.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus031.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus031.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus032.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus032.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus033.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus033.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus034.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus034.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus035.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus035.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus036.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus036.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus037.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus037.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus038.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus038.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus039.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus039.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus040.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus040.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus041.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus041.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus042.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus042.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus043.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus043.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus044.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus044.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus045.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus045.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus046.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus046.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus047.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus047.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus048.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus048.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus049.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus049.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus050.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus050.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus051.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus051.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus052.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus052.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus053.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus053.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus054.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus054.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus055.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus055.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus056.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus056.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus057.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus057.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus058.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus058.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus059.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus059.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus060.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus060.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus061.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus061.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus062.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus062.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus063.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus063.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus064.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus064.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus065.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus065.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus066.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus066.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus067.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus067.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus068.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus068.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus069.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus069.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus070.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus070.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus071.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus071.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus072.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus072.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus073.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus073.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus074.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus074.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus075.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus075.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus076.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus076.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus077.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus077.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus078.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus078.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus079.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus079.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus080.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus080.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus081.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus081.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus082.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus082.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus083.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus083.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus084.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus084.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus085.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus085.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus086.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus086.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus087.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus087.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus088.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus088.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus089.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus089.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus090.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus090.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus091.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus091.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus092.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus092.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus093.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus093.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus094.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus094.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus095.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus095.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus096.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus096.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus097.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus097.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus098.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus098.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus099.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus099.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus100.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus100.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus101.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus101.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus102.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus102.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus103.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus103.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus104.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus104.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus105.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus105.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus106.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus106.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus107.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus107.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus108.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus108.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus109.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus109.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus110.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus110.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus111.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus111.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus112.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus112.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus113.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus113.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus114.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus114.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus115.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus115.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus116.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus116.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus117.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus117.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus118.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus118.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus119.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus119.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus120.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus120.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus121.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus121.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus122.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus122.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus123.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus123.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus124.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus124.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus125.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus125.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus126.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus126.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus127.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus127.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus128.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus128.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus129.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus129.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus130.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus130.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus131.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus131.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus132.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus132.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus133.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus133.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus134.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus134.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus135.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus135.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus136.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus136.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus137.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus137.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus138.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus138.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus139.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus139.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus140.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus140.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus141.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus141.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus142.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus142.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus143.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus143.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus144.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus144.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus145.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus145.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus146.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus146.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus147.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus147.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus148.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus148.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus149.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus149.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus150.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus150.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus151.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\SriCampus151.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Temple.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\Temple.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TempleNoOrigin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TempleNoOrigin.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TempleOrigin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TempleOrigin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TemplePretty.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TemplePretty.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TripsAroundWorld.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TripsAroundWorld.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TripsModel.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\TripsModel.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\World.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\World.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldHigh.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldHigh.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldLow.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldLow.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldTest.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldTest.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldTestSolid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\WorldTestSolid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\newGeospatialScene.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Geospatial\newGeospatialScene.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDutton.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDutton.java]] [parsing completed 120ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDuttonBlurryMotion.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDuttonBlurryMotion.java]] [parsing completed 802ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDuttonProtoInstances.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenDuttonProtoInstances.java]] [parsing completed 70ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenStandShootRifleM24.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\AllenStandShootRifleM24.java]] [parsing completed 70ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\BoxMan.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\BoxMan.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\BoxManAnimationPanel.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\BoxManAnimationPanel.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\Bubbles.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\Bubbles.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_0.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_0.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\DiamondManLOA_2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimBehaviorPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimBehaviorPrototypes.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelFootLeft.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelFootLeft.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelFootRight.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelFootRight.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelHandLeft.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelHandLeft.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelHandRight.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelHandRight.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelsHandsFeet.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimModelsHandsFeet.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Illustrated.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Illustrated.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Invisible.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Invisible.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Motion.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\HAnimSpecificationLOA3Motion.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\InterchangableActorsViaDynamicRoutingPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\InterchangableActorsViaDynamicRoutingPrototypes.java]] [parsing completed 70ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\JoeSkinTexcoordDisplacerKick.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\JoeSkinTexcoordDisplacerKick.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter01Jin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter01Jin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter02Chul.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter02Chul.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter03Hyun.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter03Hyun.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter04Young.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter04Young.java]] [parsing completed 632ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter05Ju.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter05Ju.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter06Ga.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter06Ga.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter07No.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter07No.java]] [parsing completed 60ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter08Da.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter08Da.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter09Ru.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter09Ru.java]] [parsing completed 31ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter10Mi.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter10Mi.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter11Min.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter11Min.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter12Sun.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\KoreanCharacter12Sun.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_JumpAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_JumpAnimation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_KneelAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_KneelAnimation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_RunAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_RunAnimation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_StandAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_StandAnimation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_StopAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_StopAnimation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_SwimmingFlutterKickAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_SwimmingFlutterKickAnimation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_WalkAnimation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\LOA1_WalkAnimation.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\Marine.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\Marine.java]] [parsing completed 30ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\MaskAndSnorkel.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\MaskAndSnorkel.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyDiving.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyDiving.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyDivingProtoInstances.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyDivingProtoInstances.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyNativeTags.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyNativeTags.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyStandShootRifleM24.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\NancyStandShootRifleM24.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\ScubaTank.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\HumanoidAnimation\ScubaTank.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeAll.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeRound.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeRound.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeVector.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeEdgeVector.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeFaceFlags.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeFaceFlags.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeNumberOfDivisions.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeNumberOfDivisions.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeShellType.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeShellType.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeTexture.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeVertexRound.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellAttributeVertexRound.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellExternProtoDeclare.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellExternProtoDeclare.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelBaby.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelDolphin.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelDolphin.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelHand.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelHand.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelOctopus.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelStar.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellModelStar.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellProtoDeclare.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\LatticeXvl\XvlShellProtoDeclare.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BodySkinIndexedFaceSetNIST.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BodySkinIndexedFaceSetNIST.java]] [parsing completed 127ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesAllSkeleton.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesAllSkeleton.java]] [parsing completed 3049ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesChest.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesChest.java]] [parsing completed 804ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesGirdle.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesGirdle.java]] [parsing completed 40ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesHead.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesHead.java]] [parsing completed 180ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftFemur.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftFemur.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftFoot.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftFoot.java]] [parsing completed 58ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftHand.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftHand.java]] [parsing completed 23ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftHumerus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftHumerus.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftRadiusUlna.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftRadiusUlna.java]] [parsing completed 40ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftTibiaFibula.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesLeftTibiaFibula.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesMandible.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesMandible.java]] [parsing completed 25ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightFemur.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightFemur.java]] [parsing completed 3ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightFoot.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightFoot.java]] [parsing completed 60ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightHand.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightHand.java]] [parsing completed 84ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightHumerus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightHumerus.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightRadiusUlna.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightRadiusUlna.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightTibiaFibula.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesRightTibiaFibula.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesSpine.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesSpine.java]] [parsing completed 392ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesTeethBottom.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesTeethBottom.java]] [parsing completed 760ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesTeethTop.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\BonesTeethTop.java]] [parsing completed 34ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadata.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadata.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadataViewer.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\MedicalMetadataViewer.java]] [parsing completed 20ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNoNormals.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNoNormals.java]] [parsing completed 2088ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNormals.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Medical\SkeletonCompleteNormals.java]] [parsing completed 4566ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\AnimatedNurbsPatchSurfaceHead.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\AnimatedNurbsPatchSurfaceHead.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FourDucks.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FourDucks.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\FredTheBunny.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HoleCentered.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HoleCentered.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HoleLargeOffset.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HoleLargeOffset.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HoleSmallOffset.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HoleSmallOffset.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\HurricaneLantern.java]] [parsing completed 972ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\MobiusNurbs.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\MobiusNurbs.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsCurveExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsCurveExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsExternPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsExternPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatch.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatch.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchImageTexture.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchImageTexture.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSolid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSolid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExampleLarge.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExampleLarge.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExampleWithOahuTexture.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPatchSurfaceExampleWithOahuTexture.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPositionInterpolatorExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPositionInterpolatorExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsTrimmedSurface.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\NurbsTrimmedSurface.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\StampX3dLetters.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\StampX3dLetters.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\StampX3dLettersHalloween.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\StampX3dLettersHalloween.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\TrimmedNurbsWithHole.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\TrimmedNurbsWithHole.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\TrimmingContourExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\NURBS\TrimmingContourExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkReroutingAlternateRoutes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkReroutingAlternateRoutes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkReroutingNetwork.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkReroutingNetwork.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkReroutingRoutes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkReroutingRoutes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkSensorConnectionPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Networking\NetworkSensorConnectionPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounce.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounce.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounceSimple.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallBounceSimple.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallJoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BallJoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BodyGeometry.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BodyGeometry.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BounceTrimesh.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\BounceTrimesh.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoMain.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoWorldModel.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\CarDemoWorldModel.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\DoubleHingeJoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\DoubleHingeJoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MotorJoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MotorJoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MovingBody.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\MovingBody.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SingleHingeJoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SingleHingeJoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SliderJoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\SliderJoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\UniversalJoint.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\RigidBodyPhysics\UniversalJoint.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\AddDynamicRoutesECMAScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\AddDynamicRoutesECMAScript.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\AddDynamicRoutesJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\AddDynamicRoutesJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesECMAScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesECMAScript.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesFromPrototypeECMAScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesFromPrototypeECMAScript.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesFromPrototypeJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesFromPrototypeJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\CreateNodesJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\PerFrameNotificationECMAScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\PerFrameNotificationECMAScript.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\PerFrameNotificationJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\PerFrameNotificationJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeEventOutControl_EcmaScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeEventOutControl_EcmaScript.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeEventOutControl_Java.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeEventOutControl_Java.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeFieldControl_EcmaScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeFieldControl_EcmaScript.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeFieldControl_Java.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\ScriptNodeFieldControl_Java.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\TouchSensorIsOverEventECMAScript.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\TouchSensorIsOverEventECMAScript.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\TouchSensorIsOverEventJava.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\ScriptConformance\TouchSensorIsOverEventJava.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldDecrypted.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldDecrypted.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldEncryptionInput.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldEncryptionInput.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldSigned.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldSigned.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldSignedDecrypted.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Security\HelloWorldSignedDecrypted.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Shaders\Flutter.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Shaders\Flutter.java]] [parsing completed 120ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Shaders\SimpleShader.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Shaders\SimpleShader.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\AllenDutton.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\AllenDutton.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\AllenDuttonVillage.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\AllenDuttonVillage.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Chair.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Chair.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Chess8Levels.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Chess8Levels.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ComputerKeyboard.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ComputerKeyboard.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DeadReckoningComparisons.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DeadReckoningComparisons.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Desk.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Desk.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DeskLamp.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DeskLamp.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DirtBike.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DirtBike.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DraggingSphere.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DraggingSphere.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DuttonVillage.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\DuttonVillage.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\FishingLure.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\FishingLure.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\FormulaOneRaceCar.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\FormulaOneRaceCar.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\HomeAquarium.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\HomeAquarium.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\HomeInCreteGreece.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\HomeInCreteGreece.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaBeadToy.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaBeadToy.java]] [parsing completed 50ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaBench.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaBench.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaBlueChair.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaBlueChair.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaGreenChair.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaGreenChair.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaRockingHorse.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaRockingHorse.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaTable.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\IkeaTable.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\KeyboardEightyEightKeys.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\KeyboardEightyEightKeys.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Laetitia.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Laetitia.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaetitiaSprints.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaetitiaSprints.java]] [parsing completed 103ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaetitiaWithDvdController.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaetitiaWithDvdController.java]] [parsing completed 6ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaserPrinter.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\LaserPrinter.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\PinballTable.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\PinballTable.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\PlayRoom.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\PlayRoom.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ProjectileInterpolatorArena.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ProjectileInterpolatorArena.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ProjectileInterpolatorPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ProjectileInterpolatorPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ProjectileSliderBarPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\ProjectileSliderBarPrototype.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\PropellerControlPanel.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\PropellerControlPanel.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Room.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Room.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\StealthHelo.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\StealthHelo.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\SweetHome.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\SweetHome.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\SweetHomeFullDetail.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\SweetHomeFullDetail.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\SweetHomeLowDetail.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\SweetHomeLowDetail.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Torch.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Torch.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Trebuchet.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\Trebuchet.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\WallClock.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\WallClock.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\WallLamp.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\WallLamp.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\WaterTower.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\StudentProjects\WaterTower.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitBacteria.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitBacteria.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitClamidomonas.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitClamidomonas.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitTable.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\NoUnitTable.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitBacteria.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitBacteria.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitChair.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitChair.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitClamidomonas.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitClamidomonas.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitCup.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitCup.java]] [parsing completed 59ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitDisk.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitDisk.java]] [parsing completed 8ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitMonitor.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitMonitor.java]] [parsing completed 3ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitSaturn.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitSaturn.java]] [parsing completed 1ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitTable.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitTable.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitUranus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Units\UnitUranus.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\ArtDecoExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\ArtDecoExamples.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\ArtDecoPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\ArtDecoPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\AutumnExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\AutumnExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\AutumnPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\AutumnPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\GlassExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\GlassExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\GlassPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\GlassPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\MetalsExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\MetalsExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\MetalsPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\MetalsPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\NeonExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\NeonExamples.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\NeonPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\NeonPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\RococoExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\RococoExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\RococoPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\RococoPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SantaFeExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SantaFeExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SantaFePrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SantaFePrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SheenExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SheenExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SheenPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SheenPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SilkyExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SilkyExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SilkyPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SilkyPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SpringExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SpringExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SpringPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SpringPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SummerExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SummerExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SummerPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\SummerPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\TropicalExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\TropicalExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\TropicalPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\TropicalPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\WinterExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\WinterExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\WinterPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\WinterPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\gridBack.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaMaterials\gridBack.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\desert1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\desert1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\desert2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\desert2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\desert3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\desert3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\forest1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\forest1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\forest2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\forest2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\forest3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\forest3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon4.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon4.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon5.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon5.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon6.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon6.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon7.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\horizon7.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\meadow1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\meadow1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\meadow2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\meadow2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\mountains2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\mountains2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\mountains3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\mountains3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean4.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\ocean4.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\sky1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\sky1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\space1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\space1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\space2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\space2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\space3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\UniversalMediaPanoramas\space3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicAbdomen.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicAbdomen.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicBackpack.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicBackpack.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicBody.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicBody.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicBrain.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicBrain.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicInternals.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicInternals.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicSkull.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicSkull.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicVentricles.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BasicVentricles.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BlendedBodyInternals.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BlendedBodyInternals.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BlendedComposedVolumes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\BlendedComposedVolumes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\CartoonBackpack.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\CartoonBackpack.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\ComposedBackpack.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\ComposedBackpack.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\EdgeBrain.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\EdgeBrain.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\IsoSurfaceSkull.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\IsoSurfaceSkull.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\ProjectionMaxVentricles.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\ProjectionMaxVentricles.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\SegmentedVentricles.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\SegmentedVentricles.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\ShadedBrain.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\ShadedBrain.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\SilhouetteSkull.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\VolumeRendering\SilhouetteSkull.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\ChopperBody.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\ChopperBody.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\ChopperRotor.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\ChopperRotor.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example02.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example02.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example03.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example03.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example04.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example04.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example05.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example05.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example06.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example06.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example07.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example07.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example08.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example08.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example09.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example09.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example10.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example10.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example11.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example11.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example12.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example12.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example13_2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example13_2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example13_3.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example13_3.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example15.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example15.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example16.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example16.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example17.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example17.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example18.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example18.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example19.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Example19.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\RefractiveMaterial.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\RefractiveMaterial.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Rotor.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Vrml97Specification\Rotor.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\ColladaLogo.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\ColladaLogo.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\ImageMappingExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\ImageMappingExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dLogo.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dLogo.java]] [parsing completed 50ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dTimeline.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dTimeline.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dX3dLogoAnimated.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\Web3dOutreach\Web3dX3dLogoAnimated.java]] [parsing completed 10ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\AlarmClock.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\AlarmClock.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Chopper.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Chopper.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ChopperBody.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ChopperBody.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ChopperRotor.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ChopperRotor.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ClickToAnimate.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ClickToAnimate.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ColorInterpolator.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ColorInterpolator.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\DirectionalLight.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\DirectionalLight.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiAddDynamicRoutes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiAddDynamicRoutes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiCreateNodes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiCreateNodes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiCreateNodesFromPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiCreateNodesFromPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiPerFrameNotification.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiPerFrameNotification.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiTouchSensorIsOverEvent.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ECMAScriptSaiTouchSensorIsOverEvent.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Elevator.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Elevator.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ExecutionModel.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ExecutionModel.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ExtrusionEdgeCases.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ExtrusionEdgeCases.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ExtrusionFigureX3dSpecification.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ExtrusionFigureX3dSpecification.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\GeometricProperties.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\GeometricProperties.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\GuidedTour.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\GuidedTour.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Instancing.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Instancing.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiAddDynamicRoutes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiAddDynamicRoutes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiCreateNodes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiCreateNodes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiCreateNodesFromPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiCreateNodesFromPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiPerFrameNotification.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiPerFrameNotification.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiTouchSensorIsOverEvent.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\JavaSaiTouchSensorIsOverEvent.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\LevelOfDetail.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\LevelOfDetail.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\PointSet.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\PointSet.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Prototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Prototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\PrototypesPlus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\PrototypesPlus.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\RedSphereBlueBox.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\RedSphereBlueBox.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\RefractiveMaterial.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\RefractiveMaterial.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Robot.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Robot.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Rotor.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Rotor.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Scripting.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\Scripting.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ShuttlesAndPendulums.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\ShuttlesAndPendulums.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\TriangleStripSetFigure.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\TriangleStripSetFigure.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\X3dHeaderPrototypeSyntaxExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\X3dSpecifications\X3dHeaderPrototypeSyntaxExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\BeckyRoadOverpass.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\BeckyRoadOverpass.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\CreateVrmlFromStringRandomBoxes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\CreateVrmlFromStringRandomBoxes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\CreateX3DFromStringRandomSpheres.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\CreateX3DFromStringRandomSpheres.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionCrossSectionExampleShip.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionCrossSectionExampleShip.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionCrossSectionExampleTorus.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionCrossSectionExampleTorus.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionCrossSectionPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionCrossSectionPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionExampleShip.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionExampleShip.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionHeart.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ExtrusionHeart.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\GeometryExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\GeometryExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\GroupFormation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\GroupFormation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\HelloX3dAuthors.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\HelloX3dAuthors.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\HelloX3dAuthorsAnimationChain.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\HelloX3dAuthorsAnimationChain.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ModelOrientation.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\ModelOrientation.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\PositionInterpolatorExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\PositionInterpolatorExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\Pyramid.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\Pyramid.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\PyramidWithAxes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\PyramidWithAxes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\SimpleCarrierHull.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\SimpleCarrierHull.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\SimpleExtrusionShipHull.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\course\SimpleExtrusionShipHull.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\AdditiveSubtractiveLight.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\AdditiveSubtractiveLight.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\AllVrml97Nodes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\AllVrml97Nodes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\AmelaExampleScene.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\AmelaExampleScene.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Arc2dComponentPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Arc2dComponentPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\BooleanSequencerExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\BooleanSequencerExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\BooleanSequencerPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\BooleanSequencerPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\BradenPrototypeInitializeExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\BradenPrototypeInitializeExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CameraExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CameraExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CameraPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CameraPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CameraShape.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CameraShape.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CoordinateInterpolator2dExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CoordinateInterpolator2dExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CoordinateInterpolator2dPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\CoordinateInterpolator2dPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ECMAScriptAnnexExample2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ECMAScriptAnnexExample2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\EventUtilityExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\EventUtilityExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\EventUtilityPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\EventUtilityPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ExampleExternPrototype1.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ExampleExternPrototype1.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ExampleExternPrototype2.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ExampleExternPrototype2.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Geometry2dComponentExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Geometry2dComponentExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Geometry2dComponentExternProtos.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Geometry2dComponentExternProtos.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Geometry2dComponentPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Geometry2dComponentPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HeaderExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HeaderExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloSiggraph2000.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloSiggraph2000.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloSiggraph2003.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloSiggraph2003.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloWWW9.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloWWW9.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloWorld.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloWorld.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloX3dDay2001.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloX3dDay2001.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloX3dTrademark.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\HelloX3dTrademark.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ImportExportSyntax.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ImportExportSyntax.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\IntegerSequencerExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\IntegerSequencerExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\IntegerSequencerPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\IntegerSequencerPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\KeySensorActivationKeySwitchTest.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\KeySensorActivationKeySwitchTest.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\KeySensorActivationKeySwitchTestInteractive.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\KeySensorActivationKeySwitchTestInteractive.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\KeySensorActivationKeySwitchTestInterchange.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\KeySensorActivationKeySwitchTestInterchange.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LODlevelChangedExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LODlevelChangedExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LfovDisplayExemplars.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LfovDisplayExemplars.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LoadSensorExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LoadSensorExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LoadSensorPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\LoadSensorPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\MaterialExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\MaterialExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\MetadataExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\MetadataExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\MetadataPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\MetadataPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Orbiter.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\Orbiter.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PhysicalUnitRepresentationPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PhysicalUnitRepresentationPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PixelTextureInterpolatorPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PixelTextureInterpolatorPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PositionInterpolator2dExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PositionInterpolator2dExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PositionInterpolator2dPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\PositionInterpolator2dPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProfileExampleInterchange.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProfileExampleInterchange.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoInstanceExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoInstanceExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoMFNodeSensorExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoMFNodeSensorExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoTagDtdDeclarationExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProtoTagDtdDeclarationExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProxyShapeExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ProxyShapeExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\RenderingComponentExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\RenderingComponentExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\RenderingComponentExternProtoDefinitions.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\RenderingComponentExternProtoDefinitions.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\RenderingComponentPrototypes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\RenderingComponentPrototypes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\SceneNodePrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\SceneNodePrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\SchemaTest.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\SchemaTest.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ScriptSyntaxExampleTest.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ScriptSyntaxExampleTest.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ShapeChildRoutingExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ShapeChildRoutingExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestColorCount.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestColorCount.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestContainerFieldValues.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestContainerFieldValues.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestDiagnosticOverloadedChildNodes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestDiagnosticOverloadedChildNodes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestDoctype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestDoctype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestFieldChecks.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestFieldChecks.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestJsonEncoding.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestJsonEncoding.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestMetadataNodes.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestMetadataNodes.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestOrientationInterpolatorSize.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestOrientationInterpolatorSize.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestProtoInterfaceNodeScope.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestProtoInterfaceNodeScope.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestPrototypeInterpolators.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestPrototypeInterpolators.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestViewpointJump.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TestViewpointJump.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TextExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\TextExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\UnderstandingSceneGraphsTouchToLight.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\UnderstandingSceneGraphsTouchToLight.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\UnquotedTokensNavigationInfoAndFontStyle.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\UnquotedTokensNavigationInfoAndFontStyle.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\UseNodeExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\UseNodeExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ViewpointGroupExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ViewpointGroupExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ViewpointGroupPrototype.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ViewpointGroupPrototype.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ViewpointGroupTest.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\ViewpointGroupTest.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\WelcomeToWWW9.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\WelcomeToWWW9.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\WrapperTagsExample.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\WrapperTagsExample.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\X3dHeaderPrototypeSyntaxExamples.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\X3dHeaderPrototypeSyntaxExamples.java]] [parsing completed 0ms] Loading source file C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\X3dRetreatProtoExercise.java... [parsing started RegularFileObject[C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\development\X3dRetreatProtoExercise.java]] [parsing completed 0ms] Constructing Javadoc information... [search path for source files: C:\x3d-code\www.web3d.org\x3d\stylesheets\java\jars\X3DJSAIL.3.3.full.jar] [search path for class files: C:\Program Files\Java\jdk1.8.0_121\jre\lib\resources.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\sunrsasign.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\jsse.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\jce.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\charsets.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\jfr.jar,C:\Program Files\Java\jdk1.8.0_121\jre\classes,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\access-bridge-64.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\cldrdata.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\dnsns.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\jaccess.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\jfxrt.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\localedata.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\nashorn.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\sunec.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\sunjce_provider.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\sunmscapi.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\sunpkcs11.jar,C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\zipfs.jar,C:\x3d-code\www.web3d.org\x3d\stylesheets\java\jars\X3DJSAIL.3.3.full.jar] [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/lang/Object.class)]] [loading ZipFileIndexFileObject[C:\x3d-code\www.web3d.org\x3d\stylesheets\java\jars\X3DJSAIL.3.3.full.jar(org/web3d/x3d/jsail/Core/X3DObject.class)]] [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/lang/String.class)]] [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/lang/Error.class)]] [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/lang/RuntimeException.class)]] [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/lang/Throwable.class)]] [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/lang/Void.class)]] Standard Doclet version 1.8.0_121 Building tree for all the packages and classes... Generating C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\javadoc\Basic\VolumeRendering\BasicAbdomen.html... [loading ZipFileIndexFileObject[C:\Program Files\Java\jdk1.8.0_121\jre\lib\rt.jar(java/io/Serializable.class)]] Building index for all the packages and classes... Building index for all classes... Generating C:\x3d-code\www.web3d.org\x3d\content\examples\Basic\javadoc\help-doc.html... [done in 28258 ms] BUILD SUCCESSFUL (total time: 87 minutes 47 seconds)