package HumanoidAnimation.Skeleton;

import org.web3d.x3d.jsail.Core.*;
import org.web3d.x3d.jsail.fields.*;
import org.web3d.x3d.jsail.Geometry3D.*;
import org.web3d.x3d.jsail.Grouping.*;
import org.web3d.x3d.jsail.PointingDeviceSensor.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> paired bone situated at sides and base of skull, lateral to temporal lobe of cerebral cortex. </p>
 <p> Related links:  source r_temporal.java, <a href="https://www.web3d.org/x3d/content/examples/X3dResources.html" target="_blank">X3D Resources</a>, <a href="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html" target="_blank">X3D Scene Authoring Hints</a>, and <a href="https://www.web3d.org/x3d/content/X3dTooltips.html" target="_blank">X3D Tooltips</a>. </p>
	<table style="color:black; border:0px solid; border-spacing:10px 0px;">
        <caption>Scene Meta Information</caption>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center; padding:10px 0px;"><i>meta tags</i></td>
			<td style="text-align:left;   padding:10px 0px;">HumanoidAnimation.Skeleton.r_temporal&nbsp; Document Metadata </td>
		</tr>

		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> title </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skeleton/r_temporal.x3d">r_temporal.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> paired bone situated at sides and base of skull, lateral to temporal lobe of cerebral cortex </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Joe Williams, John Carlson, Damon Hernandez, Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> Don Brutzman </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> created </i> </td>
			<td> 5 December 2013 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translated </i> </td>
			<td> 5 March 2026 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> modified </i> </td>
			<td> 8 March 2026 </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skeleton/originals/tempr.x3d">originals/tempr.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> reference </i> </td>
			<td> <a href="https://en.wikipedia.org/wiki/Temporal_bone" target="_blank">https://en.wikipedia.org/wiki/Temporal_bone</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D-Edit 4.0, <a href="https://www.web3d.org/x3d/tools/X3D-Edit" target="_blank">https://www.web3d.org/x3d/tools/X3D-Edit</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> generator </i> </td>
			<td> X3D Tidy, <a href="https://www.web3d.org/x3d/stylesheets/X3dTidy.html" target="_blank">https://www.web3d.org/x3d/stylesheets/X3dTidy.html</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skeleton/r_temporal.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skeleton/r_temporal.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> license </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skeleton/../license.html">../license.html</a> </td>
		</tr>
		<tr style="background-color:silver; border-color:silver;">
			<td style="text-align:center;" colspan="2">  &nbsp; </td>
		</tr>
	</table>

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

	* @author Joe Williams, John Carlson, Damon Hernandez, Don Brutzman
 */

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

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_INTERACTIVE).setVersion(X3D.VERSION_3_3)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("r_temporal.x3d"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("paired bone situated at sides and base of skull, lateral to temporal lobe of cerebral cortex"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Joe Williams, John Carlson, Damon Hernandez, Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("5 December 2013"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATED ).setContent("5 March 2026"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("8 March 2026"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("originals/tempr.x3d"))
    .addMeta(new meta().setName(meta.NAME_REFERENCE  ).setContent("https://en.wikipedia.org/wiki/Temporal_bone"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit"))
    .addMeta(new meta().setName(meta.NAME_GENERATOR  ).setContent("X3D Tidy, https://www.web3d.org/x3d/stylesheets/X3dTidy.html"))
    .addMeta(new meta().setName(meta.NAME_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Skeleton/r_temporal.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("r_temporal.x3d"))
    .addChild(new TouchSensor().setDescription("bone r_temporal"))
    .addChild(new Transform("tempr")
      .addChild(new Shape()
        .setAppearance(new Appearance()
          .setMaterial(new Material("BoneMaterial").setAmbientIntensity(0.965).setDiffuseColor(1.0,0.9765,0.8667).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
        .setGeometry(new IndexedFaceSet("tempr_geometry").setDEF("tempr_geometry").setCreaseAngle(1.571).setCoordIndex(gettempr_geometry_5_19_coordIndex())
          .setCoord(new Coordinate("tempr_coordinate").setPoint(gettempr_coordinate_6_19_point()))))));
            }
            catch (Exception ex)
            {       
                System.err.println ("*** Further hints on X3DJSAIL errors and exceptions at");
                System.err.println ("*** https://www.web3d.org/specifications/java/X3DJSAIL.html");
                throw (ex);
            }
	}
	// end of initialize() method


		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=1 */
		private int[] gettempr_geometry_5_19_coordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,6,13,-1,14,15,11,-1,16,17,18,-1,19,20,12,-1,21,22,8,-1,23,24,25,-1,26,27,28,-1,29,30,31,-1,23,32,33,-1,34,35,36,-1,37,38,39,-1,40,41,42,-1,43,44,45,-1,46,47,48,-1,49,50,51,-1,52,53,54,-1,55,56,57,-1,58,59,60,-1,61,62,63,-1,64,65,66,-1,67,68,69,-1,70,71,72,-1,73,74,75,-1,76,77,78,-1,79,80,81,-1,82,83,84,-1,85,86,87,-1,88,89,90,-1,91,92,93,-1,94,95,96,-1,97,98,99,-1,100,101,102,-1,103,104,105,-1,106,107,108,-1,109,110,45,-1,111,112,113,-1,114,115,116,-1,117,63,118,-1,119,120,121,-1,122,123,124,-1,122,125,123,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,135,136,137,-1,138,72,139,-1,140,141,142,-1,143,132,134,-1,144,145,146,-1,147,148,149,-1,150,151,152,-1,153,154,152,-1,76,155,156,-1,157,76,156,-1,90,100,158,-1,159,160,50,-1,58,60,117,-1,161,162,163,-1,164,165,166,-1,167,168,169,-1,170,171,172,-1,173,169,174,-1,165,175,176,-1,177,178,179,-1,180,181,182,-1,183,184,185,-1,186,187,188,-1,189,190,191,-1,192,193,194,-1,195,196,197,-1,198,199,200,-1,201,202,203,-1,204,185,205,-1,206,207,208,-1,205,209,204,-1,210,211,209,-1,212,213,214,-1,215,216,217,-1,218,219,220,-1,221,222,223,-1,224,33,225,-1,226,223,227,-1,228,229,230,-1,227,223,222,-1,231,232,233,-1,234,235,236,-1,237,238,218,-1,239,240,241,-1,242,243,244,-1,245,233,246,-1,232,247,246,-1,244,245,248,-1,146,249,250,-1,251,252,253,-1,254,255,224,-1,256,257,258,-1,259,260,197,-1,227,261,226,-1,34,262,263,-1,264,265,266,-1,267,268,215,-1,269,270,271,-1,272,273,274,-1,275,239,276,-1,277,278,42,-1,186,279,253,-1,280,198,281,-1,282,283,284,-1,285,286,229,-1,287,273,288,-1,289,290,291,-1,256,248,291,-1,232,231,247,-1,231,292,247,-1,293,294,295,-1,296,297,298,-1,299,300,301,-1,302,303,304,-1,305,306,307,-1,308,309,310,-1,311,312,313,-1,311,314,315,-1,311,316,317,-1,318,311,313,-1,319,313,320,-1,320,321,319,-1,322,323,324,-1,323,325,324,-1,326,327,328,-1,329,324,325,-1,330,331,332,-1,333,325,330,-1,333,334,335,-1,336,337,338,-1,339,338,340,-1,341,342,343,-1,343,344,345,-1,342,346,347,-1,348,349,350,-1,351,352,353,-1,354,348,350,-1,354,355,356,-1,357,358,359,-1,360,361,362,-1,362,363,364,-1,363,362,365,-1,366,357,362,-1,331,330,367,-1,368,369,370,-1,371,372,373,-1,56,116,374,-1,375,376,377,-1,80,378,168,-1,346,379,380,-1,381,382,383,-1,384,385,386,-1,387,388,340,-1,310,389,390,-1,391,392,393,-1,392,394,393,-1,301,295,294,-1,395,396,214,-1,397,398,399,-1,400,401,402,-1,403,337,404,-1,405,406,358,-1,402,407,408,-1,409,410,404,-1,411,406,412,-1,413,414,415,-1,416,417,418,-1,419,420,421,-1,422,183,209,-1,423,424,425,-1,168,378,78,-1,426,427,428,-1,429,430,143,-1,431,432,433,-1,434,435,436,-1,437,133,438,-1,439,140,142,-1,440,441,442,-1,443,444,445,-1,446,447,448,-1,449,67,450,-1,451,452,453,-1,454,455,456,-1,457,458,459,-1,460,461,452,-1,462,463,464,-1,465,466,467,-1,468,139,72,-1,469,133,132,-1,470,471,123,-1,472,448,473,-1,474,475,476,-1,446,477,478,-1,479,480,481,-1,482,483,484,-1,485,486,487,-1,488,489,490,-1,491,492,493,-1,494,495,496,-1,497,498,499,-1,500,501,502,-1,503,504,505,-1,506,500,507,-1,508,509,510,-1,511,512,513,-1,514,515,516,-1,517,518,519,-1,520,521,522,-1,522,523,524,-1,525,523,526,-1,527,528,520,-1,525,529,530,-1,531,514,517,-1,532,533,534,-1,535,536,537,-1,538,539,540,-1,541,542,543,-1,532,544,545,-1,546,547,548,-1,549,550,527,-1,551,552,553,-1,545,544,554,-1,555,556,557,-1,536,554,558,-1,559,560,538,-1,561,532,562,-1,563,564,565,-1,566,567,568,-1,569,570,571,-1,572,573,574,-1,553,575,576,-1,577,578,579,-1,580,581,582,-1,580,583,581,-1,584,585,556,-1,586,587,588,-1,589,590,591,-1,592,593,594,-1,595,596,597,-1,597,598,599,-1,600,601,602,-1,601,599,598,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] gettempr_geometry_5_19_coordIndex_2()
		{
			int[] value = {603,604,605,-1,606,607,608,-1,609,610,603,-1,611,612,613,-1,614,615,616,-1,617,618,619,-1,620,621,622,-1,623,624,625,-1,626,627,628,-1,587,629,588,-1,612,623,630,-1,631,632,633,-1,634,635,636,-1,633,637,638,-1,639,640,641,-1,627,642,643,-1,627,644,645,-1,646,647,648,-1,608,649,650,-1,651,652,653,-1,654,655,656,-1,657,658,659,-1,472,473,660,-1,661,662,663,-1,470,664,665,-1,666,667,446,-1,666,668,667,-1,669,660,670,-1,140,439,671,-1,672,673,448,-1,477,667,119,-1,674,675,676,-1,677,678,679,-1,680,681,682,-1,683,684,685,-1,686,687,688,-1,689,690,691,-1,692,693,694,-1,695,696,697,-1,698,699,700,-1,701,702,703,-1,704,120,705,-1,706,707,708,-1,707,706,709,-1,708,710,711,-1,712,713,714,-1,715,716,717,-1,718,719,720,-1,721,722,723,-1,693,692,698,-1,724,725,726,-1,696,727,728,-1,696,729,697,-1,730,731,732,-1,733,734,735,-1,736,737,738,-1,661,739,662,-1,740,741,742,-1,743,744,745,-1,746,747,748,-1,749,750,751,-1,752,753,754,-1,755,756,757,-1,758,759,760,-1,756,755,761,-1,762,763,764,-1,765,766,767,-1,768,769,770,-1,771,772,773,-1,774,775,773,-1,776,777,778,-1,779,780,781,-1,782,783,765,-1,784,785,786,-1,787,765,788,-1,789,790,730,-1,791,792,793,-1,792,794,793,-1,795,794,796,-1,797,798,795,-1,799,800,801,-1,802,803,804,-1,805,806,807,-1,808,683,809,-1,809,683,810,-1,811,810,812,-1,813,814,815,-1,711,710,816,-1,748,817,818,-1,819,820,807,-1,821,822,823,-1,823,822,824,-1,825,793,795,-1,826,827,752,-1,828,829,830,-1,831,832,833,-1,834,835,836,-1,831,495,832,-1,837,838,839,-1,840,841,842,-1,843,844,845,-1,343,845,846,-1,841,343,842,-1,847,848,366,-1,829,828,847,-1,849,850,851,-1,852,851,853,-1,853,833,852,-1,854,855,856,-1,845,838,843,-1,577,579,510,-1,857,858,859,-1,860,861,862,-1,863,864,865,-1,866,867,868,-1,869,870,871,-1,872,873,874,-1,875,874,876,-1,877,878,879,-1,301,880,881,-1,882,883,884,-1,882,885,886,-1,887,888,889,-1,890,891,892,-1,893,894,895,-1,896,897,898,-1,899,878,900,-1,901,902,903,-1,904,905,864,-1,869,906,907,-1,904,908,905,-1,886,909,872,-1,910,907,906,-1,911,912,913,-1,220,914,218,-1,915,916,917,-1,424,918,919,-1,920,921,99,-1,922,658,657,-1,79,156,155,-1,190,923,924,-1,632,641,925,-1,6,926,927,-1,928,929,930,-1,931,932,709,-1,625,933,934,-1,441,663,935,-1,936,937,938,-1,939,940,181,-1,495,941,496,-1,942,108,918,-1,943,423,944,-1,945,905,946,-1,894,947,948,-1,949,0,950,-1,951,599,952,-1,953,554,544,-1,954,955,482,-1,829,956,531,-1,280,395,214,-1,280,957,958,-1,959,208,960,-1,835,961,962,-1,176,963,166,-1,836,964,965,-1,966,967,968,-1,968,967,969,-1,970,971,972,-1,973,298,974,-1,975,976,977,-1,362,361,978,-1,203,979,190,-1,102,980,981,-1,96,982,97,-1,983,984,985,-1,437,671,986,-1,665,664,126,-1,987,988,989,-1,990,991,992,-1,437,134,133,-1,993,994,995,-1,996,997,998,-1,999,995,1000,-1,1001,1002,1003,-1,170,1004,1001,-1,125,470,123,-1,480,474,1005,-1,1006,1007,1008,-1,1009,489,1010,-1,506,1011,1012,-1,1013,1011,507,-1,1014,1015,1016,-1,1017,1018,1019,-1,1016,1020,1021,-1,1022,1023,1024,-1,1025,1026,1027,-1,1028,1029,745,-1,1030,753,1028,-1,1031,1032,449,-1,1033,1034,1035,-1,1036,1034,1037,-1,1038,827,1039,-1,1040,1035,1041,-1,761,755,1042,-1,710,676,679,-1,1043,1044,743,-1,1045,1046,1047,-1,676,710,708,-1,1048,701,1049,-1,1050,1051,703,-1,922,1052,658,-1,626,612,1053,-1,587,590,629,-1,589,1054,1055,-1,582,1056,510,-1,552,583,1057,-1,1058,1059,1057,-1,1060,1061,1062,-1,1063,1064,737,-1,592,594,1065,-1,733,1066,1067,-1,732,1068,1066,-1,735,787,1069,-1,732,731,1070,-1,777,1071,1072,-1,1073,1074,1075,-1,806,1076,1073,-1,1077,1078,806,-1,1079,1075,868,-1,896,1080,1081,-1,1082,870,928,-1,1083,16,18,-1,883,899,884,-1,11,1084,9,-1,1085,1086,858,-1,1087,947,1088,-1,1089,1026,1090,-1,1091,1026,1092,-1,1093,1094,1095,-1,889,857,1096,-1,1097,1098,1099,-1,1100,839,330,-1,1095,844,843,-1,330,325,1101,-1,1102,393,1103,-1,1104,1105,1106,-1,1107,1108,369,-1,311,318,1109,-1,330,1101,892,-1,1110,1096,857,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] gettempr_geometry_5_19_coordIndex_3()
		{
			int[] value = {1100,1111,1112,-1,1113,1092,1026,-1,1090,1026,1114,-1,1115,1116,898,-1,1098,1103,314,-1,946,905,1080,-1,1117,873,1086,-1,1118,1119,1084,-1,1097,1120,1121,-1,928,930,1082,-1,1122,1123,1124,-1,1081,1125,1126,-1,861,819,1078,-1,1127,1069,1128,-1,735,1066,733,-1,1129,1066,1068,-1,1130,738,1067,-1,1131,1132,1133,-1,565,1134,737,-1,603,610,604,-1,1054,589,600,-1,589,1135,601,-1,625,1136,629,-1,1137,657,1138,-1,1138,657,686,-1,1050,1139,1140,-1,1141,1137,1138,-1,696,1142,727,-1,1143,698,1144,-1,120,1049,1144,-1,669,1139,1145,-1,1146,1049,703,-1,1147,692,709,-1,127,1148,739,-1,742,1149,808,-1,1150,1151,1152,-1,1153,749,1154,-1,679,1155,816,-1,1156,748,747,-1,1157,1158,1159,-1,1160,759,755,-1,760,759,1161,-1,134,437,1162,-1,1163,1164,1029,-1,1165,1166,1167,-1,776,800,1168,-1,650,606,608,-1,1169,1018,1021,-1,1019,1170,1017,-1,1171,1014,501,-1,1172,1011,1013,-1,1011,1173,1012,-1,1174,1009,1010,-1,1006,1175,487,-1,995,994,1000,-1,1176,1177,1178,-1,1179,995,997,-1,162,171,163,-1,142,141,1180,-1,1021,1018,1017,-1,477,443,1181,-1,663,662,935,-1,1046,1182,1183,-1,1184,162,161,-1,48,1185,1186,-1,1187,1188,280,-1,291,1189,1190,-1,320,305,390,-1,1191,977,972,-1,975,1192,1193,-1,974,970,1194,-1,1194,973,974,-1,977,1195,1196,-1,966,836,967,-1,178,1197,179,-1,418,298,973,-1,836,962,1198,-1,961,835,397,-1,1199,960,208,-1,1200,1201,1202,-1,408,1203,1204,-1,1205,497,1206,-1,850,1207,1208,-1,1209,1210,1208,-1,1211,1209,531,-1,510,1056,1212,-1,587,557,1213,-1,952,599,601,-1,1214,1215,149,-1,1216,865,864,-1,1217,1218,113,-1,1219,494,1220,-1,167,173,178,-1,939,180,938,-1,670,640,1221,-1,1222,1223,117,-1,1224,691,1225,-1,1224,1226,715,-1,930,929,1227,-1,1228,1229,790,-1,1230,83,1231,-1,152,81,1232,-1,1229,1228,1233,-1,425,1234,156,-1,1235,913,1236,-1,236,914,913,-1,1237,1238,872,-1,909,906,1237,-1,1238,1081,1080,-1,905,908,1239,-1,1125,1237,906,-1,1240,907,1241,-1,11,1242,1243,-1,899,900,930,-1,1116,946,896,-1,1244,1122,1245,-1,1246,1247,882,-1,1248,1236,913,-1,1082,900,878,-1,876,1249,1250,-1,886,1251,1252,-1,1099,1253,1254,-1,1255,1250,1249,-1,870,1123,1256,-1,1080,896,946,-1,863,1079,864,-1,1077,1257,1258,-1,944,1040,1257,-1,859,1259,1260,-1,1261,733,1067,-1,847,1262,848,-1,577,510,509,-1,577,842,578,-1,764,1263,1264,-1,764,855,1265,-1,965,852,833,-1,956,847,1266,-1,842,846,1267,-1,846,845,1261,-1,764,1265,1268,-1,1260,1264,844,-1,495,834,832,-1,853,1269,941,-1,1156,1157,754,-1,1270,1168,800,-1,818,1030,1271,-1,745,1152,1151,-1,1272,1159,1273,-1,1272,1274,827,-1,1275,1276,822,-1,818,817,1030,-1,1150,1277,1278,-1,1045,127,813,-1,806,1078,807,-1,1071,1279,1072,-1,1280,803,1281,-1,776,801,800,-1,793,794,795,-1,1282,691,690,-1,794,792,1283,-1,789,1284,1285,-1,1286,1287,1168,-1,1288,1289,1290,-1,786,785,782,-1,1071,777,1291,-1,1292,781,776,-1,768,1293,1294,-1,1295,770,771,-1,1296,1297,1298,-1,773,772,1299,-1,1296,1299,1300,-1,855,854,787,-1,767,763,786,-1,1281,757,756,-1,810,1156,812,-1,1301,1302,746,-1,674,1303,740,-1,708,707,1304,-1,1130,688,687,-1,790,729,730,-1,725,724,728,-1,1070,1305,732,-1,932,931,1306,-1,1307,1308,713,-1,1309,1306,694,-1,1310,1311,712,-1,1308,714,713,-1,1312,1313,1314,-1,708,711,1315,-1,1304,707,1316,-1,1317,1145,702,-1,668,1317,1048,-1,1318,1319,700,-1,1149,690,791,-1,791,690,689,-1,790,789,1228,-1,436,745,432,-1,1320,661,1321,-1,1320,989,988,-1,122,441,1322,-1,1148,662,739,-1,1323,578,1324,-1,1325,1326,687,-1,1327,1328,1329,-1,658,606,652,-1,1330,653,652,-1,1331,1332,1333,-1,1334,650,649,-1,645,1335,627,-1,1336,1053,1337,-1,1338,1053,1339,-1,628,627,639,-1,1340,1341,1342,-1,1343,1342,1344,-1,1345,618,624,-1,630,658,1053,-1,623,625,934,-1,1346,1347,621,-1,586,1348,1023,-1,1349,1350,619,-1,1346,620,1351,-1,612,611,623,-1,615,1352,1353,-1,1347,1353,1352,-1,1354,1054,604,-1,1355,649,1356,-1,1065,594,603,-1,1357,1358,592,-1,590,587,591,-1,597,1132,1131,-1,602,1359,605,-1,1360,552,1059,-1,952,1135,591,-1,560,1024,1353,-1,1020,1361,1362,-1,530,542,525,-1,1363,554,953,-1,579,1323,582,-1,1364,1057,580,-1,952,1365,1366,-1,1367,1368,576,-1,1369,1370,570,-1,1371,1372,1373,-1,574,1374,572,-1,567,569,1375,-1,1376,566,1377,-1,1064,580,1378,-1,1323,1379,1380,-1,1381,564,1382,-1,564,563,1382,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] gettempr_geometry_5_19_coordIndex_4()
		{
			int[] value = {578,1383,1384,-1,1385,1324,1384,-1,564,1386,1134,-1,1369,1387,1370,-1,562,1388,1389,-1,586,1390,557,-1,585,557,556,-1,555,1390,1389,-1,520,524,527,-1,561,1361,1391,-1,1392,545,536,-1,1171,1363,1015,-1,1056,511,1212,-1,517,528,531,-1,515,514,509,-1,1393,522,1394,-1,1395,513,1396,-1,511,1056,525,-1,528,519,521,-1,521,520,528,-1,514,1397,518,-1,513,516,515,-1,523,525,549,-1,1398,1399,635,-1,506,501,500,-1,1210,499,498,-1,1400,1205,1220,-1,1401,495,494,-1,1007,1402,481,-1,486,1403,1006,-1,1404,474,480,-1,479,672,1404,-1,1405,1406,132,-1,1407,468,66,-1,463,1408,1409,-1,1410,135,466,-1,1411,1412,1413,-1,412,406,975,-1,428,69,991,-1,666,446,448,-1,444,442,441,-1,706,661,1320,-1,1414,1047,1046,-1,131,1044,1415,-1,1416,1043,434,-1,1417,436,432,-1,1405,143,430,-1,1418,1419,1420,-1,983,985,991,-1,1421,1422,172,-1,1423,1424,1425,-1,1426,420,419,-1,979,284,923,-1,1427,1428,186,-1,1429,1430,1188,-1,1431,248,256,-1,415,1432,413,-1,411,412,1433,-1,1434,1435,1436,-1,401,400,397,-1,411,1433,409,-1,1437,1438,1439,-1,1440,1437,417,-1,1434,1441,1435,-1,1432,1442,1443,-1,1444,958,957,-1,1445,1446,1447,-1,970,409,971,-1,1448,1106,293,-1,880,1449,1450,-1,1105,1451,1106,-1,1452,1453,349,-1,360,1454,1455,-1,1455,1456,360,-1,978,347,346,-1,939,1457,1458,-1,1459,1460,1461,-1,167,177,1462,-1,372,184,373,-1,371,1463,1464,-1,169,77,174,-1,325,1465,1453,-1,367,330,1466,-1,1467,359,1468,-1,330,839,342,-1,379,1469,362,-1,362,1469,365,-1,362,359,1467,-1,362,1467,360,-1,1470,405,357,-1,348,356,353,-1,352,351,1471,-1,1472,346,342,-1,344,343,1473,-1,337,326,328,-1,1474,1465,325,-1,387,323,322,-1,1475,1103,1476,-1,1477,326,403,-1,1478,1479,309,-1,1480,1481,1482,-1,300,299,1105,-1,293,295,1483,-1,293,1480,1190,-1,248,1484,1485,-1,1486,1160,860,-1,1487,1488,304,-1,291,1489,1490,-1,44,283,109,-1,281,201,280,-1,1491,275,1492,-1,1493,1494,276,-1,1495,274,1491,-1,238,221,223,-1,1496,264,196,-1,263,262,1497,-1,1498,1499,253,-1,1500,1501,1502,-1,1503,1504,1505,-1,1506,1430,1507,-1,1508,1509,1510,-1,1511,1512,192,-1,249,1513,250,-1,222,221,1514,-1,216,215,1515,-1,1516,271,238,-1,1517,237,914,-1,219,268,1518,-1,244,243,1519,-1,1517,221,238,-1,1520,270,1521,-1,1522,1523,243,-1,1524,288,272,-1,1508,1525,267,-1,248,1431,1526,-1,198,280,1527,-1,1528,396,1529,-1,1530,209,205,-1,207,1531,208,-1,213,1532,1527,-1,202,201,281,-1,1533,1534,1535,-1,197,196,266,-1,279,1536,1498,-1,207,1537,1425,-1,495,179,1197,-1,179,454,177,-1,1538,1539,1540,-1,182,181,1541,-1,1542,173,1543,-1,178,173,1542,-1,452,161,163,-1,162,172,171,-1,52,54,1544,-1,63,117,1545,-1,1546,1547,1548,-1,1549,1550,108,-1,980,1424,92,-1,81,156,79,-1,150,152,154,-1,1551,1552,1553,-1,1554,1555,1556,-1,1557,1558,1559,-1,1560,1180,141,-1,66,468,71,-1,137,464,1561,-1,433,432,745,-1,126,1148,127,-1,1148,935,662,-1,471,1562,1178,-1,128,1563,1564,-1,692,1565,705,-1,461,1566,1567,-1,1568,1569,89,-1,1223,1570,1571,-1,1572,1573,1574,-1,1575,1576,1577,-1,107,1578,1579,-1,1580,99,98,-1,1581,1550,1582,-1,1580,98,1577,-1,111,1583,1574,-1,91,917,981,-1,1232,1584,1585,-1,1586,1587,1459,-1,378,79,155,-1,74,73,1588,-1,1589,1579,1459,-1,1590,450,428,-1,1591,453,1592,-1,983,1166,1165,-1,1165,984,983,-1,1593,151,150,-1,1594,1163,1595,-1,429,1164,430,-1,60,1596,61,-1,1571,56,55,-1,160,48,51,-1,1597,419,421,-1,1598,1599,1600,-1,1601,1602,250,-1,924,1603,1598,-1,1598,1600,924,-1,187,148,147,-1,1604,262,36,-1,145,264,1496,-1,1605,265,144,-1,37,1606,1607,-1,28,38,1608,-1,1608,38,29,-1,23,285,229,-1,1609,1610,17,-1,11,10,1611,-1,1612,1613,12,-1,22,1614,6,-1,18,1615,21,-1,1597,950,1616,-1,2,1,1617,-1,2,1616,0,-1,950,1597,1618,-1,902,1619,903,-1,3,1620,7,-1,3,5,1620,-1,1621,1612,12,-1,13,1622,12,-1,11,1611,14,-1,11,15,1623,-1,1624,1609,17,-1,8,22,6,-1,28,39,38,-1,1607,1513,37,-1,1605,1602,265,-1,1496,1625,145,-1,1604,1497,262,-1,147,188,187,-1,26,31,24,-1,1602,1605,250,-1,421,1618,1597,-1,160,51,50,-1,1571,114,56,-1,60,61,1545,-1,1626,923,284,-1,284,1627,1626,-1,1595,1628,1594,-1,1629,1630,1631,-1,1630,1632,1631,-1,150,1184,1593,-1,138,1590,428,-1,1589,1459,1587,-1,74,1588,1633,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] gettempr_geometry_5_19_coordIndex_5()
		{
			int[] value = {378,155,78,-1,157,1634,1230,-1,981,92,91,-1,1574,112,111,-1,1577,1549,1580,-1,1581,106,1550,-1,1546,1635,1636,-1,1579,1589,107,-1,108,1580,1549,-1,1572,1574,1583,-1,1637,1638,1223,-1,1639,1640,1641,-1,89,88,1568,-1,35,1215,36,-1,120,692,705,-1,1147,1565,692,-1,128,1564,665,-1,471,1178,123,-1,1176,1178,1642,-1,129,1643,130,-1,986,745,1162,-1,137,136,464,-1,68,1167,1166,-1,140,438,141,-1,998,997,1644,-1,1405,132,143,-1,1551,1420,1552,-1,1604,1215,1625,-1,1604,36,1215,-1,1645,152,151,-1,1585,1422,86,-1,92,981,980,-1,1589,1587,918,-1,103,94,1217,-1,1646,1647,1648,-1,46,160,159,-1,1223,55,1649,-1,992,991,985,-1,163,460,452,-1,176,1650,963,-1,173,174,1543,-1,1541,1651,182,-1,1542,1543,1231,-1,454,1462,177,-1,1197,1652,495,-1,1653,206,1654,-1,1425,1531,207,-1,204,209,183,-1,279,188,1536,-1,186,1428,1655,-1,197,266,259,-1,210,1533,1535,-1,200,202,281,-1,1656,1657,209,-1,210,209,1533,-1,212,214,1658,-1,234,240,235,-1,225,33,32,-1,1659,1660,269,-1,1487,1661,1662,-1,1248,1663,231,-1,1523,1519,243,-1,1520,1521,1664,-1,1517,238,237,-1,1519,245,244,-1,1518,1665,219,-1,1666,1667,249,-1,1517,914,1668,-1,238,223,1516,-1,215,1669,1515,-1,1507,1427,1506,-1,1504,1670,1505,-1,1501,1524,1502,-1,194,1511,192,-1,1510,228,1508,-1,1498,253,279,-1,263,1497,193,-1,196,1671,1496,-1,1495,1491,1492,-1,276,242,1493,-1,277,1599,278,-1,1491,239,275,-1,1661,1672,1662,-1,1488,299,304,-1,291,1490,289,-1,348,354,356,-1,1673,1674,303,-1,1190,1189,293,-1,1675,300,1105,-1,302,299,301,-1,315,314,1479,-1,1479,314,1103,-1,302,1673,303,-1,309,308,1478,-1,403,391,1477,-1,1475,1476,1676,-1,325,1453,1452,-1,325,1677,1678,-1,325,1678,1474,-1,340,388,339,-1,327,1679,328,-1,1456,1455,1680,-1,1107,368,1681,-1,342,341,1472,-1,359,352,1468,-1,1471,1682,352,-1,405,358,357,-1,360,1467,1683,-1,370,369,1108,-1,379,362,380,-1,366,1470,357,-1,1684,75,74,-1,169,78,77,-1,1464,980,371,-1,372,1685,184,-1,1568,88,62,-1,1186,49,51,-1,1538,167,1462,-1,1542,1197,178,-1,1461,1633,1459,-1,346,380,978,-1,349,1686,1452,-1,1105,1109,1451,-1,1450,881,880,-1,495,1687,399,-1,970,974,409,-1,1688,1445,1447,-1,1442,1444,957,-1,1443,413,1432,-1,1441,1689,1435,-1,1437,1439,417,-1,1438,296,1439,-1,404,411,409,-1,1442,1506,251,-1,411,348,352,-1,366,848,1470,-1,418,1435,1689,-1,418,1689,416,-1,1429,1188,189,-1,252,1427,186,-1,280,201,1187,-1,979,282,284,-1,1569,101,89,-1,1690,1588,73,-1,456,1691,1692,-1,1421,87,1422,-1,69,983,991,-1,1418,1693,1419,-1,1405,430,1594,-1,432,431,1417,-1,1415,1694,131,-1,1046,1183,1414,-1,440,442,987,-1,444,441,445,-1,472,666,448,-1,1148,126,664,-1,412,975,1191,-1,434,1560,1557,-1,459,458,990,-1,466,465,1410,-1,463,1409,1695,-1,1554,1556,1419,-1,481,480,1007,-1,485,1696,486,-1,164,166,1652,-1,1400,1220,496,-1,1210,498,1697,-1,954,1209,1698,-1,635,1172,1398,-1,1018,1398,1019,-1,515,508,513,-1,518,517,514,-1,508,1212,513,-1,526,511,525,-1,1699,516,1700,-1,1699,1397,516,-1,513,512,1396,-1,1393,1701,522,-1,514,956,509,-1,528,527,531,-1,1702,1703,533,-1,1704,1705,1706,-1,1171,955,1363,-1,1392,536,535,-1,545,1392,1707,-1,538,1708,539,-1,529,552,551,-1,1709,1710,550,-1,586,1023,1022,-1,1390,1711,1389,-1,585,1213,557,-1,586,557,587,-1,562,1389,548,-1,565,564,1134,-1,1385,1384,1712,-1,1713,1134,1386,-1,1384,1324,578,-1,1064,1378,1714,-1,1376,1377,1715,-1,567,1375,568,-1,570,1716,1369,-1,575,1367,576,-1,599,951,1717,-1,1132,1718,1719,-1,1057,583,580,-1,579,578,1323,-1,1363,558,554,-1,588,1348,586,-1,591,1213,952,-1,597,1720,598,-1,1131,1720,597,-1,1132,597,596,-1,600,605,1054,-1,603,605,1065,-1,1354,1055,1054,-1,616,615,1353,-1,614,1348,624,-1,611,1345,623,-1,1351,1350,1346,-1,1350,1351,619,-1,1347,1352,621,-1,1348,616,1023,-1,934,630,623,-1,629,1721,933,-1,1722,1343,1344,-1,632,631,628,-1,627,1335,642,-1,1338,1337,1053,-1,649,1355,1334,-1,1333,1723,1331,-1,652,606,1330,-1,659,658,652,-1,655,1325,687,-1,1323,1324,1379,-1,1724,1052,1140,-1,122,1322,125,-1,1320,988,1147,-1,1321,989,1320,-1,669,1725,660,-1,1149,682,681,-1,1726,1157,1156,-1,686,655,687,-1,689,1228,791,-1,1229,1233,1727,-1,1319,723,700,-1,668,1048,667,-1,472,1725,666,-1,739,814,813,-1,1304,1316,1728,-1,1314,1729,1312,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] gettempr_geometry_5_19_coordIndex_6()
		{
			int[] value = {1312,1730,1313,-1,1308,1731,714,-1,1310,1732,719,-1,712,714,1310,-1,694,723,1309,-1,1306,1733,932,-1,1305,1068,732,-1,728,727,725,-1,790,1229,1734,-1,729,731,730,-1,1130,1129,688,-1,708,1304,1735,-1,674,740,1736,-1,1225,1728,1316,-1,1316,1224,1225,-1,744,1152,745,-1,1301,1153,1302,-1,810,1726,1156,-1,1281,803,757,-1,854,856,766,-1,763,762,786,-1,1300,784,1296,-1,1299,774,773,-1,1298,1737,1296,-1,1737,775,774,-1,770,772,771,-1,1294,769,768,-1,1300,770,785,-1,781,777,776,-1,777,781,1291,-1,782,767,786,-1,1298,775,1737,-1,776,1287,1292,-1,1738,1286,1168,-1,1285,1739,789,-1,792,1739,1283,-1,690,1149,1282,-1,756,797,1740,-1,798,797,756,-1,1281,799,1280,-1,1045,813,1741,-1,1150,1742,1277,-1,817,753,1030,-1,822,821,1275,-1,826,1272,827,-1,1743,1272,1273,-1,818,1271,750,-1,1270,800,799,-1,1157,826,754,-1,1208,830,829,-1,831,853,941,-1,834,833,832,-1,834,965,833,-1,1073,1076,1744,-1,1263,764,1268,-1,845,1745,1261,-1,846,1261,1267,-1,1266,509,956,-1,965,964,852,-1,764,1746,1747,-1,1263,844,1264,-1,842,1383,578,-1,509,1266,577,-1,1267,1261,1067,-1,859,1260,1094,-1,868,1075,866,-1,1077,1258,861,-1,1258,862,861,-1,1256,871,870,-1,1255,1249,888,-1,1254,1748,1099,-1,1250,875,876,-1,1125,869,871,-1,1082,878,877,-1,314,311,1087,-1,1247,883,882,-1,1244,1088,1122,-1,898,1116,896,-1,930,884,899,-1,1243,1118,11,-1,1240,1241,929,-1,1125,906,869,-1,1239,1080,905,-1,1239,1238,1080,-1,1237,872,909,-1,1238,873,872,-1,1236,1523,1235,-1,24,31,30,-1,1749,159,1618,-1,1648,1647,1635,-1,1228,689,1233,-1,152,156,81,-1,1231,1543,1230,-1,1750,1751,1,-1,1227,12,930,-1,1224,1316,1226,-1,1224,689,691,-1,1399,636,635,-1,670,634,640,-1,178,177,167,-1,1219,1220,1206,-1,1234,84,1634,-1,108,1550,106,-1,943,1752,1753,-1,1754,1648,1548,-1,864,945,1216,-1,1222,117,158,-1,1755,1544,949,-1,601,1135,952,-1,661,663,1321,-1,587,1213,591,-1,1756,1757,1758,-1,1212,508,510,-1,1211,531,527,-1,1208,531,1209,-1,1207,830,1208,-1,1205,1206,1220,-1,1269,853,851,-1,208,1531,1759,-1,1760,400,1761,-1,1200,1202,1762,-1,1761,1447,1760,-1,835,398,397,-1,1198,967,836,-1,966,964,836,-1,1763,968,1195,-1,967,1198,969,-1,977,1764,972,-1,1194,969,973,-1,1193,976,975,-1,326,337,403,-1,390,1765,320,-1,291,1190,256,-1,245,246,248,-1,51,48,1186,-1,1583,1766,1572,-1,161,1593,1184,-1,1046,1767,1182,-1,477,1181,478,-1,507,1011,506,-1,1566,461,992,-1,997,1558,1179,-1,1178,995,999,-1,1768,1003,1002,-1,1003,163,1001,-1,1404,672,475,-1,487,486,1006,-1,1174,1010,1012,-1,1012,1173,1769,-1,1012,1010,506,-1,1171,501,493,-1,504,1017,1170,-1,1287,776,1168,-1,1747,1074,1073,-1,1162,429,134,-1,1035,1034,1036,-1,1160,1770,759,-1,1040,1258,1257,-1,1771,759,758,-1,1156,747,812,-1,679,678,1155,-1,1152,1772,1150,-1,1046,1045,1767,-1,793,825,1149,-1,1149,681,808,-1,1147,709,1320,-1,703,1049,701,-1,1051,1773,703,-1,669,1774,1139,-1,1049,1146,1144,-1,686,688,1138,-1,625,629,933,-1,589,601,600,-1,610,1354,604,-1,1132,596,1718,-1,1357,592,1065,-1,1326,736,687,-1,1261,1745,733,-1,1305,1775,1068,-1,735,1127,1066,-1,1128,732,1127,-1,1776,1279,1071,-1,867,866,1074,-1,1077,861,1078,-1,1124,1245,1122,-1,6,927,13,-1,1084,11,1118,-1,867,1259,858,-1,1098,314,1777,-1,1115,898,895,-1,1027,1026,1089,-1,1091,1778,1026,-1,1779,891,887,-1,1111,1780,1112,-1,857,859,1110,-1,330,892,1111,-1,837,843,838,-1,1101,325,1103,-1,1109,1105,311,-1,342,839,838,-1,838,343,342,-1,369,368,1107,-1,1448,1104,1106,-1,1102,1103,1475,-1,299,311,1105,-1,843,837,1095,-1,1100,330,1111,-1,887,891,890,-1,1097,890,1098,-1,1095,1781,1093,-1,1113,1026,1025,-1,1778,1114,1026,-1,1244,1087,1088,-1,1259,867,1746,-1,1782,1086,1085,-1,1782,1117,1086,-1,1254,1783,1748,-1,1082,877,870,-1,904,1079,868,-1,806,863,1077,-1,1073,1075,806,-1,777,1072,778,-1,1127,735,1069,-1,1127,732,1066,-1,1129,1068,1775,-1,1095,1260,844,-1,1095,1094,1260,-1,1383,738,737,-1,1358,1357,1131,-1,1063,737,1784,-1,1060,1785,1786,-1,1060,1062,1785,-1,1059,552,1057,-1,579,582,510,-1,1055,1721,589,-1,606,658,630,-1,1787,686,657,-1,1052,1053,658,-1,702,1050,703,-1,725,699,726,-1,704,121,120,-1,1773,1146,703,-1,1049,120,1048,-1,706,1320,709,-1,823,682,1788,-1,1789,436,435,-1,710,679,816,-1,802,860,1160,-1,759,1770,1161,-1,1037,1790,1036,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=7 */
		private int[] gettempr_geometry_5_19_coordIndex_7()
		{
			int[] value = {1031,449,1033,-1,1791,1033,449,-1,753,1791,1028,-1,1632,1792,65,-1,1232,85,152,-1,1257,865,944,-1,1286,1128,1287,-1,1016,1021,1017,-1,925,1018,1169,-1,1014,1016,504,-1,1014,1171,1015,-1,1793,660,473,-1,1174,1012,1769,-1,1009,490,489,-1,1008,1175,1006,-1,474,123,1005,-1,171,170,1001,-1,1001,163,171,-1,1768,163,1003,-1,997,995,1178,-1,1794,993,995,-1,163,459,460,-1,1769,1793,1174,-1,660,1173,1011,-1,989,440,987,-1,986,1162,437,-1,984,1566,985,-1,190,189,203,-1,1674,1673,1189,-1,380,362,978,-1,409,1433,971,-1,410,298,297,-1,972,1764,970,-1,1196,1764,977,-1,969,1194,968,-1,976,1195,977,-1,968,1763,966,-1,166,165,176,-1,835,962,836,-1,959,206,208,-1,1202,1795,1760,-1,415,1796,1436,-1,1202,1446,1762,-1,280,958,395,-1,417,1439,418,-1,831,941,495,-1,498,497,1205,-1,829,531,1208,-1,1697,1208,1210,-1,954,1698,955,-1,1797,840,366,-1,953,544,1391,-1,529,551,1758,-1,1366,951,952,-1,911,1666,249,-1,1798,43,1617,-1,894,893,947,-1,945,864,905,-1,112,104,113,-1,943,1753,423,-1,920,108,1799,-1,1690,1586,1588,-1,180,939,181,-1,180,936,938,-1,1322,441,935,-1,1097,1255,887,-1,887,1800,1097,-1,1801,1233,689,-1,928,1240,929,-1,1123,870,877,-1,877,1124,1123,-1,913,914,911,-1,190,979,923,-1,1632,1630,1792,-1,657,1137,922,-1,920,1802,921,-1,915,1648,1754,-1,117,60,1545,-1,159,1749,46,-1,149,1803,147,-1,914,237,218,-1,906,909,910,-1,872,1251,886,-1,869,907,1240,-1,904,864,1079,-1,901,903,1804,-1,945,946,1116,-1,892,1101,890,-1,1265,734,1268,-1,886,1246,882,-1,882,884,1119,-1,881,302,301,-1,1253,1777,1244,-1,930,900,1082,-1,1255,888,887,-1,872,874,1251,-1,1782,888,1249,-1,1805,858,1086,-1,865,1257,1077,-1,865,1077,863,-1,866,1075,1074,-1,858,1259,859,-1,847,1192,1262,-1,842,1267,1383,-1,764,1264,1746,-1,855,764,856,-1,852,849,851,-1,847,956,829,-1,1266,847,366,-1,343,846,842,-1,343,838,845,-1,844,1263,845,-1,840,842,577,-1,1076,762,1744,-1,839,1100,837,-1,836,965,834,-1,833,853,831,-1,1193,1806,976,-1,830,1807,828,-1,826,752,754,-1,825,795,1808,-1,1271,745,1151,-1,1809,823,824,-1,823,1788,821,-1,1078,819,807,-1,1301,748,818,-1,1277,711,816,-1,1741,813,815,-1,1810,811,812,-1,811,809,810,-1,809,1811,808,-1,1812,1813,860,-1,1280,799,801,-1,802,757,803,-1,798,1808,795,-1,795,796,1738,-1,1814,1128,1815,-1,793,1149,791,-1,1284,789,730,-1,1290,1289,1816,-1,787,788,1069,-1,782,765,767,-1,855,787,1265,-1,779,781,1292,-1,776,778,801,-1,771,773,1817,-1,768,770,1295,-1,785,784,1300,-1,1818,1293,768,-1,764,1744,762,-1,763,767,766,-1,680,1809,1273,-1,1771,1276,1042,-1,756,1740,1281,-1,827,1038,1790,-1,753,817,754,-1,749,1153,750,-1,748,1301,746,-1,1736,740,742,-1,661,706,739,-1,696,728,729,-1,726,1819,724,-1,1141,1819,726,-1,1142,1319,727,-1,1820,1821,1822,-1,722,1309,723,-1,1733,1823,1824,-1,718,1310,719,-1,715,1226,716,-1,709,692,931,-1,709,1316,707,-1,708,739,706,-1,813,127,739,-1,700,693,698,-1,697,1734,695,-1,1228,792,791,-1,689,1224,1801,-1,680,684,681,-1,677,679,1825,-1,676,708,674,-1,1221,648,1724,-1,477,446,667,-1,672,479,673,-1,671,438,140,-1,670,1774,669,-1,665,471,470,-1,472,660,1725,-1,657,659,1787,-1,1326,1325,1826,-1,655,686,656,-1,651,659,652,-1,648,647,1827,-1,640,636,641,-1,634,636,640,-1,631,633,638,-1,1053,612,630,-1,626,628,631,-1,626,1053,627,-1,624,1136,625,-1,1828,1347,1346,-1,1136,588,629,-1,620,1346,621,-1,618,1349,619,-1,624,623,1345,-1,616,1348,614,-1,1828,626,1347,-1,609,603,594,-1,605,604,1054,-1,598,602,601,-1,1131,1133,1358,-1,602,605,600,-1,591,1135,589,-1,1021,540,539,-1,1362,547,1020,-1,1829,537,558,-1,580,582,1323,-1,556,1368,584,-1,553,576,1703,-1,572,1830,573,-1,569,571,1375,-1,566,568,1377,-1,1715,1831,1376,-1,737,1832,565,-1,1383,1713,1384,-1,1832,563,565,-1,532,1388,562,-1,559,1711,560,-1,537,536,558,-1,557,1390,555,-1,536,545,554,-1,1702,1833,1703,-1,1211,1698,1209,-1,1021,546,540,-1,1707,532,545,-1,538,540,559,-1,535,537,1834,-1,1835,1836,1837,-1,1835,1756,1836,-1,532,1707,533,-1,531,956,514,-1,582,525,1056,-1,509,508,515,-1,520,522,524,-1,517,519,528,-1,516,1397,514,-1,511,513,1212,-1,1016,1017,504,-1,503,1014,504,-1,502,1838,500,-1,497,499,484,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=8 */
		private int[] gettempr_geometry_5_19_coordIndex_8()
		{
			int[] value = {496,1220,494,-1,179,495,1401,-1,488,490,1839,-1,485,487,1840,-1,492,1841,493,-1,479,1404,480,-1,476,1842,474,-1,478,447,446,-1,474,1404,475,-1,448,673,473,-1,469,1843,133,-1,468,72,71,-1,1844,465,467,-1,463,1695,464,-1,1558,141,1843,-1,460,992,461,-1,456,1462,454,-1,1191,975,977,-1,166,963,495,-1,452,461,453,-1,440,663,441,-1,443,445,1181,-1,142,431,439,-1,437,438,671,-1,1417,434,436,-1,439,431,433,-1,143,134,429,-1,991,426,428,-1,169,168,78,-1,423,1753,424,-1,1537,1845,1846,-1,414,1796,415,-1,1262,406,405,-1,411,337,348,-1,1442,957,1506,-1,399,1687,938,-1,406,411,358,-1,337,411,404,-1,1761,400,402,-1,397,399,401,-1,398,495,399,-1,301,300,295,-1,310,390,1847,-1,340,323,387,-1,386,1466,384,-1,383,1848,381,-1,346,1472,379,-1,1684,82,75,-1,80,168,1540,-1,53,375,377,-1,56,114,116,-1,371,373,1463,-1,370,1681,368,-1,352,1682,1468,-1,365,1849,363,-1,364,366,362,-1,1683,1454,360,-1,359,362,357,-1,1850,354,350,-1,351,353,1851,-1,352,348,353,-1,347,1852,342,-1,1680,1853,1456,-1,1853,330,1456,-1,341,345,1854,-1,345,341,343,-1,328,340,337,-1,338,337,340,-1,336,1686,337,-1,333,330,334,-1,332,334,330,-1,1678,1677,1855,-1,325,1452,329,-1,1476,1856,1676,-1,1765,390,389,-1,311,317,312,-1,311,315,316,-1,1847,308,310,-1,307,1857,305,-1,1480,293,1481,-1,304,299,302,-1,293,1189,294,-1,325,333,1677,-1,290,1858,291,-1,1858,1859,291,-1,292,1860,248,-1,248,1860,1861,-1,1862,1863,1663,-1,273,272,288,-1,286,230,229,-1,282,109,283,-1,253,252,186,-1,275,276,1494,-1,272,274,1495,-1,269,271,1516,-1,215,1864,267,-1,266,196,264,-1,1865,34,263,-1,1431,256,258,-1,225,254,224,-1,1499,251,253,-1,261,1659,226,-1,260,195,197,-1,234,913,1235,-1,248,1526,244,-1,229,32,23,-1,913,234,236,-1,246,233,232,-1,1866,1668,287,-1,1668,273,287,-1,245,1519,233,-1,242,1522,243,-1,241,276,239,-1,238,271,218,-1,1662,1862,1867,-1,1493,1526,1431,-1,1509,1864,217,-1,226,1516,223,-1,224,1868,33,-1,236,1668,914,-1,217,1864,215,-1,1528,1869,396,-1,1533,209,1530,-1,422,209,1657,-1,1187,201,203,-1,281,198,200,-1,195,1671,196,-1,192,263,193,-1,189,191,1429,-1,186,188,279,-1,1464,1656,1759,-1,183,185,204,-1,182,936,180,-1,1652,166,495,-1,1687,1650,1457,-1,165,1870,175,-1,170,172,1691,-1,169,173,167,-1,1871,182,1651,-1,1458,940,939,-1,985,1566,992,-1,1571,55,1223,-1,1751,1603,1626,-1,917,91,915,-1,87,86,1422,-1,85,153,152,-1,1872,1750,40,-1,1605,144,146,-1,146,1215,1214,-1,1405,1873,1406,-1,1591,1165,1167,-1,1163,1029,1595,-1,137,1874,135,-1,1164,429,1029,-1,986,433,745,-1,1643,1182,1767,-1,1642,1178,1562,-1,1047,1563,1045,-1,128,665,126,-1,29,1667,1665,-1,1798,1,1751,-1,1618,159,950,-1,1638,1570,1223,-1,109,45,44,-1,1581,1582,1875,-1,1550,1576,1582,-1,916,100,102,-1,99,921,97,-1,96,1802,94,-1,93,1646,91,-1,90,118,88,-1,87,153,85,-1,84,1876,82,-1,79,378,80,-1,78,155,76,-1,73,75,1877,-1,72,427,70,-1,63,1545,61,-1,59,1596,60,-1,57,1649,55,-1,52,375,53,-1,49,1878,50,-1,48,160,46,-1,45,1617,43,-1,39,1606,37,-1,36,262,34,-1,1513,1601,250,-1,1513,1607,1601,-1,26,28,1608,-1,23,25,285,-1,250,1605,146,-1,8,1879,21,-1,17,1610,18,-1,1610,1615,18,-1,6,1624,926,-1,12,1622,1621,-1,12,1613,19,-1,6,3,7,-1,1880,901,1804,-1,1804,1879,1880,-1,1617,1,1798,-1,1616,950,0,-1,45,1426,419,-1,45,110,1426,-1,7,901,1880,-1,7,1620,901,-1,22,1615,1614,-1,21,1615,22,-1,1613,1611,10,-1,1611,1613,1612,-1,18,1623,1083,-1,1623,18,11,-1,265,145,144,-1,265,264,145,-1,1803,188,147,-1,188,1803,1536,-1,1872,1599,1598,-1,1599,1872,278,-1,1749,421,1881,-1,1749,1618,421,-1,1570,114,1571,-1,1570,115,114,-1,1164,1594,430,-1,1164,1163,1594,-1,1882,1631,1632,-1,1631,1882,1418,-1,1645,1593,451,-1,151,1593,1645,-1,68,983,69,-1,1166,983,68,-1,1634,83,1230,-1,1634,84,83,-1,981,916,102,-1,916,981,917,-1,1583,1547,1766,-1,1547,1583,111,-1,1549,1576,1550,-1,1549,1577,1576,-1,50,1755,159,-1,1755,50,1878,-1,96,1883,982,-1,96,95,1883,-1,911,220,1666,-1,911,914,220,-1,25,30,1884,-1,24,30,25,-1,1562,665,1564,-1,665,1562,471,-1,1561,1695,1885,-1,1561,464,1695,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=9 */
		private int[] gettempr_geometry_5_19_coordIndex_9()
		{
			int[] value = {1886,466,1887,-1,1886,467,466,-1,1644,1178,1177,-1,1644,997,1178,-1,1556,1420,1419,-1,1556,1552,1420,-1,920,1580,108,-1,920,99,1580,-1,1648,1546,1548,-1,1648,1635,1546,-1,1422,1538,1692,-1,1538,1422,1539,-1,1458,175,1888,-1,175,1458,176,-1,1204,1889,1890,-1,1203,1889,1204,-1,1759,1425,1464,-1,1531,1425,1759,-1,182,1891,936,-1,1891,182,1871,-1,1655,1892,1893,-1,1892,1655,1428,-1,1499,1865,1512,-1,1865,1499,1498,-1,1503,1894,255,-1,1894,1503,1895,-1,1896,210,1535,-1,1896,211,210,-1,1869,1897,1658,-1,1898,1897,1869,-1,1509,1660,1659,-1,1509,217,1660,-1,257,1492,275,-1,1500,1492,257,-1,1488,1248,913,-1,1488,1867,1248,-1,1860,231,1663,-1,1860,292,231,-1,1515,1521,216,-1,1664,1521,1515,-1,274,235,1491,-1,235,274,236,-1,249,37,1513,-1,249,38,37,-1,1518,230,286,-1,1518,1525,230,-1,217,1521,1660,-1,217,216,1521,-1,1892,1430,1429,-1,1892,1507,1430,-1,1601,1899,1602,-1,1899,1601,1900,-1,193,1496,1671,-1,1497,1496,193,-1,1661,1901,1672,-1,1901,1661,1902,-1,1903,1904,1905,-1,1904,1903,1906,-1,1662,1488,1487,-1,1662,1867,1488,-1,246,292,248,-1,246,247,292,-1,1489,1662,1672,-1,1662,1489,1485,-1,1906,1863,1904,-1,1863,1906,1861,-1,1907,1160,1486,-1,1160,1907,1770,-1,393,389,1103,-1,394,389,393,-1,881,1673,302,-1,1673,881,1450,-1,1478,1908,1479,-1,1909,1908,1478,-1,1680,1848,1853,-1,1848,1680,381,-1,383,1683,1467,-1,382,1683,383,-1,345,1849,1910,-1,1849,345,363,-1,1911,1469,341,-1,1469,1911,1912,-1,1680,1454,1683,-1,1680,1455,1454,-1,367,386,1468,-1,367,1466,386,-1,1913,1851,335,-1,1851,1913,1914,-1,1678,1915,354,-1,1678,1916,1915,-1,327,1856,1679,-1,327,1676,1856,-1,1686,329,1452,-1,1686,336,329,-1,77,1543,174,-1,77,1230,1543,-1,1917,1918,1919,-1,1534,1918,1917,-1,1920,1898,1921,-1,1897,1898,1920,-1,1568,371,1569,-1,372,371,1568,-1,1922,1919,1923,-1,1917,1919,1922,-1,1639,1924,116,-1,1925,1924,1639,-1,1652,1542,164,-1,1542,1652,1197,-1,1461,175,1870,-1,175,1461,1460,-1,1458,1650,176,-1,1458,1457,1650,-1,1926,1927,1928,-1,1929,1927,1926,-1,1465,1850,350,-1,1465,1474,1850,-1,1447,402,1688,-1,1447,1761,402,-1,1930,1446,1445,-1,1762,1446,1930,-1,1200,1442,1432,-1,1200,1444,1442,-1,260,1443,1511,-1,260,1931,1443,-1,254,1932,1504,-1,254,1434,1932,-1,1437,1501,256,-1,1501,1437,1440,-1,1501,1933,261,-1,1501,1440,1933,-1,404,1480,403,-1,1480,404,1934,-1,254,228,1510,-1,225,228,254,-1,1430,280,1188,-1,1506,280,1430,-1,1506,957,280,-1,252,1506,1427,-1,251,1506,252,-1,420,1935,1185,-1,420,1426,1935,-1,1846,1425,1537,-1,1846,1423,1425,-1,93,1424,1423,-1,1424,93,92,-1,1936,1654,1937,-1,1936,1573,1654,-1,982,98,97,-1,982,1938,98,-1,1875,1578,1581,-1,1875,1939,1578,-1,1876,919,1690,-1,1876,1234,919,-1,1234,1876,84,-1,984,1567,1566,-1,1567,984,1592,-1,1554,1693,64,-1,1554,1419,1693,-1,1043,1415,1044,-1,1416,1415,1043,-1,1416,996,1415,-1,1559,996,1416,-1,1414,1563,1047,-1,1563,1414,1564,-1,470,1322,664,-1,470,125,1322,-1,962,1940,1198,-1,1940,962,1795,-1,1558,469,1179,-1,1558,1843,469,-1,136,1410,1941,-1,1410,136,135,-1,139,1874,1942,-1,1874,139,1887,-1,1943,1944,1945,-1,1944,1943,1885,-1,1942,138,139,-1,1590,138,1942,-1,1791,1943,1028,-1,1791,1946,1943,-1,1947,1410,457,-1,1410,1947,1941,-1,1948,1411,1949,-1,1408,1411,1948,-1,1950,457,459,-1,457,1950,1947,-1,1406,1411,1413,-1,1411,1406,1949,-1,1403,1007,1006,-1,1402,1007,1403,-1,1951,481,1402,-1,1952,481,1951,-1,1697,1205,1400,-1,1697,498,1205,-1,1840,1219,485,-1,1840,1953,1219,-1,488,484,492,-1,488,497,484,-1,1954,1955,1956,-1,1957,1955,1954,-1,1958,1959,1960,-1,1961,1959,1958,-1,1962,1963,1964,-1,1963,1962,1965,-1,1966,1967,1968,-1,1969,1967,1966,-1,1970,1971,1972,-1,1971,1970,1973,-1,1974,1975,1976,-1,1975,1974,1977,-1,1978,1979,1980,-1,1981,1979,1978,-1,1982,1983,1984,-1,1983,1982,1985,-1,1986,1838,502,-1,1987,1838,1986,-1,1988,1989,1990,-1,1988,1991,1989,-1,507,1992,1013,-1,1992,507,1993,-1,1994,1995,1996,-1,1997,1995,1994,-1,1998,1999,2000,-1,1999,1998,2001,-1,2002,2003,1995,-1,2002,2004,2003,-1,1395,2000,2005,-1,1395,1396,2000,-1,1699,518,1397,-1,2003,518,1699,-1,1393,512,1701,-1,1396,512,1393,-1,543,530,1757,-1,543,542,530,-1,1705,2006,1834,-1,1705,1704,2006,-1,1829,1834,537,-1,1834,1829,1705,-1,561,544,532,-1,544,561,1391,-1,2007,1829,558,-1,2007,2008,1829,-1,1758,553,1703,-1,1758,551,553,-1,1390,1022,1711,-1,1390,586,1022,-1,556,2009,1368,-1,556,555,2009,-1,2010,1380,1379,-1,2010,2011,1380,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=10 */
		private int[] gettempr_geometry_5_19_coordIndex_10()
		{
			int[] value = {1712,1713,1386,-1,1712,1384,1713,-1,2012,2013,2014,-1,2013,2012,2015,-1,2016,1061,2017,-1,1061,2016,1062,-1,2014,2018,2019,-1,2018,2014,2013,-1,2020,2021,2022,-1,2021,2020,2017,-1,2019,1381,1382,-1,2023,1381,2019,-1,2024,2025,2026,-1,2024,2027,2025,-1,1712,2020,1385,-1,2020,1712,2028,-1,563,2024,1382,-1,563,2027,2024,-1,580,1380,1378,-1,1380,580,1323,-1,574,1370,1374,-1,1370,574,2029,-1,1715,1373,1831,-1,1373,1715,1371,-1,1830,2030,2031,-1,572,2030,1830,-1,2032,1831,1373,-1,2032,2033,1831,-1,2034,567,2035,-1,567,2034,569,-1,1059,2034,1360,-1,2034,1059,1716,-1,2031,1717,951,-1,2030,1717,2031,-1,2033,585,584,-1,2032,585,2033,-1,597,1717,595,-1,597,599,1717,-1,1213,1365,952,-1,1213,585,1365,-1,1354,2036,1055,-1,1327,2036,1354,-1,1326,1329,1328,-1,2037,1329,1326,-1,2038,1341,2039,-1,1341,2038,1342,-1,2040,1343,2041,-1,1343,2040,2042,-1,1351,2043,2040,-1,1351,620,2043,-1,617,2044,2045,-1,2044,617,2046,-1,2045,2047,2048,-1,2049,2047,2045,-1,624,2048,614,-1,624,618,2048,-1,1023,1353,1024,-1,1023,616,1353,-1,614,2047,615,-1,614,2048,2047,-1,2050,2051,2052,-1,2053,2051,2050,-1,2054,2055,2056,-1,2055,2054,2057,-1,2058,2059,2060,-1,2061,2059,2058,-1,2051,2062,2052,-1,2051,2063,2062,-1,2056,2064,2054,-1,2056,2065,2064,-1,2060,2066,2067,-1,2059,2066,2060,-1,2062,643,642,-1,2063,643,2062,-1,1336,2065,644,-1,2065,1336,2064,-1,2067,1339,1827,-1,2066,1339,2067,-1,2068,2069,1371,-1,2068,2070,2069,-1,2029,2071,571,-1,2029,2072,2071,-1,2073,2074,2075,-1,2074,2073,2076,-1,2072,1332,1331,-1,2077,1332,2072,-1,2078,2075,2074,-1,2078,2079,2075,-1,1332,1355,1333,-1,2080,1355,1332,-1,2081,2082,2079,-1,2081,656,2082,-1,1325,1333,1826,-1,1333,1325,1723,-1,1356,1326,1826,-1,2037,1326,1356,-1,1784,736,2083,-1,737,736,1784,-1,447,672,448,-1,672,447,475,-1,2084,1153,1154,-1,1302,1153,2084,-1,1319,721,723,-1,1142,721,1319,-1,1311,1730,712,-1,1730,1311,1313,-1,2085,1820,2086,-1,2085,2087,1820,-1,1308,2088,1731,-1,2089,2088,1308,-1,2090,2091,2092,-1,2093,2091,2090,-1,719,2094,2095,-1,2094,719,1732,-1,1731,2094,1732,-1,1731,2088,2094,-1,2096,2090,2097,-1,2096,2093,2090,-1,2098,2097,2090,-1,2098,2099,2097,-1,1822,2086,1820,-1,1822,2100,2086,-1,722,2097,2101,-1,722,2096,2097,-1,2102,2103,2104,-1,2105,2103,2102,-1,2106,2107,2108,-1,2109,2107,2106,-1,2110,1735,1304,-1,1735,2110,2108,-1,740,2111,741,-1,2111,740,2112,-1,1225,2113,1728,-1,2113,1225,2114,-1,758,2115,2116,-1,758,760,2115,-1,1275,756,761,-1,798,756,1275,-1,2117,2118,2119,-1,2120,2118,2117,-1,2121,1293,1818,-1,2122,1293,2121,-1,786,1296,784,-1,1296,786,1297,-1,1737,1299,1296,-1,1737,774,1299,-1,2123,2124,2125,-1,2124,2123,2118,-1,1294,2126,2127,-1,2126,1294,1293,-1,779,2128,2129,-1,779,2130,2128,-1,787,734,1265,-1,787,735,734,-1,2130,1292,2131,-1,779,1292,2130,-1,1291,2132,1071,-1,1291,1298,2132,-1,2132,1297,1076,-1,2132,1298,1297,-1,1285,1283,1739,-1,2133,1283,1285,-1,1270,797,795,-1,1270,1740,797,-1,1816,1072,1279,-1,1816,1289,1072,-1,1741,130,1045,-1,1741,2134,130,-1,816,1278,1277,-1,1278,816,1155,-1,1816,1776,820,-1,1279,1776,1816,-1,1157,1272,826,-1,1157,1159,1272,-1,747,1810,812,-1,747,746,1810,-1,1281,1270,799,-1,1281,1740,1270,-1,824,1276,2116,-1,822,1276,824,-1,766,764,763,-1,856,764,766,-1,1807,1207,2135,-1,1807,830,1207,-1,1854,1911,341,-1,1911,1854,2136,-1,1783,1120,1748,-1,2137,1120,1783,-1,1250,1097,1121,-1,1097,1250,1255,-1,897,1256,2138,-1,897,1126,1256,-1,1124,879,2139,-1,877,879,1124,-1,2140,1778,1780,-1,2140,1114,1778,-1,1092,1781,2141,-1,1092,1113,1781,-1,875,2142,1252,-1,875,2143,2142,-1,18,1242,11,-1,1242,18,1804,-1,1125,1238,1237,-1,1081,1238,1125,-1,1126,871,1256,-1,1125,871,1126,-1,1627,43,1798,-1,1627,2144,43,-1,54,1223,1544,-1,1223,54,1637,-1,1227,6,12,-1,6,1227,3,-1,2145,1753,1752,-1,2145,942,1753,-1,1218,2145,2146,-1,1799,2145,1218,-1,1754,113,2147,-1,1754,1548,113,-1,1216,2148,2149,-1,1216,945,2148,-1,2150,2151,2152,-1,2147,2151,2150,-1,1544,1222,949,-1,1544,1223,1222,-1,2153,2154,894,-1,2153,2152,2154,-1,911,948,912,-1,2155,948,911,-1,1021,1708,637,-1,1021,539,1708,-1,1758,530,529,-1,1758,1757,530,-1,550,1211,527,-1,550,2007,1211,-1,364,1797,366,-1,364,2156,1797,-1,1269,850,1208,-1,1269,851,850,-1,496,1269,1400,-1,1269,496,941,-1,454,1401,1953,-1,179,1401,454,-1,936,407,937,-1,936,1891,407,-1,415,1940,1201,-1,415,2157,1940,-1,1447,1202,1760,-1,1447,1446,1202,-1,1198,2157,969,-1,1198,1940,2157,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=11 */
		private int[] gettempr_geometry_5_19_coordIndex_11()
		{
			int[] value = {1195,1194,1196,-1,1194,1195,968,-1,348,1686,349,-1,348,337,1686,-1,1765,391,403,-1,1765,392,391,-1,396,1658,214,-1,396,1869,1658,-1,1185,1920,1186,-1,1935,1920,1185,-1,2158,2159,2160,-1,2158,1925,2159,-1,1540,1584,80,-1,1539,1584,1540,-1,634,660,1011,-1,670,660,634,-1,1768,459,163,-1,1768,1950,459,-1,487,1002,2161,-1,1002,487,1175,-1,1009,1951,2162,-1,1009,1174,1951,-1,1793,1173,660,-1,1793,1769,1173,-1,1961,2163,2164,-1,1961,1954,2163,-1,1961,1957,1954,-1,1958,1957,1961,-1,2165,1957,1958,-1,2165,2166,1957,-1,2165,2167,2166,-1,2165,2168,2167,-1,423,1032,1031,-1,1032,423,425,-1,1645,1167,152,-1,1591,1167,1645,-1,2169,1632,65,-1,1632,2169,1882,-1,2170,1486,1041,-1,1486,2170,1907,-1,1813,861,860,-1,1813,819,861,-1,1726,683,685,-1,1726,810,683,-1,436,743,745,-1,743,1789,1043,-1,1789,743,436,-1,1224,2091,1801,-1,2091,1224,715,-1,2171,2105,2102,-1,2172,2106,2173,-1,2174,2106,2172,-1,2174,2109,2106,-1,2105,2109,2174,-1,2105,2175,2109,-1,2171,2175,2105,-1,1145,1050,702,-1,1145,1139,1050,-1,120,698,692,-1,698,120,1144,-1,2176,1050,1140,-1,1050,2176,1051,-1,725,700,699,-1,725,1318,700,-1,1137,2176,922,-1,1137,1143,2176,-1,1140,1774,1724,-1,1140,1139,1774,-1,630,607,606,-1,630,934,607,-1,1786,2013,2015,-1,1786,2018,2013,-1,2177,1133,2178,-1,1133,2177,1358,-1,1383,1067,738,-1,1383,1267,1067,-1,1134,1383,737,-1,1134,1713,1383,-1,2179,2143,2137,-1,2179,2142,2143,-1,909,885,910,-1,909,886,885,-1,1746,1260,1259,-1,1746,1264,1260,-1,893,898,2180,-1,898,893,895,-1,892,1780,1111,-1,892,2140,1780,-1,1853,1466,330,-1,384,1466,1853,-1,1916,2181,1915,-1,1916,2182,2181,-1,326,1676,327,-1,1475,1676,326,-1,1855,1916,1678,-1,1916,1855,2182,-1,1103,890,1101,-1,890,1103,1098,-1,1097,887,890,-1,1097,1800,887,-1,2141,1095,837,-1,1095,2141,1781,-1,1094,1110,859,-1,1094,1093,1110,-1,2183,1804,903,-1,1242,1804,2183,-1,878,2184,879,-1,899,2184,878,-1,1076,805,2132,-1,1076,806,805,-1,1074,1746,867,-1,1746,1074,1747,-1,730,1815,1284,-1,1815,730,1814,-1,609,593,2083,-1,609,594,593,-1,1132,2178,1133,-1,2178,1132,1719,-1,529,583,552,-1,529,581,583,-1,742,1282,1149,-1,741,1282,742,-1,790,697,729,-1,790,1734,697,-1,815,1315,1742,-1,814,1315,815,-1,804,860,802,-1,804,1812,860,-1,1041,860,862,-1,1041,1486,860,-1,1790,752,827,-1,752,1790,1037,-1,1040,1033,1035,-1,1033,1040,1031,-1,1791,1034,1033,-1,1791,1037,1034,-1,1031,944,423,-1,1031,1040,944,-1,493,506,491,-1,506,493,501,-1,490,2162,1696,-1,490,1009,2162,-1,1007,1005,1008,-1,1007,480,1005,-1,1178,1005,123,-1,1178,999,1005,-1,1001,2161,1002,-1,1001,1004,2161,-1,1000,1768,1002,-1,1000,994,1768,-1,426,70,427,-1,70,426,1555,-1,982,1890,1889,-1,982,1883,1890,-1,1464,1424,980,-1,1424,1464,1425,-1,1685,185,184,-1,1685,2185,185,-1,1935,1897,1920,-1,2186,1897,1935,-1,320,403,1480,-1,1765,403,320,-1,1914,351,1851,-1,2187,351,1914,-1,970,1196,1194,-1,1196,970,1764,-1,1806,1195,976,-1,1763,1195,1806,-1,2157,1435,418,-1,415,1435,2157,-1,1435,415,1436,-1,396,208,209,-1,395,208,396,-1,208,395,1199,-1,1953,494,1219,-1,1953,1401,494,-1,1208,1400,1269,-1,1697,1400,1208,-1,558,955,1698,-1,558,1363,955,-1,989,663,440,-1,663,989,1321,-1,925,633,632,-1,633,925,1169,-1,2188,1,0,-1,2188,1214,1,-1,894,1115,895,-1,894,2154,1115,-1,949,2189,0,-1,949,1222,2189,-1,2147,2189,1754,-1,2147,2150,2189,-1,1115,945,1116,-1,2148,945,1115,-1,1218,2147,113,-1,2151,2147,1218,-1,944,1216,943,-1,944,865,1216,-1,1799,942,2145,-1,1799,108,942,-1,942,424,1753,-1,918,424,942,-1,637,1169,1021,-1,1169,637,633,-1,1619,3,903,-1,1619,4,3,-1,1498,34,1865,-1,1498,1536,34,-1,920,1218,1217,-1,920,1799,1218,-1,158,916,915,-1,100,916,158,-1,1878,1544,1755,-1,52,1544,1878,-1,1751,1598,1603,-1,1750,1598,1751,-1,1598,1750,1872,-1,1117,874,873,-1,876,874,1117,-1,1126,896,1081,-1,896,1126,897,-1,9,20,19,-1,9,1084,20,-1,2138,898,897,-1,2180,898,2138,-1,2139,1783,1254,-1,2139,2190,1783,-1,1745,734,733,-1,1745,1268,734,-1,1252,1246,886,-1,1252,2142,1246,-1,1091,2141,1112,-1,1091,1092,2141,-1,1090,2140,1779,-1,1090,1114,2140,-1,1245,1253,1244,-1,1253,1245,1254,-1,1087,299,912,-1,1087,311,299,-1,1121,2137,2143,-1,1121,1120,2137,-1,1763,849,966,-1,1763,2135,849,-1,828,1192,847,-1,1193,1192,828,-1,764,1073,1744,-1,1747,1073,764,-1,1807,1193,828,-1,1806,1193,1807,-1,2116,1743,824,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=12 */
		private int[] gettempr_geometry_5_19_coordIndex_12()
		{
			int[] value = {1743,2116,2115,-1,1812,1288,1290,-1,1288,1812,804,-1,820,805,807,-1,820,1776,805,-1,1151,1278,751,-1,1151,1150,1278,-1,743,2134,744,-1,743,130,2134,-1,811,2084,677,-1,2084,811,1810,-1,1825,1811,809,-1,1825,675,1811,-1,1286,1815,1128,-1,1286,2191,1815,-1,1069,2131,1128,-1,1069,788,2131,-1,2192,2117,2193,-1,2194,2121,2195,-1,2122,2117,2192,-1,2122,2120,2117,-1,2122,2194,2120,-1,2194,2122,2121,-1,788,2130,2131,-1,2130,788,2196,-1,765,854,766,-1,765,787,854,-1,2128,2196,2127,-1,2128,2130,2196,-1,775,2125,773,-1,775,2197,2125,-1,2127,2198,2128,-1,2198,2127,2126,-1,2125,1817,773,-1,1817,2125,2124,-1,1817,2199,771,-1,2124,2199,1817,-1,1293,2192,2126,-1,2192,1293,2122,-1,2118,2194,2124,-1,2194,2118,2120,-1,798,821,1808,-1,798,1275,821,-1,1273,824,1743,-1,824,1273,1809,-1,761,1276,1275,-1,761,1042,1276,-1,1274,760,1161,-1,2115,760,1274,-1,748,754,817,-1,754,748,1156,-1,751,1271,1151,-1,750,1271,751,-1,2113,1304,1728,-1,2110,1304,2113,-1,741,2104,1282,-1,2104,741,2111,-1,2114,2172,2113,-1,2172,2114,2174,-1,2109,2112,2107,-1,2175,2112,2109,-1,2105,2114,2103,-1,2174,2114,2105,-1,738,687,736,-1,1130,687,738,-1,1305,728,724,-1,728,1305,1070,-1,1309,2101,1823,-1,1309,722,2101,-1,2099,2100,1822,-1,2100,2099,2098,-1,721,2096,722,-1,695,2096,721,-1,1732,714,1731,-1,1310,714,1732,-1,2095,2200,1824,-1,2200,2095,2094,-1,2093,1801,2091,-1,1727,1801,2093,-1,1801,1727,1233,-1,2086,1307,713,-1,2100,1307,2086,-1,694,931,692,-1,694,1306,931,-1,2087,718,1820,-1,2087,2201,718,-1,1314,1311,2201,-1,1313,1311,1314,-1,708,814,739,-1,1315,814,708,-1,1137,698,1143,-1,1137,699,698,-1,721,696,695,-1,696,721,1142,-1,1159,680,1273,-1,1159,1158,680,-1,1158,684,680,-1,1158,685,684,-1,677,1154,678,-1,2084,1154,677,-1,441,124,445,-1,441,122,124,-1,668,1725,669,-1,1725,668,666,-1,1177,1183,1182,-1,1183,1177,1176,-1,1723,655,654,-1,1723,1325,655,-1,651,2079,2082,-1,2079,651,2075,-1,1330,2202,2203,-1,1330,1334,2202,-1,2204,2079,2078,-1,2204,2081,2079,-1,2077,2080,1332,-1,2205,2080,2077,-1,2202,2205,2070,-1,2205,2202,2080,-1,2204,571,2071,-1,571,2204,1375,-1,2070,573,2069,-1,2070,2205,573,-1,2206,1827,647,-1,2067,1827,2206,-1,2207,1336,1337,-1,2064,1336,2207,-1,2208,642,1335,-1,2062,642,2208,-1,2067,2209,2060,-1,2067,2206,2209,-1,2054,2207,2210,-1,2054,2064,2207,-1,2052,2208,2211,-1,2052,2062,2208,-1,2209,2058,2060,-1,2058,2209,2212,-1,2213,2054,2210,-1,2057,2054,2213,-1,2214,2052,2211,-1,2050,2052,2214,-1,637,560,638,-1,1708,560,637,-1,1708,538,560,-1,588,624,1348,-1,588,1136,624,-1,2047,622,621,-1,622,2047,2049,-1,2046,619,2041,-1,2046,617,619,-1,2039,620,622,-1,2043,620,2039,-1,1340,2040,2043,-1,2042,2040,1340,-1,1344,2038,2044,-1,1342,2038,1344,-1,1328,609,1326,-1,1328,610,609,-1,608,1329,649,-1,1329,608,1327,-1,2215,584,1368,-1,2033,584,2215,-1,2216,951,1366,-1,2031,951,2216,-1,1716,1058,1369,-1,1716,1059,1058,-1,569,1716,570,-1,569,2034,1716,-1,1831,2215,1376,-1,1831,2033,2215,-1,2217,2031,2216,-1,1830,2031,2217,-1,2022,1385,2020,-1,2022,2010,1385,-1,2014,1382,2024,-1,2019,1382,2014,-1,2028,2017,2020,-1,2017,2028,2016,-1,2014,2026,2012,-1,2014,2024,2026,-1,1785,2016,2218,-1,1062,2016,1785,-1,2219,2015,2012,-1,2015,2219,2220,-1,1714,563,1832,-1,1714,2027,563,-1,534,1368,2009,-1,1368,534,576,-1,1022,560,1711,-1,1022,1024,560,-1,576,533,1703,-1,534,533,576,-1,553,1360,575,-1,1360,553,552,-1,1704,1758,2006,-1,1836,1758,1704,-1,1756,1758,1836,-1,2008,1705,1829,-1,2008,1706,1705,-1,540,548,559,-1,540,546,548,-1,2221,1391,1361,-1,2221,953,1391,-1,541,1835,1709,-1,1835,541,543,-1,1834,1833,535,-1,1834,2006,1833,-1,1835,1757,1756,-1,543,1757,1835,-1,533,1392,1702,-1,1392,533,1707,-1,518,2004,519,-1,2004,518,2003,-1,1998,1396,1393,-1,2000,1396,1998,-1,2003,1996,1995,-1,2003,1699,1996,-1,2222,1998,2223,-1,2001,1998,2222,-1,2224,1996,2225,-1,1994,1996,2224,-1,2226,2222,2223,-1,2222,2226,2227,-1,501,503,502,-1,501,1014,503,-1,1013,1982,1172,-1,1982,1013,1992,-1,1988,505,1991,-1,1980,505,1988,-1,1987,1993,1838,-1,1974,1993,1987,-1,1984,1990,1989,-1,1990,1984,1983,-1,1981,1986,1979,-1,1968,1986,1981,-1,1976,1962,1985,-1,1962,1976,1975,-1,1971,1978,1972,-1,1960,1978,1971,-1,1969,1977,1967,-1,1956,1977,1969,-1,1964,1973,1970,-1,1973,1964,1963,-1,1959,2164,1966,-1,2164,1959,1961,-1,1955,2166,1965,-1,2166,1955,1957,-1,1841,482,493,-1,1841,483,482,-1,1953,455,454,-1,455,1953,1840,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=13 */
		private int[] gettempr_geometry_5_19_coordIndex_13()
		{
			int[] value = {489,492,491,-1,492,489,488,-1,2161,1840,487,-1,1840,2161,455,-1,483,492,484,-1,1841,492,483,-1,2162,1402,1403,-1,1951,1402,2162,-1,1411,1794,1412,-1,2228,1794,1411,-1,457,1556,458,-1,2229,1556,457,-1,1408,2228,1411,-1,463,2228,1408,-1,1410,2229,457,-1,465,2229,1410,-1,1945,1792,1029,-1,1945,1407,1792,-1,1028,1945,1029,-1,1943,1945,1028,-1,1944,1407,1945,-1,2230,1407,1944,-1,1874,2231,1942,-1,137,2231,1874,-1,464,1941,462,-1,1941,464,136,-1,1557,141,1558,-1,1557,1560,141,-1,1462,1692,1538,-1,456,1692,1462,-1,961,1795,962,-1,1795,961,1760,-1,704,443,121,-1,704,444,443,-1,935,664,1322,-1,664,935,1148,-1,2232,1177,1182,-1,2232,1644,1177,-1,431,1180,1417,-1,431,142,1180,-1,1873,1629,1553,-1,1628,1629,1873,-1,64,1555,1554,-1,64,70,1555,-1,424,1234,425,-1,424,919,1234,-1,1582,1575,1875,-1,1582,1576,1575,-1,1575,1871,1651,-1,1575,1938,1871,-1,105,1573,1936,-1,105,1574,1573,-1,2233,1423,1846,-1,2233,93,1423,-1,1534,2234,1535,-1,1917,2234,1534,-1,47,1185,48,-1,47,420,1185,-1,260,1670,1504,-1,260,259,1670,-1,1759,209,208,-1,1759,1656,209,-1,410,1934,404,-1,1934,410,297,-1,1933,1689,1441,-1,1933,416,1689,-1,414,1932,1796,-1,1931,1932,414,-1,1444,395,958,-1,1444,1930,395,-1,1688,408,960,-1,1688,402,408,-1,938,401,399,-1,401,938,937,-1,2235,1908,1909,-1,2236,1908,2235,-1,1913,2187,1914,-1,2187,1913,2237,-1,1797,841,840,-1,1797,2238,841,-1,2239,82,1684,-1,2239,83,82,-1,83,2239,1231,-1,2159,376,1921,-1,377,376,2159,-1,116,2234,374,-1,116,1924,2234,-1,1923,2185,2240,-1,1923,1919,2185,-1,2241,372,1568,-1,2241,1685,372,-1,1921,2160,2159,-1,1921,1898,2160,-1,1919,185,2185,-1,1919,1918,185,-1,388,322,339,-1,387,322,388,-1,356,1855,1677,-1,356,355,1855,-1,334,1471,351,-1,332,1471,334,-1,384,370,385,-1,384,1681,370,-1,1680,382,381,-1,382,1680,1683,-1,1929,365,1854,-1,1929,1926,365,-1,2238,2156,1473,-1,2238,1797,2156,-1,385,1108,1467,-1,1108,385,370,-1,1853,1681,384,-1,1681,1853,1107,-1,342,1456,330,-1,1852,1456,342,-1,1910,1854,345,-1,1910,1929,1854,-1,1910,1927,1929,-1,334,1913,335,-1,1913,334,2237,-1,325,1476,1103,-1,325,323,1476,-1,305,317,306,-1,305,312,317,-1,294,880,301,-1,1449,880,294,-1,295,1675,1483,-1,295,300,1675,-1,389,1479,1103,-1,389,309,1479,-1,389,310,309,-1,1479,2236,315,-1,1479,1908,2236,-1,305,313,312,-1,305,320,313,-1,1857,390,305,-1,1478,390,1857,-1,1104,1675,1105,-1,2242,1675,1104,-1,1673,294,1189,-1,1450,294,1673,-1,294,1450,1449,-1,1485,1862,1662,-1,1485,1484,1862,-1,1858,1661,1487,-1,1858,290,1661,-1,1859,1487,304,-1,1859,1858,1487,-1,1484,1905,1862,-1,1484,1903,1905,-1,1485,291,248,-1,1485,1489,291,-1,1862,1904,1863,-1,1904,1862,1905,-1,270,1660,1521,-1,269,1660,270,-1,1868,28,33,-1,39,28,1868,-1,191,277,1893,-1,1600,277,191,-1,1600,1599,277,-1,1664,1669,1520,-1,1515,1669,1664,-1,274,1668,236,-1,1668,274,273,-1,1491,240,239,-1,1491,235,240,-1,268,1669,215,-1,1669,268,219,-1,234,241,240,-1,234,1235,241,-1,1519,1236,233,-1,1519,1523,1236,-1,912,1488,913,-1,912,299,1488,-1,275,258,257,-1,1494,258,275,-1,227,288,1524,-1,227,222,288,-1,1508,1864,1509,-1,1864,1508,267,-1,1866,1517,1668,-1,2243,1517,1866,-1,199,1527,1532,-1,199,198,1527,-1,1898,1528,2160,-1,1898,1869,1528,-1,1918,205,185,-1,1918,1530,205,-1,194,1671,195,-1,1671,194,193,-1,1895,1505,1900,-1,1895,1503,1505,-1,1893,1429,191,-1,1429,1893,1892,-1,1653,207,206,-1,1537,207,1653,-1,1657,1464,1463,-1,1656,1464,1657,-1,1203,1871,1889,-1,1891,1871,1203,-1,1457,938,1687,-1,939,938,1457,-1,165,2239,1870,-1,2239,165,164,-1,1692,172,1422,-1,172,1692,1691,-1,1690,1877,1876,-1,73,1877,1690,-1,149,1,1214,-1,1,149,1750,-1,148,1750,149,-1,1750,148,40,-1,145,1215,146,-1,1215,145,1625,-1,1887,135,1874,-1,1887,466,135,-1,1944,1695,1409,-1,1885,1695,1944,-1,1044,130,743,-1,1044,131,130,-1,474,124,123,-1,1842,124,474,-1,219,1666,220,-1,1666,1665,1667,-1,1666,219,1665,-1,1217,1802,920,-1,1802,1217,94,-1,90,117,118,-1,117,90,158,-1,159,949,950,-1,949,159,1755,-1,118,62,88,-1,118,63,62,-1,94,105,95,-1,103,105,94,-1,2233,1646,93,-1,1646,2233,1647,-1,1230,76,157,-1,1230,77,76,-1,154,87,1421,-1,153,87,154,-1,1418,2169,1693,-1,1418,1882,2169,-1,1649,59,58,-1,59,1649,57,-1,53,1637,54,-1,53,1641,1637,-1,1749,47,46,-1,47,1749,1881,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=14 */
		private int[] gettempr_geometry_5_19_coordIndex_14()
		{
			int[] value = {35,1536,1803,-1,35,34,1536,-1,1620,902,901,-1,902,1620,5,-1,1614,1624,6,-1,1614,1609,1624,-1,17,926,1624,-1,926,17,16,-1,1622,14,1621,-1,1622,15,14,-1,10,19,1613,-1,19,10,9,-1,5,1619,902,-1,5,4,1619,-1,1880,8,7,-1,8,1880,1879,-1,1614,1610,1609,-1,1614,1615,1610,-1,13,1083,1623,-1,13,927,1083,-1,27,24,23,-1,24,27,26,-1,29,249,1667,-1,38,249,29,-1,42,1872,40,-1,42,278,1872,-1,2144,44,43,-1,44,2144,283,-1,375,1878,49,-1,375,52,1878,-1,115,1638,1640,-1,115,1570,1638,-1,71,64,66,-1,71,70,64,-1,1591,451,453,-1,1591,1645,451,-1,450,69,428,-1,67,69,450,-1,1876,75,82,-1,1877,75,1876,-1,81,1584,1232,-1,81,80,1584,-1,101,90,89,-1,90,101,100,-1,1766,1546,1636,-1,1546,1766,1547,-1,921,96,97,-1,1802,96,921,-1,1881,420,47,-1,421,420,1881,-1,1626,1798,1751,-1,1626,1627,1798,-1,1884,29,1665,-1,30,29,1884,-1,1643,1045,130,-1,1045,1643,1767,-1,1789,434,1043,-1,435,434,1789,-1,2244,1886,2230,-1,2244,467,1886,-1,1792,1595,1029,-1,1630,1595,1792,-1,1234,157,156,-1,1234,1634,157,-1,1540,167,1538,-1,1540,168,167,-1,1888,940,1458,-1,940,1888,2245,-1,1890,959,1204,-1,1890,1937,959,-1,183,373,184,-1,183,422,373,-1,263,1512,1865,-1,1512,263,192,-1,1900,1670,1899,-1,1670,1900,1505,-1,2158,211,1896,-1,2158,1529,211,-1,1658,2186,212,-1,1658,1897,2186,-1,1187,189,1188,-1,1187,203,189,-1,960,1204,959,-1,960,408,1204,-1,1520,271,270,-1,218,271,1520,-1,225,229,228,-1,225,32,229,-1,269,226,1659,-1,1516,226,269,-1,1502,1492,1500,-1,1492,1502,1495,-1,1663,1867,1862,-1,1663,1248,1867,-1,25,286,285,-1,286,25,1884,-1,2243,287,1514,-1,1866,287,2243,-1,242,241,1522,-1,242,276,241,-1,31,1608,29,-1,1608,31,26,-1,244,1493,242,-1,244,1526,1493,-1,1428,1507,1892,-1,1428,1427,1507,-1,1607,1900,1601,-1,1900,1607,1895,-1,268,1525,1518,-1,267,1525,268,-1,109,199,110,-1,109,200,199,-1,266,1602,1899,-1,266,265,1602,-1,1895,1606,1894,-1,1607,1606,1895,-1,290,1902,1661,-1,290,289,1902,-1,289,1901,1902,-1,289,1490,1901,-1,1501,257,256,-1,1500,257,1501,-1,1861,1484,248,-1,1906,1484,1861,-1,1484,1906,1903,-1,1770,1039,1161,-1,1770,1907,1039,-1,1438,297,296,-1,297,1438,1934,-1,1106,1481,293,-1,1451,1481,1106,-1,1482,320,1480,-1,1482,321,320,-1,1765,394,392,-1,1765,389,394,-1,308,390,1478,-1,1847,390,308,-1,2246,1481,318,-1,1481,2246,1482,-1,1857,316,315,-1,1857,307,316,-1,841,1473,343,-1,841,2238,1473,-1,1915,355,354,-1,2181,355,1915,-1,365,1928,1849,-1,1928,365,1926,-1,1928,1910,1849,-1,1928,1927,1910,-1,341,379,1472,-1,379,341,1469,-1,386,1467,1468,-1,386,385,1467,-1,1852,978,361,-1,347,978,1852,-1,1853,383,1467,-1,1848,383,1853,-1,331,1468,1682,-1,331,367,1468,-1,335,353,333,-1,353,335,1851,-1,1474,354,1850,-1,1474,1678,354,-1,338,329,336,-1,338,324,329,-1,1465,349,1453,-1,1465,350,349,-1,1535,1924,1896,-1,2234,1924,1535,-1,57,1923,59,-1,1922,1923,57,-1,1640,116,115,-1,1639,116,1640,-1,1939,1579,1578,-1,1939,2247,1579,-1,1460,1888,175,-1,1460,2247,1888,-1,363,344,364,-1,363,345,344,-1,332,1682,1471,-1,1682,332,331,-1,339,324,338,-1,339,322,324,-1,1448,2242,1104,-1,2242,1448,2248,-1,937,402,401,-1,402,937,407,-1,1930,1199,395,-1,1930,1445,1199,-1,1931,413,1443,-1,1931,414,413,-1,1434,1796,1932,-1,1434,1436,1796,-1,1440,416,1933,-1,1440,417,416,-1,358,352,359,-1,358,411,352,-1,1504,255,254,-1,1504,1503,255,-1,214,1527,280,-1,214,213,1527,-1,56,1922,57,-1,56,374,1922,-1,1845,1766,1636,-1,1766,1845,1572,-1,1846,1636,2233,-1,1636,1846,1845,-1,95,1936,1883,-1,95,105,1936,-1,1461,74,1633,-1,1461,1684,74,-1,451,161,452,-1,451,1593,161,-1,671,433,986,-1,671,439,433,-1,129,1182,1643,-1,2232,1182,129,-1,434,1559,1416,-1,1557,1559,434,-1,1564,1642,1562,-1,1564,1414,1642,-1,445,1842,1181,-1,445,124,1842,-1,963,1687,495,-1,1687,963,1650,-1,406,1192,975,-1,406,1262,1192,-1,990,460,459,-1,990,992,460,-1,1844,2244,1948,-1,1844,467,2244,-1,468,1887,139,-1,1887,468,1886,-1,1946,1885,1943,-1,1885,1946,1561,-1,1407,65,1792,-1,66,65,1407,-1,449,1942,2231,-1,449,1590,1942,-1,450,1590,449,-1,2249,1948,1949,-1,1948,2249,1844,-1,2250,1941,1947,-1,1941,2250,462,-1,1552,1949,1406,-1,1949,1552,2249,-1,993,1947,1950,-1,1947,993,2250,-1,1179,1794,995,-1,1412,1794,1179,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=15 */
		private int[] gettempr_geometry_5_19_coordIndex_15()
		{
			int[] value = {478,475,447,-1,476,475,478,-1,1181,476,478,-1,1842,476,1181,-1,479,1952,673,-1,1952,479,481,-1,170,456,1004,-1,1691,456,170,-1,1839,1696,485,-1,1839,490,1696,-1,485,1206,1839,-1,485,1219,1206,-1,1963,2168,1973,-1,2168,1963,2167,-1,2163,1956,1969,-1,1954,1956,2163,-1,2165,1960,1971,-1,1958,1960,2165,-1,1975,1965,1962,-1,1965,1975,1955,-1,1981,1966,1968,-1,1966,1981,1959,-1,1983,1970,1990,-1,1970,1983,1964,-1,1967,1974,1987,-1,1977,1974,1967,-1,1972,1980,1988,-1,1978,1980,1972,-1,1985,1992,1976,-1,1985,1982,1992,-1,1979,502,503,-1,1986,502,1979,-1,1989,1398,1984,-1,1989,1019,1398,-1,1838,507,500,-1,1993,507,1838,-1,1991,504,1170,-1,505,504,1991,-1,526,512,511,-1,512,526,1701,-1,1995,2251,2002,-1,2251,1995,1997,-1,2000,2252,2005,-1,2252,2000,1999,-1,2226,2004,2002,-1,2226,2253,2004,-1,1700,2005,2225,-1,1700,1395,2005,-1,521,1394,522,-1,1394,521,2253,-1,582,529,525,-1,581,529,582,-1,1836,1706,1837,-1,1836,1704,1706,-1,1837,2008,1710,-1,1706,2008,1837,-1,561,1362,1361,-1,562,1362,561,-1,1994,2251,1997,-1,1994,2227,2251,-1,1994,2222,2227,-1,1994,2001,2222,-1,1994,1999,2001,-1,1994,2252,1999,-1,1994,2224,2252,-1,2007,1698,1211,-1,1698,2007,558,-1,1703,2006,1758,-1,1703,1833,2006,-1,541,550,549,-1,541,1709,550,-1,1718,1058,1057,-1,596,1058,1718,-1,2011,1378,1380,-1,2011,2025,1378,-1,2017,1060,2021,-1,1060,2017,1061,-1,2018,2023,2019,-1,1786,2023,2018,-1,2022,2219,2254,-1,2219,2022,2021,-1,2023,2255,1381,-1,2218,2255,2023,-1,2026,2011,2254,-1,2026,2025,2011,-1,2255,1712,1386,-1,2028,1712,2255,-1,1064,1832,737,-1,1714,1832,1064,-1,2029,570,1370,-1,570,2029,571,-1,2069,1830,2217,-1,1830,2069,573,-1,2256,572,1374,-1,2256,2030,572,-1,1373,2257,2032,-1,1372,2257,1373,-1,2035,566,2258,-1,566,2035,567,-1,2035,1360,2034,-1,2035,575,1360,-1,1717,2256,595,-1,2256,1717,2030,-1,2032,1365,585,-1,2257,1365,2032,-1,2009,1389,1388,-1,1389,2009,555,-1,589,629,590,-1,1721,629,589,-1,593,1358,2177,-1,592,1358,593,-1,1357,605,1359,-1,1065,605,1357,-1,2037,649,1329,-1,1356,649,2037,-1,613,626,1828,-1,626,613,612,-1,2041,1722,2046,-1,1722,2041,1343,-1,1351,2041,619,-1,2041,1351,2040,-1,2044,2049,2045,-1,2038,2049,2044,-1,617,2048,618,-1,2045,2048,617,-1,1349,613,1350,-1,1349,611,613,-1,2036,934,933,-1,2036,607,934,-1,1343,1340,1342,-1,1343,2042,1340,-1,641,628,639,-1,641,632,628,-1,1827,1053,648,-1,1827,1339,1053,-1,2051,2259,2260,-1,2259,2051,2053,-1,2056,2261,2262,-1,2261,2056,2055,-1,2061,2263,2059,-1,2264,2263,2061,-1,2260,2063,2051,-1,2260,2265,2063,-1,2065,2262,2266,-1,2262,2065,2056,-1,2267,2059,2263,-1,2267,2066,2059,-1,643,2265,646,-1,2265,643,2063,-1,644,2266,645,-1,2266,644,2065,-1,2066,1338,1339,-1,2267,1338,2066,-1,2076,1371,1715,-1,2076,2068,1371,-1,2077,2029,574,-1,2077,2072,2029,-1,568,2074,1377,-1,568,2078,2074,-1,2073,2068,2076,-1,2073,2203,2068,-1,2072,2268,2071,-1,2072,1331,2268,-1,653,2075,651,-1,2075,653,2073,-1,2268,656,2081,-1,2268,654,656,-1,1355,1826,1333,-1,1355,1356,1826,-1,1787,656,686,-1,656,1787,2082,-1,1417,1560,434,-1,1417,1180,1560,-1,121,477,119,-1,121,443,477,-1,1724,670,1221,-1,1774,670,1724,-1,679,675,1825,-1,679,676,675,-1,789,792,1228,-1,1739,792,789,-1,694,700,723,-1,700,694,693,-1,1226,709,932,-1,1226,1316,709,-1,712,1312,2085,-1,1312,712,1730,-1,713,2085,2086,-1,713,712,2085,-1,716,2089,717,-1,716,2088,2089,-1,2098,2092,2269,-1,2090,2092,2098,-1,720,2095,2270,-1,720,719,2095,-1,715,2092,2091,-1,2092,715,717,-1,720,1820,718,-1,720,1821,1820,-1,1823,2271,2270,-1,1823,2101,2271,-1,2269,717,2089,-1,2269,2092,717,-1,1141,688,1819,-1,1141,1138,688,-1,1070,729,728,-1,731,729,1070,-1,2111,2102,2104,-1,2102,2111,2171,-1,2173,2108,2110,-1,2106,2108,2173,-1,691,2114,1225,-1,2114,691,2103,-1,2107,740,1303,-1,2112,740,2107,-1,753,1037,1791,-1,1037,753,752,-1,1771,2116,1276,-1,1771,758,2116,-1,1042,759,1771,-1,759,1042,755,-1,825,682,1149,-1,825,1788,682,-1,2195,1818,2199,-1,2121,1818,2195,-1,2193,2119,2198,-1,2117,2119,2193,-1,768,2199,1818,-1,768,771,2199,-1,768,1295,771,-1,2119,2123,2129,-1,2118,2123,2119,-1,779,2123,780,-1,2123,779,2129,-1,769,783,782,-1,1294,783,769,-1,781,2197,1291,-1,2197,781,780,-1,1297,762,1076,-1,1297,786,762,-1,1738,2191,1286,-1,796,2191,1738,-1,1288,803,1280,-1,1288,804,803,-1,1816,1812,1290,-1,1813,1812,1816,-1,1736,675,674,-1,675,1736,1811,-1,809,677,1825,-1,677,809,811,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=16 */
		private int[] gettempr_geometry_5_19_coordIndex_16()
		{
			int[] value = {1772,1741,815,-1,1772,2134,1741,-1,711,1742,1315,-1,1742,711,1277,-1,750,1301,818,-1,1153,1301,750,-1,1816,819,1813,-1,1816,820,819,-1,1810,1302,2084,-1,1302,1810,746,-1,2133,794,1283,-1,2133,796,794,-1,542,549,525,-1,541,549,542,-1,1263,1745,845,-1,1263,1268,1745,-1,1806,2135,1763,-1,1806,1807,2135,-1,852,966,849,-1,964,966,852,-1,858,868,867,-1,858,1805,868,-1,888,1085,889,-1,888,1782,1085,-1,1252,874,875,-1,1251,874,1252,-1,1254,1124,2139,-1,1124,1254,1245,-1,1780,1091,1112,-1,1780,1778,1091,-1,1113,1093,1781,-1,1113,1025,1093,-1,1110,1089,1096,-1,1110,1027,1089,-1,875,1121,2143,-1,875,1250,1121,-1,892,1779,2140,-1,892,891,1779,-1,2184,2179,2190,-1,2184,1247,2179,-1,16,927,926,-1,16,1083,927,-1,903,1227,2183,-1,1227,903,3,-1,2142,1247,1246,-1,2179,1247,2142,-1,1123,2138,1256,-1,1123,1122,2138,-1,117,1649,58,-1,1649,117,1223,-1,918,1690,919,-1,918,1586,1690,-1,918,1587,1586,-1,306,316,307,-1,317,316,306,-1,21,1804,18,-1,1879,1804,21,-1,869,928,870,-1,869,1240,928,-1,1733,1309,1823,-1,1733,1306,1309,-1,1752,2146,2145,-1,1752,2149,2146,-1,2272,2149,2148,-1,2272,2146,2149,-1,2152,2272,2154,-1,2151,2272,2152,-1,2152,2188,2150,-1,2153,2188,2152,-1,2155,894,948,-1,2153,894,2155,-1,249,2155,911,-1,2155,146,1214,-1,2155,249,146,-1,954,484,499,-1,954,482,484,-1,1201,1432,415,-1,1201,1200,1432,-1,1201,1795,1202,-1,1201,1940,1795,-1,969,418,973,-1,969,2157,418,-1,495,835,834,-1,495,398,835,-1,974,410,409,-1,298,410,974,-1,1191,1433,412,-1,1191,971,1433,-1,972,971,1191,-1,209,1529,396,-1,209,211,1529,-1,377,1925,1639,-1,2159,1925,377,-1,1596,2241,61,-1,2241,1596,2240,-1,2239,1461,1870,-1,1461,2239,1684,-1,1405,1628,1873,-1,1594,1628,1405,-1,1406,1553,1552,-1,1406,1873,1553,-1,994,1950,1768,-1,993,1950,994,-1,1175,1000,1002,-1,1000,1175,1008,-1,1174,1952,1951,-1,1174,1793,1952,-1,641,1399,925,-1,636,1399,641,-1,1018,1399,1398,-1,925,1399,1018,-1,2221,1016,1015,-1,2221,1020,1016,-1,2221,1361,1020,-1,425,152,1032,-1,152,425,156,-1,1167,67,449,-1,1167,68,67,-1,745,1030,1028,-1,1030,745,1271,-1,1032,1167,449,-1,1032,152,1167,-1,1907,1038,1039,-1,1038,1907,2170,-1,1041,1036,2170,-1,1041,1035,1036,-1,683,681,684,-1,681,683,808,-1,1824,2270,2095,-1,1823,2270,1824,-1,2089,1307,2269,-1,1308,1307,2089,-1,1143,1051,2176,-1,1143,1773,1051,-1,1141,699,1137,-1,726,699,1141,-1,922,1140,1052,-1,922,2176,1140,-1,2261,2050,2214,-1,2055,2050,2261,-1,2055,2053,2050,-1,2057,2053,2055,-1,2057,2259,2053,-1,2213,2259,2057,-1,2212,2061,2058,-1,2264,2259,2213,-1,2264,2212,2259,-1,2264,2061,2212,-1,1353,638,560,-1,638,1353,1347,-1,933,1055,2036,-1,933,1721,1055,-1,1064,1364,580,-1,1064,1063,1364,-1,2178,1784,2177,-1,2178,1063,1784,-1,1075,863,806,-1,1079,863,1075,-1,1098,1253,1099,-1,1253,1098,1777,-1,2137,2190,2179,-1,2190,2137,1783,-1,899,1247,2184,-1,899,883,1247,-1,910,1118,1243,-1,910,885,1118,-1,1805,904,868,-1,904,1805,908,-1,1096,887,889,-1,1096,1779,887,-1,1482,319,321,-1,1482,2246,319,-1,1912,2136,2273,-1,1911,2136,1912,-1,1112,837,1100,-1,837,1112,2141,-1,947,912,948,-1,912,947,1087,-1,1086,908,1805,-1,908,1086,1239,-1,1242,1241,1243,-1,1242,2183,1241,-1,885,1119,1118,-1,885,882,1119,-1,1748,1097,1099,-1,1120,1097,1748,-1,20,930,12,-1,884,930,20,-1,1776,2132,805,-1,1776,1071,2132,-1,2191,1284,1815,-1,2191,1285,1284,-1,2083,1326,609,-1,1326,2083,736,-1,2015,1060,1786,-1,2015,2220,1060,-1,2178,1364,1063,-1,2178,1719,1364,-1,1327,610,1328,-1,610,1327,1354,-1,631,1347,626,-1,638,1347,631,-1,727,1318,725,-1,1319,1318,727,-1,1146,1143,1144,-1,1143,1146,1773,-1,2200,2088,716,-1,2200,2094,2088,-1,1822,2271,2099,-1,1821,2271,1822,-1,1742,1772,815,-1,1742,1150,1772,-1,678,749,1155,-1,678,1154,749,-1,680,823,1809,-1,680,682,823,-1,757,1160,755,-1,757,802,1160,-1,1041,1258,1040,-1,1041,862,1258,-1,1790,2170,1036,-1,2170,1790,1038,-1,429,745,1029,-1,429,1162,745,-1,1172,634,1011,-1,1172,635,634,-1,1010,491,506,-1,491,1010,489,-1,673,1793,473,-1,1793,673,1952,-1,1008,999,1000,-1,999,1008,1005,-1,426,990,458,-1,990,426,991,-1,1843,438,133,-1,438,1843,141,-1,1551,1418,1420,-1,1631,1418,1551,-1,1939,1541,2245,-1,1541,1939,1875,-1,1653,1573,1572,-1,1653,1654,1573,-1,2240,1685,2241,-1,2240,2185,1685,-1,53,1639,1641,-1,377,1639,53,-1,1512,251,1499,-1,1512,1511,251,-1,1510,1659,261,-1,1510,1509,1659,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=17 */
		private int[] gettempr_geometry_5_19_coordIndex_17()
		{
			int[] value = {418,296,298,-1,1439,296,418,-1,397,1760,961,-1,397,400,1760,-1,547,1021,1020,-1,1021,547,546,-1,2153,1214,2188,-1,2153,2155,1214,-1,0,2150,2188,-1,0,2189,2150,-1,1222,1754,2189,-1,1222,915,1754,-1,1222,158,915,-1,2148,2154,2272,-1,2148,1115,2154,-1,2146,2151,1218,-1,2272,2151,2146,-1,2149,943,1216,-1,1752,943,2149,-1,1221,627,648,-1,640,627,1221,-1,639,627,640,-1,701,1317,702,-1,701,1048,1317,-1,1548,111,113,-1,1548,1547,111,-1,947,2180,1088,-1,2180,947,893,-1,873,1239,1086,-1,873,1238,1239,-1,2183,929,1241,-1,2183,1227,929,-1,907,1243,1241,-1,1243,907,910,-1,1084,884,20,-1,1084,1119,884,-1,1088,2138,1122,-1,1088,2180,2138,-1,879,2190,2139,-1,879,2184,2190,-1,1089,1779,1096,-1,1089,1090,1779,-1,1093,1027,1110,-1,1093,1025,1027,-1,1087,1777,314,-1,1087,1244,1777,-1,1117,1249,876,-1,1117,1782,1249,-1,889,858,857,-1,889,1085,858,-1,849,1207,850,-1,849,2135,1207,-1,577,366,840,-1,577,1266,366,-1,1738,1270,795,-1,1738,1168,1270,-1,2115,1272,1743,-1,2115,1274,1272,-1,1072,1288,778,-1,1072,1289,1288,-1,1155,751,1278,-1,751,1155,749,-1,1152,2134,1772,-1,744,2134,1152,-1,742,1811,1736,-1,1811,742,808,-1,1288,801,778,-1,801,1288,1280,-1,796,1285,2191,-1,2133,1285,796,-1,2131,1287,1128,-1,2131,1292,1287,-1,1291,775,1298,-1,775,1291,2197,-1,2196,765,783,-1,2196,788,765,-1,1294,2196,783,-1,2127,2196,1294,-1,780,2125,2197,-1,2125,780,2123,-1,769,785,770,-1,769,782,785,-1,2198,2129,2128,-1,2119,2129,2198,-1,1300,772,770,-1,772,1300,1299,-1,2126,2193,2198,-1,2193,2126,2192,-1,2124,2195,2199,-1,2195,2124,2194,-1,1808,1788,825,-1,1808,821,1788,-1,1735,674,708,-1,1735,1303,674,-1,2108,1303,1735,-1,2107,1303,2108,-1,1282,2103,691,-1,2103,1282,2104,-1,2172,2110,2113,-1,2173,2110,2172,-1,2112,2171,2111,-1,2171,2112,2175,-1,1775,724,1819,-1,724,1775,1305,-1,1129,1819,688,-1,1775,1819,1129,-1,1814,732,1128,-1,732,1814,730,-1,1727,2096,695,-1,2096,1727,2093,-1,2099,2101,2097,-1,2099,2271,2101,-1,1821,2270,2271,-1,2270,1821,720,-1,1733,2200,932,-1,1733,1824,2200,-1,932,716,1226,-1,716,932,2200,-1,2269,2100,2098,-1,2269,1307,2100,-1,2201,1310,718,-1,2201,1311,1310,-1,1729,2201,2087,-1,1314,2201,1729,-1,1312,2087,2085,-1,1729,2087,1312,-1,1145,668,669,-1,1145,1317,668,-1,119,1048,120,-1,667,1048,119,-1,1734,1727,695,-1,1734,1229,1727,-1,1129,1067,1066,-1,1067,1129,1130,-1,1157,685,1158,-1,1157,1726,685,-1,1147,987,1565,-1,988,987,1147,-1,996,1694,1415,-1,1694,996,998,-1,1052,648,1053,-1,1724,648,1052,-1,659,2082,1787,-1,2082,659,651,-1,1334,606,650,-1,1330,606,1334,-1,1331,654,2268,-1,1331,1723,654,-1,1330,2073,653,-1,2073,1330,2203,-1,2071,2081,2204,-1,2071,2268,2081,-1,2203,2070,2068,-1,2203,2202,2070,-1,1334,2080,2202,-1,2080,1334,1355,-1,1375,2078,568,-1,1375,2204,2078,-1,574,2205,2077,-1,573,2205,574,-1,2076,1377,2074,-1,1377,2076,1715,-1,646,2206,647,-1,2206,646,2265,-1,2267,1337,1338,-1,2207,1337,2267,-1,645,2208,1335,-1,2208,645,2266,-1,2209,2265,2260,-1,2209,2206,2265,-1,2207,2263,2210,-1,2207,2267,2263,-1,2211,2266,2262,-1,2211,2208,2266,-1,2260,2212,2209,-1,2212,2260,2259,-1,2264,2210,2263,-1,2213,2210,2264,-1,2262,2214,2211,-1,2214,2262,2261,-1,1053,644,627,-1,1336,644,1053,-1,643,648,627,-1,643,646,648,-1,621,615,2047,-1,615,621,1352,-1,1349,1345,611,-1,618,1345,1349,-1,1828,1350,613,-1,1350,1828,1346,-1,2039,2049,2038,-1,2039,622,2049,-1,1341,2043,2039,-1,1340,2043,1341,-1,2046,1344,2044,-1,1344,2046,1722,-1,607,1327,608,-1,2036,1327,607,-1,2177,2083,593,-1,2177,1784,2083,-1,1357,1720,1131,-1,1357,1359,1720,-1,1720,602,598,-1,1359,602,1720,-1,2009,532,534,-1,2009,1388,532,-1,1719,1057,1364,-1,1719,1718,1057,-1,2215,1367,2258,-1,2215,1368,1367,-1,1366,2257,2216,-1,1366,1365,2257,-1,1387,595,2256,-1,1387,596,595,-1,2258,575,2035,-1,2258,1367,575,-1,2258,1376,2215,-1,1376,2258,566,-1,1372,2216,2257,-1,2217,2216,1372,-1,1387,1374,1370,-1,1387,2256,1374,-1,2217,1371,2069,-1,2217,1372,1371,-1,1381,1386,564,-1,2255,1386,1381,-1,2010,2254,2011,-1,2254,2010,2022,-1,2028,2218,2016,-1,2028,2255,2218,-1,2012,2254,2219,-1,2012,2026,2254,-1,1786,2218,2023,-1,1785,2218,1786,-1,2021,2220,2219,-1,2220,2021,1060,-1,1324,2010,1379,-1,2010,1324,1385,-1,1378,2027,1714,-1,1378,2025,2027,-1,1058,1387,1369,-1,1387,1058,596,-1,1389,559,548,-1,1389,1711,559,-1,1710,2007,550,-1,1710,2008,2007,-1,527,523,549,-1,527,524,523,-1,493,955,1171,-1,482,955,493,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=18 */
		private int[] gettempr_geometry_5_19_coordIndex_18()
		{
			int[] value = {547,562,548,-1,1362,562,547,-1,1015,953,2221,-1,1015,1363,953,-1,1837,1709,1835,-1,1837,1710,1709,-1,535,1702,1392,-1,535,1833,1702,-1,1395,516,513,-1,1700,516,1395,-1,2253,519,2004,-1,2253,521,519,-1,1998,1394,2223,-1,1998,1393,1394,-1,1699,2225,1996,-1,1699,1700,2225,-1,2253,2223,1394,-1,2223,2253,2226,-1,2252,2225,2005,-1,2224,2225,2252,-1,2002,2227,2226,-1,2227,2002,2251,-1,523,1701,526,-1,1701,523,522,-1,1989,1170,1019,-1,1991,1170,1989,-1,1172,1984,1398,-1,1984,1172,1982,-1,1980,503,505,-1,1979,503,1980,-1,1993,1976,1992,-1,1976,1993,1974,-1,1990,1972,1988,-1,1972,1990,1970,-1,1968,1987,1986,-1,1967,1987,1968,-1,1985,1964,1983,-1,1964,1985,1962,-1,1960,1981,1978,-1,1959,1981,1960,-1,1956,1975,1977,-1,1955,1975,1956,-1,2168,1971,1973,-1,2165,1971,2168,-1,2164,1969,1966,-1,2163,1969,2164,-1,1965,2167,1963,-1,2167,1965,2166,-1,1839,497,488,-1,1839,1206,497,-1,1209,499,1210,-1,1209,954,499,-1,455,1004,456,-1,455,2161,1004,-1,1696,1403,486,-1,2162,1403,1696,-1,132,1413,469,-1,1413,132,1406,-1,2228,993,1794,-1,2250,993,2228,-1,2229,1552,1556,-1,2249,1552,2229,-1,463,2250,2228,-1,462,2250,463,-1,465,2249,2229,-1,1844,2249,465,-1,449,1946,1791,-1,2231,1946,449,-1,137,1946,2231,-1,1561,1946,137,-1,2230,468,1407,-1,1886,468,2230,-1,1409,1948,2244,-1,1408,1948,1409,-1,1179,1413,1412,-1,1179,469,1413,-1,444,705,442,-1,704,705,444,-1,1565,442,705,-1,1565,987,442,-1,1642,1183,1176,-1,1642,1414,1183,-1,1644,1694,998,-1,1644,2232,1694,-1,131,2232,129,-1,1694,2232,131,-1,1553,1631,1551,-1,1553,1629,1631,-1,1184,172,162,-1,172,1184,1421,-1,1585,1539,1422,-1,1585,1584,1539,-1,1875,1651,1541,-1,1875,1575,1651,-1,1577,1938,1575,-1,1577,98,1938,-1,1883,1937,1890,-1,1883,1936,1937,-1,1572,1537,1653,-1,1572,1845,1537,-1,374,1917,1922,-1,374,2234,1917,-1,110,1532,1426,-1,110,199,1532,-1,1569,102,101,-1,1569,980,102,-1,1569,371,980,-1,979,202,282,-1,979,203,202,-1,1600,190,924,-1,191,190,1600,-1,195,1511,194,-1,195,260,1511,-1,261,1524,1501,-1,227,1524,261,-1,1438,256,1190,-1,256,1438,1437,-1,261,1441,1510,-1,261,1933,1441,-1,1510,1434,254,-1,1510,1441,1434,-1,1504,1931,260,-1,1504,1932,1931,-1,1442,1511,1443,-1,251,1511,1442,-1,1444,1762,1930,-1,1200,1762,1444,-1,1445,960,1199,-1,960,1445,1688,-1,1674,304,303,-1,304,1674,1859,-1,1477,393,1102,-1,393,1477,391,-1,1677,353,356,-1,1677,333,353,-1,1459,2247,1460,-1,1459,1579,2247,-1,2245,2247,1939,-1,2245,1888,2247,-1,1921,1186,1920,-1,1921,376,1186,-1,1923,1596,59,-1,1596,1923,2240,-1,2241,62,61,-1,62,2241,1568,-1,1938,1889,1871,-1,1938,982,1889,-1,1896,1925,2158,-1,1896,1924,1925,-1,2186,1426,1532,-1,1935,1426,2186,-1,1477,1475,326,-1,1102,1475,1477,-1,1856,328,1679,-1,1856,1476,328,-1,328,323,340,-1,1476,323,328,-1,2182,355,2181,-1,1855,355,2182,-1,351,2237,334,-1,351,2187,2237,-1,1853,1108,1107,-1,1853,1467,1108,-1,1456,361,360,-1,1852,361,1456,-1,1854,2273,2136,-1,1854,365,2273,-1,1473,364,344,-1,1473,2156,364,-1,1912,365,1469,-1,2273,365,1912,-1,848,405,1470,-1,848,1262,405,-1,1857,2236,2235,-1,2236,1857,315,-1,1109,1481,1451,-1,1109,318,1481,-1,1483,2242,2248,-1,1483,1675,2242,-1,319,318,313,-1,318,319,2246,-1,2235,1478,1857,-1,1909,1478,2235,-1,293,2248,1448,-1,2248,293,1483,-1,1934,1190,1480,-1,1934,1438,1190,-1,1859,1189,291,-1,1859,1674,1189,-1,1161,827,1274,-1,1161,1039,827,-1,1861,1663,1863,-1,1663,1861,1860,-1,1490,1672,1901,-1,1672,1490,1489,-1,187,1655,41,-1,187,186,1655,-1,282,200,109,-1,202,200,282,-1,39,1894,1606,-1,1894,39,1868,-1,1893,41,1655,-1,277,41,1893,-1,277,42,41,-1,222,287,288,-1,222,1514,287,-1,221,2243,1514,-1,2243,221,1517,-1,1518,1884,1665,-1,286,1884,1518,-1,1522,1235,1523,-1,241,1235,1522,-1,233,1248,231,-1,1248,233,1236,-1,258,1493,1431,-1,1493,258,1494,-1,1495,1524,272,-1,1495,1502,1524,-1,228,1525,1508,-1,228,230,1525,-1,1520,219,218,-1,1520,1669,219,-1,408,1891,1203,-1,408,407,1891,-1,1532,212,2186,-1,1532,213,212,-1,1529,2160,1528,-1,1529,2158,2160,-1,1530,1534,1533,-1,1918,1534,1530,-1,259,1899,1670,-1,1899,259,266,-1,1868,255,1894,-1,1868,224,255,-1,1463,422,1657,-1,1463,373,422,-1,1937,206,959,-1,1654,206,1937,-1,2245,181,940,-1,2245,1541,181,-1,164,1231,2239,-1,1231,164,1542,-1,915,1646,1648,-1,915,91,1646,-1,113,103,1217,-1,113,104,103,-1,108,1589,918,-1,108,107,1589,-1,458,1555,426,-1,458,1556,1555,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=19 */
		private int[] gettempr_geometry_5_19_coordIndex_19()
		{
			int[] value = {997,1559,1558,-1,996,1559,997,-1,1409,2230,1944,-1,1409,2244,2230,-1,1563,127,1045,-1,127,1563,128,-1,1592,461,1567,-1,461,1592,453,-1,35,149,1215,-1,35,1803,149,-1,376,49,1186,-1,376,375,49,-1,107,1581,1578,-1,107,106,1581,-1,104,1574,105,-1,104,112,1574,-1,1635,2233,1636,-1,1635,1647,2233,-1,1585,85,1232,-1,86,85,1585,-1,1633,1586,1459,-1,1633,1588,1586,-1,138,427,72,-1,138,428,427,-1,1591,984,1165,-1,1591,1592,984,-1,154,1184,150,-1,154,1421,1184,-1,1693,65,64,-1,1693,2169,65,-1,1628,1630,1629,-1,1630,1628,1595,-1,1597,45,419,-1,1597,1617,45,-1,1640,1637,1641,-1,1637,1640,1638,-1,284,2144,1627,-1,283,2144,284,-1,1603,923,1626,-1,1603,924,923,-1,148,41,40,-1,148,187,41,-1,1604,1496,1497,-1,1625,1496,1604,-1,28,23,33,-1,28,27,23,-1,1622,1623,15,-1,1623,1622,13,-1,1612,14,1611,-1,14,1612,1621,-1,1617,1616,2,-1,1617,1597,1616,-1};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=1 */
		private double[] gettempr_coordinate_6_19_point_1()
		{
			double[] value = {-0.0636,1.6767,0.0078,-0.0611,1.6737,0.0163,-0.0621,1.6773,0.0147,-0.0602,1.6411,0.0353,-0.0592,1.6406,0.038,-0.0593,1.6401,0.0382,-0.0605,1.6382,0.0346,-0.0598,1.6395,0.0373,-0.06,1.639,0.0369,-0.0622,1.6352,0.0313,-0.0622,1.6358,0.0317,-0.0625,1.6372,0.0313,-0.0612,1.6381,0.031,-0.0611,1.6365,0.0331,-0.0618,1.6359,0.0331,-0.0619,1.6362,0.033,-0.0613,1.6362,0.035,-0.0612,1.6369,0.0353,-0.0616,1.6374,0.0348,-0.0614,1.6352,0.0313,-0.0616,1.6351,0.031,-0.0605,1.6382,0.0369,-0.0601,1.6382,0.0369,-0.0515,1.6598,0.0305,-0.0515,1.6597,0.0305,-0.0512,1.6593,0.0308,-0.052,1.6599,0.0289,-0.052,1.66,0.0289,-0.052,1.6599,0.0286,-0.0516,1.6588,0.0287,-0.0516,1.6592,0.0295,-0.0518,1.6596,0.0292,-0.0523,1.6585,0.0256,-0.0523,1.6587,0.0256,-0.0566,1.6691,0.0244,-0.0567,1.6691,0.0244,-0.0563,1.668,0.0244,-0.0529,1.6611,0.0277,-0.0526,1.6604,0.0275,-0.0526,1.6603,0.0275,-0.0585,1.6733,0.0229,-0.0585,1.6733,0.0229,-0.0586,1.6735,0.0229,-0.0613,1.679,0.0183,-0.0613,1.6791,0.0183,-0.0614,1.6792,0.0172,-0.0619,1.6858,0.0175,-0.0619,1.6858,0.0175,-0.0625,1.6874,0.0157,-0.0632,1.6878,0.0131,-0.0629,1.6865,0.0142,-0.0628,1.6865,0.0142,-0.0638,1.6883,0.0115,-0.0644,1.6879,0.0092,-0.0644,1.6878,0.0093,-0.066,1.6897,0.0038,-0.066,1.6898,0.0038,-0.0664,1.6915,0.003,-0.0669,1.6922,0.0016,-0.0669,1.6922,0.0015,-0.0672,1.6905,-0.0009,-0.0675,1.6924,-0.0024,-0.0676,1.6921,-0.0043,-0.0676,1.6921,-0.0043,-0.0466,1.6491,-0.065,-0.0466,1.6489,-0.0651,-0.0467,1.6489,-0.065,-0.0486,1.6539,-0.0642,-0.0487,1.6541,-0.0641,-0.0485,1.654,-0.0641,-0.0469,1.6516,-0.0658,-0.047,1.6516,-0.0658,-0.0476,1.6527,-0.0654,-0.0608,1.6696,-0.0495,-0.0607,1.6696,-0.0495,-0.0603,1.6686,-0.0502,-0.0586,1.6679,-0.0536,-0.0586,1.6679,-0.0536,-0.0581,1.6674,-0.0542,-0.0579,1.6668,-0.0543,-0.0574,1.6656,-0.0543,-0.0574,1.6656,-0.0543,-0.0599,1.6671,-0.0502,-0.0598,1.6669,-0.0502,-0.0598,1.6669,-0.0504,-0.0559,1.6659,-0.0575,-0.0559,1.6659,-0.0573,-0.0551,1.6653,-0.0586,-0.0677,1.6907,-0.0064,-0.0677,1.6887,-0.0075,-0.0678,1.6887,-0.0075,-0.068,1.6865,-0.0126,-0.068,1.6865,-0.0126,-0.0681,1.6855,-0.0152,-0.0669,1.6765,-0.0299,-0.0669,1.6765,-0.0299,-0.0667,1.6765,-0.0315,-0.0663,1.6754,-0.0334,-0.0653,1.6728,-0.035,-0.0653,1.6729,-0.035,-0.068,1.6892,-0.0108,-0.068,1.6892,-0.0108,-0.068,1.6892,-0.011,-0.0672,1.6764,-0.0275,-0.0673,1.6766,-0.0272,-0.0672,1.6764,-0.0274,-0.0639,1.6716,-0.0409,-0.0634,1.6706,-0.0414,-0.0637,1.67,-0.0389,-0.0602,1.6749,0.0132,-0.0606,1.6753,0.0125,-0.0679,1.6817,-0.0227,-0.0679,1.6801,-0.0247,-0.0678,1.6771,-0.0232,-0.0657,1.6908,0.0053,-0.0654,1.691,0.0064,-0.0645,1.6833,0.0029,-0.0672,1.6887,-0.0013,-0.0677,1.6907,-0.0064,-0.0361,1.627,-0.0252,-0.0366,1.6277,-0.0208,-0.0357,1.6257,-0.0247,-0.0381,1.622,-0.03,-0.0416,1.6244,-0.0314,-0.0376,1.6227,-0.0306,-0.0395,1.6222,-0.031,-0.0403,1.6171,-0.0286,-0.0412,1.6176,-0.0285,-0.0407,1.617,-0.0303,-0.0417,1.6196,-0.044,-0.0437,1.6205,-0.0433,-0.0421,1.6208,-0.0455,-0.0445,1.6354,-0.0527,-0.0415,1.6299,-0.0533,-0.041,1.6315,-0.0554,-0.0492,1.6452,-0.0587,-0.0495,1.6447,-0.0582,-0.0496,1.6447,-0.0582,-0.0483,1.6534,-0.0644,-0.0488,1.6461,-0.06,-0.0418,1.6277,-0.0504,-0.0427,1.6283,-0.0487,-0.0412,1.6271,-0.0501,-0.0414,1.6333,-0.0561,-0.0546,1.6642,0.0261,-0.055,1.6651,0.0254,-0.0547,1.6632,0.0249,-0.0575,1.6709,0.0234,-0.0578,1.6717,0.0235,-0.0578,1.6704,0.0224,-0.0539,1.6622,-0.0594,-0.0525,1.6616,-0.0614,-0.0552,1.6613,-0.0566,-0.0552,1.6652,-0.0586,-0.0543,1.6634,-0.0592,-0.0582,1.6674,-0.0542,-0.058,1.6644,-0.0526,-0.0593,1.6679,-0.0522,-0.0678,1.687,-0.0084,-0.0624,1.6846,0.0152,-0.0625,1.6875,0.0157,-0.0521,1.6607,-0.056,-0.053,1.6602,-0.0542,-0.0532,1.6534,-0.0516,-0.0592,1.6638,-0.0444,-0.0595,1.6631,-0.0405,-0.0579,1.6632,-0.0382,-0.0574,1.6635,-0.0492,-0.0574,1.6636,-0.0492,-0.0579,1.6635,-0.0482,-0.0536,1.6618,-0.0535,-0.0536,1.6618,-0.0535,-0.0536,1.6619,-0.0536,-0.0579,1.6634,-0.048,-0.0579,1.6636,-0.0482,-0.0603,1.6633,-0.0376,-0.0603,1.6633,-0.0375,-0.0549,1.6642,-0.0451,-0.0558,1.6636,-0.0434,-0.0551,1.6597,-0.0409,-0.0602,1.6649,-0.0316,-0.0612,1.6646,-0.0317,-0.0621,1.6657,-0.028,-0.0639,1.6775,-0.009,-0.0642,1.6776,-0.0091,-0.064,1.6778,-0.0076,-0.0576,1.6693,0.0198,-0.0578,1.6717,0.0235,-0.0575,1.6709,0.0233,-0.0589,1.6716,0.0153,-0.0592,1.6722,0.0164,-0.0584,1.6709,0.0181,-0.0562,1.6661,0.0217,-0.056,1.666,0.0219,-0.0559,1.666,0.0217,-0.0549,1.6639,0.0229,-0.055,1.6637,0.0232,-0.055,1.6636,0.0231,-0.0597,1.6739,0.0097,-0.0601,1.6738,0.0098,-0.0597,1.6738,0.011,-0.0595,1.6731,0.0118,-0.0597,1.6732,0.0119,-0.0595,1.6728,0.013,-0.0637,1.6779,-0.0076,-0.0636,1.6779,-0.0074,-0.0649,1.6709,-0.02,-0.0648,1.6723,-0.0176,-0.0651,1.669,-0.0157,-0.0635,1.673,-0.0063,-0.0624,1.6772,-0.0019,-0.062,1.6769,-0.0003,-0.0604,1.6751,0.0064,-0.0601,1.6745,0.0081,-0.0617,1.6695,0.0038,-0.0499,1.6572,0.0311,-0.0497,1.6571,0.0318,-0.0508,1.656,0.0263,-0.0493,1.6557,0.0305,-0.0504,1.6574,0.0297,-0.0496,1.6556,0.0301,-0.0486,1.6552,0.0316,-0.0493,1.6539,0.027,-0.0494,1.654,0.027,-0.0525,1.6592,0.0254,-0.0522,1.6586,0.0255,-0.0498,1.6544,0.0267,-0.0493,1.6541,0.0269,-0.0513,1.6572,0.0259,-0.0516,1.6573,0.0259,-0.0515,1.6571,0.026,-0.0455,1.6493,0.0304,-0.0457,1.6496,0.0305,-0.0458,1.6497,0.0304,-0.0472,1.6515,0.0305,-0.0474,1.6522,0.0308,-0.0476,1.6523,0.0303,-0.049,1.6553,0.0309,-0.0489,1.6554,0.0309,-0.047,1.652,0.0311,-0.047,1.6519,0.0312,-0.0467,1.6516,0.0311,-0.0464,1.6511,0.0311,-0.0462,1.6508,0.0314,-0.0461,1.6508,0.0315,-0.0459,1.6503,0.0312,-0.0458,1.6498,0.0303,-0.0457,1.6496,0.0305,-0.0459,1.649,0.0274,-0.0532,1.6602,0.0263,-0.0537,1.6621,0.0265,-0.0578,1.6646,0.0173,-0.0575,1.6693,0.0198,-0.0575,1.6693,0.0201,-0.0532,1.6577,0.0233,-0.0527,1.6593,0.0252,-0.0479,1.6486,0.0255,-0.0468,1.6504,0.0274,-0.0467,1.6499,0.0273,-0.0545,1.6631,0.0233,-0.0556,1.6618,0.0208,-0.0504,1.6533,0.025,-0.0562,1.668,0.0244,-0.0563,1.6662,0.0218,-0.055,1.665,0.0255,-0.0546,1.6643,0.0261,-0.0546,1.6631,0.0235,-0.0511,1.6563,0.026,-0.0504,1.6574,0.0296,-0.05,1.6549,0.0267,-0.0494,1.6566,0.0316,-0.0492,1.6557,0.0305,-0.0483,1.6522,0.0275,-0.0479,1.6533,0.0309,-0.0476,1.6523,0.0303,-0.0469,1.6502,0.0275,-0.0467,1.6516,0.031,-0.0587,1.6738,0.0225,-0.0588,1.674,0.0226,-0.0575,1.6693,0.0201,-0.0609,1.668,0.0074,-0.0596,1.6737,0.0109,-0.06,1.6743,0.0138,-0.0612,1.6793,0.0193,-0.0607,1.6783,0.0201,-0.0511,1.6593,0.0308,-0.0508,1.6585,0.03,-0.0479,1.6544,0.0324,-0.0485,1.6525,0.0274,-0.0438,1.6462,0.0292,-0.0438,1.6459,0.0284,-0.045,1.6468,0.0264,-0.0455,1.6493,0.0304,-0.0417,1.6424,0.0232,-0.0421,1.6434,0.0256,-0.0416,1.643,0.0251,-0.0468,1.6449,0.0231,-0.0451,1.6414,0.0212,-0.0482,1.6416,0.0169,-0.0473,1.6409,0.0212,-0.0441,1.6412,0.0239,-0.0443,1.642,0.0245,-0.0441,1.6435,0.0256,-0.0438,1.6437,0.0262,-0.044,1.6446,0.027,-0.0391,1.639,0.0206,-0.0377,1.639,0.0211,-0.0374,1.639,0.0209,-0.0361,1.6379,0.0191,-0.0401,1.635,0.0181,-0.04,1.6349,0.018,-0.0468,1.6364,0.0187,-0.0434,1.637,0.02,-0.0434,1.6371,0.0201,-0.0477,1.6357,0.0172,-0.0419,1.6362,0.0191,-0.0417,1.6365,0.0199,-0.042,1.637,0.0205,-0.0431,1.6382,0.0215,-0.0416,1.6377,0.0216,-0.0392,1.6391,0.0207,-0.0375,1.6399,0.0224,-0.0387,1.632,0.0125,-0.0391,1.6325,0.0131,-0.0384,1.6318,0.0119,-0.0403,1.6318,0.0095,-0.0339,1.6359,0.0154,-0.0336,1.6356,0.0146,-0.0337,1.6357,0.0139,-0.0383,1.6316,0.0118,-0.0388,1.6307,0.0063,-0.0372,1.6297,0.0072,-0.0373,1.6298,0.0075,-0.0387,1.631,0.0083,-0.0375,1.6301,0.0077,-0.0376,1.6305,0.0083,-0.0325,1.6346,0.0124,-0.0359,1.6358,0.0088,-0.0326,1.6348,0.0125,-0.033,1.6351,0.0133,-0.0336,1.6357,0.0137,-0.0352,1.6285,0.0013,-0.0365,1.6279,0.0017,-0.0348,1.6318,-0.0039,-0.034,1.6298,-0.0015,-0.0343,1.6296,-0.0009,-0.0354,1.6281,0.002,-0.0357,1.6283,0.0028,-0.0357,1.6357,0.0086,-0.0324,1.6343,0.0113,-0.032,1.6341,0.0112,-0.0323,1.633,0.0081,-0.0356,1.6355,0.0083,-0.0333,1.634,0.0088,-0.0321,1.634,0.0105,-0.0322,1.6337,0.0097,-0.0333,1.634,0.0093,-0.0332,1.6328,0.0031,-0.0346,1.6342,0.0058,-0.0343,1.6341,0.0058,-0.0326,1.6319,0.0042,-0.0325,1.6317,0.0039,-0.033,1.6327,0.0031,-0.0321,1.6325,0.0011,-0.032,1.6325,0.0009,-0.0321,1.6319,0.0019,-0.0319,1.6333,0.0008,-0.0373,1.6298,0.0069,-0.0366,1.6291,0.0058,-0.0322,1.632,0.0062,-0.0321,1.6321,0.0065,-0.0661,1.6798,-0.0104,-0.0659,1.6799,-0.0088,-0.0644,1.6769,-0.0106,-0.0649,1.6837,0.0013,-0.0638,1.6883,0.0115,-0.0633,1.682,0.0078,-0.0637,1.6826,0.0059,-0.0578,1.6669,-0.0543,-0.0323,1.6314,0.0028,-0.0323,1.6313,0.003,-0.0362,1.6287,0.0043,-0.0323,1.6318,0.005,-0.0323,1.6319,0.0054,-0.0369,1.6294,0.0062,-0.0322,1.6323,0.0067,-0.0322,1.6324,0.0071,-0.0387,1.6319,0.0128,-0.033,1.635,0.0136,-0.0407,1.6341,0.0167,-0.0367,1.6374,0.0178,-0.0338,1.6361,0.0167,-0.0344,1.6367,0.0177,-0.0391,1.6329,0.0157,-0.04,1.6339,0.0167,-0.0636,1.6658,-0.0029,-0.0625,1.6709,0.0002,-0.0627,1.6628,-0.0228,-0.0607,1.6589,-0.0276,-0.0608,1.6592,-0.0281,-0.0627,1.663,-0.0227,-0.0629,1.663,-0.023,-0.064,1.6643,-0.021,-0.0396,1.637,0.0139,-0.0402,1.637,0.0137,-0.0346,1.6344,0.0056,-0.036,1.6358,0.008,-0.0637,1.6644,-0.0213,-0.0639,1.6646,-0.021,-0.0402,1.6372,0.0133,-0.0407,1.6374,0.014,-0.0361,1.6356,0.0084,-0.0362,1.6359,0.0083,-0.0565,1.6631,0.0188,-0.0556,1.6614,0.0204,-0.057,1.6583,0.0147,-0.0506,1.6531,0.0245,-0.0491,1.6508,0.0251,-0.0513,1.65,0.0203,-0.0615,1.6794,0.0171,-0.0619,1.6802,0.0144,-0.0615,1.6816,0.0175,-0.0642,1.6768,-0.0105,-0.0594,1.6529,-0.043,-0.061,1.6652,-0.0455,-0.0585,1.6605,-0.0493,-0.0459,1.6527,-0.06,-0.0475,1.6529,-0.0653,-0.0483,1.6535,-0.0643,-0.0412,1.6326,-0.0598,-0.0418,1.6339,-0.06,-0.0411,1.6269,-0.0503,-0.0417,1.6275,-0.0542,-0.042,1.6289,-0.0547,-0.0409,1.6253,-0.0484,-0.0416,1.6256,-0.0527,-0.042,1.6265,-0.053,-0.0413,1.6298,-0.0535,-0.0412,1.6284,-0.0521,-0.0418,1.6275,-0.0506,-0.0384,1.6225,-0.0256,-0.0381,1.622,-0.0298,-0.0355,1.6233,-0.0237,-0.0357,1.6256,-0.025,-0.0349,1.6243,-0.0246,-0.0374,1.6228,-0.0305,-0.0358,1.6269,-0.0257,-0.0366,1.6257,-0.0315,-0.0364,1.6263,-0.0329,-0.0529,1.6489,-0.0566,-0.0484,1.6535,-0.0643,-0.0518,1.6605,-0.0618,-0.0515,1.6598,-0.057,-0.0514,1.6591,-0.0614,-0.0526,1.6626,-0.0461,-0.0524,1.6619,-0.0467,-0.0531,1.6636,-0.0486,-0.0484,1.6441,-0.0525,-0.0483,1.6457,-0.0527,-0.0485,1.6457,-0.0524,-0.05,1.6535,-0.0545,-0.0508,1.6586,-0.0573,-0.0487,1.6414,-0.0511,-0.0482,1.6399,-0.0511,-0.0494,1.6438,-0.0579,-0.0479,1.6429,-0.053,-0.0488,1.645,-0.0591,-0.0484,1.6442,-0.0592,-0.0479,1.6445,-0.0602,-0.0462,1.6343,-0.0499,-0.0397,1.6212,-0.0317,-0.0408,1.6223,-0.0327,-0.0323,1.6275,-0.0305,-0.0324,1.6276,-0.0306,-0.0391,1.6255,-0.0311,-0.0368,1.6256,-0.0317,-0.0373,1.6245,-0.0309,-0.0361,1.6268,-0.0255,-0.0371,1.6246,-0.0307,-0.0367,1.6266,-0.0332,-0.0441,1.6321,-0.0316,-0.0428,1.6326,-0.032,-0.0255,1.6457,-0.0138,-0.0299,1.6472,-0.0186,-0.0308,1.647,-0.0188,-0.0456,1.6525,-0.0372,-0.0456,1.651,-0.0373,-0.0493,1.6538,-0.041,-0.034,1.6478,-0.0244,-0.0337,1.6465,-0.0247,-0.041,1.6485,-0.0319,-0.03,1.6456,-0.0195,-0.0303,1.6467,-0.0193,-0.0251,1.6453,-0.0143,-0.0484,1.6537,-0.036,-0.0568,1.6553,-0.0336,-0.0479,1.6494,-0.0294,-0.0343,1.648,-0.0242,-0.0369,1.6482,-0.0211,-0.0335,1.6469,-0.0175,-0.0273,1.6415,-0.017,-0.025,1.6426,-0.0146,-0.0276,1.6419,-0.0144,-0.025,1.6407,-0.0121,-0.0208,1.6401,-0.0104,-0.023,1.6397,-0.0112,-0.0293,1.6422,-0.0195,-0.0271,1.6392,-0.0184,-0.0302,1.6375,-0.0051,-0.0317,1.6337,0.0005,-0.0311,1.6328,0.0,-0.0298,1.6378,-0.0052,-0.0299,1.6379,-0.0054,-0.0301,1.6376,-0.0054,-0.0309,1.6381,-0.0056,-0.0308,1.6378,-0.0055,-0.0308,1.6379,-0.0057,-0.0309,1.6388,-0.0058,-0.0309,1.6388,-0.0059,-0.0304,1.6389,-0.0058,-0.0302,1.639,-0.0057,-0.0303,1.6389,-0.0057,-0.0298,1.6385,-0.0055,-0.0296,1.6386,-0.0053,-0.0297,1.6387,-0.0055,-0.0269,1.637,-0.0019,-0.0297,1.6381,-0.0052,-0.0289,1.6402,-0.006,-0.0305,1.639,-0.0058,-0.025,1.6355,0.0004,-0.024,1.6371,-0.0009,-0.0336,1.6404,-0.0071,-0.0152,1.641,-0.0009,-0.0176,1.6397,-0.0008,-0.0174,1.6394,-0.0004,-0.0198,1.6403,-0.0024,-0.0199,1.6406,-0.0024,-0.0215,1.6405,-0.0029,-0.0106,1.6353,-0.0041,-0.0107,1.6355,-0.0043,-0.011,1.6375,-0.0035,-0.0241,1.6376,-0.001,-0.0241,1.6373,-0.001,-0.0239,1.6374,-0.0011,-0.0154,1.6412,-0.001,-0.0178,1.6401,-0.0009,-0.0112,1.6394,-0.0027,-0.0113,1.6396,-0.0026,-0.0113,1.6394,-0.0025,-0.0268,1.6374,-0.002,-0.0255,1.6386,-0.0029,-0.0228,1.6359,0.0013,-0.0233,1.6343,0.003,-0.0219,1.6359,0.0015,-0.019,1.6414,-0.0033,-0.0135,1.6364,-0.0015,-0.0147,1.6349,-0.001,-0.0137,1.6342,-0.0012,-0.0227,1.6415,-0.0048,-0.011,1.6374,-0.0032,-0.0107,1.6351,-0.004,-0.014,1.6427,-0.0018,-0.0123,1.6412,-0.0018,-0.0282,1.6289,-0.001,-0.029,1.6287,-0.0013,-0.029,1.6285,-0.0012,-0.0202,1.6349,-0.0011,-0.0216,1.6344,0.0002,-0.0263,1.6311,-0.0053,-0.0229,1.6335,0.0019,-0.0237,1.6325,0.0028,-0.0274,1.6296,-0.0033,-0.0186,1.6307,0.004,-0.0243,1.6268,-0.0043,-0.025,1.627,-0.0031,-0.0203,1.6355,0.002,-0.0187,1.6377,0.0006,-0.0313,1.6326,-0.0003,-0.0309,1.6323,-0.0003,-0.0309,1.6326,-0.0001,-0.0266,1.6318,0.0018,-0.0265,1.6322,0.0018,-0.028,1.6326,0.0002,-0.0264,1.6321,0.0019,-0.0157,1.635,-0.0004,-0.0152,1.6339,-0.0003,-0.0116,1.6348,-0.0033,-0.0128,1.6335,-0.0018,-0.0139,1.6311,-0.0064,-0.0154,1.6297,-0.0008,-0.0138,1.6319,-0.0015,-0.0141,1.6325,-0.001,-0.0172,1.6266,0.0069,-0.0199,1.6263,0.0043,-0.0181,1.6264,0.0018,-0.0187,1.6317,0.0069,-0.02,1.6324,0.0071,-0.0179,1.6312,0.0083,-0.0162,1.6299,0.007,-0.0168,1.6304,0.0051,-0.0159,1.6289,0.002,-0.016,1.6296,0.0039,-0.0156,1.6289,0.0058,-0.0172,1.6271,0.0013,-0.0166,1.6272,0.001,-0.0158,1.6279,0.0046,-0.0255,1.6248,-0.0099,-0.023,1.6241,-0.0075,-0.0234,1.6241,-0.0074,-0.0217,1.6265,-0.0011,-0.0203,1.6261,-0.0025,-0.0173,1.6299,-0.0098,-0.0194,1.6285,-0.012,-0.0172,1.63,-0.0101,-0.0148,1.6311,-0.0073,-0.0148,1.6318,-0.0074,-0.0137,1.6327,-0.0061,-0.0157,1.631,-0.0081,-0.0156,1.6307,-0.0081,-0.0158,1.631,-0.0084,-0.0155,1.6314,-0.0085,-0.0149,1.6317,-0.0084,-0.0151,1.6316,-0.0082,-0.0192,1.6276,-0.0116,-0.0153,1.6303,-0.0079,-0.0192,1.6274,-0.0114,-0.0183,1.6291,-0.0129,-0.021,1.6282,-0.0168,-0.0171,1.6302,-0.0143,-0.0156,1.6287,-0.0072,-0.0232,1.6266,-0.0131,-0.0168,1.6303,-0.0139,-0.0167,1.6307,-0.014,-0.0138,1.6329,-0.01,-0.0241,1.6307,-0.0201,-0.0236,1.631,-0.0195,-0.0203,1.6303,-0.0172,-0.0136,1.6331,-0.0096,-0.0137,1.6326,-0.0098,-0.0203,1.6299,-0.0172,-0.0204,1.6299,-0.0174,-0.0199,1.6303,-0.0168,-0.0224,1.6272,-0.0172,-0.0229,1.6269,-0.0177,-0.0227,1.6272,-0.0158,-0.0224,1.6274,-0.0163,-0.0233,1.6265,-0.0181,-0.0237,1.6263,-0.0182,-0.0245,1.6255,-0.0202,-0.026,1.6247,-0.007,-0.0255,1.6246,-0.0083,-0.0288,1.626,-0.0108,-0.0272,1.6249,-0.0117,-0.0269,1.6256,-0.011,-0.0304,1.6259,-0.0073,-0.0305,1.6249,-0.0074,-0.0304,1.6266,-0.0089,-0.0318,1.6237,-0.0108,-0.0269,1.625,-0.0128,-0.0292,1.6251,-0.0114,-0.0284,1.6278,-0.0259,-0.0374,1.6197,-0.0232,-0.0398,1.6209,-0.0251,-0.0386,1.6221,-0.0257,-0.0396,1.6209,-0.0316,-0.0407,1.622,-0.0327,-0.033,1.6272,-0.0267,-0.0359,1.627,-0.0253,-0.033,1.6273,-0.0264,-0.0286,1.6277,-0.0256,-0.0255,1.6262,-0.0235,-0.0411,1.6282,-0.0523,-0.0366,1.6262,-0.0331,-0.0365,1.6267,-0.033,-0.0428,1.621,-0.023,-0.0438,1.6209,-0.0257,-0.0431,1.6194,-0.0266,-0.0473,1.6239,-0.0396,-0.0467,1.6224,-0.0406,-0.0455,1.6197,-0.0339,-0.0503,1.616,-0.0312,-0.0464,1.6186,-0.0258,-0.0484,1.6165,-0.0262,-0.0468,1.622,-0.0314,-0.0486,1.619,-0.0313,-0.049,1.6197,-0.0332,-0.031,1.6256,-0.0094,-0.033,1.6213,-0.0061,-0.0336,1.6211,-0.0065,-0.0438,1.6203,-0.0166,-0.045,1.6199,-0.0192,-0.0436,1.6219,-0.0201,-0.038,1.6231,-0.0184,-0.0388,1.623,-0.0153,-0.039,1.6226,-0.0153,-0.043,1.6209,-0.0134,-0.043,1.6209,-0.0133,-0.0432,1.6208,-0.0134,-0.0365,1.6252,-0.0145,-0.037,1.6239,-0.0133,-0.0411,1.6221,-0.0134,-0.0342,1.6301,-0.0231,-0.0319,1.6311,-0.0238,-0.0336,1.6317,-0.0218,-0.0349,1.6245,-0.0243,-0.0355,1.6234,-0.0234,-0.0401,1.6196,-0.0211,-0.0404,1.6196,-0.0209,-0.041,1.62,-0.0237,-0.0392,1.6197,-0.0173,-0.0426,1.6179,-0.0275,-0.0425,1.6177,-0.0276,-0.0382,1.6102,-0.0099,-0.0386,1.6111,-0.0107,-0.0381,1.6109,-0.0107,-0.041,1.6183,-0.016,-0.0396,1.6165,-0.0145,-0.0404,1.6167,-0.0147,-0.038,1.6112,-0.0098,-0.0381,1.6129,-0.0111,-0.0383,1.613,-0.0108,-0.0426,1.6212,-0.0132,-0.041,1.6192,-0.0129,-0.0413,1.6217,-0.0135,-0.0396,1.6173,-0.0085,-0.04,1.6196,-0.0106,-0.0383,1.6204,-0.0098,-0.041,1.6193,-0.0109,-0.0407,1.6177,-0.0099,-0.0435,1.6191,-0.0134,-0.0439,1.6193,-0.0138,-0.0435,1.6192,-0.0133,-0.0425,1.6222,-0.0098,-0.0385,1.6295,-0.0061,-0.0424,1.6325,-0.006,-0.0427,1.6308,-0.007,-0.0287,1.6253,-0.0019,-0.0288,1.6256,-0.0014,-0.0292,1.6254,-0.002,-0.0405,1.6201,-0.0241,-0.0427,1.6222,-0.022,-0.0436,1.6221,-0.0215,-0.0436,1.6209,-0.0226,-0.0441,1.6253,-0.0492,-0.0443,1.6256,-0.049,-0.0454,1.6309,-0.0536,-0.0486,1.6293,-0.0464,-0.0489,1.6289,-0.0463,-0.0505,1.63,-0.0488,-0.0474,1.6263,-0.0483,-0.0479,1.6294,-0.0505,-0.0472,1.6263,-0.0485,-0.0514,1.6268,-0.0469,-0.0508,1.6305,-0.0495,-0.051,1.6268,-0.0469,-0.0542,1.6186,-0.0247,-0.0491,1.6182,-0.021,-0.0519,1.6212,-0.0205,-0.0531,1.6135,-0.03,-0.0552,1.6174,-0.0295,-0.0536,1.6146,-0.0329,-0.0506,1.6159,-0.023,-0.0475,1.6386,-0.0114,-0.0471,1.6359,-0.0064,-0.0474,1.6357,-0.0056,-0.0459,1.632,-0.008,-0.0476,1.6355,-0.0072,-0.0466,1.6357,-0.0071,-0.0374,1.6357,-0.0095,-0.0401,1.636,-0.0083,-0.0404,1.6386,-0.012,-0.038,1.6376,-0.0142,-0.0408,1.6379,-0.0136,-0.04,1.6369,-0.0152,-0.0443,1.6373,-0.0143,-0.0445,1.6357,-0.015,-0.0465,1.6272,-0.0164,-0.0468,1.6307,-0.0168,-0.0522,1.6275,-0.0196,-0.0433,1.6289,-0.0148,-0.0437,1.6307,-0.0153,-0.0457,1.6303,-0.0159,-0.0445,1.6355,-0.0081,-0.0435,1.6327,-0.0082,-0.0447,1.6385,-0.0132,-0.0448,1.6382,-0.0118,-0.0469,1.6383,-0.0116,-0.0461,1.6316,-0.0076,-0.0449,1.6279,-0.011,-0.0442,1.6183,-0.0163,-0.0438,1.6193,-0.0141,-0.0451,1.6195,-0.0189,-0.045,1.6192,-0.0185,-0.047,1.6186,-0.0205,-0.0466,1.6181,-0.0201,-0.0471,1.6187,-0.0202,-0.0468,1.6181,-0.0196,-0.0475,1.6186,-0.02,-0.0473,1.6174,-0.0207,-0.0485,1.621,-0.0199,-0.0486,1.6208,-0.0195,-0.051,1.625,-0.0192,-0.0544,1.6246,-0.021,-0.0518,1.6248,-0.0196,-0.053,1.6272,-0.0199,-0.0538,1.6385,-0.0192,-0.0545,1.6406,-0.015,-0.0537,1.6388,-0.0194,-0.0445,1.6208,-0.0255,-0.0463,1.6226,-0.0315,-0.0487,1.6242,-0.0389,-0.048,1.6253,-0.0385,-0.0492,1.6284,-0.0459,-0.0415,1.6179,-0.0284,-0.0419,1.6178,-0.0281,-0.0429,1.6173,-0.0365,-0.0455,1.617,-0.0359,-0.0507,1.6301,-0.0492,-0.0497,1.6312,-0.0506,-0.0542,1.6341,-0.0214,-0.0534,1.6345,-0.0213,-0.0484,1.6148,-0.0228,-0.0504,1.6134,-0.0259,-0.05,1.6134,-0.0262,-0.0517,1.6126,-0.0302,-0.0469,1.6177,-0.0213,-0.0514,1.6206,-0.0412,-0.0518,1.6207,-0.0412,-0.0404,1.639,-0.0007,-0.0403,1.6392,-0.0005,-0.0436,1.6406,-0.0005,-0.0586,1.6502,-0.0256,-0.0587,1.6499,-0.0256,-0.0542,1.6463,-0.0156,-0.0589,1.6505,-0.0254,-0.0617,1.6562,-0.0222,-0.059,1.6498,-0.009,-0.0389,1.6347,-0.0034,-0.0372,1.6332,-0.0043,-0.0378,1.6294,0.001,-0.0312,1.6324,0.0001,-0.0329,1.6298,-0.0026,-0.0328,1.6303,-0.0029,-0.0377,1.6336,-0.0044,-0.0416,1.6344,-0.005,-0.037,1.6336,-0.0047,-0.0346,1.6322,-0.0042,-0.037,1.6365,0.002,-0.0367,1.6363,0.0025,-0.0501,1.6431,-0.0066,-0.05,1.6434,-0.0066,-0.0547,1.6456,-0.0124,-0.0547,1.6452,-0.0125,-0.0542,1.6466,-0.0156,-0.0477,1.6348,-0.0065,-0.0472,1.6352,-0.0058,-0.048,1.6354,-0.0065,-0.0536,1.6384,0.0005,-0.0553,1.6376,-0.0025,-0.0509,1.6374,-0.0019,-0.056,1.6271,-0.0213,-0.0567,1.6349,-0.0244,-0.057,1.6347,-0.0249,-0.057,1.6416,-0.0144,-0.0574,1.6421,-0.0141,-0.0586,1.6409,-0.0218,-0.0538,1.638,-0.0086,-0.0528,1.6361,-0.0048,-0.0567,1.6388,-0.0045,-0.0609,1.6403,0.0106,-0.0583,1.6371,0.0144,-0.0598,1.6396,0.0089,-0.06,1.6383,0.0081,-0.059,1.6381,0.0056,-0.0586,1.6364,0.0073,-0.0582,1.6348,0.0082,-0.0581,1.6362,0.0068,-0.0565,1.6344,0.0164,-0.0569,1.634,0.017,-0.0566,1.634,0.0164,-0.0436,1.6425,0.0253,-0.0437,1.6432,0.0259,-0.0618,1.6344,0.018,-0.0611,1.6339,0.0183,-0.062,1.6348,0.0249,-0.0627,1.6368,0.0179,-0.0608,1.6365,0.0112,-0.052,1.6368,0.0073,-0.0553,1.6373,0.0064,-0.0549,1.6384,0.0038,-0.0494,1.6338,0.0096,-0.0489,1.6366,0.0075,-0.044,1.6358,0.007,-0.054,1.6429,0.008,-0.0587,1.6525,0.0058,-0.0548,1.6436,0.005,-0.0573,1.6404,0.0035,-0.0573,1.6403,0.0042,-0.0553,1.6413,0.004,-0.0597,1.6333,0.0188,-0.0601,1.6352,0.019,-0.0598,1.6396,0.038,-0.0596,1.6401,0.0384,-0.0604,1.6411,0.0354,-0.0582,1.6401,-0.0043,-0.0583,1.6405,-0.0042,-0.0611,1.6403,0.0105,-0.0624,1.6406,0.0171,-0.0582,1.6401,-0.0039,-0.061,1.6385,0.0107,-0.0628,1.6391,0.0174,-0.0515,1.6527,0.0243,-0.0481,1.6416,0.0209,-0.0476,1.6504,0.0288,-0.0484,1.6524,0.0294,-0.068,1.6856,-0.0117,-0.068,1.6891,-0.0111,-0.0681,1.6885,-0.012,-0.0622,1.6686,-0.0443,-0.0612,1.6676,-0.0466,-0.0658,1.673,-0.0327,-0.0663,1.6754,-0.0334,-0.0286,1.625,-0.0136,-0.0599,1.6758,0.0208,-0.0593,1.6754,0.0222,-0.017,1.6325,-0.0133,-0.0605,1.6361,0.0351,-0.0608,1.6362,0.0343,-0.0603,1.6378,0.0189,-0.0626,1.6412,0.0254,-0.0616,1.6377,0.025,-0.0389,1.6199,-0.0162,-0.0391,1.6178,-0.0151,-0.0194,1.6266,-0.0107,-0.022,1.6265,-0.0125,-0.0396,1.6199,-0.027,-0.0621,1.6655,-0.0276,-0.0627,1.6633,-0.0232,-0.0606,1.6596,-0.0285,-0.0598,1.6644,-0.0323,-0.0608,1.6639,-0.0334,-0.053,1.6475,-0.0272,-0.0624,1.6651,-0.0399,-0.0594,1.6494,-0.0324,-0.0596,1.6442,-0.0333,-0.0577,1.6444,-0.0141,-0.0576,1.6417,-0.0043,-0.053,1.6419,0.0111,-0.0549,1.6488,0.0128,-0.0644,1.6831,0.0085,-0.0629,1.6812,0.0128,-0.0173,1.6311,0.0045,-0.016,1.6316,0.0011,-0.0175,1.6429,-0.0044,-0.0275,1.6453,-0.012,-0.0233,1.6447,-0.0103,-0.0369,1.6368,0.0023,-0.0579,1.6647,0.0166,-0.0613,1.6663,0.0069,-0.0644,1.6697,-0.0217,-0.0645,1.6651,-0.0186,-0.0621,1.6595,-0.0204,-0.0596,1.6516,-0.0083,-0.0584,1.6636,-0.0368,-0.0551,1.6457,-0.0122,-0.0545,1.6468,-0.0154,-0.0504,1.6434,-0.0064,-0.0543,1.6439,-0.0019,-0.0514,1.6424,-0.0001,-0.0535,1.6442,0.0091,-0.0465,1.6402,0.0109,-0.042,1.6382,0.0107,-0.0426,1.6392,0.0075,-0.0507,1.6416,0.0139,-0.0468,1.6408,0.0144,-0.0396,1.6386,0.0038,-0.0428,1.6401,0.0028,-0.0427,1.64,0.0049,-0.0323,1.6315,0.0037,-0.0597,1.6738,0.0144,-0.0663,1.6797,-0.0119,-0.068,1.6885,-0.012,-0.0651,1.6711,-0.0295,-0.0492,1.6564,-0.0641,-0.051,1.6579,-0.062,-0.0482,1.6559,-0.0591,-0.041,1.6295,-0.056,-0.0356,1.6222,-0.023,-0.0357,1.6211,-0.0223,-0.0371,1.6197,-0.0229,-0.0484,1.6461,-0.0529,-0.0467,1.6529,-0.059,-0.0497,1.6534,-0.0548,-0.0489,1.6416,-0.0499,-0.0518,1.6419,-0.0474,-0.0498,1.6329,-0.0447,-0.0416,1.624,-0.0437,-0.0452,1.6266,-0.0422,-0.0425,1.6239,-0.0416,-0.0485,1.6313,-0.0363};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=2 */
		private double[] gettempr_coordinate_6_19_point_2()
		{
			double[] value = {-0.0529,1.6422,-0.0401,-0.0554,1.656,-0.0477,-0.0536,1.6505,-0.0437,-0.0543,1.6523,-0.0493,-0.0541,1.6599,-0.048,-0.0463,1.631,-0.0332,-0.0484,1.648,-0.0367,-0.0476,1.6419,-0.0351,-0.0506,1.6418,-0.0374,-0.0413,1.6449,-0.0314,-0.0332,1.6443,-0.0251,-0.026,1.6354,-0.0198,-0.0327,1.6387,-0.0255,-0.0257,1.6362,-0.0185,-0.0227,1.6412,-0.0118,-0.0201,1.6429,-0.0068,-0.0192,1.6409,-0.0081,-0.0185,1.6375,-0.0096,-0.0175,1.6342,-0.0121,-0.0199,1.6354,-0.0124,-0.0138,1.6408,-0.0037,-0.0128,1.6375,-0.0059,-0.0115,1.6352,-0.0033,-0.0115,1.6349,-0.0034,-0.0114,1.635,-0.0035,-0.044,1.6398,0.0005,-0.0441,1.6397,0.0019,-0.0455,1.6401,0.0016,-0.0498,1.6361,-0.0536,-0.0454,1.6338,-0.0566,-0.0496,1.632,-0.051,-0.0575,1.6464,-0.0458,-0.056,1.6549,-0.0524,-0.0568,1.6444,-0.0475,-0.0581,1.6347,-0.0399,-0.0579,1.6363,-0.0366,-0.0577,1.6328,-0.0377,-0.0562,1.6301,-0.0435,-0.0562,1.6245,-0.0391,-0.056,1.6212,-0.0374,-0.0586,1.64,-0.035,-0.058,1.6316,-0.0281,-0.0518,1.6148,-0.0253,-0.0407,1.6237,-0.0518,-0.041,1.6223,-0.0492,-0.0425,1.6172,-0.0366,-0.0419,1.6166,-0.0368,-0.0411,1.6164,-0.0342,-0.0356,1.6272,-0.0248,-0.0357,1.6301,-0.0209,-0.0301,1.6314,-0.0212,-0.0314,1.6303,-0.0181,-0.0257,1.6252,-0.017,-0.024,1.6266,-0.0137,-0.0163,1.6274,0.0009,-0.0188,1.6253,-0.004,-0.0285,1.6354,-0.0012,-0.0237,1.6313,0.0049,-0.022,1.6324,0.0056,-0.0227,1.6333,0.0047,-0.0303,1.6315,-0.0026,-0.0308,1.6312,-0.0026,-0.0311,1.6305,-0.0027,-0.0245,1.6292,0.0035,-0.027,1.6291,0.0008,-0.016,1.6276,0.0048,-0.0389,1.6257,-0.0069,-0.032,1.6255,-0.0052,-0.0387,1.6215,-0.0073,-0.045,1.628,-0.0095,-0.0408,1.6178,-0.0097,-0.0473,1.6343,-0.0174,-0.0515,1.6299,-0.019,-0.0479,1.6386,-0.0111,-0.0496,1.6384,-0.0099,-0.0549,1.64,-0.0126,-0.0482,1.6387,-0.0144,-0.0581,1.6397,-0.0219,-0.0543,1.6386,-0.0194,-0.0571,1.6415,-0.0136,-0.0592,1.6401,0.0028,-0.0595,1.64,0.0044,-0.0601,1.6359,0.0191,-0.0615,1.6362,0.0345,-0.0622,1.6351,0.0309,-0.0565,1.6381,0.0033,-0.0582,1.6384,0.0029,-0.0481,1.636,0.0172,-0.0541,1.6393,0.01,-0.0468,1.6402,0.0029,-0.0461,1.6398,0.0039,-0.0413,1.6379,0.002,-0.0415,1.6384,0.0011,-0.044,1.6394,-0.0008,-0.0461,1.6369,-0.0037,-0.0408,1.6366,-0.004,-0.0495,1.6402,0.0038,-0.0544,1.6337,0.0083,-0.0499,1.6331,0.0127,-0.052,1.6325,0.0122,-0.0384,1.6326,0.0013,-0.0438,1.6343,0.0106,-0.0394,1.6327,0.0147,-0.0447,1.6338,0.0138,-0.0421,1.64,0.0242,-0.0429,1.6387,0.0225,-0.0399,1.6418,0.0238,-0.0365,1.629,0.0052,-0.0322,1.6321,0.0059,-0.0426,1.6382,0.022,-0.0468,1.64,0.0013,-0.0397,1.6334,0.0044,-0.0388,1.6357,0.0019,-0.0423,1.6391,0.0004,-0.0436,1.6392,0.0035,-0.0569,1.6456,-0.0041,-0.0568,1.6431,-0.0046,-0.0581,1.6374,0.005,-0.0633,1.6372,0.0254,-0.0626,1.6347,0.0251,-0.056,1.6326,0.0094,-0.0564,1.6334,0.0087,-0.0551,1.6379,0.0104,-0.0565,1.6375,0.0117,-0.0546,1.634,0.0155,-0.0603,1.6401,0.0074,-0.0589,1.6397,0.0059,-0.0433,1.6271,-0.0086,-0.0456,1.6246,-0.0139,-0.034,1.621,-0.0063,-0.0333,1.6214,-0.0061,-0.0159,1.6292,0.0091,-0.0179,1.6302,0.0088,-0.0177,1.6284,0.0081,-0.0295,1.6288,-0.0011,-0.0158,1.631,0.0005,-0.0154,1.6301,-0.0078,-0.0333,1.6256,-0.0124,-0.0335,1.6233,-0.0094,-0.0277,1.6291,-0.0216,-0.0277,1.6291,-0.0196,-0.0367,1.621,-0.0094,-0.0426,1.6213,-0.0131,-0.0332,1.6282,-0.015,-0.0354,1.6285,-0.0174,-0.0295,1.6286,-0.0248,-0.0348,1.63,-0.0188,-0.0357,1.6211,-0.022,-0.04,1.6183,-0.0275,-0.0465,1.6189,-0.0216,-0.0456,1.6201,-0.0426,-0.0468,1.6262,-0.0488,-0.0445,1.6255,-0.0491,-0.0478,1.6293,-0.0501,-0.0478,1.6274,-0.0473,-0.0463,1.6203,-0.0422,-0.0509,1.6268,-0.0467,-0.0511,1.6203,-0.0408,-0.051,1.6172,-0.0351,-0.052,1.6162,-0.0368,-0.0563,1.6229,-0.0243,-0.0554,1.618,-0.0356,-0.0417,1.631,-0.0572,-0.0434,1.6351,-0.0594,-0.042,1.6339,-0.06,-0.0512,1.6578,-0.062,-0.0493,1.6563,-0.0641,-0.0522,1.6566,-0.0597,-0.0475,1.6193,-0.0196,-0.0157,1.6339,-0.0112,-0.0201,1.6375,-0.0106,-0.0232,1.6446,-0.0104,-0.0241,1.6348,-0.0174,-0.033,1.6338,-0.0248,-0.0414,1.6398,-0.0306,-0.0502,1.6486,-0.039,-0.0423,1.6225,-0.0359,-0.0414,1.6219,-0.0379,-0.0454,1.6259,-0.0352,-0.0465,1.6343,-0.0495,-0.0413,1.6266,-0.0493,-0.0378,1.6242,-0.0306,-0.0413,1.6216,-0.038,-0.0422,1.6222,-0.0359,-0.0539,1.6623,-0.0593,-0.0625,1.681,0.0116,-0.0629,1.6815,0.0097,-0.0594,1.6727,0.0128,-0.0588,1.6715,0.0151,-0.044,1.6454,0.0255,-0.0463,1.6448,0.0236,-0.04,1.6383,0.0063,-0.0372,1.6369,0.0026,-0.0405,1.6393,-0.0001,-0.0509,1.6419,0.0076,-0.0454,1.6414,0.0039,-0.0449,1.6412,0.0057,-0.0568,1.6647,-0.0429,-0.0571,1.648,-0.0003,-0.0642,1.6656,-0.0059,-0.0613,1.6654,0.0069,-0.0609,1.6612,0.0053,-0.0634,1.6644,-0.0031,-0.063,1.667,-0.0256,-0.0638,1.6685,-0.0235,-0.0381,1.6489,-0.0229,-0.0414,1.6503,-0.0314,-0.0475,1.642,-0.0021,-0.0412,1.6436,-0.012,-0.0296,1.6439,-0.0103,-0.0362,1.646,-0.0163,-0.0274,1.6417,-0.0071,-0.0301,1.6375,-0.0052,-0.0144,1.633,-0.0007,-0.0597,1.6669,0.0158,-0.0563,1.6668,0.0237,-0.0584,1.6453,-0.0226,-0.0669,1.675,-0.0279,-0.066,1.6692,-0.0239,-0.0458,1.6529,-0.0368,-0.0446,1.6503,-0.0304,-0.0244,1.6256,-0.0202,-0.0671,1.685,-0.0021,-0.0659,1.6882,0.0035,-0.042,1.6199,-0.0178,-0.0421,1.6218,-0.0194,-0.04,1.618,-0.016,-0.0613,1.6412,0.0313,-0.044,1.6202,-0.0165,-0.0433,1.6207,-0.0144,-0.0592,1.6679,-0.0522,-0.0585,1.664,-0.0476,-0.0569,1.6651,-0.0549,-0.0432,1.6207,-0.0149,-0.0597,1.666,-0.0502,-0.047,1.6512,0.0303,-0.0467,1.6501,0.0296,-0.0604,1.6399,0.0074,-0.0597,1.6397,0.0043,-0.0594,1.6398,0.0026,-0.0622,1.6406,0.0171,-0.0627,1.6412,0.0255,-0.062,1.6398,0.0315,-0.0634,1.6397,0.0255,-0.0507,1.6344,0.0155,-0.0526,1.6342,0.015,-0.0605,1.6338,0.0124,-0.0598,1.6329,0.0132,-0.0465,1.6496,0.0294,-0.0567,1.6367,0.0065,-0.0565,1.6351,0.0077,-0.0595,1.6364,0.0088,-0.0595,1.6354,0.0095,-0.0508,1.6339,0.0154,-0.0526,1.6338,0.0149,-0.0549,1.6355,0.0074,-0.0581,1.6392,0.0074,-0.0584,1.64,-0.0234,-0.057,1.6351,-0.025,-0.0526,1.6363,-0.0044,-0.0472,1.6353,-0.005,-0.0348,1.6317,-0.0042,-0.0369,1.6366,0.0027,-0.0417,1.6344,-0.0054,-0.0474,1.6353,-0.0054,-0.0469,1.635,-0.0056,-0.0319,1.6335,0.0004,-0.0328,1.6297,-0.0029,-0.0417,1.634,-0.0052,-0.0477,1.6469,-0.0179,-0.0475,1.6193,-0.0201,-0.0478,1.6295,-0.0507,-0.0524,1.6161,-0.0369,-0.0516,1.6139,-0.0339,-0.0527,1.6162,-0.0368,-0.0487,1.6149,-0.0226,-0.0507,1.6136,-0.0257,-0.0453,1.6168,-0.036,-0.0461,1.6201,-0.0423,-0.053,1.6303,-0.0196,-0.0508,1.625,-0.0195,-0.0487,1.6206,-0.0197,-0.044,1.6221,-0.021,-0.0464,1.6173,-0.0199,-0.0444,1.6183,-0.0162,-0.0453,1.6174,-0.0179,-0.0464,1.6217,-0.0167,-0.0456,1.6265,-0.0155,-0.052,1.6276,-0.0198,-0.0514,1.6299,-0.0194,-0.0522,1.6295,-0.0196,-0.0467,1.6348,-0.0166,-0.0453,1.6282,-0.015,-0.037,1.6335,-0.01,-0.0392,1.6331,-0.0085,-0.0379,1.6375,-0.0125,-0.0447,1.6385,-0.0143,-0.0475,1.6384,-0.0142,-0.0467,1.6372,-0.0161,-0.0443,1.6379,-0.0137,-0.0445,1.6383,-0.013,-0.0495,1.6308,-0.05,-0.0484,1.6289,-0.0466,-0.0421,1.6222,-0.0222,-0.0409,1.622,-0.0211,-0.0398,1.6174,-0.0084,-0.0391,1.6199,-0.0147,-0.0394,1.6131,-0.0118,-0.0391,1.6129,-0.012,-0.04,1.6195,-0.0134,-0.0377,1.611,-0.0104,-0.0377,1.6102,-0.0097,-0.038,1.61,-0.0095,-0.0378,1.61,-0.0096,-0.0379,1.61,-0.0095,-0.0422,1.6177,-0.0278,-0.0397,1.6196,-0.0174,-0.0332,1.6278,-0.0259,-0.0413,1.6218,-0.0133,-0.0414,1.6218,-0.0133,-0.0371,1.6196,-0.0227,-0.0371,1.6197,-0.0229,-0.0394,1.6221,-0.0308,-0.028,1.6322,0.0002,-0.0294,1.631,-0.0005,-0.0293,1.6244,-0.0064,-0.0266,1.6247,-0.0051,-0.0231,1.6242,-0.007,-0.0248,1.6246,-0.0063,-0.0257,1.6247,-0.0066,-0.0256,1.6252,-0.0096,-0.0287,1.6261,-0.0056,-0.0269,1.6254,-0.0056,-0.0272,1.6252,-0.0059,-0.0256,1.6251,-0.0081,-0.0222,1.6275,-0.0167,-0.0231,1.627,-0.0154,-0.0235,1.6268,-0.0154,-0.0237,1.6266,-0.016,-0.0238,1.6264,-0.0168,-0.016,1.6318,-0.0081,-0.0157,1.6319,-0.0079,-0.0158,1.6319,-0.0076,-0.0162,1.6315,-0.008,-0.0159,1.6316,-0.0076,-0.016,1.6304,-0.0085,-0.0153,1.6313,-0.0088,-0.0147,1.6315,-0.009,-0.0138,1.6314,-0.0064,-0.0159,1.6309,-0.0086,-0.0157,1.6311,-0.0088,-0.0158,1.6312,-0.0086,-0.0146,1.6319,-0.008,-0.0132,1.6327,-0.0066,-0.0191,1.6253,-0.0037,-0.0263,1.6251,-0.0067,-0.0263,1.6247,-0.0066,-0.0151,1.6283,0.0078,-0.0173,1.6267,0.0072,-0.0148,1.6286,0.0076,-0.022,1.6341,0.0033,-0.014,1.6429,-0.0019,-0.0123,1.6412,-0.0019,-0.0203,1.643,-0.0066,-0.0238,1.6309,0.0048,-0.0156,1.6328,0.0004,-0.0163,1.6319,0.0014,-0.0184,1.6364,0.0009,-0.0167,1.6363,-0.0002,-0.0221,1.6323,0.0055,-0.0211,1.6317,0.0052,-0.0226,1.6283,-0.0062,-0.0175,1.6316,-0.0014,-0.0172,1.6325,-0.0019,-0.0197,1.6311,0.0052,-0.0274,1.6305,-0.0048,-0.0188,1.6343,-0.0022,-0.0249,1.6312,-0.0058,-0.0278,1.6302,-0.0004,-0.0287,1.6314,-0.0006,-0.0282,1.6311,-0.0004,-0.0298,1.6289,-0.0021,-0.029,1.6291,-0.0019,-0.0327,1.6298,-0.0027,-0.0299,1.6301,-0.0008,-0.0293,1.6309,-0.0007,-0.0296,1.629,-0.0013,-0.02,1.6322,0.007,-0.0137,1.6396,-0.0013,-0.0122,1.6379,-0.0018,-0.0125,1.6356,-0.0022,-0.0143,1.6429,-0.0018,-0.0178,1.6398,-0.001,-0.0304,1.6384,-0.0061,-0.0304,1.6389,-0.0061,-0.0308,1.6379,-0.006,-0.0305,1.6381,-0.006,-0.0309,1.6381,-0.0058,-0.0218,1.6343,-0.0148,-0.0212,1.6315,-0.0167,-0.0417,1.6493,-0.022,-0.0513,1.6565,-0.0391,-0.0458,1.6418,-0.035,-0.0458,1.6471,-0.0365,-0.0377,1.6262,-0.0317,-0.0426,1.6352,-0.0555,-0.0459,1.6381,-0.0525,-0.0478,1.6425,-0.0592,-0.0476,1.6391,-0.0517,-0.0485,1.6429,-0.0584,-0.0485,1.6437,-0.0525,-0.0474,1.6389,-0.0515,-0.047,1.6376,-0.0509,-0.0467,1.6375,-0.0512,-0.0406,1.6209,-0.0347,-0.0415,1.6238,-0.0439,-0.0412,1.6245,-0.0462,-0.0411,1.6262,-0.0493,-0.044,1.6441,-0.0648,-0.0444,1.648,-0.0596,-0.0438,1.6452,-0.0595,-0.0542,1.6634,-0.0592,-0.0553,1.6627,-0.0518,-0.0665,1.6772,-0.0163,-0.0665,1.678,-0.0148,-0.0649,1.6739,-0.0152,-0.0609,1.6762,0.0105,-0.0581,1.6701,0.0177,-0.0582,1.6702,0.0179,-0.0583,1.6704,0.0174,-0.0582,1.6703,0.0173,-0.0464,1.6496,0.0274,-0.0577,1.664,0.0171,-0.0365,1.636,0.0086,-0.0534,1.6575,0.0232,-0.0532,1.6573,0.023,-0.0534,1.6576,0.0228,-0.0482,1.6485,0.0254,-0.0467,1.6447,0.0234,-0.0483,1.6486,0.025,-0.0492,1.6508,0.0255,-0.0521,1.6554,0.0241,-0.058,1.6644,0.0172,-0.0567,1.6634,0.0191,-0.0615,1.6659,0.007,-0.0643,1.6652,-0.0059,-0.064,1.6648,-0.0058,-0.0644,1.6645,-0.0184,-0.0391,1.6424,0.0255,-0.042,1.6435,0.0262,-0.0422,1.6441,0.0267,-0.0388,1.6407,0.023,-0.0385,1.6314,0.0108,-0.0383,1.6313,0.0107,-0.0323,1.6317,0.0045,-0.036,1.6286,0.0038,-0.0361,1.6288,0.0034,-0.0596,1.6647,-0.034,-0.0606,1.6637,-0.0356,-0.0621,1.6692,-0.0453,-0.0616,1.6668,-0.042,-0.0611,1.6669,-0.0448,-0.0541,1.6644,-0.0464,-0.0646,1.6761,-0.0117,-0.0648,1.6753,-0.0128,-0.0379,1.6311,0.0107,-0.0371,1.6295,0.0068,-0.0324,1.6322,0.0056,-0.0323,1.6327,0.0073,-0.0324,1.6316,0.0026,-0.0332,1.6331,0.0031,-0.0322,1.6327,0.0079,-0.0351,1.6283,0.0015,-0.0336,1.6296,-0.0017,-0.0378,1.6309,0.0102,-0.0394,1.6328,0.0144,-0.0392,1.6326,0.0132,-0.0339,1.6358,0.0156,-0.0371,1.6383,0.0194,-0.0415,1.6354,0.0181,-0.0443,1.6412,0.0217,-0.0392,1.6407,0.0226,-0.0378,1.6403,0.0228,-0.0412,1.643,0.0251,-0.0443,1.6474,0.0299,-0.0448,1.6474,0.0288,-0.0574,1.6272,-0.0261,-0.0442,1.6455,0.0276,-0.0466,1.649,0.0284,-0.0444,1.647,0.029,-0.044,1.6466,0.0294,-0.0474,1.6522,0.0308,-0.0475,1.6513,0.0275,-0.0465,1.6495,0.0275,-0.0468,1.6498,0.0274,-0.0479,1.6517,0.0274,-0.0553,1.6661,0.0254,-0.0559,1.6673,0.025,-0.0575,1.669,0.0202,-0.0574,1.669,0.0201,-0.0473,1.6514,0.0275,-0.0489,1.6509,0.0256,-0.0478,1.6518,0.0274,-0.0536,1.6612,0.0244,-0.0543,1.66,0.0222,-0.0537,1.6614,0.0243,-0.0578,1.6647,0.0171,-0.0582,1.6702,0.0175,-0.051,1.6563,0.0259,-0.0506,1.6561,0.0263,-0.0519,1.6557,0.0243,-0.0565,1.6637,0.0192,-0.0561,1.6663,0.0215,-0.0534,1.6618,0.0272,-0.0481,1.655,0.0326,-0.0497,1.6571,0.0318,-0.0499,1.6543,0.0267,-0.0487,1.6552,0.0317,-0.0507,1.6578,0.0295,-0.0459,1.6503,0.0312,-0.0495,1.6566,0.0316,-0.0495,1.657,0.0319,-0.0464,1.6511,0.0312,-0.0466,1.6505,0.0304,-0.0481,1.6523,0.0274,-0.0512,1.6563,0.026,-0.0465,1.6494,0.0275,-0.06,1.6745,0.0083,-0.0612,1.6761,0.0029,-0.0616,1.6765,0.0013,-0.0633,1.6777,-0.0057,-0.0647,1.6737,-0.0151,-0.0604,1.6745,0.0082,-0.0628,1.6774,-0.0038,-0.0631,1.6774,-0.0038,-0.0628,1.6772,-0.0018,-0.0571,1.6701,0.024,-0.0648,1.6724,-0.0177,-0.0568,1.6633,-0.0499,-0.0568,1.6633,-0.05,-0.0568,1.6633,-0.0499,-0.0612,1.6646,-0.0317,-0.0584,1.664,-0.0475,-0.0584,1.664,-0.0476,-0.0644,1.687,0.0091,-0.0676,1.6923,-0.0023,-0.0681,1.6838,-0.0201,-0.0679,1.6822,-0.0206,-0.0679,1.6821,-0.0186,-0.0649,1.6729,-0.0374,-0.0643,1.6725,-0.04,-0.0444,1.6419,-0.0571,-0.0463,1.6418,-0.0536,-0.0426,1.6392,-0.0582,-0.0451,1.649,-0.059,-0.0454,1.6519,-0.0602,-0.0472,1.6443,-0.0535,-0.0411,1.6255,-0.048,-0.0432,1.6286,-0.0483,-0.0414,1.6247,-0.0459,-0.0411,1.6258,-0.0485,-0.0494,1.6438,-0.0579,-0.0404,1.6214,-0.0336,-0.0409,1.6166,-0.0328,-0.0403,1.6211,-0.0335,-0.0356,1.6222,-0.0227,-0.0495,1.6576,-0.0585,-0.0499,1.6589,-0.0583,-0.0671,1.6862,-0.0068,-0.0675,1.6869,-0.0084,-0.0654,1.691,0.0064,-0.0657,1.6908,0.0053,-0.0667,1.6748,-0.0206,-0.0666,1.6743,-0.0218,-0.0679,1.6801,-0.0247,-0.0634,1.6688,-0.0348,-0.0644,1.6725,-0.0399,-0.0649,1.673,-0.0374,-0.0634,1.6705,-0.0414,-0.0624,1.6691,-0.0438,-0.0653,1.6728,-0.0352,-0.0639,1.6717,-0.0409,-0.0643,1.6725,-0.04,-0.0679,1.6817,-0.0227,-0.0569,1.6652,-0.0548,-0.0568,1.6651,-0.0548,-0.0621,1.6693,-0.0455,-0.0622,1.6692,-0.045,-0.0616,1.6702,-0.0476,-0.0624,1.6691,-0.0438,-0.0484,1.6534,-0.0644,-0.0515,1.6591,-0.0615,-0.0513,1.6591,-0.0615,-0.0524,1.6617,-0.0614,-0.0432,1.6351,-0.0594,-0.0428,1.6368,-0.0615,-0.0671,1.6904,-0.0009,-0.0615,1.6794,0.0171,-0.0589,1.6743,0.0226,-0.0588,1.6741,0.0227,-0.0588,1.6741,0.0227,-0.0537,1.6622,0.0265,-0.0541,1.6632,0.0264,-0.0594,1.6754,0.0222,-0.0559,1.6673,0.025,-0.0541,1.6632,0.0264,-0.0529,1.6612,0.0277,-0.0534,1.6618,0.0272,-0.0521,1.6599,0.0286,-0.0599,1.6366,0.0374,-0.0605,1.6367,0.0374,-0.0619,1.6357,0.0329,-0.0611,1.6357,0.0329,-0.0613,1.6358,0.0316,-0.0599,1.6374,0.0378,-0.0603,1.6375,0.0378,-0.0624,1.6787,0.014,-0.0614,1.6792,0.0172,-0.0615,1.6816,0.0175,-0.0595,1.6406,0.0382,-0.0595,1.6397,0.0379,-0.0611,1.6359,0.033,-0.0611,1.6362,0.0329,-0.0618,1.6365,0.0332,-0.0604,1.6368,0.0354,-0.0554,1.666,0.0254,-0.0599,1.6758,0.0208,-0.0607,1.6782,0.0201,-0.0426,1.6368,-0.0614,-0.043,1.638,-0.0618,-0.0432,1.6379,-0.0618,-0.0443,1.6401,-0.0611,-0.0445,1.64,-0.0611,-0.0615,1.6702,-0.0475,-0.0594,1.6677,-0.0518,-0.0681,1.6839,-0.0199,-0.068,1.6838,-0.0201,-0.0647,1.6889,0.0083,-0.065,1.6904,0.0078,-0.0641,1.683,0.0044,-0.065,1.6904,0.0078,-0.0647,1.6889,0.0083,-0.0407,1.6212,-0.0347,-0.0416,1.6184,-0.0416,-0.0416,1.6226,-0.0397,-0.0519,1.6605,-0.0618,-0.0681,1.6855,-0.0152,-0.0682,1.6855,-0.0177,-0.0682,1.684,-0.0165,-0.0664,1.6915,0.003,-0.0593,1.6645,-0.035,-0.0621,1.6657,-0.0282,-0.0574,1.6647,-0.041,-0.0649,1.671,-0.02,-0.0649,1.6709,-0.0202,-0.0583,1.6705,0.0184,-0.0645,1.6752,-0.0126,-0.0643,1.676,-0.0116,-0.0607,1.6754,0.0053,-0.0499,1.655,0.0266,-0.0501,1.655,0.0266,-0.0438,1.6455,0.0284,-0.0448,1.6471,0.0287,-0.0454,1.6488,0.0299,-0.0496,1.6569,0.032,-0.0507,1.6578,0.0295,-0.0516,1.6569,0.0276,-0.0517,1.6582,0.0282,-0.048,1.6533,0.031,-0.0499,1.6572,0.0311,-0.054,1.6619,0.024,-0.055,1.6639,0.023,-0.0445,1.6467,0.029,-0.0425,1.6444,0.0266,-0.0435,1.6447,0.0263,-0.0438,1.6411,0.0239,-0.0392,1.6325,0.0138,-0.0388,1.6311,0.0088,-0.0379,1.631,0.01,-0.0335,1.6354,0.0145,-0.0363,1.6289,0.004,-0.0367,1.6291,0.006,-0.0322,1.6326,0.0075,-0.0324,1.632,0.0047,-0.0605,1.667,-0.0476,-0.0658,1.68,-0.0072,-0.0326,1.6344,0.0115,-0.0605,1.6595,-0.0287,-0.0647,1.6647,-0.0185,-0.052,1.6553,0.0238,-0.0615,1.6686,-0.047,-0.0536,1.6619,-0.0535,-0.0552,1.6626,-0.0517,-0.0453,1.647,-0.0656,-0.0424,1.6237,-0.0418,-0.0489,1.6432,-0.058,-0.0452,1.6508,-0.0369,-0.0393,1.6479,-0.0184,-0.0259,1.6432,-0.0082,-0.0312,1.6383,-0.0061,-0.0311,1.638,-0.0061,-0.0298,1.6382,-0.0054,-0.0179,1.6397,-0.0008,-0.0204,1.6375,0.0,-0.0224,1.6395,-0.0026,-0.0225,1.6397,-0.0027,-0.0226,1.6396,-0.0027,-0.0177,1.6398,-0.0009,-0.0107,1.6354,-0.0043,-0.0237,1.638,-0.0013,-0.0234,1.6392,-0.0023,-0.0114,1.6365,-0.0029,-0.0298,1.6301,-0.0009,-0.0297,1.629,-0.0012,-0.0278,1.6295,-0.0005,-0.0233,1.6299,-0.0069,-0.0227,1.6332,0.0046,-0.0176,1.6311,0.0053,-0.0208,1.6308,0.0069,-0.0209,1.6303,0.0068,-0.0154,1.6295,0.0087,-0.0167,1.6272,-0.0059,-0.0161,1.6314,-0.0078,-0.0293,1.6253,-0.0063,-0.0247,1.6254,-0.02,-0.0288,1.6276,-0.026,-0.05,1.6224,-0.0398,-0.0431,1.6207,-0.0144,-0.0411,1.6217,-0.0195,-0.0379,1.61,-0.0095,-0.038,1.61,-0.0096,-0.0386,1.6128,-0.0119,-0.0382,1.6128,-0.0116,-0.0388,1.6176,-0.0136,-0.0432,1.6208,-0.0135,-0.0417,1.6222,-0.0223,-0.0432,1.6214,-0.0228,-0.0446,1.6379,-0.015,-0.0472,1.6188,-0.0196,-0.0452,1.6174,-0.018,-0.0478,1.6191,-0.0199,-0.0426,1.6175,-0.0364,-0.045,1.6169,-0.0361,-0.0522,1.6139,-0.0338,-0.0476,1.6389,-0.0111,-0.0372,1.6331,-0.0046,-0.0477,1.6354,-0.0055,-0.0477,1.6357,-0.006,-0.0541,1.6318,0.0122,-0.0615,1.6834,0.0183,-0.0593,1.674,0.0212,-0.0598,1.675,0.0206,-0.0601,1.6529,-0.0328,-0.0604,1.6584,-0.041,-0.0681,1.6814,-0.0124,-0.0637,1.6861,0.0113,-0.0233,1.6378,-0.0013,-0.0237,1.6373,-0.0009,-0.0222,1.6374,-0.0005,-0.0645,1.675,-0.013,-0.0628,1.6618,-0.0192,-0.0638,1.6641,-0.0207,-0.0636,1.665,-0.0028,-0.0478,1.642,-0.0018,-0.0443,1.6406,0.0073,-0.0366,1.6373,0.0176,-0.0678,1.6822,-0.0206,-0.0415,1.6173,-0.0393,-0.053,1.6498,-0.0495,-0.0385,1.6354,-0.0276,-0.0564,1.6211,-0.0305,-0.0521,1.6143,-0.0266,-0.0441,1.6206,-0.0431,-0.0331,1.63,-0.0175,-0.0256,1.6262,-0.0234,-0.0391,1.6175,-0.0077,-0.0535,1.6345,-0.0209,-0.0506,1.634,0.0154,-0.0421,1.6384,0.0028,-0.0481,1.6395,0.0058,-0.0404,1.6368,0.0036,-0.0407,1.638,-0.0011,-0.0567,1.6373,0.0056,-0.0563,1.6316,0.0124,-0.0241,1.6266,0.0019,-0.031,1.6297,-0.003,-0.0306,1.6294,-0.003,-0.0304,1.6254,-0.0106,-0.048,1.615,-0.0232,-0.0411,1.6246,-0.0523,-0.0563,1.6273,-0.0411,-0.0538,1.6391,-0.0513,-0.0455,1.6404,-0.0603,-0.0395,1.6346,-0.0289,-0.048,1.6389,-0.0498,-0.0613,1.6577,-0.0059,-0.0543,1.6596,0.0217,-0.0313,1.6322,0.0005,-0.0607,1.6771,0.019,-0.0653,1.6705,-0.0319,-0.0532,1.6353,0.0078,-0.0429,1.6202,-0.0162,-0.0667,1.6765,-0.0315,-0.0571,1.6701,0.024,-0.0611,1.6397,0.0352,-0.0569,1.6387,-0.0032,-0.0438,1.6406,0.0,-0.0437,1.6404,-0.0006,-0.0471,1.6173,-0.0208,-0.0513,1.6127,-0.0303,-0.0485,1.6289,-0.0457,-0.044,1.6213,-0.0256,-0.0535,1.6289,-0.0198,-0.0537,1.6298,-0.02,-0.0447,1.6219,-0.0138,-0.0452,1.6211,-0.0156,-0.0529,1.6303,-0.0199,-0.0378,1.6364,-0.015,-0.0374,1.6349,-0.0116,-0.0389,1.6175,-0.0078,-0.0383,1.6113,-0.0098,-0.0387,1.6132,-0.0107,-0.0391,1.6132,-0.011,-0.0392,1.6169,-0.0125,-0.0388,1.6167,-0.0131,-0.0458,1.6217,-0.0322,-0.027,1.6246,-0.0059,-0.0238,1.6263,-0.0177,-0.0158,1.6309,-0.0094,-0.0226,1.6399,-0.0028,-0.0185,1.6305,0.0029,-0.0175,1.6338,-0.002,-0.0281,1.6287,-0.0009,-0.0198,1.6402,-0.0023,-0.0214,1.6402,-0.0028,-0.0236,1.6378,-0.0013,-0.023,1.639,-0.0023,-0.0231,1.6391,-0.0023,-0.0287,1.6408,-0.0158,-0.0411,1.6499,-0.0318,-0.0491,1.6565,-0.0415,-0.0297,1.647,-0.0188,-0.038,1.6241,-0.0307,-0.0431,1.6288,-0.0487,-0.0474,1.6415,-0.053,-0.0667,1.6756,-0.0191,-0.0666,1.6764,-0.0177,-0.0361,1.6378,0.0189,-0.0364,1.6289,0.0048,-0.0319,1.6321,0.0013,-0.032,1.6339,0.0108,-0.0322,1.6334,0.0087,-0.0359,1.6286,0.003,-0.0366,1.6292,0.005,-0.0346,1.6289,0.0002,-0.0377,1.6308,0.0092,-0.039,1.6323,0.0137,-0.0376,1.6386,0.02,-0.0442,1.6459,0.0276,-0.0439,1.6452,0.027,-0.0454,1.6489,0.0299,-0.045,1.6485,0.0302,-0.0443,1.6472,0.0299,-0.045,1.6484,0.0302,-0.0507,1.656,0.0263,-0.0562,1.6664,0.0217,-0.0479,1.6544,0.0324,-0.0459,1.6488,0.0293,-0.0526,1.6592,0.0255,-0.0609,1.6758,0.0041,-0.0596,1.6631,-0.0406,-0.0625,1.6663,-0.0272,-0.0589,1.674,0.0225,-0.0419,1.6371,-0.0579,-0.0492,1.6453,-0.0588,-0.063,1.6683,-0.0362,-0.06,1.6672,-0.0502,-0.0604,1.6686,-0.0502,-0.0633,1.6878,0.0131,-0.0603,1.6389,0.037,-0.0601,1.6395,0.0374,-0.0615,1.6834,0.0183,-0.0441,1.6441,-0.0649,-0.0658,1.6723,-0.0269,-0.0509,1.6585,0.0301,-0.049,1.6431,-0.0581,-0.0484,1.6442,-0.0593,-0.0489,1.645,-0.0592,-0.0606,1.6637,-0.0357,-0.063,1.6673,-0.0258,-0.0639,1.6688,-0.0237,-0.0625,1.6662,-0.0268,-0.0583,1.6703,0.0176,-0.0583,1.6707,0.0182,-0.0527,1.6594,0.0254,-0.0536,1.6612,0.0245,-0.0624,1.6768,-0.0002,-0.061,1.6753,0.0053,-0.0613,1.6757,0.0042,-0.054,1.662,0.0241,-0.0538,1.6614,0.0244,-0.0441,1.6463,0.0294,-0.0439,1.6459,0.0292,-0.0443,1.6477,0.0306,-0.0446,1.648,0.0307,-0.0443,1.6476,0.0306,-0.0446,1.6481,0.0307,-0.0571,1.624,-0.0319,-0.0406,1.6355,0.0189,-0.0362,1.6384,0.0202,-0.0341,1.6293,-0.0007,-0.0348,1.6285,0.0009,-0.032,1.6316,0.0023,-0.0373,1.6302,0.0083,-0.0321,1.6331,0.0088,-0.032,1.6337,0.0104,-0.0377,1.6308,0.0098,-0.0646,1.6796,-0.0023,-0.0635,1.6776,-0.0057,-0.0651,1.6799,-0.0039,-0.0619,1.6775,0.0071,-0.0623,1.678,0.0058,-0.0653,1.6841,-0.0002,-0.0658,1.6845,-0.0018,-0.0636,1.6791,0.0011,-0.0631,1.6788,0.0028,-0.0318,1.6318,0.0016,-0.034,1.629,-0.0005,-0.0318,1.6318,0.0014,-0.0343,1.6288,0.0,-0.0638,1.6654,-0.0028,-0.0558,1.6615,0.0207,-0.0545,1.6598,0.022,-0.0506,1.6531,0.0249,-0.0448,1.6411,0.0215,-0.0615,1.677,0.0085,-0.0662,1.6733,-0.0244,-0.0644,1.6699,-0.0219,-0.0642,1.6699,-0.0321,-0.0625,1.6677,-0.0382,-0.0593,1.6551,0.0026,-0.049,1.6429,-0.0515,-0.0493,1.6465,-0.0596,-0.0492,1.6424,-0.0578,-0.0485,1.6429,-0.0584,-0.0483,1.642,-0.0584,-0.0499,1.6434,-0.0575,-0.049,1.6432,-0.0513,-0.0471,1.6395,-0.0524,-0.0469,1.6393,-0.0523,-0.0494,1.6443,-0.0506,-0.0455,1.6418,-0.0348,-0.0425,1.6327,-0.0319,-0.0492,1.6566,-0.0413,-0.0321,1.6369,-0.0132,-0.0317,1.6353,-0.0139,-0.0325,1.6371,-0.0138,-0.0315,1.6356,-0.0132,-0.0294,1.6374,-0.0103,-0.03,1.6385,-0.0107,-0.0288,1.6377,-0.0099,-0.0302,1.6379,-0.0109,-0.0305,1.6341,-0.0145,-0.0296,1.6342,-0.0124,-0.029,1.6338,-0.0132,-0.0308,1.6345,-0.0135,-0.0318,1.6392,-0.0121,-0.0326,1.6393,-0.0141,-0.0317,1.6401,-0.0128,-0.0324,1.6385,-0.0131,-0.0275,1.6346,-0.0113,-0.0283,1.6362,-0.0102,-0.0273,1.6364,-0.0103,-0.0285,1.6349,-0.011,-0.031,1.6381,-0.016,-0.0315,1.6352,-0.015,-0.0298,1.6355,-0.0161,-0.0326,1.6375,-0.0149,-0.0279,1.6383,-0.01,-0.0275,1.6399,-0.0117,-0.0258,1.6389,-0.0105,-0.0294,1.6392,-0.011,-0.0264,1.6344,-0.0162,-0.027,1.6339,-0.0141,-0.0245,1.6341,-0.0147,-0.0286,1.6342,-0.0155,-0.03,1.641,-0.0136,-0.0309,1.64,-0.015,-0.0251,1.6368,-0.0109,-0.0223,1.6353,-0.013,-0.0253,1.6348,-0.0121,-0.0223,1.6373,-0.0114,-0.0273,1.6359,-0.0172,-0.0287,1.6387,-0.017,-0.0316,1.6386,-0.0067,-0.0316,1.6391,-0.0066,-0.0316,1.6385,-0.0066,-0.0316,1.639,-0.0067,-0.0308,1.6386,-0.0065,-0.0311,1.6384,-0.0066};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=3 */
		private double[] gettempr_coordinate_6_19_point_3()
		{
			double[] value = {-0.031,1.6383,-0.0065,-0.0311,1.6387,-0.0066,-0.0313,1.6392,-0.0066,-0.0312,1.6389,-0.0061,-0.0308,1.639,-0.0061,-0.0312,1.6381,-0.0065,-0.0214,1.64,-0.0028,-0.0241,1.6401,-0.0038,-0.0228,1.6398,-0.0027,-0.0153,1.6379,-0.001,-0.0287,1.6313,-0.0008,-0.0283,1.6309,-0.0006,-0.0294,1.6306,-0.0023,-0.0296,1.6301,-0.0026,-0.0293,1.63,-0.0024,-0.0297,1.6306,-0.0025,-0.0312,1.6305,-0.0026,-0.0307,1.6313,-0.0024,-0.0299,1.6295,-0.0028,-0.0297,1.6293,-0.0027,-0.03,1.6311,-0.0015,-0.0301,1.6317,-0.0025,-0.0294,1.6315,-0.0016,-0.0305,1.6291,-0.003,-0.0286,1.6298,-0.0015,-0.028,1.6302,-0.0006,-0.0287,1.6304,-0.0014,-0.0279,1.6296,-0.0007,-0.0305,1.6303,-0.0017,-0.0267,1.6281,-0.003,-0.0177,1.631,0.0052,-0.0173,1.631,0.0044,-0.0153,1.6338,-0.0004,-0.0157,1.6349,-0.0005,-0.0221,1.634,0.0032,-0.0204,1.6354,0.0019,-0.0229,1.6242,-0.0074,-0.0262,1.6247,-0.0065,-0.0156,1.6319,-0.0076,-0.0155,1.6319,-0.008,-0.0161,1.6315,-0.0083,-0.0162,1.6314,-0.0082,-0.0162,1.6316,-0.0082,-0.0158,1.6317,-0.0083,-0.0157,1.6315,-0.0076,-0.0153,1.6312,-0.0078,-0.016,1.6313,-0.0079,-0.015,1.6316,-0.0077,-0.0152,1.631,-0.0077,-0.0152,1.6316,-0.0078,-0.0238,1.6287,-0.0171,-0.0238,1.6282,-0.0177,-0.0234,1.6286,-0.0173,-0.0241,1.6285,-0.0174,-0.0241,1.6283,-0.0157,-0.024,1.6287,-0.0163,-0.0237,1.6285,-0.016,-0.0242,1.6286,-0.0161,-0.0246,1.6282,-0.0174,-0.0246,1.6278,-0.0169,-0.0246,1.6277,-0.0176,-0.0246,1.6282,-0.0169,-0.0227,1.6274,-0.0172,-0.023,1.6271,-0.0176,-0.0233,1.6272,-0.0156,-0.0229,1.6274,-0.0159,-0.0238,1.6267,-0.0168,-0.0239,1.6266,-0.0176,-0.0241,1.627,-0.0078,-0.0233,1.6272,-0.0055,-0.0243,1.6263,-0.0066,-0.0285,1.6284,-0.005,-0.0277,1.6272,-0.0044,-0.0263,1.6268,-0.0102,-0.0267,1.6293,-0.0081,-0.0281,1.6274,-0.0098,-0.025,1.6284,-0.0087,-0.026,1.6261,-0.0046,-0.0278,1.6295,-0.0073,-0.0292,1.6278,-0.009,-0.0261,1.6253,-0.0063,-0.0297,1.6279,-0.0078,-0.0299,1.6264,-0.01,-0.0239,1.6265,0.0015,-0.0482,1.6283,-0.0463,-0.0382,1.6103,-0.0097,-0.0386,1.6113,-0.0103,-0.038,1.6103,-0.0095,-0.0391,1.6145,-0.0131,-0.0397,1.6146,-0.0133,-0.041,1.617,-0.0135,-0.0418,1.6185,-0.0153,-0.0409,1.6169,-0.0143,-0.042,1.6188,-0.0142,-0.0386,1.6146,-0.0126,-0.0384,1.6147,-0.0121,-0.0417,1.6191,-0.0133,-0.0406,1.617,-0.0127,-0.0401,1.615,-0.0125,-0.0398,1.6151,-0.0119,-0.0394,1.6132,-0.0114,-0.0399,1.617,-0.0123,-0.0432,1.6246,-0.0203,-0.0434,1.6237,-0.0198,-0.0437,1.6238,-0.0205,-0.0431,1.6245,-0.0199,-0.0422,1.6246,-0.0209,-0.0423,1.6239,-0.0214,-0.0419,1.6239,-0.0215,-0.0424,1.6246,-0.0209,-0.0413,1.6237,-0.0206,-0.0434,1.6239,-0.0209,-0.0427,1.6239,-0.0213,-0.0415,1.6235,-0.0194,-0.0423,1.6236,-0.0192,-0.0525,1.614,-0.0336,-0.052,1.6129,-0.0301,-0.0351,1.6318,-0.0144,-0.037,1.632,-0.0154,-0.0368,1.6307,-0.0149,-0.0352,1.6325,-0.0147,-0.0354,1.6342,-0.0126,-0.0352,1.6334,-0.0117,-0.0394,1.6312,-0.0156,-0.0376,1.6349,-0.0155,-0.0401,1.6349,-0.0156,-0.0366,1.6304,-0.0122,-0.0386,1.6289,-0.0116,-0.0389,1.6278,-0.014,-0.039,1.6294,-0.0151,-0.0432,1.6274,-0.0137,-0.0452,1.6266,-0.0137,-0.0473,1.6372,-0.0167,-0.0465,1.6173,-0.0197,-0.0438,1.6208,-0.0431,-0.0477,1.6418,-0.0023,-0.0345,1.6287,0.0004,-0.0577,1.6322,0.0107,-0.0564,1.6392,0.007,-0.0546,1.6336,0.0154,-0.0432,1.6384,0.005,-0.039,1.6367,0.0001,-0.0595,1.6337,0.0106,-0.0583,1.6331,0.0093,-0.0612,1.6793,0.0193,-0.0627,1.6617,-0.0329,-0.0619,1.6584,-0.0238,-0.0672,1.6745,-0.0129,-0.0581,1.6465,-0.0135,-0.0593,1.6491,-0.0229,-0.0656,1.6726,-0.0034,-0.0657,1.6655,-0.0134,-0.064,1.6632,-0.0039,-0.0614,1.6612,0.0059,-0.0612,1.6545,-0.004,-0.0579,1.6583,0.0142,-0.0316,1.6323,0.0007,-0.0551,1.6523,0.0121,-0.062,1.6764,0.0014,-0.0627,1.6786,0.0044,-0.0616,1.6761,0.003,-0.0531,1.6592,-0.0468,-0.0454,1.647,-0.0362,-0.0321,1.638,-0.0127,-0.0315,1.6385,-0.0119,-0.029,1.6363,-0.0105,-0.0308,1.635,-0.0129,-0.03,1.6348,-0.0121,-0.0291,1.6352,-0.0111,-0.0454,1.6469,-0.0656,-0.0574,1.627,-0.0332,-0.0431,1.6246,-0.0206,-0.0419,1.6244,-0.0196,-0.0418,1.6245,-0.0203,-0.0424,1.6244,-0.0195,-0.0426,1.6246,-0.0208,-0.0302,1.6284,-0.0163,-0.0201,1.6265,0.0046,-0.0207,1.6289,0.0064,-0.0589,1.6326,0.0117,-0.0548,1.6404,0.0071,-0.0321,1.6335,0.01,-0.0376,1.6306,0.0095,-0.0616,1.6412,0.0313,-0.0585,1.6323,0.0142,-0.0656,1.6802,-0.0056,-0.0608,1.675,0.0066,-0.0321,1.6329,0.0084,-0.0626,1.6698,0.0069,-0.0667,1.6793,-0.0029,-0.0574,1.6319,0.0133,-0.046,1.6196,-0.0176,-0.035,1.6316,-0.0129,-0.0349,1.6312,-0.0139,-0.0355,1.6341,-0.0148,-0.0355,1.6344,-0.0136,-0.0429,1.6284,-0.0113,-0.0445,1.6345,-0.0153,-0.0366,1.6297,-0.014,-0.0375,1.6354,-0.0134,-0.0389,1.6165,-0.0139,-0.0379,1.6103,-0.0095,-0.0253,1.6254,-0.0076,-0.0251,1.6261,-0.0088,-0.0285,1.6293,-0.0063,-0.0252,1.6261,-0.0054,-0.0238,1.6266,-0.018,-0.0236,1.627,-0.0156,-0.0224,1.6276,-0.0168,-0.0245,1.6277,-0.0181,-0.0244,1.6281,-0.0156,-0.0232,1.6288,-0.0168,-0.0245,1.6282,-0.0177,-0.0244,1.6284,-0.0161,-0.0237,1.6288,-0.0168,-0.0168,1.6361,-0.0003,-0.0164,1.6318,0.0013,-0.0177,1.631,-0.0001,-0.0311,1.6294,-0.0029,-0.0297,1.6314,-0.0023,-0.03,1.6312,-0.0025,-0.0174,1.6429,-0.0046,-0.0311,1.639,-0.0067,-0.0308,1.639,-0.0066,-0.0315,1.6384,-0.0066,-0.0315,1.6382,-0.0065,-0.031,1.6392,-0.0066,-0.0312,1.6391,-0.0067,-0.0482,1.6398,-0.0508,-0.0477,1.6431,-0.053,-0.0482,1.6431,-0.0589,-0.0502,1.6454,-0.058,-0.0415,1.6223,-0.0398,-0.0682,1.6855,-0.0177,-0.0641,1.6794,-0.0006,-0.0365,1.6385,0.0205,-0.0409,1.636,0.0195,-0.0373,1.63,0.008,-0.0333,1.6295,-0.0019,-0.0592,1.6638,-0.0444,-0.0662,1.6849,-0.0033,-0.0666,1.6855,-0.005,-0.0423,1.641,0.025,-0.0482,1.6549,0.0326,-0.0482,1.6432,-0.0588,-0.0608,1.6639,-0.0334,-0.0418,1.638,0.022,-0.0621,1.6672,-0.0401,-0.0396,1.643,0.0262,-0.0471,1.6416,-0.0531,-0.0487,1.6415,-0.0509,-0.0313,1.6391,-0.0067,-0.0313,1.6383,-0.0066,-0.0306,1.639,-0.0061,-0.029,1.6312,-0.0014,-0.0304,1.6292,-0.002,-0.0187,1.6316,0.0068,-0.0157,1.6326,0.0003,-0.0185,1.6363,0.0008,-0.0243,1.6283,-0.0176,-0.0242,1.6279,-0.018,-0.0238,1.6288,-0.0166,-0.0234,1.6287,-0.0164,-0.0245,1.628,-0.0161,-0.0245,1.6283,-0.0164,-0.0234,1.6268,-0.018,-0.0226,1.6276,-0.0163,-0.0237,1.6268,-0.0161,-0.0297,1.6271,-0.0064,-0.0401,1.6148,-0.013,-0.0388,1.6149,-0.0117,-0.0393,1.615,-0.0116,-0.0619,1.6558,-0.0135,-0.032,1.6317,0.0021};
			return value;
		}
		/** Large attribute array: IndexedFaceSet DEF='tempr_geometry' coordIndex field, scene-graph level=5, element #19, 18208 total numbers.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFInt32 gettempr_geometry_5_19_coordIndex()
		{
			MFInt32 tempr_geometry_5_19_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_1()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_2()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_3()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_4()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_5()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_6()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_7()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_8()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_9()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_10()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_11()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_12()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_13()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_14()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_15()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_16()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_17()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_18()))
				.append(new MFInt32(gettempr_geometry_5_19_coordIndex_19()));
			return tempr_geometry_5_19_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='tempr_coordinate' point field, scene-graph level=6, element #19, 6822 total numbers made up of 2274 3-tuple values.
		 * Reassemble split array as single method to improve readability and runnability.
		 * Provide large array values via separate methods, hoping to avoid 'code too large' Java compilation errors. 
		 * Individual Java methods (including aggregated initializations) are limited to 64KB.
		 * @see https://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java
		 * @see https://stackoverflow.com/questions/11437905/java-too-many-constants-jvm-error
		 */
		private MFVec3f gettempr_coordinate_6_19_point()
		{
			MFVec3f tempr_coordinate_6_19_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(gettempr_coordinate_6_19_point_1()))
				.append(new MFVec3f(gettempr_coordinate_6_19_point_2()))
				.append(new MFVec3f(gettempr_coordinate_6_19_point_3()));
			return tempr_coordinate_6_19_point;
		}

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

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

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

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