package HumanoidAnimation.Medical;

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.Navigation.*;
import org.web3d.x3d.jsail.Rendering.*;
import org.web3d.x3d.jsail.Shape.*;

// Javadoc metadata annotations follow, see below for X3DJSAIL Java source code.
/**
 * <p> Human bone model for Right Humerus. </p>
 <p> Related links:  source BonesRightHumerus.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.Medical.BonesRightHumerus&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/Medical/BonesRightHumerus.x3d">BonesRightHumerus.x3d</a> </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> creator </i> </td>
			<td> Damon Hernandez, Joe Williams </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> description </i> </td>
			<td> Human bone model for Right Humerus </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> translator </i> </td>
			<td> Joe Williams, 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> modified </i> </td>
			<td> 2 March 2026 </td>
		</tr>
		<tr style="color:burntorange">
			<td style="text-align:right; vertical-align: text-top;"> <i> warning </i> </td>
			<td> This model has no HAnim nodes, rather it is purely geometry </td>
		</tr>
		<tr>
			<td style="text-align:right; vertical-align: text-top;"> <i> TODO </i> </td>
			<td> document unit conversions applied: approximation of inches to meters, which ordinarily is a scale factor of 0.0254 </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> identifier </i> </td>
			<td> <a href="https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/BonesRightHumerus.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/BonesRightHumerus.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/Medical/../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 Damon Hernandez, Joe Williams
 */

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

	/** Create and initialize the X3D model for this object. */
	public final void initialize()
	{
            try { // catch-all
  x3dModel = new X3D().setProfile(X3D.PROFILE_INTERCHANGE).setVersion(X3D.VERSION_3_3)
  .setHead(new head()
    .addMeta(new meta().setName(meta.NAME_TITLE      ).setContent("BonesRightHumerus.x3d"))
    .addMeta(new meta().setName(meta.NAME_CREATOR    ).setContent("Damon Hernandez, Joe Williams"))
    .addMeta(new meta().setName(meta.NAME_DESCRIPTION).setContent("Human bone model for Right Humerus"))
    .addMeta(new meta().setName(meta.NAME_TRANSLATOR ).setContent("Joe Williams, Don Brutzman"))
    .addMeta(new meta().setName(meta.NAME_CREATED    ).setContent("5 December 2013"))
    .addMeta(new meta().setName(meta.NAME_MODIFIED   ).setContent("2 March 2026"))
    .addMeta(new meta().setName(meta.NAME_WARNING    ).setContent("This model has no HAnim nodes, rather it is purely geometry"))
    .addMeta(new meta().setName(meta.NAME_TODO       ).setContent("document unit conversions applied: approximation of inches to meters, which ordinarily is a scale factor of 0.0254"))
    .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_IDENTIFIER ).setContent("https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/BonesRightHumerus.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("BonesRightHumerus.x3d"))
    .addChild(new NavigationInfo().setType(new String[] {"EXAMINE","LOOKAT","ANY"}))
    .addChild(new Transform("RightHumerusParts").setScale(0.029,0.029,0.029)
      .addChild(new Group("RightHumerus")
        .addComments(" rhumerus ")
        .addChild(new Shape("rhumerus")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(1.0,1.0,0.0).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("rhumerus_Geo").setDEF("rhumerus_Geo").setCreaseAngle(1.571).setCoordIndex(getrhumerus_Geo_6_17_coordIndex())
            .setCoord(new Coordinate("rhumerus_Coord").setPoint(getrhumerus_Coord_7_17_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[] getrhumerus_Geo_6_17_coordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,1,-1,2,5,6,-1,7,8,9,-1,9,10,7,-1,4,11,12,-1,13,14,15,-1,16,17,18,-1,19,20,21,-1,22,23,24,-1,25,18,26,-1,25,27,18,-1,18,28,26,-1,28,29,26,-1,30,31,24,-1,30,32,31,-1,33,34,16,-1,35,36,37,-1,37,38,39,-1,40,41,42,-1,43,44,45,-1,46,43,45,-1,47,38,48,-1,49,50,51,-1,40,52,41,-1,53,54,55,-1,56,57,58,-1,59,60,61,-1,60,62,61,-1,63,64,57,-1,65,66,63,-1,65,67,66,-1,68,69,70,-1,71,72,73,-1,72,74,73,-1,75,74,76,-1,74,77,76,-1,78,79,80,-1,79,81,80,-1,67,46,82,-1,83,84,85,-1,86,87,88,-1,89,90,91,-1,92,93,94,-1,95,96,97,-1,98,97,96,-1,99,100,101,-1,102,103,104,-1,105,106,107,-1,108,109,110,-1,111,112,113,-1,114,115,116,-1,117,118,119,-1,120,121,122,-1,123,124,125,-1,126,127,128,-1,129,130,131,-1,132,133,134,-1,108,110,135,-1,136,137,138,-1,139,140,141,-1,142,143,144,-1,142,145,143,-1,146,147,148,-1,111,149,150,-1,137,151,152,-1,153,154,155,-1,156,157,158,-1,159,157,156,-1,159,160,157,-1,161,162,163,-1,164,163,165,-1,100,166,167,-1,168,169,170,-1,164,168,170,-1,171,166,172,-1,173,174,126,-1,175,176,177,-1,177,178,175,-1,179,175,180,-1,180,181,179,-1,182,183,184,-1,184,185,182,-1,186,187,188,-1,187,189,188,-1,190,191,192,-1,191,193,192,-1,194,195,196,-1,194,191,195,-1,197,175,179,-1,197,176,175,-1,198,199,200,-1,86,201,87,-1,202,203,204,-1,205,206,207,-1,208,209,210,-1,122,211,212,-1,213,214,120,-1,120,122,213,-1,215,216,217,-1,218,219,220,-1,9,221,222,-1,223,224,225,-1,226,227,228,-1,229,228,230,-1,1,0,3,-1,231,232,233,-1,234,235,236,-1,237,232,238,-1,236,239,240,-1,241,235,242,-1,243,244,245,-1,246,247,248,-1,248,207,246,-1,249,250,251,-1,252,35,43,-1,253,254,255,-1,253,256,254,-1,257,253,258,-1,259,260,258,-1,261,262,258,-1,263,264,258,-1,265,266,258,-1,267,256,253,-1,257,260,268,-1,268,269,257,-1,262,261,270,-1,270,271,262,-1,264,263,272,-1,272,273,264,-1,274,275,266,-1,276,277,278,-1,279,280,281,-1,281,282,279,-1,283,284,285,-1,286,287,288,-1,289,290,291,-1,292,293,294,-1,293,292,279,-1,287,286,295,-1,289,296,297,-1,298,299,300,-1,301,302,303,-1,301,304,302,-1,305,306,219,-1,305,307,306,-1,300,308,309,-1,310,311,312,-1,247,246,313,-1,77,314,315,-1,74,316,317,-1,318,319,320,-1,321,322,83,-1,83,323,321,-1,324,209,208,-1,324,325,209,-1,326,327,328,-1,329,330,331,-1,328,332,326,-1,328,333,332,-1,328,334,335,-1,328,327,334,-1,336,337,338,-1,184,339,340,-1,184,341,339,-1,341,342,343,-1,344,103,345,-1,346,143,145,-1,339,347,340,-1,336,343,337,-1,103,343,342,-1,348,349,350,-1,351,352,353,-1,142,354,145,-1,355,233,356,-1,357,358,359,-1,357,360,358,-1,361,362,363,-1,361,198,362,-1,111,364,365,-1,111,366,364,-1,367,368,329,-1,369,331,370,-1,369,371,331,-1,369,372,373,-1,369,374,372,-1,375,376,377,-1,376,378,379,-1,380,381,382,-1,382,350,380,-1,383,384,385,-1,386,387,388,-1,327,389,390,-1,327,326,389,-1,391,142,350,-1,392,393,394,-1,112,395,113,-1,396,397,398,-1,399,400,401,-1,400,402,401,-1,403,404,405,-1,406,338,407,-1,407,408,406,-1,409,154,410,-1,409,410,411,-1,412,413,414,-1,413,415,414,-1,342,104,103,-1,338,337,407,-1,405,388,387,-1,416,417,418,-1,419,420,421,-1,162,100,163,-1,422,423,424,-1,170,163,164,-1,425,426,427,-1,428,429,430,-1,419,161,170,-1,419,170,420,-1,428,430,431,-1,432,97,98,-1,113,433,366,-1,113,434,433,-1,435,436,437,-1,392,438,439,-1,440,441,442,-1,443,435,444,-1,445,446,447,-1,447,448,445,-1,410,154,449,-1,450,451,452,-1,450,453,451,-1,162,101,100,-1,454,455,456,-1,457,458,459,-1,457,460,458,-1,461,462,463,-1,461,464,462,-1,465,466,467,-1,467,468,465,-1,469,186,188,-1,469,470,186,-1,471,472,454,-1,463,115,461,-1,473,474,475,-1,476,477,478,-1,70,479,480,-1,481,482,483,-1,484,485,486,-1,487,488,485,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getrhumerus_Geo_6_17_coordIndex_2()
		{
			int[] value = {489,490,491,-1,491,490,492,-1,493,494,495,-1,494,496,495,-1,497,494,498,-1,497,496,494,-1,499,500,501,-1,487,485,484,-1,489,502,503,-1,504,505,492,-1,506,502,507,-1,506,508,502,-1,509,510,511,-1,511,512,509,-1,72,513,514,-1,515,516,517,-1,515,517,490,-1,517,518,519,-1,520,521,522,-1,520,523,521,-1,524,525,514,-1,526,479,69,-1,526,525,524,-1,526,513,527,-1,518,73,75,-1,518,528,73,-1,61,82,59,-1,529,530,531,-1,532,533,534,-1,534,535,532,-1,536,537,538,-1,539,540,541,-1,542,543,544,-1,52,51,545,-1,545,546,52,-1,41,547,548,-1,549,92,545,-1,550,551,552,-1,553,554,555,-1,556,557,558,-1,556,6,559,-1,560,555,554,-1,561,562,563,-1,564,565,566,-1,567,568,569,-1,570,571,93,-1,572,573,49,-1,574,573,572,-1,573,575,566,-1,522,68,483,-1,576,577,578,-1,579,578,580,-1,581,582,583,-1,582,584,583,-1,585,586,587,-1,587,588,585,-1,589,590,580,-1,591,592,593,-1,576,578,594,-1,595,596,597,-1,598,599,600,-1,599,601,602,-1,599,598,601,-1,474,603,475,-1,604,605,606,-1,607,608,609,-1,610,514,525,-1,521,610,611,-1,521,612,610,-1,613,604,614,-1,615,616,617,-1,615,278,616,-1,618,619,620,-1,621,622,623,-1,621,624,622,-1,625,626,627,-1,627,628,625,-1,629,630,631,-1,630,632,631,-1,633,634,635,-1,636,637,638,-1,636,639,637,-1,640,641,642,-1,643,644,645,-1,646,647,648,-1,646,649,647,-1,650,651,646,-1,652,653,654,-1,652,655,653,-1,656,657,658,-1,656,659,657,-1,660,661,662,-1,660,663,661,-1,664,659,665,-1,664,657,659,-1,666,661,667,-1,667,668,666,-1,669,670,671,-1,672,673,674,-1,520,522,675,-1,675,674,520,-1,123,482,124,-1,676,677,678,-1,500,679,484,-1,680,681,682,-1,683,684,685,-1,629,686,630,-1,687,632,688,-1,688,689,687,-1,669,690,691,-1,596,692,693,-1,694,695,696,-1,694,697,695,-1,638,635,634,-1,634,636,638,-1,698,699,700,-1,701,702,703,-1,701,704,702,-1,701,705,704,-1,706,607,707,-1,700,708,709,-1,9,222,710,-1,711,537,712,-1,711,538,537,-1,15,713,23,-1,23,714,15,-1,715,712,537,-1,537,716,715,-1,591,717,718,-1,719,552,551,-1,575,720,564,-1,721,722,723,-1,724,721,508,-1,724,722,721,-1,60,53,725,-1,53,726,725,-1,89,727,728,-1,729,730,731,-1,732,733,585,-1,543,734,735,-1,735,736,543,-1,737,738,739,-1,739,740,737,-1,741,742,743,-1,744,742,745,-1,742,33,745,-1,746,747,748,-1,746,749,747,-1,742,744,530,-1,744,531,530,-1,750,13,751,-1,750,531,13,-1,746,752,753,-1,753,749,746,-1,754,755,756,-1,754,534,755,-1,757,758,533,-1,533,529,757,-1,17,759,562,-1,16,760,761,-1,762,500,763,-1,762,764,500,-1,765,766,767,-1,766,768,767,-1,769,770,771,-1,772,773,774,-1,708,700,752,-1,775,776,777,-1,778,779,780,-1,781,782,783,-1,784,785,5,-1,784,786,785,-1,787,788,789,-1,790,791,792,-1,736,793,544,-1,544,543,736,-1,794,795,732,-1,794,796,795,-1,609,698,607,-1,608,601,797,-1,798,799,800,-1,6,801,802,-1,803,804,763,-1,804,768,763,-1,805,806,807,-1,806,776,807,-1,777,806,808,-1,806,809,808,-1,810,811,765,-1,811,766,765,-1,812,649,813,-1,812,647,649,-1,488,477,495,-1,814,815,816,-1,814,817,815,-1,487,818,125,-1,819,816,808,-1,820,767,821,-1,767,822,821,-1,643,683,682,-1,682,823,643,-1,824,825,826,-1,825,827,826,-1,173,828,158,-1,110,109,150,-1,108,135,829,-1,150,109,111,-1,197,112,196,-1,830,435,443,-1,830,436,435,-1,421,472,419,-1,831,378,376,-1,403,832,833,-1,833,404,403,-1,834,425,835,-1,184,183,341,-1,425,388,836,-1,425,386,388,-1,378,837,838,-1,838,833,378,-1,839,840,130,-1,129,839,130,-1,126,184,340,-1,841,842,130,-1,843,844,842,-1,845,160,846,-1,160,159,846,-1,154,847,155,-1,848,849,850,-1,453,851,451,-1,852,853,422,-1,461,854,855,-1,853,856,857,-1,858,859,860,-1,853,861,862,-1,862,863,864,-1,862,865,863,-1,853,864,866,-1,853,867,868,-1,869,870,871,-1,870,872,871,-1,873,853,874,-1,870,875,876,-1,876,877,870,-1,467,878,875,-1,875,468,467,-1,879,853,880,-1,144,881,882,-1,882,883,144,-1,324,884,885,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getrhumerus_Geo_6_17_coordIndex_3()
		{
			int[] value = {324,208,884,-1,886,887,888,-1,886,889,887,-1,138,890,891,-1,892,893,894,-1,892,390,893,-1,210,886,208,-1,210,895,886,-1,368,889,329,-1,362,896,360,-1,362,897,896,-1,332,898,899,-1,332,900,898,-1,324,901,325,-1,902,329,903,-1,902,330,329,-1,198,897,362,-1,904,905,132,-1,904,906,905,-1,322,907,908,-1,909,906,904,-1,909,910,906,-1,911,912,913,-1,911,84,912,-1,908,914,83,-1,915,323,213,-1,916,911,917,-1,916,918,911,-1,919,83,85,-1,119,118,920,-1,921,922,923,-1,922,924,923,-1,319,85,925,-1,926,922,298,-1,319,925,320,-1,927,928,929,-1,930,931,932,-1,930,933,931,-1,215,934,216,-1,215,935,934,-1,299,936,937,-1,938,298,300,-1,926,939,940,-1,939,941,940,-1,305,942,307,-1,943,944,945,-1,944,946,318,-1,944,943,946,-1,947,313,246,-1,948,949,249,-1,950,252,951,-1,950,952,252,-1,953,43,46,-1,954,315,314,-1,955,480,479,-1,74,514,316,-1,316,956,957,-1,958,959,527,-1,960,618,961,-1,960,962,618,-1,954,963,964,-1,823,682,965,-1,633,966,967,-1,968,310,969,-1,229,245,226,-1,558,557,550,-1,65,519,76,-1,574,572,36,-1,35,970,36,-1,39,43,37,-1,48,548,47,-1,48,971,40,-1,490,519,56,-1,972,553,973,-1,973,974,972,-1,975,976,0,-1,977,549,566,-1,8,575,978,-1,7,6,556,-1,785,979,5,-1,295,980,981,-1,784,4,12,-1,26,20,25,-1,20,19,982,-1,20,983,25,-1,984,4,3,-1,32,985,986,-1,986,987,32,-1,716,22,988,-1,989,990,991,-1,225,992,223,-1,225,993,992,-1,295,994,980,-1,295,993,994,-1,595,617,995,-1,996,596,595,-1,996,692,596,-1,631,632,687,-1,997,998,999,-1,1000,820,821,-1,821,1001,1000,-1,773,772,1002,-1,1002,1003,773,-1,1004,1005,774,-1,706,1006,607,-1,742,532,743,-1,742,530,532,-1,1007,1008,1009,-1,1009,1010,1007,-1,1011,1012,1013,-1,1014,1015,308,-1,597,615,617,-1,578,577,580,-1,1016,279,1017,-1,1018,287,981,-1,287,295,981,-1,1019,1020,1021,-1,284,1022,285,-1,593,1023,1024,-1,1025,284,283,-1,1025,291,1026,-1,1025,283,291,-1,1027,1028,585,-1,1024,580,601,-1,293,279,1016,-1,592,591,1029,-1,1024,607,1030,-1,716,284,715,-1,716,988,284,-1,1031,538,711,-1,1031,1032,538,-1,294,297,287,-1,590,1033,580,-1,578,615,597,-1,277,276,1034,-1,276,1035,1034,-1,277,1036,278,-1,596,1037,597,-1,1038,309,1039,-1,1040,1041,1042,-1,1040,1043,1041,-1,797,609,608,-1,752,700,753,-1,771,770,824,-1,770,1044,824,-1,669,668,690,-1,687,656,658,-1,1045,595,995,-1,1045,996,595,-1,1046,1036,277,-1,277,1047,1046,-1,1048,980,994,-1,1048,251,980,-1,227,245,244,-1,989,224,223,-1,3,1049,984,-1,11,4,984,-1,984,1049,986,-1,983,20,982,-1,11,19,21,-1,2,975,0,-1,759,563,562,-1,759,1050,563,-1,802,1051,6,-1,6,7,10,-1,558,8,556,-1,221,9,978,-1,1052,803,500,-1,803,763,500,-1,1053,1054,1055,-1,1053,1056,1054,-1,63,57,65,-1,48,42,548,-1,48,38,971,-1,78,548,79,-1,37,43,35,-1,36,970,1057,-1,1057,574,36,-1,573,549,50,-1,1058,745,1059,-1,1058,14,745,-1,1060,1061,1062,-1,574,245,229,-1,312,1063,310,-1,968,969,1064,-1,694,647,812,-1,694,1065,647,-1,1066,1067,635,-1,486,1068,500,-1,515,490,723,-1,317,316,957,-1,1069,955,479,-1,1070,528,958,-1,74,72,514,-1,479,70,69,-1,46,315,953,-1,46,77,315,-1,1071,1072,1073,-1,1071,1074,1072,-1,1075,1076,220,-1,1077,1078,949,-1,1079,947,1080,-1,1079,313,947,-1,946,933,930,-1,930,318,946,-1,944,318,320,-1,320,305,944,-1,320,942,305,-1,298,936,299,-1,932,931,935,-1,931,934,935,-1,945,944,305,-1,303,928,1081,-1,303,929,928,-1,1082,319,318,-1,318,930,1082,-1,320,925,942,-1,922,920,936,-1,1081,928,118,-1,118,86,1081,-1,121,215,1083,-1,215,1084,1083,-1,319,1082,919,-1,919,85,319,-1,1083,86,88,-1,919,213,323,-1,1085,132,352,-1,1085,904,132,-1,1086,1087,1088,-1,1086,1089,1087,-1,361,331,330,-1,361,370,331,-1,329,371,367,-1,329,331,371,-1,327,892,334,-1,327,390,892,-1,360,146,358,-1,360,896,146,-1,883,1090,1091,-1,1091,1092,883,-1,883,1092,144,-1,853,879,422,-1,878,467,459,-1,459,1093,878,-1,880,1094,879,-1,880,1095,1094,-1,853,873,880,-1,870,869,875,-1,869,468,875,-1,853,412,874,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getrhumerus_Geo_6_17_coordIndex_4()
		{
			int[] value = {342,341,104,-1,413,853,868,-1,867,853,866,-1,1096,1097,1098,-1,1097,1099,1098,-1,853,862,864,-1,865,861,1100,-1,865,862,861,-1,861,853,860,-1,463,116,115,-1,1101,1102,1103,-1,1103,848,1101,-1,1104,411,410,-1,156,158,828,-1,1105,1106,841,-1,1106,842,841,-1,1107,1108,1109,-1,1108,399,1109,-1,1110,400,1111,-1,1110,402,400,-1,828,126,159,-1,127,126,340,-1,839,129,426,-1,425,836,426,-1,339,1112,347,-1,142,391,1113,-1,1114,189,107,-1,189,187,107,-1,1114,1115,345,-1,428,431,1116,-1,1117,454,456,-1,437,179,1118,-1,437,395,197,-1,111,1119,149,-1,346,107,106,-1,597,1037,594,-1,753,700,699,-1,1066,635,638,-1,1120,1121,1122,-1,1120,1123,1121,-1,775,815,1124,-1,775,777,815,-1,1125,1126,1127,-1,1024,608,607,-1,1023,593,592,-1,488,495,496,-1,580,1024,1023,-1,806,777,776,-1,811,762,766,-1,1051,557,559,-1,1024,601,608,-1,801,6,1128,-1,1129,1056,1053,-1,1129,1130,1056,-1,965,1131,823,-1,965,1132,1131,-1,5,4,784,-1,826,771,824,-1,559,6,1051,-1,827,1133,1134,-1,767,820,765,-1,766,762,768,-1,762,763,768,-1,1135,1136,1137,-1,1135,1138,1136,-1,17,16,761,-1,17,1139,759,-1,17,761,1139,-1,1135,1140,1141,-1,1141,1138,1135,-1,64,1142,57,-1,748,1143,746,-1,748,1144,1143,-1,14,531,744,-1,14,13,531,-1,1044,774,1005,-1,1044,770,774,-1,1145,1146,1147,-1,1145,1148,1146,-1,1149,1150,1151,-1,1150,1152,1151,-1,14,744,745,-1,585,733,1153,-1,1154,1155,90,-1,730,1156,1157,-1,60,1158,62,-1,60,725,1158,-1,721,723,503,-1,1159,1160,1161,-1,504,1162,1163,-1,1164,1165,726,-1,726,1166,1164,-1,89,1154,90,-1,575,8,720,-1,8,558,720,-1,1167,552,719,-1,562,18,17,-1,562,28,18,-1,714,22,716,-1,714,23,22,-1,711,712,1168,-1,1168,1169,711,-1,707,607,698,-1,1170,28,561,-1,28,562,561,-1,700,707,698,-1,1171,639,1172,-1,1171,637,639,-1,1173,635,813,-1,599,602,1174,-1,1174,1175,599,-1,696,1064,969,-1,696,695,1064,-1,632,1176,688,-1,1177,1178,693,-1,1179,1180,1176,-1,625,1181,683,-1,683,685,625,-1,1182,1183,630,-1,630,686,1182,-1,643,684,683,-1,633,967,1184,-1,1185,1063,1186,-1,500,1187,679,-1,311,310,968,-1,1188,1189,124,-1,522,483,675,-1,1190,125,124,-1,1191,663,660,-1,1192,662,661,-1,652,1193,655,-1,1185,1194,1063,-1,1063,1195,310,-1,636,680,639,-1,1196,637,1197,-1,1198,968,1064,-1,1199,1200,1201,-1,633,681,634,-1,813,635,1067,-1,1202,1203,606,-1,1204,1205,1206,-1,1204,1207,1205,-1,626,685,691,-1,626,625,685,-1,631,687,658,-1,618,620,1208,-1,961,1209,1210,-1,606,1211,604,-1,206,1212,1046,-1,206,1213,1212,-1,1036,616,278,-1,514,610,612,-1,658,657,614,-1,1214,1203,1215,-1,1216,1217,629,-1,1216,1218,1217,-1,1219,1215,1220,-1,1219,1218,1215,-1,604,1213,605,-1,595,597,617,-1,1221,629,1217,-1,500,499,1052,-1,601,580,602,-1,598,797,601,-1,597,594,578,-1,593,717,591,-1,1030,593,1024,-1,582,581,1222,-1,1222,1223,582,-1,297,294,293,-1,1033,579,580,-1,576,1174,577,-1,541,54,53,-1,516,723,1224,-1,516,515,723,-1,517,516,518,-1,564,566,575,-1,573,566,549,-1,1225,79,548,-1,93,92,569,-1,568,93,569,-1,568,570,93,-1,565,569,977,-1,565,567,569,-1,977,566,565,-1,1226,561,1227,-1,561,563,1227,-1,551,554,1154,-1,719,89,728,-1,556,559,557,-1,560,554,551,-1,728,1167,719,-1,1225,548,547,-1,549,545,51,-1,51,50,549,-1,1228,91,90,-1,1228,1229,91,-1,1230,972,974,-1,1231,1232,54,-1,540,54,541,-1,540,1231,54,-1,79,541,81,-1,79,539,541,-1,532,529,533,-1,532,530,529,-1,56,519,65,-1,224,227,244,-1,526,524,513,-1,526,69,525,-1,527,479,526,-1,76,518,75,-1,76,519,518,-1,519,490,517,-1,524,514,513,-1,527,1070,958,-1,1233,507,1234,-1,1234,1235,1233,-1,505,491,492,-1,489,507,502,-1,489,491,507,-1,489,503,723,-1,475,499,501,-1,501,498,475,-1,1236,506,1233,-1,1233,1237,1236,-1,1233,506,507,-1,1068,501,500,-1,490,56,58,-1,57,56,65,-1,490,489,723,-1,484,486,500,-1,853,852,856,-1,181,1238,471,-1,853,857,860,-1,858,1239,1240,-1,858,1241,1239,-1,179,437,197,-1,467,457,459,-1,467,466,457,-1,1242,1243,1244,-1,1242,192,1243,-1,1245,171,1246,-1,450,428,453,-1,429,428,1247,-1,428,1248,1247,-1,96,171,1245,-1,455,454,472,-1,154,409,1249,-1,409,1250,1249,-1,438,392,1251,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getrhumerus_Geo_6_17_coordIndex_5()
		{
			int[] value = {1252,441,440,-1,366,111,113,-1,428,450,1248,-1,395,437,1253,-1,437,436,1253,-1,1117,1118,454,-1,95,97,1254,-1,440,1255,1256,-1,1257,1258,438,-1,1257,1259,1258,-1,1260,441,1252,-1,1261,169,1262,-1,1262,1263,1261,-1,854,1264,855,-1,472,471,419,-1,427,835,425,-1,127,426,129,-1,127,427,426,-1,449,1105,1265,-1,1265,410,449,-1,888,1101,1266,-1,163,170,161,-1,168,1262,169,-1,407,337,1267,-1,413,412,853,-1,1103,849,848,-1,407,1267,408,-1,1268,1269,1270,-1,1268,387,1269,-1,397,1271,398,-1,1116,1272,398,-1,1272,396,398,-1,859,861,860,-1,859,1100,861,-1,392,394,1273,-1,430,1274,431,-1,1274,1275,431,-1,390,1276,893,-1,390,389,1276,-1,1277,1278,1279,-1,832,403,1268,-1,1280,388,405,-1,381,1281,382,-1,142,1092,348,-1,833,379,378,-1,368,1282,1283,-1,368,367,1282,-1,1119,111,365,-1,357,374,363,-1,940,1284,924,-1,940,1285,1284,-1,1077,1286,1287,-1,142,144,1092,-1,142,344,354,-1,198,352,351,-1,351,897,198,-1,142,348,350,-1,376,379,377,-1,338,406,1269,-1,406,1270,1269,-1,347,1112,835,-1,1112,834,835,-1,340,347,835,-1,344,1267,1288,-1,344,1113,1267,-1,336,341,343,-1,336,339,341,-1,344,142,1113,-1,184,126,174,-1,338,1289,336,-1,118,1290,86,-1,1290,201,86,-1,363,370,361,-1,83,322,908,-1,1291,1292,321,-1,83,919,323,-1,298,922,936,-1,1293,956,316,-1,1294,1207,247,-1,1294,1205,1207,-1,312,311,1295,-1,635,1173,633,-1,1296,651,966,-1,937,313,299,-1,217,304,301,-1,217,1297,304,-1,1022,284,988,-1,299,313,1079,-1,1222,1016,1223,-1,1016,1017,1223,-1,288,297,296,-1,288,287,297,-1,286,988,295,-1,1298,980,1013,-1,280,1013,1012,-1,981,980,1298,-1,1022,988,286,-1,294,287,1018,-1,1011,1299,1012,-1,1300,1017,279,-1,282,1300,279,-1,270,261,264,-1,264,273,270,-1,271,1301,262,-1,260,259,1302,-1,1302,268,260,-1,267,257,269,-1,267,253,257,-1,255,265,258,-1,266,263,258,-1,264,261,258,-1,262,259,258,-1,260,257,258,-1,253,255,258,-1,1303,233,232,-1,232,1286,1303,-1,1014,1080,277,-1,234,236,240,-1,231,233,355,-1,235,234,242,-1,232,231,238,-1,226,245,227,-1,230,573,229,-1,990,989,223,-1,228,229,226,-1,673,679,1304,-1,960,961,1305,-1,229,573,574,-1,1203,248,1306,-1,1203,1202,248,-1,1307,1292,1088,-1,213,1308,915,-1,886,895,903,-1,313,1294,247,-1,361,1309,1310,-1,118,117,1290,-1,1311,101,162,-1,162,161,1311,-1,191,1312,195,-1,191,190,1312,-1,191,194,193,-1,194,109,193,-1,1313,182,465,-1,182,185,465,-1,466,1314,457,-1,466,1315,1314,-1,457,1316,460,-1,457,1314,1316,-1,1316,99,1317,-1,1316,1318,99,-1,1317,101,1319,-1,1317,99,101,-1,107,346,1115,-1,828,173,126,-1,1320,158,1321,-1,165,100,167,-1,95,1322,171,-1,167,166,1322,-1,165,163,100,-1,171,1322,166,-1,155,1321,153,-1,828,159,156,-1,842,1106,843,-1,157,1321,158,-1,158,1318,173,-1,141,883,882,-1,110,150,149,-1,149,1323,110,-1,1090,883,1324,-1,1325,881,1326,-1,1327,891,1328,-1,1329,1323,1330,-1,105,829,106,-1,352,1331,353,-1,482,1188,124,-1,202,118,928,-1,854,461,115,-1,112,197,395,-1,194,111,109,-1,105,108,829,-1,107,1115,1114,-1,183,104,341,-1,454,181,471,-1,96,95,171,-1,1332,322,321,-1,1332,907,322,-1,727,89,91,-1,1155,1154,554,-1,85,918,925,-1,81,59,82,-1,82,80,81,-1,76,77,65,-1,73,74,75,-1,513,72,71,-1,611,69,68,-1,67,82,61,-1,61,1333,67,-1,67,1333,66,-1,66,64,63,-1,53,60,59,-1,40,42,48,-1,51,52,40,-1,40,49,51,-1,573,50,49,-1,44,43,39,-1,42,41,548,-1,36,572,37,-1,16,18,27,-1,25,983,1334,-1,716,537,714,-1,27,33,16,-1,984,19,11,-1,10,9,975,-1,556,8,7,-1,1,4,2,-1,2,4,5,-1,978,9,8,-1,30,1058,1335,-1,1058,30,713,-1,1334,985,1335,-1,1334,983,985,-1,988,1336,992,-1,22,1336,988,-1,64,1333,1337,-1,1333,64,66,-1,482,675,483,-1,482,123,675,-1,1329,151,1338,-1,1329,1330,151,-1,136,891,1327,-1,136,138,891,-1,1339,134,133,-1,1339,1340,134,-1,141,1341,139,-1,1341,141,882,-1,1326,829,1325,-1,829,1326,106,-1,136,1341,1338,-1,136,139,1341,-1,148,890,152,-1,148,147,890,-1,1329,829,135,-1,1325,829,1329,-1,843,1342,845,-1,843,1106,1342,-1,153,157,160,-1,1321,157,153,-1,167,164,165,-1,164,167,1322,-1,100,1320,166,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] getrhumerus_Geo_6_17_coordIndex_6()
		{
			int[] value = {100,158,1320,-1,1320,155,847,-1,1320,1321,155,-1,1343,462,464,-1,1343,180,462,-1,1344,464,1345,-1,1344,1343,464,-1,1345,1346,1344,-1,1347,1346,1345,-1,1319,1347,1348,-1,1319,1346,1347,-1,1317,1348,1349,-1,1317,1319,1348,-1,1349,1316,1317,-1,460,1316,1349,-1,1314,174,173,-1,1315,174,1314,-1,465,1315,466,-1,1315,465,185,-1,183,1350,104,-1,1350,183,182,-1,104,1351,102,-1,1351,104,1350,-1,189,102,1351,-1,189,1114,102,-1,1352,186,1353,-1,1352,187,186,-1,1354,1353,1243,-1,1354,1352,1353,-1,193,1243,192,-1,193,1354,1243,-1,176,196,195,-1,196,176,197,-1,199,1355,200,-1,1355,199,1356,-1,1357,1310,1309,-1,1357,1358,1310,-1,1205,204,203,-1,1205,1294,204,-1,1292,1086,1088,-1,1086,1292,1291,-1,1087,903,895,-1,902,903,1087,-1,211,1089,212,-1,211,1359,1089,-1,1086,212,1089,-1,1086,1308,212,-1,1306,1360,1203,-1,1360,1306,1361,-1,1207,1361,1306,-1,1207,1204,1361,-1,952,35,252,-1,952,970,35,-1,1362,1297,1363,-1,1362,1364,1297,-1,1365,1366,1367,-1,1365,1368,1366,-1,1369,1370,1371,-1,1369,1372,1370,-1,1365,1373,964,-1,1365,1367,1373,-1,0,1374,3,-1,976,1374,0,-1,710,1375,1376,-1,222,1375,710,-1,1377,233,1303,-1,233,1377,356,-1,1286,237,1287,-1,1286,232,237,-1,954,1072,315,-1,1072,954,1073,-1,1287,306,1378,-1,1075,306,1287,-1,1362,954,964,-1,1073,954,1362,-1,962,1379,1380,-1,962,960,1379,-1,277,947,1047,-1,947,277,1080,-1,1034,1014,277,-1,1014,1034,1015,-1,1038,1381,1011,-1,1039,1381,1038,-1,1048,1286,948,-1,1048,1303,1286,-1,238,234,240,-1,231,234,238,-1,231,242,234,-1,355,242,231,-1,1057,1076,243,-1,1076,1057,1382,-1,1033,269,579,-1,1033,267,269,-1,282,273,1300,-1,282,270,273,-1,259,1301,1302,-1,259,262,1301,-1,1383,255,254,-1,1383,265,255,-1,1035,1381,1034,-1,1035,1384,1381,-1,1384,1385,1386,-1,1384,1035,1385,-1,578,1387,615,-1,1387,578,1388,-1,288,1022,286,-1,1022,288,285,-1,296,291,283,-1,296,289,291,-1,981,1389,1018,-1,981,1298,1389,-1,1389,1013,280,-1,1298,1013,1389,-1,1016,290,293,-1,290,1016,1222,-1,272,1223,1017,-1,275,1223,272,-1,309,1015,1039,-1,309,308,1015,-1,1390,939,938,-1,949,939,1390,-1,950,945,218,-1,945,950,943,-1,1391,946,951,-1,946,1391,933,-1,934,1074,1071,-1,931,1074,934,-1,927,1392,1206,-1,929,1392,927,-1,216,1071,1363,-1,934,1071,216,-1,1378,307,1393,-1,1378,306,307,-1,204,313,937,-1,1294,313,204,-1,1173,966,633,-1,1296,966,1173,-1,1394,1395,1396,-1,1394,1210,1395,-1,311,1397,1295,-1,1398,1397,311,-1,1186,312,1295,-1,312,1186,1063,-1,1399,702,704,-1,1399,1400,702,-1,1401,1402,1403,-1,1401,1404,1402,-1,1405,1406,1407,-1,1406,1405,1408,-1,963,1293,1409,-1,963,956,1293,-1,248,205,207,-1,205,248,1202,-1,1292,1332,321,-1,1307,1332,1292,-1,914,333,912,-1,333,914,1410,-1,103,337,343,-1,103,1267,337,-1,383,1281,381,-1,383,385,1281,-1,338,1411,1289,-1,1269,1411,338,-1,1281,1270,406,-1,1281,385,1270,-1,833,377,379,-1,832,377,833,-1,351,896,897,-1,896,351,1412,-1,1326,144,143,-1,1326,881,144,-1,1285,941,1393,-1,941,1285,940,-1,916,924,1284,-1,924,916,923,-1,917,906,910,-1,917,1413,906,-1,1278,335,334,-1,905,335,1278,-1,1356,1310,1358,-1,1356,199,1310,-1,896,147,146,-1,147,896,1412,-1,365,152,1119,-1,148,152,365,-1,1414,358,1415,-1,359,358,1414,-1,1283,452,451,-1,452,1283,1282,-1,899,1416,1417,-1,899,898,1416,-1,381,375,383,-1,381,380,375,-1,1268,405,387,-1,1268,403,405,-1,384,832,1268,-1,377,832,384,-1,1324,1279,1090,-1,1324,1277,1279,-1,831,1418,1419,-1,376,1418,831,-1,1090,1419,1091,-1,1090,894,1419,-1,1420,430,429,-1,1420,1274,430,-1,1255,1248,1421,-1,1247,1248,1255,-1,1273,1251,392,-1,1256,1251,1273,-1,434,1422,1423,-1,1422,434,1253,-1,1312,1424,1425,-1,1312,190,1424,-1,1426,1427,1428,-1,1427,1426,1429,-1,1100,1430,1431,-1,1430,1100,859,-1,1275,1116,431,-1,1275,1272,1116,-1,397,849,1271,-1,397,411,849,-1,850,1432,1108,-1,850,1104,1432,-1,1433,1434,1280,-1,1435,1434,1433,-1,837,1436,838,-1,837,1437,1436,-1,1438,1280,1434,-1,1280,1438,388,-1,836,839,426,-1,836,840,839,-1,1439,1440,1441,-1,1439,1442,1440,-1,871,1443,1444,-1,872,1443,871,-1,445,1263,1260,-1,445,448,1263,-1,1261,421,420,-1,1261,1445,421,-1,1446,1447,1448,-1,1446,1449,1447,-1,1450,416,418,-1,416,1450,458,-1,158,99,1318,-1,100,99,158,-1,848,1266,1101,-1,1107,1266,848,-1,1265,1104,410,-1,1265,1432,1104,-1,1106,449,1342,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=7 */
		private int[] getrhumerus_Geo_6_17_coordIndex_7()
		{
			int[] value = {1106,1105,449,-1,131,846,128,-1,846,131,844,-1,340,427,127,-1,340,835,427,-1,1451,1274,1420,-1,1451,432,1274,-1,1345,1264,1347,-1,1345,855,1264,-1,441,1263,1262,-1,1260,1263,441,-1,1452,1258,1259,-1,1452,373,1258,-1,1251,1257,438,-1,1421,1257,1251,-1,454,179,181,-1,454,1118,179,-1,1421,450,1257,-1,1248,450,1421,-1,433,1423,1453,-1,433,434,1423,-1,452,1257,450,-1,452,1259,1257,-1,1252,1256,1273,-1,1252,440,1256,-1,96,1454,98,-1,1245,1454,96,-1,1246,1250,1455,-1,1249,1250,1246,-1,1110,841,130,-1,1110,1111,841,-1,372,357,359,-1,374,357,372,-1,1414,439,1456,-1,439,1414,1453,-1,1457,443,446,-1,830,443,1457,-1,1456,359,1414,-1,359,1456,372,-1,441,1420,442,-1,441,1451,1420,-1,418,1264,854,-1,418,417,1264,-1,851,1102,451,-1,1102,851,1103,-1,1455,397,396,-1,1455,1250,397,-1,1454,396,1272,-1,1454,1455,396,-1,722,1458,723,-1,722,1459,1458,-1,190,1242,1424,-1,190,192,1242,-1,1243,1460,1244,-1,1243,1353,1460,-1,469,1461,1444,-1,469,188,1461,-1,461,1345,464,-1,461,855,1345,-1,116,1462,114,-1,1462,116,1463,-1,1240,1464,1465,-1,1240,1239,1464,-1,860,1241,858,-1,860,857,1241,-1,1466,1467,1468,-1,1469,1467,1466,-1,1470,852,1471,-1,856,852,1470,-1,1069,1224,1472,-1,959,1224,1069,-1,1160,1188,1161,-1,1160,1189,1188,-1,482,1473,1188,-1,482,481,1473,-1,1237,1474,1236,-1,1237,511,1474,-1,1475,510,1476,-1,510,1475,1477,-1,1068,498,501,-1,498,1068,497,-1,1163,505,504,-1,1234,505,1163,-1,1478,1479,1480,-1,1478,1235,1479,-1,1481,509,1042,-1,1482,509,1481,-1,473,1483,474,-1,1484,1483,473,-1,494,1484,473,-1,1484,494,493,-1,1237,1235,1478,-1,1237,1233,1235,-1,1482,493,1476,-1,1484,493,1482,-1,1070,513,71,-1,527,513,1070,-1,957,963,954,-1,957,956,963,-1,751,1485,750,-1,1032,1485,751,-1,1486,758,757,-1,1486,1487,758,-1,1488,756,755,-1,1488,1489,756,-1,1490,1491,1492,-1,1491,1490,1493,-1,1494,1495,1496,-1,1494,1497,1495,-1,1498,1499,1500,-1,1501,1499,1498,-1,1502,1503,1504,-1,1502,1505,1503,-1,1506,1507,1508,-1,1509,1507,1506,-1,1497,1510,1495,-1,1497,1511,1510,-1,1512,1513,1514,-1,1512,1515,1513,-1,1516,1517,1518,-1,1517,1516,1519,-1,1520,1521,1522,-1,1523,1521,1520,-1,1524,1525,1526,-1,1524,1527,1525,-1,1528,1529,1530,-1,1529,1528,1531,-1,1527,754,1525,-1,1532,754,1527,-1,1533,54,1232,-1,1533,55,54,-1,1534,1166,1535,-1,1534,1164,1166,-1,1536,1537,1538,-1,1536,1539,1537,-1,1540,1541,1542,-1,1540,1543,1541,-1,793,1053,544,-1,1129,1053,793,-1,727,1229,1544,-1,727,91,1229,-1,1545,90,1155,-1,1545,1228,90,-1,1062,93,571,-1,1062,94,93,-1,1225,1546,1547,-1,1225,547,1546,-1,92,1548,1549,-1,94,1548,92,-1,1550,1546,1551,-1,1546,1550,1547,-1,1154,719,551,-1,719,1154,89,-1,973,1552,1553,-1,1554,1552,973,-1,1555,1556,1557,-1,1555,1558,1556,-1,1226,1559,1560,-1,1226,1227,1559,-1,1561,1548,1061,-1,1561,1562,1548,-1,1563,1564,1565,-1,1564,1563,1566,-1,540,1563,1231,-1,540,1550,1563,-1,1562,1549,1548,-1,1562,1567,1549,-1,549,569,92,-1,977,569,549,-1,516,528,518,-1,528,516,958,-1,955,1472,1568,-1,955,1069,1472,-1,1224,958,516,-1,958,1224,959,-1,1567,546,1549,-1,1567,1569,546,-1,1568,1458,1161,-1,1568,1472,1458,-1,1551,1569,1567,-1,1569,1551,1546,-1,290,581,1570,-1,1222,581,290,-1,584,586,583,-1,1571,586,584,-1,1572,590,587,-1,1033,590,1572,-1,686,1221,1573,-1,686,629,1221,-1,1203,1220,1215,-1,1220,1203,1360,-1,1218,1574,1217,-1,1574,1218,1219,-1,1214,1218,1216,-1,1214,1215,1218,-1,1211,614,604,-1,1575,614,1211,-1,613,657,664,-1,613,614,657,-1,1371,619,1366,-1,1576,619,1371,-1,1208,1577,1578,-1,1208,620,1577,-1,1210,1579,1395,-1,1210,1209,1579,-1,1220,1580,1219,-1,1580,1220,1581,-1,1045,1212,1213,-1,995,1212,1045,-1,1046,616,1036,-1,1046,1212,616,-1,205,606,605,-1,1202,606,205,-1,1214,606,1203,-1,1214,1211,606,-1,1394,1582,1305,-1,1394,1581,1582,-1,1208,961,618,-1,1208,1209,961,-1,1583,1365,1409,-1,1583,1368,1365,-1,1584,1585,1586,-1,1585,1584,1587,-1,1179,1183,1588,-1,1179,1176,1183,-1,927,202,928,-1,927,203,202,-1,1207,248,247,-1,1207,1306,248,-1,1183,632,630,-1,1176,632,1183,-1,682,633,965,-1,682,681,633,-1,1200,697,1201,-1,1589,697,1200,-1,1198,695,1590,-1,1198,1064,695,-1,1221,1574,1591,-1,1221,1217,1574,-1,1592,1593,1573,-1,1594,1593,1592,-1,1595,1596,1597,-1,1595,1598,1596,-1,1197,1599,1196,-1,1197,1600,1599,-1,1197,1171,1601,-1,1197,637,1171,-1,1595,1602,1603,-1,1595,1600,1602,-1,1604,1593,1598,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=8 */
		private int[] getrhumerus_Geo_6_17_coordIndex_8()
		{
			int[] value = {1182,1593,1604,-1,669,1605,670,-1,684,1605,669,-1,1194,1195,1063,-1,1194,1065,1195,-1,967,651,653,-1,967,966,651,-1,655,1132,1184,-1,1193,1132,655,-1,644,1606,1607,-1,644,1131,1606,-1,648,1185,1608,-1,648,1194,1185,-1,652,1606,1193,-1,1609,1606,652,-1,671,1610,999,-1,671,670,1610,-1,998,661,666,-1,1192,661,998,-1,1611,1191,660,-1,1611,1612,1191,-1,1613,1614,1615,-1,1613,1616,1614,-1,1617,1618,1619,-1,1618,1617,1620,-1,1407,1617,1405,-1,1407,1616,1617,-1,1404,1612,1614,-1,1401,1612,1404,-1,663,1400,1399,-1,663,1191,1400,-1,1579,1621,1622,-1,1579,1578,1621,-1,1623,1186,1624,-1,1186,1623,1185,-1,1397,1625,1295,-1,1397,1622,1625,-1,1626,1627,1628,-1,1626,1629,1627,-1,1189,1190,124,-1,1190,1189,478,-1,123,818,675,-1,818,123,125,-1,311,1630,1398,-1,311,968,1630,-1,1627,1622,1621,-1,1627,1625,1622,-1,764,1187,500,-1,764,1631,1187,-1,1632,1624,1629,-1,1623,1624,1632,-1,1184,965,633,-1,1184,1132,965,-1,1633,652,654,-1,1633,1634,652,-1,1635,1636,1637,-1,1636,1635,1638,-1,1133,1000,1134,-1,1000,1133,1639,-1,642,1605,645,-1,642,641,1605,-1,997,1192,998,-1,1640,1192,997,-1,1587,1602,1585,-1,1587,1603,1602,-1,623,1171,621,-1,623,1601,1171,-1,628,1181,625,-1,628,1172,1181,-1,1604,1183,1182,-1,1604,1588,1183,-1,1641,1179,1584,-1,1641,1180,1179,-1,1642,1586,622,-1,1642,1643,1586,-1,627,703,624,-1,627,701,703,-1,1644,811,810,-1,1644,1645,811,-1,1646,1637,825,-1,1646,1635,1637,-1,1647,824,1044,-1,1647,1648,824,-1,747,1649,1005,-1,747,1650,1649,-1,1651,753,1652,-1,753,1651,749,-1,1653,698,799,-1,698,1653,699,-1,664,692,996,-1,665,692,664,-1,1177,600,1178,-1,1654,600,1177,-1,1655,1656,800,-1,1656,1655,1657,-1,1658,798,1659,-1,1658,1660,798,-1,1661,1662,1663,-1,1640,1662,1661,-1,1664,997,1665,-1,1664,1666,997,-1,640,1667,1668,-1,1669,1667,640,-1,1609,1634,1670,-1,652,1634,1609,-1,650,1671,1672,-1,1608,1671,650,-1,693,665,1177,-1,693,692,665,-1,596,1174,1037,-1,596,1175,1174,-1,689,656,687,-1,689,1619,656,-1,1198,1594,1592,-1,1590,1594,1198,-1,1195,969,310,-1,1195,696,969,-1,1408,1176,1180,-1,1408,688,1176,-1,599,1178,600,-1,1178,599,1175,-1,580,1174,602,-1,580,577,1174,-1,1653,1663,1652,-1,1653,1660,1663,-1,706,700,709,-1,706,707,700,-1,29,1170,12,-1,29,28,1170,-1,1374,1673,1674,-1,1374,1376,1673,-1,1675,1676,1677,-1,1676,1675,1006,-1,1678,718,717,-1,1678,1679,718,-1,1680,1681,1682,-1,1680,1683,1681,-1,1684,1685,1686,-1,1687,1685,1684,-1,1688,1168,1689,-1,1688,1169,1168,-1,1690,1674,1673,-1,987,1674,1690,-1,1336,1690,990,-1,1336,31,1690,-1,1020,1689,1168,-1,1020,1019,1689,-1,795,1686,1691,-1,795,1684,1686,-1,1681,796,1029,-1,796,1681,1683,-1,607,1675,1030,-1,607,1006,1675,-1,567,728,568,-1,1167,728,567,-1,1226,1170,561,-1,1226,786,1170,-1,1555,785,1560,-1,1555,979,785,-1,1552,1128,1557,-1,1552,801,1128,-1,557,555,560,-1,557,1051,555,-1,1554,1051,802,-1,1051,1554,555,-1,720,550,552,-1,720,558,550,-1,1692,725,1693,-1,725,1692,1158,-1,1229,1694,1695,-1,1229,1228,1694,-1,1696,1697,1698,-1,1697,1696,1699,-1,1535,1700,1534,-1,1701,1700,1535,-1,1514,1158,1692,-1,1158,1514,1513,-1,504,1501,1162,-1,1499,1501,504,-1,1160,1702,476,-1,1159,1702,1160,-1,1159,1458,1459,-1,1159,1161,1458,-1,1499,492,1703,-1,504,492,1499,-1,1513,62,1158,-1,1513,1337,62,-1,1701,1704,1699,-1,1701,1705,1704,-1,1060,1697,1706,-1,1697,1060,1695,-1,791,1707,1708,-1,791,1709,1707,-1,1545,1710,1711,-1,1545,1230,1710,-1,1712,1713,790,-1,1713,1712,729,-1,1705,1232,1565,-1,1232,1705,1533,-1,1714,1715,1716,-1,1714,1717,1715,-1,1718,1719,1720,-1,1719,1718,1130,-1,1564,1706,1704,-1,1706,1564,1561,-1,731,1157,1054,-1,731,730,1157,-1,1713,1718,1709,-1,1713,1721,1718,-1,1722,1698,1723,-1,1698,1722,1696,-1,1715,1724,1725,-1,1717,1724,1715,-1,727,568,728,-1,727,570,568,-1,1043,1480,1726,-1,1480,1043,1040,-1,1043,1727,1728,-1,1043,1726,1727,-1,1729,1727,1730,-1,1729,1731,1727,-1,1732,1733,1734,-1,1732,1731,1733,-1,1735,1736,1737,-1,1736,1735,1733,-1,1735,1738,1739,-1,1738,1735,1740,-1,1740,1741,1738,-1,1741,1740,1742,-1,1743,1744,1742,-1,1743,1745,1744,-1,1746,1744,1747,-1,1746,1748,1744,-1,1749,1747,1750,-1,1749,1746,1747,-1,1135,1751,1750,-1,1135,1137,1751,-1,1751,1752,1753,-1,1752,1751,1754,-1,1754,1755,1752,-1,1755,1754,1756,-1,1757,1758,1759,-1,1758,1757,1756,-1,1757,1687,1760,-1,1757,1685,1687,-1,1761,1480,1479,-1,1761,1726,1480,-1,1762,1236,1474,-1,724,1236,1762,-1,268,1388,578,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=9 */
		private int[] getrhumerus_Geo_6_17_coordIndex_9()
		{
			int[] value = {1302,1388,268,-1,1147,737,1145,-1,1147,738,737,-1,1763,1149,1764,-1,1763,1150,1149,-1,1150,1765,1152,-1,1765,1150,1766,-1,1767,1766,1768,-1,1767,1769,1766,-1,1770,735,1771,-1,1770,1769,735,-1,543,1772,734,-1,543,542,1772,-1,1772,1773,1774,-1,1773,1772,739,-1,1146,743,1775,-1,1146,741,743,-1,1151,1693,1149,-1,1693,1151,1692,-1,738,1776,1777,-1,1776,738,1147,-1,1647,1664,1668,-1,1647,1649,1664,-1,662,1640,1661,-1,662,1192,1640,-1,1778,1779,1780,-1,1781,1779,1778,-1,1782,1783,1784,-1,1782,1758,1783,-1,1785,1485,1786,-1,1485,1785,1486,-1,1787,1786,1031,-1,1782,1786,1787,-1,1788,1755,1760,-1,1781,1755,1788,-1,1779,1789,1790,-1,1779,1791,1789,-1,1792,1120,1793,-1,1792,1123,1120,-1,1794,1144,1795,-1,1144,1794,1143,-1,1703,490,58,-1,1703,492,490,-1,751,15,536,-1,751,13,15,-1,1528,1490,1496,-1,1528,1526,1490,-1,1505,1516,1503,-1,1519,1516,1505,-1,1522,1508,1520,-1,1522,1506,1508,-1,1796,1495,1510,-1,1796,1531,1495,-1,1010,1797,1007,-1,1798,1797,1010,-1,1799,1746,1749,-1,1799,1800,1746,-1,1138,1801,1802,-1,1138,1141,1801,-1,535,1776,1775,-1,535,1532,1776,-1,761,1803,1139,-1,761,760,1803,-1,1775,532,535,-1,1775,743,532,-1,1136,1802,1804,-1,1138,1802,1136,-1,1805,1749,1753,-1,1799,1749,1805,-1,1798,1806,1797,-1,1798,1807,1806,-1,820,1639,765,-1,1639,820,1000,-1,826,1134,780,-1,826,827,1134,-1,1144,1004,1808,-1,748,1004,1144,-1,1809,1810,1811,-1,1812,1810,1809,-1,1126,1813,1814,-1,1813,1126,1125,-1,1815,1741,1816,-1,1741,1815,1738,-1,1774,1524,1530,-1,1773,1524,1774,-1,1817,1054,1157,-1,1817,1055,1054,-1,1818,782,1819,-1,783,782,1818,-1,1136,1785,1784,-1,1785,1136,1804,-1,1021,715,284,-1,1021,1020,715,-1,1820,1026,1027,-1,1820,1025,1026,-1,274,584,582,-1,1383,584,274,-1,1821,789,788,-1,1821,817,789,-1,1134,1001,1822,-1,1000,1001,1134,-1,1670,1635,1646,-1,1670,1634,1635,-1,5,1128,6,-1,1128,5,979,-1,1823,1511,1497,-1,1824,1511,1823,-1,1825,1739,1826,-1,1825,1734,1739,-1,1827,814,1828,-1,814,1827,1829,-1,819,1825,1828,-1,1825,819,1830,-1,1736,1831,1824,-1,1736,1729,1831,-1,1832,1770,1771,-1,1832,1521,1770,-1,1130,1540,1719,-1,1130,1129,1540,-1,1556,1833,1553,-1,1556,792,1833,-1,502,721,503,-1,508,721,502,-1,1778,1753,1752,-1,1778,1805,1753,-1,1813,1834,1009,-1,1816,1834,1813,-1,1835,1830,819,-1,1836,1830,1835,-1,1837,1042,1041,-1,1042,1837,1481,-1,1201,694,812,-1,694,1201,697,-1,1642,1402,1643,-1,1642,1403,1402,-1,1613,1654,1620,-1,1654,1613,1657,-1,1597,1589,1200,-1,1597,1596,1589,-1,554,972,1155,-1,554,553,972,-1,1833,1838,974,-1,1838,1833,1708,-1,1839,1835,809,-1,1837,1835,1839,-1,1840,1761,1841,-1,1840,1730,1761,-1,1518,1765,1523,-1,1152,1765,1518,-1,1536,1716,1542,-1,1714,1716,1536,-1,1767,1541,1543,-1,1767,1768,1541,-1,1509,1840,1507,-1,1831,1840,1509,-1,1836,1732,1830,-1,1836,1728,1732,-1,822,776,775,-1,822,804,776,-1,474,1839,805,-1,1483,1839,474,-1,1814,1842,1812,-1,1008,1842,1814,-1,1007,1843,1844,-1,1797,1843,1007,-1,1806,1792,1845,-1,1846,1792,1806,-1,1789,1678,1121,-1,1679,1678,1789,-1,807,1052,603,-1,807,803,1052,-1,1001,1124,1821,-1,1001,821,1124,-1,1847,1810,1848,-1,1847,779,1810,-1,1003,1849,1850,-1,1003,1002,1849,-1,1793,1851,1852,-1,1793,1795,1851,-1,1677,1853,1122,-1,1677,1676,1853,-1,787,1811,788,-1,787,1809,1811,-1,1847,772,769,-1,772,1847,1002,-1,1843,1852,1850,-1,1843,1845,1852,-1,1853,1143,1794,-1,708,1143,1853,-1,643,1131,644,-1,823,1131,643,-1,1415,1453,1414,-1,433,1453,1415,-1,1117,444,435,-1,444,1117,456,-1,1272,98,1454,-1,1275,98,1272,-1,1456,438,1258,-1,439,438,1456,-1,1854,446,445,-1,1457,446,1854,-1,1114,103,102,-1,1114,345,103,-1,382,406,408,-1,382,1281,406,-1,1112,336,1289,-1,1112,339,336,-1,401,1436,1855,-1,401,1435,1436,-1,846,126,128,-1,126,846,159,-1,401,1109,399,-1,401,1855,1109,-1,1856,1107,1109,-1,1266,1107,1856,-1,1432,1111,400,-1,1432,1265,1111,-1,1250,411,397,-1,1250,409,411,-1,854,1446,418,-1,854,1468,1446,-1,1467,424,1449,-1,1467,1471,424,-1,1464,115,114,-1,115,1464,1466,-1,1241,1469,1239,-1,1469,1241,1470,-1,1465,1430,1240,-1,1465,1429,1430,-1,1427,1463,1425,-1,1462,1463,1427,-1,1428,1857,1426,-1,1858,1857,1428,-1,1431,865,1100,-1,1859,865,1431,-1,1859,1098,1099,-1,1859,1857,1098,-1,1242,1860,1858,-1,1242,1244,1860,-1,1861,1098,1860,-1,1861,1096,1098,-1,1097,863,1099,-1,1097,1862,863,-1,1863,866,1862,-1,866,1863,867,-1,1864,1097,1096,-1,1097,1864,1865,-1,1861,470,1866,-1,1861,1460,470,-1,1867,1864,1866,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=10 */
		private int[] getrhumerus_Geo_6_17_coordIndex_10()
		{
			int[] value = {1867,1868,1864,-1,1869,1863,1865,-1,1869,1870,1863,-1,413,1870,415,-1,868,1870,413,-1,1442,1868,1440,-1,1869,1868,1442,-1,1444,1867,469,-1,1867,1444,1443,-1,1871,1441,877,-1,1871,1439,1441,-1,874,414,1872,-1,874,412,414,-1,1873,1871,1874,-1,1872,1871,1873,-1,1875,1874,876,-1,1875,1876,1874,-1,1095,873,1873,-1,1095,880,873,-1,1877,1095,1876,-1,1095,1877,1094,-1,1875,1093,1878,-1,1875,878,1093,-1,1093,458,1450,-1,458,1093,459,-1,1877,1448,1447,-1,1448,1877,1878,-1,423,879,1094,-1,423,422,879,-1,1415,146,364,-1,358,146,1415,-1,1325,1338,1341,-1,1338,1325,1329,-1,831,1276,378,-1,893,1276,831,-1,1416,1879,1437,-1,1416,885,1879,-1,884,1266,1856,-1,884,888,1266,-1,1282,1259,452,-1,1259,1282,1452,-1,371,1282,367,-1,371,1452,1282,-1,1324,1339,1277,-1,1339,1324,140,-1,898,885,1416,-1,898,324,885,-1,1277,133,1278,-1,133,1277,1339,-1,1278,132,905,-1,132,1278,133,-1,325,907,1332,-1,901,907,325,-1,1880,902,1359,-1,1880,330,902,-1,1085,198,200,-1,1085,352,198,-1,1881,1359,211,-1,1881,1880,1359,-1,200,1882,1085,-1,1355,1882,200,-1,88,1357,1881,-1,88,87,1357,-1,119,909,1882,-1,119,921,909,-1,1083,122,121,-1,122,1083,88,-1,932,120,214,-1,932,935,120,-1,86,1084,1081,-1,1083,1084,86,-1,920,202,936,-1,118,202,920,-1,1285,925,1284,-1,1285,942,925,-1,214,930,932,-1,1082,930,214,-1,1390,1038,250,-1,1390,309,1038,-1,301,1081,1084,-1,301,303,1081,-1,1079,1014,308,-1,1079,1080,1014,-1,1392,1379,1883,-1,1392,302,1379,-1,1364,304,1297,-1,304,1364,1380,-1,237,1075,1287,-1,239,1075,237,-1,220,1382,218,-1,220,1076,1382,-1,1072,1391,1884,-1,1391,1072,1074,-1,610,69,611,-1,610,525,69,-1,528,71,73,-1,1070,71,528,-1,1629,1625,1627,-1,1624,1625,1629,-1,679,677,1304,-1,679,1187,677,-1,1577,676,1885,-1,1577,1576,676,-1,672,679,673,-1,484,679,672,-1,672,487,484,-1,672,818,487,-1,485,496,497,-1,485,488,496,-1,684,691,685,-1,691,684,669,-1,642,1669,640,-1,642,1607,1669,-1,1644,1633,1672,-1,1633,1644,1638,-1,1200,1599,1597,-1,1200,1199,1599,-1,1067,812,813,-1,1201,812,1067,-1,1591,1630,968,-1,1591,1574,1630,-1,1630,1219,1580,-1,1630,1574,1219,-1,1305,1886,960,-1,1305,1582,1886,-1,574,243,245,-1,243,574,1057,-1,1706,1061,1060,-1,1706,1561,1061,-1,1559,790,1558,-1,790,1559,1712,-1,53,1166,726,-1,55,1166,53,-1,67,77,46,-1,67,65,77,-1,1163,1887,1479,-1,1163,1162,1887,-1,1517,1692,1151,-1,1692,1517,1514,-1,1722,1700,1696,-1,1722,1888,1700,-1,542,1053,1055,-1,1053,542,544,-1,1889,729,1712,-1,729,1889,730,-1,1538,1714,1536,-1,1888,1714,1538,-1,1060,571,1544,-1,1060,1062,571,-1,228,978,230,-1,228,221,978,-1,563,1889,1227,-1,1050,1889,563,-1,1145,1890,1803,-1,1145,737,1890,-1,1050,730,1889,-1,730,1050,1156,-1,759,1156,1050,-1,1156,759,1139,-1,985,982,986,-1,983,982,985,-1,986,19,984,-1,982,19,986,-1,3,1674,1049,-1,1374,1674,3,-1,224,1891,227,-1,224,989,1891,-1,224,1377,225,-1,224,244,1377,-1,243,241,244,-1,243,235,241,-1,1303,994,1377,-1,1303,1048,994,-1,1013,251,1011,-1,980,251,1013,-1,1047,206,1046,-1,207,206,1047,-1,1642,702,1403,-1,1642,703,702,-1,797,800,609,-1,1655,800,797,-1,660,1659,1611,-1,1658,1659,660,-1,765,1636,810,-1,765,1639,1636,-1,748,1005,1004,-1,748,747,1005,-1,1773,1527,1524,-1,1527,1773,1777,-1,1518,1151,1152,-1,1151,1518,1517,-1,1841,1479,1887,-1,1761,1479,1841,-1,1483,1837,1839,-1,1483,1481,1837,-1,817,1124,815,-1,1124,817,1821,-1,1826,1738,1815,-1,1826,1739,1738,-1,781,1497,1494,-1,1823,1497,781,-1,783,1745,1743,-1,783,1818,1745,-1,1814,1009,1008,-1,1009,1814,1813,-1,1140,1818,1141,-1,1818,1140,1745,-1,1850,1844,1843,-1,1849,1844,1850,-1,1807,1846,1806,-1,1807,1780,1846,-1,1784,1137,1136,-1,1784,1783,1137,-1,1385,276,1387,-1,1385,1035,276,-1,1381,1299,1011,-1,1299,1381,1384,-1,1572,267,1033,-1,1572,256,267,-1,584,254,1571,-1,254,584,1383,-1,1892,270,282,-1,270,1892,271,-1,1302,1893,1388,-1,1301,1893,1302,-1,1012,281,280,-1,281,1012,1299,-1,1791,1679,1789,-1,1791,1682,1679,-1,1169,1759,1787,-1,1759,1169,1688,-1,1029,794,592,-1,796,794,1029,-1,588,592,794,-1,588,589,592,-1,1023,589,580,-1,1023,592,589,-1,1153,1027,585,-1,1027,1153,1820,-1,1570,291,290,-1,1570,1026,291,-1,1019,1820,1153,-1,1021,1820,1019,-1,1788,1682,1791,-1,1788,1680,1682,-1,1677,1121,1678,-1,1122,1121,1677,-1,1892,281,1386,-1,281,1892,282,-1,1893,1387,1388,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=11 */
		private int[] getrhumerus_Geo_6_17_coordIndex_11()
		{
			int[] value = {1893,1385,1387,-1,1301,1892,1893,-1,271,1892,1301,-1,1223,274,582,-1,274,1223,275,-1,1571,256,1572,-1,256,1571,254,-1,1785,1487,1486,-1,1785,1804,1487,-1,1805,1780,1807,-1,1778,1780,1805,-1,1845,1793,1852,-1,1845,1792,1793,-1,1491,1801,1819,-1,1491,1489,1801,-1,1010,1834,1800,-1,1834,1010,1009,-1,1812,1848,1810,-1,1812,1842,1848,-1,1834,1741,1748,-1,1834,1816,1741,-1,1492,1819,782,-1,1491,1819,1492,-1,1894,1823,781,-1,1737,1823,1894,-1,1125,1829,1827,-1,1829,1125,1127,-1,805,603,474,-1,805,807,603,-1,1504,1887,1502,-1,1504,1841,1887,-1,1895,1530,1529,-1,1895,1774,1530,-1,1777,1532,1527,-1,1777,1776,1532,-1,1808,1795,1144,-1,1795,1808,1851,-1,764,811,1896,-1,764,762,811,-1,779,769,780,-1,1847,769,779,-1,799,1660,1653,-1,799,798,1660,-1,1615,1657,1613,-1,1657,1615,1656,-1,1649,1666,1664,-1,1649,1650,1666,-1,1406,1643,1402,-1,1641,1643,1406,-1,658,1575,631,-1,658,614,1575,-1,244,356,1377,-1,356,244,241,-1,225,994,993,-1,225,1377,994,-1,992,295,988,-1,992,993,295,-1,989,1375,1891,-1,991,1375,989,-1,992,990,223,-1,1336,990,992,-1,713,14,1058,-1,713,15,14,-1,987,1049,1674,-1,987,986,1049,-1,1059,33,27,-1,1059,745,33,-1,12,786,784,-1,1170,786,12,-1,1156,1803,1890,-1,1803,1156,1139,-1,1890,1157,1156,-1,1817,1157,1890,-1,1817,737,740,-1,1890,737,1817,-1,230,575,573,-1,230,978,575,-1,565,1167,567,-1,564,1167,565,-1,10,2,6,-1,10,975,2,-1,1764,1539,1763,-1,1537,1539,1764,-1,1710,1725,1724,-1,1838,1725,1710,-1,1694,1723,1698,-1,1694,1711,1723,-1,1165,1537,1764,-1,1164,1537,1165,-1,1502,1162,1501,-1,1502,1887,1162,-1,47,78,44,-1,47,548,78,-1,1704,1565,1564,-1,1704,1705,1565,-1,546,41,52,-1,546,1569,41,-1,1228,1711,1694,-1,1228,1545,1711,-1,1886,1204,1883,-1,1204,1886,1361,-1,1398,1580,1396,-1,1630,1580,1398,-1,968,1592,1591,-1,1198,1592,968,-1,1671,1632,1645,-1,1632,1671,1623,-1,1668,1648,1647,-1,1668,1667,1648,-1,649,1173,813,-1,649,1296,1173,-1,1066,637,1196,-1,1066,638,637,-1,125,488,487,-1,125,1190,488,-1,1474,1702,1762,-1,1474,1477,1702,-1,520,1369,523,-1,520,1372,1369,-1,962,1367,618,-1,962,1373,1367,-1,1578,1885,1621,-1,1578,1577,1885,-1,1370,1576,1371,-1,676,1576,1370,-1,1626,678,1631,-1,678,1626,1628,-1,1293,514,612,-1,316,514,1293,-1,1884,951,252,-1,951,1884,1391,-1,218,952,950,-1,218,1382,952,-1,1363,1073,1362,-1,1363,1071,1073,-1,302,1380,1379,-1,302,304,1380,-1,1883,1206,1392,-1,1206,1883,1204,-1,942,1393,307,-1,1285,1393,942,-1,926,938,939,-1,298,938,926,-1,204,936,202,-1,204,937,936,-1,217,1084,215,-1,217,301,1084,-1,250,949,1390,-1,949,250,249,-1,926,924,922,-1,926,940,924,-1,1284,918,916,-1,1284,925,918,-1,922,119,920,-1,119,922,921,-1,1082,213,919,-1,1082,214,213,-1,918,84,911,-1,918,85,84,-1,909,923,910,-1,921,923,909,-1,1355,119,1882,-1,117,119,1355,-1,1881,122,88,-1,122,1881,211,-1,83,912,84,-1,83,914,912,-1,913,917,911,-1,913,1413,917,-1,904,1882,909,-1,1882,904,1085,-1,1309,1881,1357,-1,1881,1309,1880,-1,323,1291,321,-1,323,915,1291,-1,1410,908,907,-1,914,908,1410,-1,330,1309,361,-1,1880,1309,330,-1,1410,901,900,-1,1410,907,901,-1,132,1331,352,-1,132,134,1331,-1,1088,895,210,-1,1088,1087,895,-1,324,900,901,-1,324,898,900,-1,1279,334,892,-1,1279,1278,334,-1,1331,1340,1327,-1,1331,134,1340,-1,889,903,329,-1,903,889,886,-1,389,1417,1276,-1,389,899,1417,-1,1090,892,894,-1,1279,892,1090,-1,139,1327,1340,-1,1327,139,136,-1,889,1283,887,-1,889,368,1283,-1,886,884,208,-1,886,888,884,-1,887,451,1102,-1,887,1283,451,-1,888,1102,1101,-1,888,887,1102,-1,885,1856,1879,-1,885,884,1856,-1,837,1276,1417,-1,1276,837,378,-1,1119,151,1330,-1,1119,152,151,-1,1447,1094,1877,-1,1447,423,1094,-1,1450,1878,1093,-1,1450,1448,1878,-1,1878,1876,1875,-1,1876,1878,1877,-1,1873,1876,1095,-1,1876,1873,1874,-1,876,878,1875,-1,878,876,875,-1,876,1871,877,-1,1871,876,1874,-1,873,1872,1873,-1,874,1872,873,-1,1872,1439,1871,-1,1872,414,1439,-1,877,872,870,-1,877,1441,872,-1,1443,1868,1867,-1,1868,1443,1440,-1,415,1869,1442,-1,1870,1869,415,-1,1870,867,1863,-1,1870,868,867,-1,1868,1865,1864,-1,1868,1869,1865,-1,469,1866,470,-1,469,1867,1866,-1,1866,1096,1861,-1,1096,1866,1864,-1,1865,1862,1097,-1,1862,1865,1863,-1,1862,864,863,-1,1862,866,864,-1,1460,1860,1244,-1,1460,1861,1860,-1,1858,1098,1857,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=12 */
		private int[] getrhumerus_Geo_6_17_coordIndex_12()
		{
			int[] value = {1858,1860,1098,-1,1099,865,1859,-1,865,1099,863,-1,1859,1426,1857,-1,1859,1431,1426,-1,1424,1858,1428,-1,1242,1858,1424,-1,1429,1462,1427,-1,1465,1462,1429,-1,1240,859,858,-1,1240,1430,859,-1,857,1470,1241,-1,1470,857,856,-1,1239,1466,1464,-1,1466,1239,1469,-1,1238,419,471,-1,419,1238,1897,-1,1471,422,424,-1,852,422,1471,-1,1468,1449,1446,-1,1468,1467,1449,-1,172,154,1249,-1,154,172,847,-1,398,851,453,-1,398,1271,851,-1,153,449,154,-1,153,1342,449,-1,1109,1879,1856,-1,1855,1879,1109,-1,842,131,130,-1,131,842,844,-1,1438,130,840,-1,1110,130,1438,-1,1855,1437,1879,-1,1855,1436,1437,-1,1433,833,838,-1,404,833,1433,-1,425,1411,386,-1,425,834,1411,-1,1268,385,384,-1,1270,385,1268,-1,376,380,1418,-1,380,376,375,-1,420,169,1261,-1,170,169,420,-1,394,1457,1854,-1,393,1457,394,-1,1422,436,830,-1,1253,436,1422,-1,364,433,1415,-1,366,433,364,-1,1330,149,1119,-1,1330,1323,149,-1,1646,1667,1670,-1,1646,1648,1667,-1,780,1822,778,-1,780,1134,1822,-1,1851,773,1003,-1,1808,773,1851,-1,1849,1842,1844,-1,1848,1842,1849,-1,497,486,485,-1,1068,486,497,-1,1122,1794,1120,-1,1122,1853,1794,-1,1003,1852,1851,-1,1003,1850,1852,-1,1848,1002,1847,-1,1849,1002,1848,-1,788,778,1822,-1,1811,778,788,-1,821,775,1124,-1,822,775,821,-1,1790,1121,1123,-1,1789,1121,1790,-1,1797,1845,1843,-1,1806,1845,1797,-1,1844,1008,1007,-1,1844,1842,1008,-1,1127,1809,787,-1,1126,1809,1127,-1,777,816,815,-1,816,777,808,-1,1672,1645,1644,-1,1672,1671,1645,-1,767,804,822,-1,767,768,804,-1,809,819,808,-1,809,1835,819,-1,1831,1730,1840,-1,1729,1730,1831,-1,1523,1770,1521,-1,1523,1765,1770,-1,1719,1542,1716,-1,1540,1542,1719,-1,1541,1763,1539,-1,1541,1768,1763,-1,1507,1841,1504,-1,1507,1840,1841,-1,1041,1728,1836,-1,1043,1728,1041,-1,805,809,806,-1,1839,809,805,-1,804,807,776,-1,807,804,803,-1,974,1553,1833,-1,974,973,1553,-1,1724,1711,1710,-1,1711,1724,1723,-1,1408,1641,1406,-1,1180,1641,1408,-1,598,1655,797,-1,600,1655,598,-1,1656,1611,1659,-1,1656,1615,1611,-1,1196,1199,1066,-1,1196,1599,1199,-1,1066,1201,1067,-1,1066,1199,1201,-1,476,1477,1475,-1,1702,1477,476,-1,1837,1836,1835,-1,1041,1836,1837,-1,1827,1815,1125,-1,1827,1826,1815,-1,794,585,588,-1,794,732,585,-1,1760,1680,1788,-1,1760,1687,1680,-1,1800,1748,1746,-1,1800,1834,1748,-1,792,1708,1833,-1,792,791,1708,-1,1543,736,1767,-1,793,736,1543,-1,1509,1824,1831,-1,1511,1824,1509,-1,1830,1734,1825,-1,1734,1830,1732,-1,816,1828,814,-1,1828,816,819,-1,1828,1826,1827,-1,1828,1825,1826,-1,1737,1824,1823,-1,1736,1824,1737,-1,1771,1529,1832,-1,1771,1895,1529,-1,1558,792,1556,-1,790,792,1558,-1,1133,825,1637,-1,1133,827,825,-1,1822,1821,788,-1,1001,1821,1822,-1,789,814,1829,-1,817,814,789,-1,787,1829,1127,-1,789,1829,787,-1,1570,1027,1026,-1,1028,1027,1570,-1,284,1820,1021,-1,1820,284,1025,-1,1787,711,1169,-1,1787,1031,711,-1,1141,1819,1801,-1,1141,1818,1819,-1,1712,1227,1889,-1,1227,1712,1559,-1,740,1055,1817,-1,1055,740,542,-1,1494,782,781,-1,1492,782,1494,-1,781,1743,1894,-1,783,1743,781,-1,1125,1816,1813,-1,1816,1125,1815,-1,1814,1809,1126,-1,1814,1812,1809,-1,779,1811,1810,-1,779,778,1811,-1,708,746,1143,-1,752,746,708,-1,1808,774,773,-1,1004,774,1808,-1,774,769,772,-1,774,770,769,-1,771,780,769,-1,771,826,780,-1,1631,677,1187,-1,1631,678,677,-1,1799,1807,1798,-1,1799,1805,1807,-1,1804,1488,1487,-1,1802,1488,1804,-1,34,760,16,-1,760,34,1148,-1,1803,1148,1145,-1,1803,760,1148,-1,1489,1802,1801,-1,1488,1802,1489,-1,1798,1800,1799,-1,1798,1010,1800,-1,1525,756,1493,-1,754,756,1525,-1,534,758,755,-1,534,533,758,-1,1496,1531,1528,-1,1531,1496,1495,-1,1796,1506,1522,-1,1796,1510,1506,-1,1503,1520,1508,-1,1503,1516,1520,-1,1505,1512,1519,-1,1505,1498,1512,-1,1493,1526,1525,-1,1526,1493,1490,-1,1651,1663,1662,-1,1651,1652,1663,-1,1120,1795,1793,-1,1795,1120,1794,-1,1846,1123,1792,-1,1846,1790,1123,-1,1781,1791,1779,-1,1781,1788,1791,-1,1758,1787,1759,-1,1758,1782,1787,-1,1031,1485,1032,-1,1786,1485,1031,-1,529,750,757,-1,531,750,529,-1,1784,1786,1782,-1,1786,1784,1785,-1,1781,1752,1755,-1,1781,1778,1752,-1,1780,1790,1846,-1,1779,1790,1780,-1,1650,1662,1666,-1,1651,1662,1650,-1,670,641,1610,-1,1605,641,670,-1,1693,1764,1149,-1,1693,1165,1764,-1,741,33,742,-1,34,33,741,-1,741,1148,34,-1,1148,741,1146,-1,1147,1775,1776,-1,1775,1147,1146,-1,739,1777,1773,-1,739,738,1777,-1,739,542,740,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=13 */
		private int[] getrhumerus_Geo_6_17_coordIndex_13()
		{
			int[] value = {739,1772,542,-1,1895,1772,1774,-1,734,1772,1895,-1,1771,734,1895,-1,735,734,1771,-1,735,1767,736,-1,735,1769,1767,-1,1765,1769,1770,-1,1766,1769,1765,-1,1768,1150,1763,-1,1766,1150,1768,-1,1153,1691,1019,-1,1153,733,1691,-1,506,724,508,-1,1236,724,506,-1,733,795,1691,-1,732,795,733,-1,1757,1688,1685,-1,1757,1759,1688,-1,1756,1760,1755,-1,1756,1757,1760,-1,1756,1783,1758,-1,1756,1754,1783,-1,1137,1754,1751,-1,1754,1137,1783,-1,1753,1750,1751,-1,1750,1753,1749,-1,1750,1140,1135,-1,1750,1747,1140,-1,1747,1745,1140,-1,1747,1744,1745,-1,1742,1748,1741,-1,1742,1744,1748,-1,1894,1742,1740,-1,1742,1894,1743,-1,1740,1737,1894,-1,1740,1735,1737,-1,1735,1734,1733,-1,1735,1739,1734,-1,1733,1729,1736,-1,1733,1731,1729,-1,1728,1731,1732,-1,1727,1731,1728,-1,1726,1730,1727,-1,1726,1761,1730,-1,1715,1707,1720,-1,1707,1715,1725,-1,1724,1722,1723,-1,1724,1717,1722,-1,1709,1720,1707,-1,1720,1709,1718,-1,1721,1054,1056,-1,1054,1721,731,-1,1056,1718,1721,-1,1130,1718,1056,-1,1720,1716,1715,-1,1716,1720,1719,-1,1888,1717,1714,-1,1888,1722,1717,-1,1534,1888,1538,-1,1700,1888,1534,-1,1838,1230,974,-1,1710,1230,1838,-1,729,1721,1713,-1,729,731,1721,-1,1708,1725,1838,-1,1708,1707,1725,-1,1709,790,1713,-1,790,1709,791,-1,1544,1695,1060,-1,1695,1544,1229,-1,1699,1706,1697,-1,1699,1704,1706,-1,1533,1701,1535,-1,1533,1705,1701,-1,1142,1515,1500,-1,1142,64,1515,-1,1459,724,1762,-1,1459,722,724,-1,1498,1515,1512,-1,1515,1498,1500,-1,1701,1696,1700,-1,1699,1696,1701,-1,1698,1695,1694,-1,1695,1698,1697,-1,725,1165,1693,-1,726,1165,725,-1,1159,1762,1702,-1,1459,1762,1159,-1,552,564,720,-1,552,1167,564,-1,560,550,557,-1,551,550,560,-1,1557,979,1555,-1,979,1557,1128,-1,802,1552,1554,-1,801,1552,802,-1,786,1560,785,-1,1560,786,1226,-1,12,21,29,-1,12,11,21,-1,1030,717,593,-1,1030,1675,717,-1,718,1029,591,-1,1029,718,1681,-1,1684,796,1683,-1,795,796,1684,-1,1019,1686,1689,-1,1019,1691,1686,-1,1168,715,1020,-1,715,1168,712,-1,1673,990,1690,-1,991,990,1673,-1,31,987,1690,-1,32,987,31,-1,714,536,15,-1,536,714,537,-1,1689,1685,1688,-1,1685,1689,1686,-1,1687,1683,1680,-1,1687,1684,1683,-1,1682,718,1679,-1,1682,1681,718,-1,1675,1678,717,-1,1677,1678,1675,-1,1376,991,1673,-1,1376,1375,991,-1,710,975,9,-1,976,975,710,-1,1676,708,1853,-1,708,1676,709,-1,1006,709,1676,-1,1006,706,709,-1,1661,660,662,-1,1658,660,1661,-1,1172,680,1181,-1,1172,639,680,-1,634,680,636,-1,634,681,680,-1,1177,1620,1654,-1,1177,1618,1620,-1,1590,1596,1594,-1,1589,1596,1590,-1,1065,696,1195,-1,694,696,1065,-1,693,1175,596,-1,693,1178,1175,-1,576,1037,1174,-1,1037,576,594,-1,1608,1623,1671,-1,1185,1623,1608,-1,1672,654,650,-1,1672,1633,654,-1,1670,1669,1609,-1,1670,1667,1669,-1,1668,1665,640,-1,1668,1664,1665,-1,1666,1640,997,-1,1666,1662,1640,-1,1663,1658,1661,-1,1663,1660,1658,-1,800,1659,798,-1,1659,800,1656,-1,1657,600,1654,-1,1657,1655,600,-1,613,996,1045,-1,996,613,664,-1,799,609,800,-1,609,799,698,-1,1652,699,1653,-1,1652,753,699,-1,749,1650,747,-1,749,1651,1650,-1,1649,1044,1005,-1,1649,1647,1044,-1,825,1648,1646,-1,824,1648,825,-1,810,1638,1644,-1,1636,1638,810,-1,1645,1896,811,-1,1645,1632,1896,-1,701,626,705,-1,626,701,627,-1,1642,624,703,-1,624,1642,622,-1,1586,1641,1584,-1,1586,1643,1641,-1,1172,621,1171,-1,621,1172,628,-1,1585,1601,623,-1,1585,1602,1601,-1,1587,1604,1603,-1,1604,1587,1588,-1,690,667,705,-1,668,667,690,-1,999,1665,997,-1,999,1610,1665,-1,691,705,626,-1,691,690,705,-1,1637,1639,1133,-1,1639,1637,1636,-1,1634,1638,1635,-1,1638,1634,1633,-1,682,1181,680,-1,682,683,1181,-1,1896,1631,764,-1,1896,1626,1631,-1,1304,676,1370,-1,1304,677,676,-1,678,1885,676,-1,678,1628,1885,-1,674,1372,520,-1,674,673,1372,-1,672,675,818,-1,672,674,675,-1,1896,1629,1626,-1,1896,1632,1629,-1,1628,1621,1885,-1,1628,1627,1621,-1,1624,1295,1625,-1,1295,1624,1186,-1,1395,1622,1397,-1,1395,1579,1622,-1,645,1607,642,-1,644,1607,645,-1,671,668,669,-1,671,666,668,-1,1399,661,663,-1,667,661,1399,-1,1401,1191,1612,-1,1400,1191,1401,-1,1404,1616,1407,-1,1404,1614,1616,-1,1405,1619,689,-1,1405,1617,1619,-1,1618,665,659,-1,665,1618,1177,-1,1620,1616,1613,-1,1620,1617,1616,-1,1614,1611,1615,-1,1614,1612,1611,-1,999,666,671,-1,998,666,999,-1,1619,659,656,-1,1619,1618,659,-1,1607,1609,1669,-1,1607,1606,1609,-1,653,650,654,-1,653,651,650,-1,646,1608,650,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=14 */
		private int[] getrhumerus_Geo_6_17_coordIndex_14()
		{
			int[] value = {646,648,1608,-1,1193,1131,1132,-1,1606,1131,1193,-1,1184,653,655,-1,1184,967,653,-1,646,1296,649,-1,651,1296,646,-1,647,1194,648,-1,647,1065,1194,-1,645,684,643,-1,645,1605,684,-1,1610,640,1665,-1,1610,641,640,-1,1573,1182,686,-1,1573,1593,1182,-1,1603,1598,1595,-1,1604,1598,1603,-1,1600,1601,1602,-1,1600,1197,1601,-1,1597,1600,1595,-1,1599,1600,1597,-1,1594,1598,1593,-1,1596,1598,1594,-1,1591,1573,1221,-1,1592,1573,1591,-1,1590,697,1589,-1,1590,695,697,-1,629,1575,1216,-1,631,1575,629,-1,1584,1588,1587,-1,1584,1179,1588,-1,628,624,621,-1,628,627,624,-1,1586,623,622,-1,623,1586,1585,-1,1366,618,1367,-1,1366,619,618,-1,1581,1360,1582,-1,1581,1220,1360,-1,1212,617,616,-1,617,1212,995,-1,604,1045,1213,-1,1045,604,613,-1,1216,1211,1214,-1,1575,1211,1216,-1,1396,1581,1394,-1,1396,1580,1581,-1,1578,1209,1208,-1,1579,1209,1578,-1,620,1576,1577,-1,620,619,1576,-1,523,1368,1583,-1,1369,1368,523,-1,521,68,522,-1,611,68,521,-1,499,603,1052,-1,499,475,603,-1,1028,586,585,-1,1028,583,586,-1,587,589,588,-1,590,589,587,-1,1571,587,586,-1,1571,1572,587,-1,1570,583,1028,-1,1570,581,583,-1,1188,1568,1161,-1,1188,1473,1568,-1,79,1547,539,-1,79,1225,1547,-1,480,1568,1473,-1,480,955,1568,-1,49,971,572,-1,971,49,40,-1,1566,1567,1562,-1,1551,1567,1566,-1,1231,1565,1232,-1,1565,1231,1563,-1,1564,1562,1561,-1,1564,1566,1562,-1,94,1061,1548,-1,1062,1061,94,-1,1558,1560,1559,-1,1555,1560,1558,-1,1553,1557,1556,-1,1552,1557,1553,-1,555,973,553,-1,555,1554,973,-1,540,1547,1550,-1,540,539,1547,-1,1563,1551,1566,-1,1551,1563,1550,-1,545,1549,546,-1,1549,545,92,-1,1569,547,41,-1,1569,1546,547,-1,1544,570,727,-1,1544,571,570,-1,1155,1230,1545,-1,1155,972,1230,-1,1540,793,1543,-1,1540,1129,793,-1,1542,1539,1536,-1,1542,1541,1539,-1,1538,1164,1534,-1,1538,1537,1164,-1,55,1535,1166,-1,1533,1535,55,-1,1832,1531,1796,-1,1832,1529,1531,-1,1530,1526,1528,-1,1530,1524,1526,-1,1522,1832,1796,-1,1521,1832,1522,-1,1520,1518,1523,-1,1518,1520,1516,-1,1514,1519,1512,-1,1514,1517,1519,-1,1337,1515,64,-1,1337,1513,1515,-1,1511,1506,1510,-1,1511,1509,1506,-1,1508,1504,1503,-1,1507,1504,1508,-1,1501,1505,1502,-1,1501,1498,1505,-1,1500,1703,1142,-1,1500,1499,1703,-1,1492,1496,1490,-1,1492,1494,1496,-1,1489,1493,756,-1,1489,1491,1493,-1,755,1487,1488,-1,1487,755,758,-1,750,1486,757,-1,750,1485,1486,-1,536,1032,751,-1,538,1032,536,-1,1532,534,754,-1,1532,535,534,-1,1142,58,57,-1,1142,1703,58,-1,521,1583,612,-1,521,523,1583,-1,612,1409,1293,-1,612,1583,1409,-1,314,957,954,-1,957,314,317,-1,507,505,1234,-1,507,491,505,-1,1478,511,1237,-1,511,1478,512,-1,1476,509,1482,-1,1476,510,509,-1,1190,477,488,-1,1190,478,477,-1,1484,1481,1483,-1,1481,1484,1482,-1,512,1042,509,-1,512,1040,1042,-1,1235,1163,1479,-1,1235,1234,1163,-1,1040,1478,1480,-1,512,1478,1040,-1,498,473,475,-1,498,494,473,-1,495,1476,493,-1,495,1475,1476,-1,511,1477,1474,-1,511,510,1477,-1,70,483,68,-1,483,70,481,-1,70,1473,481,-1,70,480,1473,-1,477,1475,495,-1,476,1475,477,-1,1160,478,1189,-1,1160,476,478,-1,723,1472,1224,-1,723,1458,1472,-1,479,959,1069,-1,527,959,479,-1,1469,1471,1467,-1,1470,1471,1469,-1,115,1468,854,-1,1466,1468,115,-1,1465,114,1462,-1,1465,1464,114,-1,465,869,1313,-1,468,869,465,-1,1463,178,177,-1,116,178,1463,-1,1460,186,470,-1,1460,1353,186,-1,1313,871,1898,-1,871,1313,869,-1,462,116,463,-1,462,178,116,-1,177,1425,1463,-1,1312,1425,177,-1,428,398,453,-1,428,1116,398,-1,1246,172,1249,-1,171,172,1246,-1,1103,1271,849,-1,1103,851,1271,-1,472,1445,455,-1,472,421,1445,-1,417,1347,1264,-1,417,1348,1347,-1,447,456,455,-1,447,444,456,-1,830,393,1422,-1,393,830,1457,-1,448,455,1445,-1,447,455,448,-1,1111,1105,841,-1,1111,1265,1105,-1,1245,1455,1454,-1,1246,1455,1245,-1,1451,1262,1254,-1,1451,441,1262,-1,446,444,447,-1,446,443,444,-1,440,1247,1255,-1,440,442,1247,-1,392,1453,1423,-1,392,439,1453,-1,1118,435,437,-1,1118,1117,435,-1,432,1275,1274,-1,432,98,1275,-1,161,1897,1311,-1,419,1897,161,-1,432,1254,97,-1,1451,1254,432,-1,846,843,845,-1,844,843,846,-1,1108,848,850,-1,1108,1107,848,-1,1254,168,95,-1,1254,1262,168,-1,458,1349,416,-1,1349,458,460,-1,1448,418,1446,-1,418,1448,1450,-1,1449,423,1447,-1,1449,424,423,-1,1273,1854,1252,-1,394,1854,1273,-1,1263,1445,1261,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=15 */
		private int[] getrhumerus_Geo_6_17_coordIndex_15()
		{
			int[] value = {448,1445,1263,-1,445,1252,1854,-1,445,1260,1252,-1,1348,416,1349,-1,417,416,1348,-1,402,1438,1434,-1,1438,402,1110,-1,386,1269,387,-1,1411,1269,386,-1,1444,1898,871,-1,1444,1461,1898,-1,1441,1443,872,-1,1441,1440,1443,-1,414,1442,1439,-1,414,415,1442,-1,840,388,1438,-1,388,840,836,-1,838,1435,1433,-1,838,1436,1435,-1,1437,1417,1416,-1,1417,1437,837,-1,1280,404,1433,-1,1280,405,404,-1,1434,401,402,-1,401,1434,1435,-1,1432,399,1108,-1,1432,400,399,-1,850,411,1104,-1,849,411,850,-1,1431,1429,1426,-1,1429,1431,1430,-1,1428,1425,1424,-1,1425,1428,1427,-1,194,112,111,-1,112,194,196,-1,113,1253,434,-1,1253,113,395,-1,1423,393,392,-1,393,1423,1422,-1,1256,1421,1251,-1,1255,1421,1256,-1,429,442,1420,-1,1247,442,429,-1,1091,1418,349,-1,1091,1419,1418,-1,1419,893,831,-1,1419,894,893,-1,1113,408,1267,-1,1113,391,408,-1,408,350,382,-1,408,391,350,-1,377,383,375,-1,384,383,377,-1,1091,348,1092,-1,1091,349,348,-1,326,899,389,-1,899,326,332,-1,369,363,374,-1,370,363,369,-1,369,1452,371,-1,369,373,1452,-1,372,1258,373,-1,372,1456,1258,-1,1412,890,147,-1,1412,891,890,-1,1328,891,1412,-1,364,148,365,-1,364,146,148,-1,361,199,198,-1,1310,199,361,-1,1290,1358,201,-1,1290,1356,1358,-1,362,357,363,-1,362,360,357,-1,1413,905,906,-1,1413,335,905,-1,910,916,917,-1,923,916,910,-1,353,1412,351,-1,353,1328,1412,-1,349,380,350,-1,380,349,1418,-1,834,1289,1411,-1,834,1112,1289,-1,354,345,1115,-1,354,344,345,-1,1288,103,344,-1,1288,1267,103,-1,335,913,328,-1,913,335,1413,-1,333,900,332,-1,333,1410,900,-1,333,913,912,-1,333,328,913,-1,209,1332,1307,-1,325,1332,209,-1,964,1409,1365,-1,964,963,1409,-1,77,317,314,-1,317,77,74,-1,1408,689,688,-1,1408,1405,689,-1,1402,1407,1406,-1,1402,1404,1407,-1,1403,1400,1401,-1,702,1400,1403,-1,704,667,1399,-1,705,667,704,-1,1397,1396,1395,-1,1396,1397,1398,-1,1305,1210,1394,-1,1305,961,1210,-1,949,941,939,-1,949,1078,941,-1,299,308,300,-1,299,1079,308,-1,1393,1078,1378,-1,1393,941,1078,-1,929,302,1392,-1,303,302,929,-1,927,1205,203,-1,927,1206,1205,-1,1074,933,1391,-1,933,1074,931,-1,951,943,950,-1,943,951,946,-1,305,218,945,-1,305,219,218,-1,938,309,1390,-1,938,300,309,-1,293,289,297,-1,289,293,290,-1,279,1389,280,-1,1389,279,292,-1,1389,294,1018,-1,1389,292,294,-1,283,288,296,-1,285,288,283,-1,1387,278,615,-1,276,278,1387,-1,1299,1386,281,-1,1299,1384,1386,-1,1893,1386,1385,-1,1893,1892,1386,-1,266,1383,274,-1,266,265,1383,-1,263,275,272,-1,263,266,275,-1,273,1017,1300,-1,273,272,1017,-1,269,578,579,-1,269,268,578,-1,953,252,43,-1,252,953,1884,-1,952,1057,970,-1,1382,1057,952,-1,236,243,1076,-1,235,243,236,-1,948,251,1048,-1,249,251,948,-1,250,1011,251,-1,1038,1011,250,-1,1039,1034,1381,-1,1015,1034,1039,-1,1047,246,207,-1,246,1047,947,-1,1883,960,1886,-1,1379,960,1883,-1,1373,1380,1364,-1,1373,962,1380,-1,1077,1378,1078,-1,1287,1378,1077,-1,220,306,1075,-1,220,219,306,-1,315,1884,953,-1,1884,315,1072,-1,239,1076,1075,-1,239,236,1076,-1,241,355,356,-1,241,242,355,-1,238,239,237,-1,238,240,239,-1,1891,228,227,-1,1891,221,228,-1,976,1376,1374,-1,976,710,1376,-1,222,1891,1375,-1,221,1891,222,-1,948,1077,949,-1,948,1286,1077,-1,1304,1372,673,-1,1304,1370,1372,-1,1368,1371,1366,-1,1371,1368,1369,-1,964,1364,1362,-1,1373,1364,964,-1,217,1363,1297,-1,216,1363,217,-1,1361,1582,1360,-1,1582,1361,1886,-1,212,213,122,-1,212,1308,213,-1,1359,1087,1089,-1,1359,902,1087,-1,210,1307,1088,-1,210,209,1307,-1,915,1086,1291,-1,1308,1086,915,-1,206,605,1213,-1,206,205,605,-1,201,1357,87,-1,1357,201,1358,-1,117,1356,1290,-1,117,1355,1356,-1,173,1316,1314,-1,1318,1316,173,-1,177,195,1312,-1,177,176,195,-1,109,1354,193,-1,109,108,1354,-1,108,1352,1354,-1,108,105,1352,-1,105,187,1352,-1,105,107,187,-1,188,1351,1461,-1,188,189,1351,-1,1461,1350,1898,-1,1461,1351,1350,-1,1898,182,1313,-1,1898,1350,182,-1,185,174,1315,-1,174,185,184,-1,101,1346,1319,-1,101,1311,1346,-1,1311,1344,1346,-1,1311,1897,1344,-1,1343,1897,1238,-1,1344,1897,1343,-1,1238,180,1343,-1,1238,181,180,-1,180,178,462,-1,175,178,180,-1,166,847,172,-1,166,1320,847,-1,1322,168,164,-1,168,1322,95,-1,160,1342,153,-1,160,845,1342,-1,106,143,346,-1,143,106,1326,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=16 */
		private int[] getrhumerus_Geo_6_17_coordIndex_16()
		{
			int[] value = {890,137,152,-1,890,138,137,-1,141,1324,883,-1,141,140,1324,-1,1115,145,354,-1,1115,346,145,-1,881,1341,882,-1,881,1325,1341,-1,140,1340,1339,-1,140,139,1340,-1,353,1327,1328,-1,1331,1327,353,-1,1338,137,136,-1,1338,151,137,-1,135,1323,1329,-1,110,1323,135,-1,127,131,128,-1,129,131,127,-1,935,121,120,-1,935,215,121,-1,45,82,46,-1,45,80,82,-1,1337,61,62,-1,61,1337,1333,-1,81,53,59,-1,81,541,53,-1,44,80,45,-1,44,78,80,-1,39,47,44,-1,39,38,47,-1,572,38,37,-1,572,971,38,-1,24,1336,22,-1,24,31,1336,-1,1335,32,30,-1,1335,985,32,-1,1334,27,25,-1,1334,1059,27,-1,1334,1058,1059,-1,1334,1335,1058,-1,23,30,24,-1,713,30,23,-1,20,29,21,-1,20,26,29,-1};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=1 */
		private double[] getrhumerus_Coord_7_17_point_1()
		{
			double[] value = {-8.2898,37.2594,-1.2936,-8.2661,37.1945,-1.2806,-8.2457,37.2018,-1.2276,-8.2796,37.2023,-1.3454,-8.173,37.0451,-1.2707,-8.1142,37.0633,-1.1585,-8.1377,37.2238,-1.114,-8.1905,37.3617,-1.1574,-8.2322,37.4593,-1.186,-8.2906,37.3979,-1.2636,-8.2387,37.3323,-1.2028,-8.0749,36.9493,-1.3505,-8.0757,36.9395,-1.256,-7.7078,37.0663,-1.7102,-7.7284,37.064,-1.7088,-7.7134,37.1137,-1.7632,-7.8456,36.89,-1.4792,-7.8905,36.8803,-1.4165,-7.9257,36.8902,-1.4176,-8.0581,36.9714,-1.4442,-7.9568,36.9368,-1.4448,-8.0043,36.9272,-1.3793,-7.7283,37.2463,-1.8196,-7.7392,37.1774,-1.789,-7.7473,37.1861,-1.7752,-7.8715,36.9607,-1.5263,-7.9369,36.9262,-1.4252,-7.838,36.9463,-1.5502,-7.9569,36.884,-1.3606,-7.9744,36.9156,-1.3688,-7.7717,37.1287,-1.7347,-7.8884,37.1983,-1.7332,-7.8915,37.1373,-1.683,-7.7775,36.9472,-1.5682,-7.7834,36.8914,-1.498,-7.8074,38.2122,-1.4375,-7.9038,38.147,-1.463,-7.8393,38.0945,-1.4176,-7.7896,37.9863,-1.3963,-7.7737,38.0431,-1.3967,-7.8792,37.8462,-1.3553,-7.8213,37.7594,-1.2866,-7.8166,37.7998,-1.3382,-7.7111,38.2148,-1.4106,-7.6606,38.0012,-1.3479,-7.6,38.0586,-1.3096,-7.524,38.1084,-1.2919,-7.7295,37.9344,-1.3675,-7.8131,37.8864,-1.3678,-7.9542,37.8321,-1.343,-7.9451,37.7509,-1.2712,-7.9003,37.7698,-1.2757,-7.8623,37.7661,-1.2893,-7.6146,37.616,-1.183,-7.6524,37.6404,-1.1818,-7.6519,37.6249,-1.1501,-7.4323,37.6689,-1.2215,-7.4609,37.6671,-1.1695,-7.4233,37.6457,-1.1646,-7.5834,37.6683,-1.199,-7.5924,37.6133,-1.1767,-7.5658,37.6706,-1.1928,-7.5678,37.6086,-1.1762,-7.4807,37.6771,-1.1626,-7.4802,37.6242,-1.1351,-7.483,37.7719,-1.208,-7.492,37.6798,-1.1625,-7.5131,37.7828,-1.2191,-6.9556,37.7838,-1.3023,-7.1132,37.77,-1.3745,-6.9895,37.6743,-1.3971,-7.2769,37.8099,-1.3499,-7.2915,37.9276,-1.3294,-7.3326,37.8512,-1.3037,-7.3358,38.0399,-1.264,-7.3532,37.839,-1.2826,-7.4082,37.8343,-1.2571,-7.3935,38.0602,-1.2453,-7.6579,37.8147,-1.3025,-7.7068,37.7037,-1.2556,-7.5983,37.8204,-1.2502,-7.645,37.6684,-1.2156,-7.5629,37.8076,-1.2295,-7.4588,42.873,-1.3265,-7.4138,42.862,-1.4912,-7.4419,41.8909,-1.5073,-6.7707,40.7002,-1.421,-6.7312,41.807,-1.2851,-6.8739,41.795,-1.1865,-8.0904,37.5938,-0.9638,-8.0676,37.564,-0.92,-8.05,37.6186,-0.9609,-7.9021,37.7292,-1.2362,-7.9552,37.7196,-1.1643,-7.9182,37.7292,-1.1614,-6.7382,49.2499,-0.2936,-6.7652,49.1106,-0.281,-6.7773,49.1075,-0.2454,-6.8026,48.9222,-0.2484,-6.668,49.4677,-0.3657,-6.7114,49.4,-0.3696,-6.6258,49.4412,-0.3328,-6.9023,49.1459,-1.6779,-6.9127,49.0991,-1.6289,-6.9811,49.2911,-1.544,-6.114,48.429,-1.6671,-6.249,48.381,-1.672,-6.3693,48.6067,-1.8412,-5.9281,48.3384,-1.3923,-5.853,48.3545,-1.0559,-6.0114,48.2798,-1.2951,-6.11,48.4224,-0.7153,-6.0665,48.56,-0.5592,-6.2666,48.3607,-0.5038,-6.0415,49.1608,-0.4593,-6.2347,49.3748,-0.3833,-6.1177,49.0083,-0.3386,-6.6561,41.8172,-1.3958,-6.6829,40.6926,-1.5336,-6.7173,41.8349,-1.6825,-7.1801,40.7015,-1.1978,-7.1308,40.6948,-1.1793,-7.134,41.8088,-1.0865,-6.8804,37.5932,-1.2259,-6.9221,37.5565,-1.2437,-6.8507,37.5304,-1.1782,-6.9274,49.5468,-0.8175,-7.0201,49.5497,-0.8083,-7.016,49.5513,-0.7638,-7.0622,49.516,-0.7939,-7.1647,49.2896,-0.7406,-7.0508,49.5197,-0.7506,-6.7124,45.1897,-1.6602,-6.6976,46.2634,-1.6066,-6.6062,46.2684,-1.5309,-6.0491,48.2869,-1.4078,-6.3312,47.6457,-1.343,-6.2827,47.693,-1.237,-6.2941,47.6465,-1.2397,-6.4228,47.6512,-1.4629,-6.5152,47.6679,-1.5391,-6.5038,47.7147,-1.5414,-6.7772,48.6491,-1.6418,-6.4517,48.3756,-1.7157,-6.4942,48.2607,-1.6554,-6.4885,48.4946,-1.7416,-6.385,47.7335,-0.75,-6.3291,47.6834,-0.9621,-6.3069,47.7963,-0.9332,-6.1143,48.2253,-1.0371,-5.9963,48.3043,-1.0574,-6.2442,47.8197,-1.2536,-6.2551,47.8206,-1.0915,-6.8709,49.3574,-0.4008,-6.8682,49.1486,-0.3817,-6.8166,49.311,-0.3992,-6.8224,49.4542,-0.489,-6.829,49.4051,-0.4377,-6.741,49.4193,-0.3831,-6.8994,49.487,-0.5899,-6.8783,49.4189,-0.4426,-6.6051,49.3427,-0.3378,-6.6597,49.3727,-0.3537,-6.6755,49.3514,-0.3424,-6.7095,49.323,-0.3361,-6.6978,49.3474,-0.3478,-6.735,49.3298,-0.364,-6.7167,49.3392,-0.3586,-6.7287,49.2411,-0.2706,-6.6867,49.2189,-0.2497,-6.6408,49.3089,-0.3043,-6.7405,49.2547,-0.3601,-6.7579,49.2576,-0.3725,-6.8504,49.5486,-0.6107,-6.9253,49.5744,-0.8084,-6.1704,48.9741,-0.3178,-6.0569,48.7247,-0.4447,-6.0381,48.7395,-0.4454,-6.1631,48.979,-0.32,-6.2054,48.9542,-0.3358,-6.3327,49.2342,-0.2982,-6.3487,49.2155,-0.3041,-7.0127,49.413,-1.4294,-7.0175,49.3911,-1.4169,-6.9893,49.5223,-1.0566,-6.9946,49.56,-1.075,-6.3401,48.65,-1.8797,-6.3545,48.6294,-1.8646,-6.6334,48.9155,-1.8956,-6.6446,48.8964,-1.8706,-5.8772,48.4831,-0.7537,-5.8964,48.4718,-0.7468,-5.7973,48.3711,-1.064,-5.8236,48.3609,-1.0602,-5.9169,48.462,-0.7351,-5.9658,48.575,-0.5792,-5.9923,48.5709,-0.5759,-6.0979,48.7013,-0.4531,-6.555,45.1122,-1.1695,-6.6057,43.9529,-1.2512,-6.6043,43.956,-1.291,-6.6886,41.8087,-1.2984,-6.7671,39.5175,-1.7047,-6.6635,38.8012,-1.7112,-6.6777,38.7967,-1.7637,-6.4761,38.0688,-1.8101,-6.5289,38.0555,-1.828,-6.5602,38.2392,-1.7887,-7.2518,47.2762,-0.7152,-7.2638,46.2587,-0.7667,-7.2378,46.2517,-0.7336,-7.1556,42.8883,-0.9656,-7.2008,42.8855,-0.9512,-7.2127,41.8213,-1.1019,-7.2203,40.7161,-1.221,-7.1486,39.5525,-1.2408,-7.109,38.8196,-1.2521,-7.0426,38.8113,-1.2768,-7.9539,38.6476,-1.6938,-8.0283,38.6597,-1.7668,-8.0767,38.5323,-1.7268,-8.3191,37.5366,-1.3716,-8.3094,37.3867,-1.3459,-8.0612,37.4402,-1.7169,-8.183,37.6631,-1.6493,-8.0718,37.5989,-1.7978,-8.297,37.7535,-1.4653,-8.287,37.7415,-1.5321,-8.3175,37.6686,-1.428,-8.286,37.7624,-1.4133,-8.2973,37.6805,-1.379,-8.103,38.2051,-1.9111,-8.0169,38.3354,-1.9397,-8.078,38.1599,-1.9155,-8.178,38.2332,-1.8027,-8.1757,38.2023,-1.7246,-8.1295,38.3684,-1.7588,-8.0371,38.4086,-1.9181,-8.0923,38.2926,-1.9047,-8.0993,38.4232,-1.8337,-8.1419,38.3124,-1.8335,-8.187,38.0423,-1.7738,-8.1858,38.1434,-1.8118,-8.158,38.2774,-1.6468,-8.1792,37.9574,-1.7451,-8.2327,38.0072,-1.546,-6.5914,38.3501,-1.7865,-6.5564,38.3491,-1.7598,-6.5109,38.2407,-1.763,-7.7072,38.3372,-1.9885,-7.63,38.3335,-1.958,-7.7339,38.1934,-1.9779,-7.6902,38.3556,-1.4361,-7.1157,37.7357,-1.4785,-7.1474,37.6579,-1.4378,-7.1678,37.7215,-1.4705,-7.0676,37.6644,-1.46,-7.0661,37.7754,-1.502,-7.1862,37.7821,-1.5011,-7.141,37.8306,-1.5466,-7.1055,37.8087,-1.5295,-7.2328,37.8369,-1.5543,-7.1824,37.8454,-1.5586,-7.2591,37.7704,-1.5085,-7.2669,37.8157,-1.5384,-7.2048,37.7273,-1.4761,-7.2387,37.745,-1.4899,-7.0182,37.6841,-1.4774,-7.0198,37.8217,-1.5797,-6.9509,37.7394,-1.5398,-7.2818,37.8792,-1.6296,-7.1928,37.9118,-1.6189,-7.3354,37.7549,-1.5197,-7.3554,37.8199,-1.6218,-7.2808,37.6894,-1.4668,-7.3058,37.7192,-1.4909,-7.0092,38.076,-1.7898,-6.8137,38.2575,-1.8557,-6.8465,38.0616,-1.8494,-7.4764,37.8329,-1.7292,-7.4622,37.9368,-1.8695,-7.3431,38.003,-1.8032,-7.3292,37.9198,-1.7037,-7.4666,37.5196,-1.6437,-7.4697,37.3593,-1.7042,-7.547,37.4357,-1.7707,-7.6348,37.4651,-1.8564,-7.6296,37.5554,-1.8822,-7.5873,37.5053,-1.8054,-7.4869,37.608,-1.643,-7.405,37.6554,-1.5394,-7.4389,37.5809,-1.5983,-7.5099,37.7755,-1.7103,-7.4495,37.7176,-1.5742,-7.5309,37.7134,-1.7017,-7.7181,37.5108,-1.93,-7.507,37.5937,-1.6704,-7.5373,37.6442,-1.7048,-7.1625,39.5101,-1.9466,-6.8441,38.801,-1.9049,-7.1591,38.8201,-1.9149,-6.8725,38.8043,-1.3792,-6.7204,38.6026,-1.5161,-6.7583,38.7977,-1.5343,-6.851,38.6034,-1.4047,-7.9361,38.8673,-1.7682,-8.0011,38.6453,-1.8475,-7.9297,38.8621,-1.8444,-7.1124,38.6066,-1.901,-7.1838,38.6048,-1.9072,-6.2859,37.631,-1.5227,-6.3209,37.691,-1.5179,-6.3245,37.6423,-1.4852,-6.6823,38.5891,-1.8237,-7.2995,38.175,-1.2562,-7.3468,38.2392,-1.2611,-7.1935,38.0711,-1.3107,-7.2826,38.1271,-1.2693,-7.4941,39.6017,-1.5493,-7.4424,40.729,-1.5515,-7.615,39.6114,-1.6944,-7.4457,43.9818,-1.0235,-7.4488,43.9858,-1.0924,-7.352,42.8813,-1.0312,-7.3634,47.2947,-0.8977,-7.3246,46.2735,-0.9579,-7.2637,46.2898,-1.5471,-7.1847,46.2815,-1.5973,-7.2393,45.1755,-1.6624,-6.9279,46.2104,-0.7539,-6.8961,45.1129,-0.8763,-6.823,46.2089,-0.7935,-7.3051,46.29,-1.4366,-7.339,45.1833,-1.5397,-7.059,46.2683,-1.6773,-7.0475,45.155,-1.7404,-7.0981,49.2268,-1.471,-7.0823,49.19,-1.5363,-7.2409,49.059,-1.5406,-7.0712,49.324,-1.3584,-6.9924,49.5012,-0.9982,-7.0285,49.3706,-1.4071,-6.9964,49.2567,-1.5246,-7.0482,49.2555,-1.4939,-6.7322,48.7916,-1.7012,-6.6767,48.8212,-1.7495,-6.408,48.4949,-1.7824,-7.0293,49.437,-1.1159,-6.8753,48.5192,-1.6392,-6.9608,48.4423,-1.6248,-7.0159,48.719,-1.6429,-6.5063,46.2674,-1.2485,-6.5634,45.1451,-1.4258,-6.4989,46.2789,-1.3128,-6.607,48.6466,-1.7352,-8.1405,38.128,-1.8776,-8.1118,38.0321,-1.8953,-6.4912,47.3198,-0.7363,-6.4272,47.7339,-0.6642,-6.4529,47.7312,-0.6154,-6.4703,47.319,-0.7602,-6.6106,45.1051,-1.0641,-6.5427,46.2115,-0.9348,-6.5825,46.2054,-0.8843,-6.3516,47.9539,-0.6877,-6.2525,48.0527,-0.8652,-6.2744,48.2692,-0.5356,-6.8192,47.3163,-0.639,-6.8949,47.32,-0.6491,-6.5996,47.3162,-0.6773,-6.6459,46.2063,-0.8603,-6.7128,47.3161,-0.6576,-6.4781,47.7294,-0.5961,-6.5536,47.7353,-0.5789,-6.5161,47.3216,-0.7159,-7.3092,48.6252,-1.5344,-7.3169,48.3886,-1.4411,-7.3691,48.6845,-1.3944,-7.3806,48.2095,-1.2414,-7.3908,48.4518,-1.3218,-7.2349,48.6263,-1.5986,-7.2483,48.6932,-1.5963,-7.0923,48.7563,-1.6379,-7.3243,48.6994,-1.5304,-7.3603,48.7477,-1.4249,-7.3297,48.7718,-1.5281,-7.2308,49.1313,-1.1647,-7.2987,49.0117,-1.2253,-7.2417,49.1152,-1.059,-7.2789,47.295,-1.3421,-7.175,47.3008,-1.4571,-6.9286,48.8511,-1.6441,-6.4181,48.3124,-0.2836,-6.4337,48.4747,-0.208,-6.4948,48.4767,-0.1943,-6.2565,48.4944,-0.4506,-6.8332,48.793,-0.3454,-6.8667,48.8188,-0.3846,-6.8561,48.5847,-0.3674,-7.2204,48.7314,-0.5213,-7.1785,48.9393,-0.4803,-7.3399,48.7462,-0.7172,-7.2753,48.9435,-0.696,-7.3726,48.8212,-1.2789,-7.3601,48.8185,-1.2256,-7.3185,48.9599,-1.1989,-7.2551,48.8686,-1.5742,-7.0927,49.1056,-1.6221,-6.9936,48.8984,-1.6293,-6.899,49.0075,-0.4005,-6.9578,49.047,-0.38,-6.9431,48.8695,-0.4162,-6.2584,49.6458,-1.5046,-6.233,49.6178,-1.5453,-6.4174,49.6498,-1.5787,-6.3751,49.58,-1.6487,-6.6265,49.5273,-0.3596,-6.5972,49.5066,-0.345,-6.5201,49.6,-0.4528,-6.5454,49.3216,-0.3141,-6.5992,49.2637,-0.2674,-6.5435,49.2388,-0.2625,-6.1405,49.6895,-1.174,-6.222,49.7477,-1.002,-6.1928,49.7255,-0.9947,-7.1468,49.3144,-1.1049,-7.0781,49.469,-0.937,-7.0379,49.4772,-0.9834,-6.8282,48.3977,-0.3232,-6.8316,48.5651,-0.2546,-6.8316,48.5729,-0.2734,-6.8286,48.5776,-0.2861,-6.8183,48.9224,-0.2174,-6.3282,48.2329,-0.4643,-6.3099,48.3401,-0.4076,-6.3274,48.7343,-0.2695,-6.321,48.6405,-0.2873,-6.2463,48.6281,-0.3975,-6.4634,48.1949,-0.353,-6.4242,48.1871,-0.3596,-6.6788,48.6895,-0.1417,-6.7841,48.9045,-0.1168,-6.8111,48.7173,-0.1399,-6.4024,48.7671,-0.1827,-6.4071,48.8892,-0.1815,-6.5943,48.8613,-0.094,-6.4878,48.8068,-0.1244,-6.466,48.9388,-0.1447,-6.5864,49.0176,-0.1361,-6.9329,49.2002,-0.3868,-6.8129,48.2966,-0.3489,-6.8622,47.9408,-0.5499,-6.7804,47.9063,-0.5124,-6.8583,48.3613,-0.3703,-6.3702,49.1764,-0.3181,-6.4456,49.0448,-0.1983,-6.4014,48.9802,-0.2172,-6.8413,49.6045,-0.6112,-6.679,49.5573,-0.3955,-6.8303,49.6497,-0.6179,-6.7012,49.5179,-0.3814,-6.4588,49.4069,-0.29,-6.3263,49.2409,-0.2998,-6.3058,49.2665,-0.2994,-6.4671,49.3736,-0.2823,-6.9953,49.5927,-1.0883,-6.9233,49.6342,-0.8044,-6.9093,49.6691,-0.8165,-6.9807,49.6199,-1.1199,-6.6036,48.9494,-1.9125,-6.3105,48.7075,-1.8882,-6.4871,49.2738,-0.3006,-6.4747,49.236,-0.2899,-6.8429,37.4348,-1.0363,-6.8201,37.3991,-0.9945,-6.7385,37.4227,-1.0092,-6.9797,37.4527,-1.1622,-6.9218,37.4572,-1.1423,-6.9405,37.4791,-1.1659,-7.1334,37.7255,-1.3879,-7.0346,37.634,-1.3882,-6.9631,37.6625,-1.4004,-6.9434,37.6427,-1.3572,-6.9208,37.7284,-1.3339,-6.7838,37.4809,-1.1255,-6.8135,37.4643,-1.1284,-6.7767,37.467,-1.1197,-6.8174,37.4861,-1.1341,-6.8728,37.4608,-1.1295,-7.239,37.521,-1.1755,-7.2875,37.5557,-1.1585,-7.2374,37.5171,-1.1655,-7.2869,37.5484,-1.1504,-6.9069,37.4539,-1.102,-6.8641,37.4619,-1.0868,-6.915,37.4585,-1.1241,-6.8671,37.4621,-1.1077,-6.7985,37.4666,-1.0986,-6.7877,37.4611,-1.0768,-6.7109,37.4318,-1.0291,-6.6384,37.3871,-1.0964,-6.7475,37.4638,-1.0741,-7.1898,37.4867,-1.191,-7.1941,37.49,-1.2061,-7.2792,37.5133,-1.1327,-7.2544,37.5118,-1.1453,-7.1601,37.4718,-1.1783,-7.1922,37.4804,-1.1788,-7.1652,37.4663,-1.2053,-7.023,37.408,-1.1067,-7.0307,37.4475,-1.1525,-7.0974,37.4504,-1.165,-7.0931,37.3989,-1.1281,-7.1949,37.7986,-1.3722,-7.2049,37.9934,-1.3371,-7.2682,37.5725,-1.3254,-7.2609,37.5799,-1.3875,-7.3514,37.6219,-1.301,-7.3445,37.6442,-1.3116,-7.3895,37.6562,-1.2808,-6.8554,37.7976,-1.2588,-6.9224,37.8741,-1.2653,-6.8746,37.7919,-1.2692,-6.9002,37.8872,-1.2606,-7.1739,37.8235,-1.3681,-7.1409,37.8014,-1.3732,-7.1535,37.7668,-1.3793,-7.1858,37.7209,-1.3869,-7.3051,37.6678,-1.3328,-7.6874,36.9198,-1.5698,-7.6987,36.9264,-1.5682,-7.7039,36.993,-1.6279,-7.6787,36.8577,-1.4876,-7.6581,36.8555,-1.4917,-7.6296,36.832,-1.4266,-7.6572,36.8396,-1.4176,-7.678,37.1204,-1.765,-7.6673,37.1791,-1.7973,-7.6397,37.1278,-1.7482,-7.7197,37.6745,-1.2373,-7.7173,37.6826,-1.2213,-7.6586,37.6362,-1.2043,-7.7267,36.946,-1.1159,-7.7127,36.9918,-1.053,-7.724,36.9938,-1.0396,-7.8988,37.7177,-1.2552,-7.8617,37.7294,-1.2666,-7.7749,37.7424,-1.2801,-7.7085,37.8263,-1.3314,-7.9347,37.709,-1.2423,-8.1505,37.5022,-0.9974,-8.1342,37.5108,-0.9482,-8.1338,37.5629,-1.0169,-8.1306,37.4033,-0.878,-8.1212,37.4795,-0.9041,-8.1745,37.385,-0.9084,-8.1798,37.41,-1.0401,-8.171,37.4372,-0.9746,-8.1726,37.4659,-1.0585,-8.1816,37.3914,-0.9945,-8.1566,37.4552,-0.9335,-8.0292,36.8639,-1.2126,-7.9391,36.8729,-1.3543,-8.0044,36.8572,-1.2178,-8.135,37.5794,-1.1027,-8.0805,37.6324,-1.1405,-8.1135,37.635,-1.2298,-8.0636,37.6563,-1.1062,-8.0375,37.6794,-1.0802,-7.9879,37.6966,-1.1747,-8.0037,37.6928,-1.0704,-7.9791,37.7013,-1.0693,-7.9399,37.9535,-1.4103,-8.1478,37.7527,-1.3025,-8.097,37.9887,-1.4487,-8.1975,37.5258,-1.2545,-6.7328,37.7391,-1.6836,-6.7381,37.6878,-1.6357,-6.9369,37.8337,-1.6289,-6.8426,37.7036,-1.5777,-6.7368,37.6677,-1.6156,-7.3311,37.6215,-1.4605,-7.3269,37.6352,-1.4596,-7.2481,37.5873,-1.4288,-7.2432,37.6044,-1.4345,-7.1309,37.5477,-1.4417,-7.1283,37.5734,-1.4126,-7.0056,37.5825,-1.4473,-7.009,37.5556,-1.4692,-6.9312,37.5845,-1.4976,-6.93,37.6149,-1.4737,-6.8988,37.2888,-1.7812,-6.9198,37.4008,-1.645,-6.8545,37.3203,-1.8108,-6.7372,37.7987,-1.7542,-6.6592,37.8226,-1.8573,-6.6389,37.7305,-1.8325,-6.746,37.8509,-1.8287,-6.6071,37.5261,-1.81,-6.611,37.5696,-1.8101,-6.5107,37.5426,-1.8434,-6.6227,37.5272,-1.8012,-6.6234,37.5756,-1.7971,-6.7022,37.3725,-0.9701,-6.4065,37.9519,-1.8269,-6.4503,38.0029,-1.8173,-6.4138,38.027,-1.7962,-6.7762,37.3025,-1.8047,-6.6696,37.4478,-1.8017,-6.6162,37.3682,-1.8329,-7.0957,37.9254,-1.3064,-6.9812,37.8631,-1.2896,-6.9718,37.9615,-1.2667,-6.4193,37.8698,-1.8509,-6.3519,37.8765,-1.8361,-6.8508,37.968,-1.8079,-6.7179,37.9719,-1.8589,-6.6882,37.8972,-1.8581,-6.6569,38.0427,-1.3631,-6.6468,37.9612,-1.3412,-6.6249,37.9619,-1.3574,-6.0821,37.2397,-1.7904,-6.0891,37.2998,-1.8372,-6.068,37.3011,-1.8179,-6.1002,37.2368,-1.8153,-6.1309,37.1103,-1.7393,-6.1461,37.1109,-1.753,-6.1207,37.1693,-1.7838,-6.1044,37.1703,-1.7628,-6.2245,37.7954,-1.8042,-6.1591,37.7159,-1.8258,-6.2372,37.7922,-1.8336,-6.1619,37.6972,-1.8476,-6.1807,37.1429,-1.5161,-6.1373,37.1652,-1.5922,-6.1384,37.2394,-1.586,-6.1023,37.1864,-1.6605,-6.0665,37.2452,-1.7115,-6.0935,37.2441,-1.6437,-6.0954,37.1815,-1.7034,-6.3683,36.9925,-1.5794,-6.316,36.9926,-1.6148,-6.3103,36.9977,-1.5964,-6.2154,37.0061,-1.6239,-6.2539,36.9862,-1.5844,-6.2624,37.002,-1.6104,-6.2667,37.2187,-1.4228,-6.2261,37.3385,-1.4337,-6.2698,37.3314,-1.4017,-6.2273,37.2313,-1.4626,-6.313,37.2056,-1.3869,-6.2611,37.187,-1.419,-6.3236,37.0345,-1.4526,-6.2679,37.1038,-1.4496,-6.3198,37.091,-1.4283,-6.2745,37.0685,-1.4719,-6.2984,37.7161,-1.8745,-6.3596,37.7944,-1.8624,-6.2854,37.807,-1.8467,-6.3652,37.7111,-1.8771,-6.3789,37.2356,-1.8486,-6.3036,37.1241,-1.7764,-6.3655,37.1352,-1.7859,-6.317,37.2208,-1.848,-6.4269,37.787,-1.8732,-6.4313,37.7079,-1.8724,-6.2942,37.0748,-1.7276,-6.2442,37.1223,-1.7753,-6.2393,37.0783,-1.7444,-6.235,37.0321,-1.7084,-6.2846,37.03,-1.6895,-6.2892,37.0439,-1.7042,-6.8062,37.5657,-1.1595,-6.7236,37.6479,-1.1883,-6.8225,37.6392,-1.1904,-6.8519,37.6317,-1.1894,-6.6272,37.7981,-1.2975,-6.6326,37.6611,-1.2304,-6.6136,37.6634,-1.2651,-6.6605,37.5277,-1.1452,-6.1192,37.138,-1.6794,-6.1448,37.1388,-1.608,-6.1607,37.0761,-1.6468,-6.1511,37.0764,-1.7066,-6.2275,37.0047,-1.666,-6.157,37.0762,-1.7172,-6.158,37.7176,-1.7941,-6.2011,37.7229,-1.8605,-6.1597,37.6173,-1.8749,-6.2137,37.6184,-1.8834,-6.2067,37.0805,-1.7403,-6.1771,37.0788,-1.7307,-6.5169,37.7172,-1.856,-6.516,37.676,-1.8572,-6.1743,37.4514,-1.4541,-6.1634,37.5627,-1.5445,-6.2037,37.5412,-1.5047,-6.1271,37.4735,-1.5161,-6.6149,37.2819,-1.8281,-6.6313,37.1889,-1.7836,-6.6756,37.1689,-1.7663,-6.1643,37.1802,-1.8071,-6.1941,37.2484,-1.8537,-6.1478,37.2452,-1.8387,-6.1969,37.1916,-1.8141,-6.1907,37.1139,-1.7659,-6.7527,37.2128,-1.8089,-6.7218,37.234,-1.8019,-6.7192,37.0408,-1.7597,-6.737,37.1266,-1.7804,-8.3093,37.3604,-1.336,-7.4671,37.1464,-1.6767,-7.4665,37.2111,-1.6778,-7.7538,37.1211,-1.7534,-7.6926,37.1774,-1.797,-7.469,37.2828,-1.6719,-7.6761,37.243,-1.8367,-6.8464,37.2041,-1.8487,-6.8916,37.185,-1.7986,-8.1102,37.5722,-0.9717,-8.1534,37.5226,-1.0806,-7.1679,37.4704,-1.2281,-7.1447,37.4701,-1.2325,-7.1812,37.5431,-1.3449,-7.135,37.4521,-1.2126,-7.6011,37.532,-1.1453,-7.6225,37.5472,-1.1217,-8.0364,37.6595,-0.9968,-8.0859,37.6352,-1.003,-7.9596,36.9319,-1.0025,-7.9409,36.8769,-1.1078,-7.9307,36.9324,-1.002,-7.1219,37.4017,-1.5818,-7.148,37.4068,-1.5786,-7.6832,36.9957,-1.0739,-7.671,37.0579,-1.0366,-7.6979,37.055,-1.0079,-7.7519,36.8993,-1.2522,-7.7177,36.8951,-1.2574,-7.7107,36.9047,-1.1997,-7.7433,36.9021,-1.1898,-7.7374,36.8863,-1.5026,-7.7265,36.944,-1.5698,-7.7171,36.875,-1.4977,-7.7259,37.0028,-1.6302,-7.7554,37.0015,-1.6331,-6.6824,37.0452,-1.6874,-6.6438,37.0418,-1.5989,-6.6769,37.0017,-1.6288,-6.6446,37.0798,-1.6674,-7.6736,36.9812,-1.6318,-7.6797,37.0694,-1.712,-6.6915,37.0776,-1.7256,-6.6447,37.1083,-1.7186,-7.6001,36.8202,-1.366,-7.5891,36.8228,-1.408,-7.5572,36.8188,-1.3471,-7.6509,36.9071,-1.5708,-7.62,36.8423,-1.48,-7.9123,36.876,-1.3445,-7.8426,36.8915,-1.41,-7.8646,36.8845,-1.4036,-6.5784,37.2883,-1.2219,-6.6125,37.2933,-1.107,-6.5824,37.3941,-1.2004,-6.5841,37.1174,-1.2633,-6.5782,37.252,-1.229,-6.5793,37.1034,-1.1357,-6.5975,37.2208,-1.1171,-6.6604,36.8331,-1.4364,-6.6545,36.9296,-1.4688,-6.6376,36.9162,-1.4365,-6.668,36.8262,-1.5042,-6.6695,36.8305,-1.5401,-6.6649,36.9326,-1.5208,-6.5916,37.0604,-0.9438,-6.6224,37.1829,-0.9389,-6.6688,37.071,-0.9172,-6.5775,36.6746,-1.2392,-6.5949,36.6478,-1.2964,-6.6429,36.8684,-1.3552,-7.2804,36.9349,-1.1357,-7.3138,36.8946,-1.2066,-7.294,36.8961,-1.2083,-8.1093,36.99,-1.2069,-8.1267,36.9617,-1.0736,-8.0925,36.9165,-1.1524,-6.6774,36.737,-1.0887,-6.5778,36.7565,-1.103,-6.6686,36.785,-1.0455,-8.0467,37.0064,-0.9395,-8.047,37.0934,-0.8793,-8.0679,37.0931,-0.8875,-7.717,37.0547,-0.9807,-7.043,37.386,-1.5915,-7.1546,37.2741,-1.6392,-7.0697,37.2671,-1.6721,-6.6136,37.4537,-1.8264,-6.5112,37.3115,-1.8518,-6.5351,37.305,-1.8464,-6.5134,37.3934,-1.8632,-8.2004,37.2167,-0.9253,-8.2026,37.2856,-0.9302,-6.6378,37.308,-0.9741,-6.5979,37.1939,-0.963,-6.7831,37.3132,-0.9673,-6.7267,37.1931,-0.9316,-6.6651,37.2985,-0.9507,-6.7667,37.0594,-0.9319,-6.8215,37.1832,-0.9655,-6.5518,37.1596,-1.3475,-6.5205,37.29,-1.3123,-6.1812,37.3474,-1.4776,-6.1921,37.2464,-1.514,-6.754,36.8718,-0.979,-6.6466,36.9494,-0.9354,-6.7518,36.9718,-0.9367,-6.6571,36.8494,-0.9927,-6.8346,37.5533,-1.1577,-6.8972,37.0473,-0.9831,-6.5891,37.0546,-1.1724,-6.5499,36.9506,-1.0073,-6.5698,37.0728,-0.9685,-6.2093,37.0135,-1.5997,-6.6026,36.968,-1.4386,-6.5938,36.9774,-1.4207,-6.6296,36.9324,-1.3991,-6.617,36.9637,-1.3581,-6.8678,49.5256,-0.6031,-6.1701,48.3352,-1.5899,-6.3942,48.6495,-0.1792,-7.2807,48.1917,-1.4121,-7.3746,48.7742,-1.3134,-7.3981,48.6396,-1.2313,-7.1335,49.3293,-1.1984,-7.0175,49.4827,-1.0143,-7.1739,49.3111,-1.0298,-7.4178,48.203,-1.0843,-7.4057,48.6058,-1.0829,-7.1133,49.4521,-0.8842,-7.191,49.3127,-0.9461,-7.0897,49.2482,-0.4896,-7.0689,49.3431,-0.5001,-6.9883,49.3944,-0.4461,-7.0127,49.4572,-0.5298,-6.9244,49.4223,-0.4427,-6.9688,49.4866,-0.5441,-6.8009,49.2815,-0.3836,-7.0689,48.4667,-0.4894,-6.992,48.6655,-0.4511,-7.0307,48.687,-0.4211,-6.9041,48.3978,-0.4342,-6.0999,49.6501,-1.1691,-6.0903,49.6071,-1.3597,-6.422,49.5209,-0.407,-6.4959,49.4319,-0.3023,-6.0595,49.6107,-1.1643,-6.0211,49.5713,-1.1895,-5.9049,49.4555,-1.0944,-5.8828,49.4186,-1.1385,-5.9826,49.532,-1.2146,-5.9494,49.497,-1.2598,-5.9479,49.4635,-1.3145,-5.8644,49.2999,-1.3979,-5.9532,49.4616,-1.3793,-5.8385,49.328,-1.2875,-5.9853,49.4607,-1.4388,-6.0844,49.5048,-1.5393,-6.1635,49.5516,-1.5597,-6.9919,49.472,-1.4531,-6.91,49.5894,-1.4959,-6.9503,49.376,-1.594,-6.8326,49.4824,-1.6223,-6.2818,49.7177,-1.3645,-6.2838,49.6737,-1.4639,-6.9279,49.7275,-1.1752,-6.8373,49.7843,-1.2233,-6.7971,49.6423,-1.5199,-6.8412,49.7578,-0.8756,-6.1823,49.7097,-1.2053,-6.2274,49.7341,-1.2679,-6.3467,48.2266,-1.6194,-6.4715,47.8356,-1.5523,-6.5964,47.8461,-1.6037,-7.2655,47.8044,-0.6745,-7.4051,47.7911,-0.8254,-7.151,47.3174,-0.6563,-7.0766,47.8008,-0.6297,-7.1646,47.7992,-0.6362,-7.0298,47.3214,-0.6713,-6.2955,47.6526,-1.1321,-6.3432,47.4085,-1.1947,-7.0722,47.3042,-1.5872,-7.2282,47.8145,-1.4397,-7.0901,47.8095,-1.5574,-7.1381,46.2302,-0.7053,-6.4439,47.3111,-0.8523,-6.531,46.2295,-1.0357,-7.3454,47.2911,-1.1071,-7.3342,47.2889,-1.2363,-7.3555,46.2892,-1.266,-7.3659,46.2845,-1.0999,-7.1061,45.1061,-0.7708,-7.0915,46.2236,-0.7108,-6.7928,43.9966,-1.7217,-6.9092,45.1547,-1.75,-6.8892,43.9979,-1.8062,-7.4057,45.1869,-1.201,-7.4555,43.9942,-1.2401,-6.8405,42.8445,-1.7889,-6.9326,42.8749,-1.8417,-7.3082,42.8857,-1.7017,-7.4004,43.9881,-1.5426,-7.3029,44.0095,-1.6784,-7.4412,43.9975,-1.3932,-7.2763,42.883,-0.9763,-7.1596,41.8979,-1.9223,-7.0668,42.8928,-1.8333,-7.3232,41.8823,-1.7468,-7.4114,41.8836,-1.3199,-6.7987,40.683,-1.7835,-6.9338,41.8563,-1.8767,-7.0223,40.7252,-2.0068,-7.042,41.884,-1.939,-7.2289,40.7426,-2.0111,-7.4876,40.7485,-1.8023,-7.3968,39.5294,-2.0007,-6.6604,38.801,-1.6786,-6.769,39.5254,-1.6367,-6.6806,38.7992,-1.6349,-7.3812,39.5811,-1.4259,-7.2988,38.8331,-1.2929,-7.2638,39.544,-1.2911,-7.4516,38.849,-1.3998,-7.1686,38.8247,-1.2603,-7.2046,39.5502,-1.2605,-6.837,39.4865,-1.8564,-6.713,38.7975,-1.8265,-7.3262,38.8315,-1.9274,-7.5933,38.8471,-2.0143,-7.5422,39.5781,-2.0061,-7.7598,38.8519,-1.9972,-7.7105,39.6324,-1.805,-7.7482,38.8663,-1.6362,-7.6721,39.2433,-1.6778,-7.8566,38.8639,-1.7045,-7.6017,38.8531,-1.5073,-6.6803,38.353,-1.8253,-7.7927,38.3528,-2.0,-7.6482,38.6249,-2.0098,-7.7979,38.6367,-1.6009,-7.6368,38.6372,-1.4872,-7.8595,38.3626,-1.5163,-7.5106,38.2259,-1.3268,-7.1781,38.2548,-1.2734,-7.0834,37.6067,-1.3803,-7.0925,38.1186,-1.277,-7.1836,38.1716,-1.2915,-7.2404,37.6181,-1.3859,-7.1811,37.605,-1.3789,-6.5862,38.2594,-1.5186,-6.5304,38.0783,-1.518,-6.7353,38.2512,-1.3928,-7.0522,38.1685,-1.2653,-6.9615,38.2444,-1.2555,-6.1941,37.0767,-1.5552,-6.2181,37.1635,-1.4642,-6.2212,37.1221,-1.4806,-6.252,37.7213,-1.6123,-6.2324,37.631,-1.5565,-7.8838,38.2255,-1.474,-7.897,37.9288,-1.4015,-8.091,37.4153,-0.8512,-8.14,37.3092,-0.8604,-8.0904,37.3161,-0.8355,-8.264,37.3178,-1.2305,-8.2955,37.2883,-1.3086,-8.0092,37.6804,-1.1908,-8.3043,37.5431,-1.3341,-8.1539,37.0361,-1.0067,-7.7282,37.9154,-1.9917,-7.6519,37.7428,-1.9301,-8.0083,37.0106,-1.512,-7.893,37.0191,-1.5797,-8.1763,37.0655,-1.4143,-7.883,37.0828,-1.6208,-8.0507,37.1121,-1.5486,-8.0609,37.1703,-1.595,-7.6962,37.362,-1.8787,-8.1932,37.4858,-1.5929,-8.0644,37.2985,-1.6526,-8.2115,37.3372,-1.5516,-7.8857,37.3879,-1.8351,-7.8838,37.5575,-1.8891,-7.8876,37.9324,-1.9755,-6.6573,37.8889,-1.8609,-6.5186,37.8011,-1.8669,-6.4008,37.0737,-1.6874,-6.3455,37.0733,-1.7095,-6.3416,37.0568,-1.6975};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=2 */
		private double[] getrhumerus_Coord_7_17_point_2()
		{
			double[] value = {-6.6068,36.9907,-1.2282,-6.5502,36.8575,-1.0598,-6.6461,36.6233,-1.4788,-6.6723,36.6549,-1.574,-6.6704,36.9534,-1.5639,-6.6428,37.0087,-1.5391,-6.7644,37.1982,-1.8381,-6.8065,36.6539,-1.4302,-6.7962,36.6473,-1.3454,-6.9518,36.7406,-1.3309,-6.9537,36.7559,-1.4044,-7.4227,38.2195,-1.91,-7.4429,38.0608,-1.8711,-7.5714,37.9553,-1.9519,-6.8955,38.368,-1.8703,-7.1176,38.3887,-1.8681,-7.4287,37.7265,-1.5422,-7.4073,37.7334,-1.5388,-7.593,37.6983,-1.8621,-7.2285,37.283,-1.6417,-7.3201,37.2802,-1.6523,-7.3211,37.3098,-1.6633,-7.5653,37.4198,-1.7904,-6.8377,37.4372,-1.7,-6.7486,37.4364,-1.7338,-7.433,37.4979,-1.6262,-7.4008,37.5596,-1.5631,-7.2628,37.5449,-1.4877,-7.2507,37.5639,-1.4558,-6.9638,37.2747,-1.74,-6.8022,37.3067,-1.8025,-7.4718,37.1036,-1.6622,-7.6383,37.0801,-1.7007,-6.9357,37.6273,-1.4755,-7.1202,38.2797,-1.8517,-7.1429,38.0799,-1.7675,-6.7486,38.0465,-1.8598,-6.6918,37.7524,-1.8085,-7.3431,38.3479,-1.909,-7.1841,38.3828,-1.8742,-7.0911,37.3653,-1.1075,-7.0237,37.2824,-1.0732,-7.024,37.3747,-1.0874,-7.0878,37.2892,-1.0864,-6.6233,36.9764,-1.4934,-6.5197,37.8855,-1.8529,-6.6537,38.0216,-1.8679,-6.6793,38.2349,-1.8261,-7.8601,38.2168,-1.995,-8.1935,37.1511,-1.4584,-7.9673,36.8542,-1.2176,-8.1898,37.373,-0.9499,-6.6727,37.3802,-0.9927,-7.7738,37.0033,-0.9951,-7.8563,36.9376,-1.0229,-7.7883,36.9542,-1.0634,-7.8372,37.0041,-0.9522,-8.0459,38.2652,-1.5669,-7.7794,37.0654,-1.6862,-7.8059,37.0059,-1.6245,-7.9447,37.6838,-1.0037,-7.9175,37.7147,-1.0717,-7.9333,37.7135,-1.0704,-6.3082,37.5383,-1.4413,-6.2049,37.646,-1.5751,-6.2223,37.448,-1.4181,-6.0879,37.2921,-1.6308,-6.1348,37.2696,-1.5739,-6.7646,37.4688,-1.098,-7.1273,37.5981,-1.3791,-7.2624,37.6921,-1.3704,-7.1672,38.6197,-1.264,-7.3342,38.3688,-1.2719,-7.1745,38.3764,-1.2703,-7.3089,38.628,-1.2933,-8.0563,38.5144,-1.8366,-8.1192,38.4049,-1.6868,-7.8847,38.4965,-1.9817,-7.8139,38.6364,-1.9976,-6.8402,38.593,-1.9049,-6.8218,38.3591,-1.8706,-6.8289,39.5271,-1.4964,-7.3622,40.7169,-1.3556,-6.8931,40.7147,-1.268,-6.9572,39.5433,-1.3559,-6.6009,43.9782,-1.5296,-7.2562,43.9586,-0.8904,-7.1495,45.1084,-0.7638,-7.2842,45.13,-0.8208,-7.1943,43.9618,-0.8764,-6.912,47.7911,-1.6013,-6.9124,48.2128,-1.5971,-6.6837,48.2472,-1.6342,-6.7492,49.726,-0.6912,-6.3026,49.7974,-1.0659,-6.3907,49.822,-1.1784,-5.8859,48.9095,-1.6626,-5.8807,49.1116,-1.6026,-5.7243,48.8308,-1.4591,-5.7756,49.0496,-1.4383,-5.8606,49.3818,-1.1827,-7.1402,48.0423,-0.5882,-7.0773,48.0205,-0.5862,-7.021,48.436,-0.4729,-6.9963,48.9035,-0.3636,-6.9816,49.1948,-0.4016,-6.9791,49.3268,-0.4123,-7.1283,48.4761,-0.5033,-7.0893,48.6926,-0.4279,-7.2686,48.5181,-0.5637,-7.2074,49.0944,-0.7187,-7.1346,49.0808,-0.4773,-7.1075,49.3453,-1.2824,-6.864,48.8579,-1.6669,-6.6526,48.8798,-1.8395,-6.5161,48.6452,-1.785,-6.824,48.5837,-0.3087,-6.3355,48.8554,-0.2747,-6.3018,48.9142,-0.3654,-6.1844,48.1252,-0.9947,-6.7583,36.8542,-1.8156,-6.8125,36.9588,-1.8485,-6.7754,36.9676,-1.8487,-6.7994,36.8545,-1.8086,-6.5709,36.9336,-0.9836,-6.9407,36.7937,-1.1613,-6.7913,36.694,-1.1743,-6.7843,36.7447,-1.0999,-8.1788,37.1246,-0.9565,-7.7609,37.0608,-0.9409,-7.8279,37.072,-0.9049,-6.2464,36.9949,-1.5599,-6.2362,37.0627,-1.5213,-6.6126,36.9826,-1.3454,-6.6241,36.9268,-1.284,-7.2458,36.9133,-1.4033,-7.3328,36.9237,-1.4596,-7.2501,36.9422,-1.4531,-7.3279,36.9011,-1.3993,-7.8862,36.8733,-1.3331,-7.2412,36.9063,-1.3624,-7.3182,36.8879,-1.3607,-7.449,37.6208,-1.1311,-6.7073,36.9908,-1.7251,-6.6932,36.9287,-1.6672,-7.7688,36.8861,-1.3726,-7.7352,36.8785,-1.445,-7.7343,36.8758,-1.3856,-7.7786,36.8847,-1.4368,-7.6189,37.3927,-1.0624,-7.6313,37.3093,-1.0283,-7.5875,37.3985,-1.0507,-7.5949,37.3097,-1.019,-7.174,37.4137,-1.5808,-8.1045,37.5379,-0.9321,-8.0836,37.4997,-0.8754,-7.9213,36.8554,-1.2211,-7.887,36.8857,-1.1179,-7.573,37.5375,-1.1337,-7.0454,37.4869,-1.2397,-7.0122,37.5011,-1.2374,-7.0617,37.5522,-1.3446,-7.2715,37.4599,-1.1077,-7.2216,37.4397,-1.116,-7.6673,37.489,-1.0358,-7.6338,37.4792,-1.0776,-7.66,37.5586,-1.0914,-8.1202,37.6108,-1.0357,-7.3255,37.2071,-1.6545,-7.332,37.1527,-1.644,-8.0561,36.8941,-1.2317,-6.0687,37.247,-1.7607,-6.0937,37.1733,-1.736,-6.1843,37.2057,-1.5121,-6.6458,37.6483,-1.8018,-6.6217,37.6358,-1.8162,-6.1038,37.6119,-1.8538,-6.4335,37.6275,-1.8711,-6.5131,37.631,-1.848,-6.0672,37.5234,-1.856,-6.1078,37.5293,-1.8771,-6.1202,37.1162,-1.7221,-6.0925,37.6297,-1.8014,-6.0942,37.6179,-1.8372,-6.2254,37.1049,-1.4916,-6.3275,37.4423,-1.3644,-6.3574,37.5528,-1.3929,-6.6363,37.5241,-1.1634,-6.9974,37.5838,-1.3482,-6.9669,37.5288,-1.2405,-6.9015,37.5056,-1.1695,-6.3197,37.2474,-1.8621,-6.3559,37.1147,-1.7496,-6.2792,37.0484,-1.4865,-6.2747,37.4452,-1.388,-6.2556,37.5384,-1.475,-6.0589,37.3012,-1.6966,-6.0531,37.3031,-1.7358,-6.1812,37.6558,-1.6003,-6.078,37.3732,-1.6088,-6.0753,37.4082,-1.5986,-6.1263,37.3686,-1.5396,-6.4397,38.0764,-1.7918,-6.416,38.0727,-1.7504,-6.5251,38.3428,-1.6966,-6.6279,38.5976,-1.7224,-6.626,38.5979,-1.6794,-6.5307,38.3403,-1.7283,-6.611,37.9592,-1.3666,-6.5143,37.9803,-1.4791,-6.4895,37.979,-1.503,-6.3635,37.9501,-1.8065,-6.6554,37.9553,-1.8644,-6.5231,37.9703,-1.8398,-6.3621,37.9795,-1.7636,-6.3666,37.9856,-1.742,-6.3029,37.8925,-1.7812,-6.2555,37.8145,-1.743,-6.3097,37.9019,-1.7411,-6.3264,37.9025,-1.6912,-6.371,37.9933,-1.6999,-6.2351,37.7806,-1.7433,-7.3838,37.6732,-1.5055,-7.3637,37.68,-1.4957,-7.1837,37.5636,-1.3794,-7.7439,37.7237,-1.2688,-8.0655,36.8879,-1.1215,-8.037,36.8759,-1.1221,-8.0421,37.5649,-0.9104,-8.0247,37.6159,-0.9554,-8.0766,37.4163,-0.8462,-7.7166,37.6782,-1.1794,-7.7156,37.6653,-1.1396,-7.1592,37.4631,-1.1713,-7.2017,37.4525,-1.1414,-7.1623,37.4115,-1.1336,-7.1321,37.4547,-1.1879,-7.1302,37.4544,-1.1702,-6.4816,49.344,-0.2869,-5.9386,49.3956,-0.7258,-5.8192,49.2437,-0.829,-5.9816,49.5263,-1.0477,-5.751,48.4052,-1.0785,-5.8784,48.358,-1.4038,-5.8372,48.4146,-1.4193,-6.7625,49.1074,-0.2961,-6.7779,49.1125,-0.3491,-6.8108,48.5526,-0.2109,-6.8099,48.3978,-0.2989,-6.8119,49.1187,-0.3742,-6.8343,48.9687,-0.381,-6.5056,48.337,-0.2981,-6.6339,48.6914,-0.1232,-6.3118,48.4782,-0.349,-6.7744,49.1002,-0.2148,-6.672,48.5236,-0.2105,-6.5985,48.508,-0.2103,-6.6592,48.2554,-0.3567,-6.5322,47.853,-0.5363,-6.6658,47.8815,-0.5235,-6.6648,48.8537,-0.094,-6.6301,49.1536,-0.1954,-6.7571,49.087,-0.1623,-6.6528,49.0271,-0.1325,-6.5354,49.4626,-0.3158,-7.0203,49.0494,-0.3849,-7.2042,48.0656,-0.6031,-6.9573,49.0429,-1.6601,-7.3608,48.8493,-1.3281,-7.2957,49.0155,-1.4762,-7.3224,48.8503,-1.5146,-6.8851,48.6102,-0.4102,-6.8189,48.7697,-0.2944,-6.5344,48.4961,-0.194,-6.8458,48.7467,-0.2256,-6.8293,48.7574,-0.2489,-7.3399,47.8212,-1.2624,-6.7186,47.2841,-1.6013,-6.9132,46.2623,-1.6852,-6.898,47.2994,-1.6182,-7.3204,48.9589,-1.0821,-7.2586,48.7825,-1.5913,-6.7825,47.758,-0.5569,-6.8756,47.7779,-0.5988,-7.3635,40.7518,-1.9802,-7.6241,39.605,-1.959,-7.9514,38.3566,-1.9659,-7.9901,38.5029,-1.9227,-6.9026,48.9863,-1.6672,-7.1703,49.2132,-1.3981,-6.6588,41.8143,-1.3566,-7.2963,43.9607,-0.9168,-7.3207,44.9968,-0.8578,-7.0159,38.0476,-1.2668,-6.6483,38.5943,-1.7772,-6.3876,37.6608,-1.4235,-6.2187,37.1934,-1.4608,-7.0032,38.6087,-1.2731,-7.6153,37.8574,-1.9342,-7.3446,38.071,-1.8099,-7.4161,37.8264,-1.6755,-7.1656,37.913,-1.613,-7.0935,37.8814,-1.5924,-8.0128,38.2166,-1.95,-6.665,37.6659,-1.2062,-6.4965,38.0812,-1.5656,-6.4845,38.2393,-1.7353,-7.3087,45.1371,-0.8569,-7.2345,42.8841,-0.9543,-6.6633,43.9533,-1.1879,-6.6236,43.9516,-1.206,-6.5757,49.4083,-0.3082,-5.9452,48.5828,-0.5813,-7.0052,49.4397,-1.4421,-6.8439,49.5968,-0.6096,-6.9236,49.6001,-0.8072,-6.7049,49.5106,-0.3792,-6.6669,49.4879,-0.3543,-6.708,49.4925,-0.3792,-6.6216,49.4586,-0.3301,-6.7739,49.3515,-0.3769,-6.8269,49.3763,-0.4155,-6.7274,49.3162,-0.3482,-6.1079,48.1653,-1.2752,-6.6338,47.6993,-1.5972,-6.2532,48.201,-1.5542,-6.3295,48.2546,-1.6334,-6.399,47.2777,-1.2788,-6.3776,47.2899,-1.1695,-6.1405,48.1619,-1.3866,-6.1205,48.1455,-1.2739,-6.528,46.2798,-1.3999,-7.3602,45.1623,-1.0303,-7.5123,37.677,-1.1722,-7.8288,37.019,-1.6064,-7.8015,37.0758,-1.6628,-7.8853,37.2564,-1.7674,-7.5116,37.6185,-1.1494,-6.2794,47.8219,-1.3639,-6.5956,47.2682,-1.5416,-6.5075,47.2612,-1.4609,-6.3747,47.8282,-1.4805,-6.928,49.3592,-0.4057,-6.471,49.3656,-0.2807,-6.5173,49.3935,-0.2894,-6.5136,49.4012,-0.2917,-6.5706,49.4251,-0.3045,-6.5668,49.4325,-0.307,-6.6179,49.466,-0.3324,-6.6634,49.4953,-0.3568,-6.9773,49.3112,-1.5593,-6.8983,49.1674,-1.7041,-6.0933,48.4417,-1.6832,-6.0742,48.4578,-1.695,-5.9061,48.3447,-1.3972,-6.6291,42.829,-1.325,-6.6315,42.8266,-1.2856,-6.6915,42.8253,-1.2314,-6.6501,42.8248,-1.2468,-7.1494,43.9641,-0.8871,-6.416,38.0839,-1.7126,-6.4817,38.2476,-1.7045,-7.0031,38.3589,-1.2537,-7.0844,38.6156,-1.2476,-6.9045,38.364,-1.2837,-6.8333,38.0339,-1.2693,-6.7225,37.9873,-1.2925,-6.7551,38.0774,-1.3028,-6.8046,37.956,-1.26,-6.7749,37.8724,-1.2535,-6.6762,37.8053,-1.2611,-6.6939,37.9039,-1.2837,-6.7481,37.7939,-1.2441,-6.8634,38.2497,-1.2871,-8.2907,37.2571,-1.3823,-8.2923,37.3705,-1.4269,-8.294,37.3269,-1.4119,-8.0822,37.9612,-1.9096,-7.9281,38.64,-1.9373,-6.625,38.3568,-1.5177,-6.7701,38.3588,-1.3954,-7.1843,38.2719,-1.8578,-8.0194,38.3927,-1.6092,-7.2246,37.6689,-1.4501,-7.1893,38.0792,-1.7703,-7.1424,38.0612,-1.7616,-7.1914,38.0569,-1.7661,-7.0115,38.0323,-1.7727,-7.0466,37.9231,-1.648,-7.5454,37.8174,-1.8569,-7.4165,38.6136,-1.9182,-7.4724,38.6328,-1.39,-6.6437,38.6002,-1.6266,-7.8529,38.8559,-1.9464,-6.4442,37.9863,-1.5653,-6.4537,37.8806,-1.4837,-6.3977,37.893,-1.5593,-6.42,37.7821,-1.46,-6.3609,37.7983,-1.5391,-6.2504,37.2072,-1.8358,-6.252,37.2547,-1.8622,-6.2498,37.3275,-1.8956,-6.1875,37.392,-1.9019,-6.193,37.3169,-1.8859,-6.2439,37.3976,-1.9086,-6.2229,37.5372,-1.8936,-6.1785,37.4598,-1.9038,-6.2359,37.4639,-1.909,-6.1682,37.5345,-1.8908,-6.9814,38.0464,-1.263,-7.4003,45.1842,-1.3564,-7.2235,49.1554,-1.3477,-6.3987,47.2968,-1.0566,-7.0408,44.0013,-1.795,-6.4303,47.8739,-0.5622,-6.3993,47.911,-0.6098,-7.3994,47.8053,-1.0072,-7.3833,47.8123,-1.1409,-7.1702,48.3807,-1.5591,-7.1268,48.1746,-1.5532,-6.842,48.7356,-0.1965,-6.6619,48.3675,-0.2972,-6.3742,48.4753,-0.2521,-6.3613,48.3244,-0.3226,-5.8187,48.5224,-0.7597,-5.8745,48.6299,-0.5884,-5.697,48.94,-0.9412,-5.7743,48.8406,-0.7217,-5.7185,48.7333,-0.8618,-5.7345,49.0132,-0.8126,-5.7664,49.1747,-0.93,-5.7229,49.1038,-1.0342,-7.0504,48.9082,-0.3705,-7.3692,48.7836,-1.0865,-7.3278,48.9394,-0.9461,-7.3859,48.7599,-0.9367,-7.4299,48.5771,-0.9271,-7.4334,48.1964,-0.9183,-7.2535,49.1081,-0.9491,-6.5771,49.6165,-1.626,-6.6307,49.4475,-1.7326,-6.7203,49.5534,-1.6316,-6.5049,49.5226,-1.7179,-6.7345,49.3548,-1.738,-6.8549,49.2314,-1.7449,-6.5665,49.1363,-0.1957,-6.4028,49.6807,-0.5823,-6.3782,49.7621,-0.7473,-6.4897,49.7355,-0.6199,-6.3161,49.7245,-0.7231,-6.5957,49.6516,-0.4978,-6.8152,48.9183,-0.1837,-6.6725,47.747,-0.5675,-6.371,48.1971,-0.3992,-6.7887,48.9411,-0.3051,-6.8012,48.9535,-0.3489,-6.4676,47.8512,-0.5406,-6.4541,48.6383,-0.1404,-7.1214,37.5426,-1.3455,-7.1166,37.4743,-1.2336,-6.0338,48.5131,-1.6988,-6.8906,49.1887,-1.7243,-5.855,48.9496,-0.5954,-5.9738,48.7881,-0.4622,-5.975,49.2934,-0.578,-5.7976,49.0857,-0.6962,-6.1482,49.4672,-0.5124,-6.2373,49.6604,-0.6994,-6.3189,49.6139,-0.5521,-6.0852,49.5373,-0.6718,-6.0526,49.6019,-1.0005,-6.139,49.6831,-0.982,-7.1239,37.5621,-1.3793,-7.0104,37.6075,-1.3927,-7.1013,37.4514,-1.1829,-6.975,37.4542,-1.1422,-6.9696,37.4509,-1.1248,-7.0316,37.45,-1.1713,-7.1281,37.3966,-1.1325,-7.1717,37.3822,-1.1064,-7.1285,37.3637,-1.1114,-6.9501,37.3897,-1.0585,-6.9584,37.4244,-1.0862,-6.8895,37.3942,-1.0293,-6.8993,37.4298,-1.0614,-7.6217,36.9963,-1.6227,-7.6055,36.9255,-1.5646,-7.5777,36.863,-1.4857,-7.5431,36.8407,-1.4201,-7.5139,36.831,-1.364,-7.4788,36.8425,-1.1642,-7.4745,36.8287,-1.276,-7.4395,36.8528,-1.1742,-7.5078,36.8178,-1.2595,-7.4093,36.9022,-1.0831,-7.4268,36.9499,-1.0076,-7.4451,36.895,-1.0703,-7.3903,36.9538,-1.0226,-7.4496,37.4864,-1.0555,-7.4149,37.5454,-1.1003,-7.4477,37.5523,-1.094,-7.4125,37.4824,-1.0656,-7.4056,37.4185,-1.0307,-7.4274,37.3194,-0.9727,-7.3862,37.3158,-0.9882,-7.4463,37.421,-1.0171,-7.4006,37.1045,-0.9314,-7.3694,37.2154,-0.9594,-7.4071,37.2182,-0.9423,-7.3621,37.1024,-0.95,-7.4087,37.0255,-0.9555,-7.3702,37.0264,-0.9728,-7.4858,37.4851,-1.0564,-7.5159,37.5488,-1.1089,-7.5184,37.4798,-1.0674,-7.4844,37.5537,-1.0972,-7.4657,37.3177,-0.971,-7.5113,37.4123,-1.0239,-7.5024,37.3117,-0.9817,-7.4829,37.417,-1.0158,-7.447,37.2258,-0.9412,-7.4905,37.1139,-0.9473,-7.4391,37.1083,-0.9287,-7.4911,37.2174,-0.9553,-7.5572,36.8591,-1.1589,-7.5565,36.8195,-1.2766,-7.5149,36.8447,-1.1557,-7.5963,36.8359,-1.2658,-7.4821,36.8965,-1.0655,-7.5112,36.9669,-1.0127,-7.5299,36.9096,-1.0748,-7.466,36.9562,-1.0015,-7.6341,36.8313,-1.3566,-7.7157,37.6407,-1.1015,-7.7254,37.5088,-0.9831,-7.7198,37.5815,-1.0457,-7.7328,37.3517,-0.9082,-7.677,37.4197,-0.9872,-7.7302,37.4372,-0.9338,-7.685,37.3338,-0.9577,-7.7489,37.1402,-0.8972,-7.6935,37.237,-0.9417,-7.7376,37.2493,-0.8931,-7.7059,37.1348,-0.9436,-8.0085,37.6691,-0.9976,-8.0621,37.5039,-0.8685,-7.788,37.7171,-1.264,-7.7535,37.6969,-1.2523,-7.8893,37.7348,-1.1625,-7.8655,37.7382,-1.248,-7.752,37.7051,-1.2346,-7.7895,37.7262,-1.2454,-8.1844,37.2201,-0.8827,-8.1369,37.2112,-0.8612,-8.188,37.299,-0.8889,-8.1317,37.0135,-0.9724,-8.1143,37.1005,-0.9012,-8.16,37.1115,-0.917,-8.0892,37.0066,-0.9558,-8.062,36.9236,-1.0316,-8.102,36.9338,-1.044,-7.8628,37.7126,-1.0834,-7.8445,37.7369,-1.1695,-7.7544,37.6965,-1.1778,-7.8088,37.698,-1.1014,-7.7554,37.6795,-1.1249,-7.8017,37.7199,-1.1742,-7.8297,37.7397,-1.2486,-7.0681,37.5712,-1.3773,-7.8274,37.7304,-1.2686,-7.3415,37.5987,-1.4866,-7.1275,37.588,-1.416,-7.0083,37.5978,-1.4493,-6.1604,37.7031,-1.7289,-6.2758,37.8156,-1.6847,-6.3107,37.8753,-1.8164,-6.6369,37.8797,-1.3193,-6.5937,37.8811,-1.3517,-6.5664,37.8757,-1.3701,-6.4984,37.8823,-1.4402,-6.344,37.9032,-1.6375,-6.3846,37.9942,-1.6542,-6.426,38.0851,-1.6709,-6.9425,37.9701,-1.262,-6.0669,37.4508,-1.8622,-6.0573,37.3784,-1.8356,-6.0759,37.3797,-1.8566,-6.0494,37.4485,-1.8418,-6.054,37.5234,-1.8369,-6.0797,37.4898,-1.5821,-6.1257,37.5777,-1.5888,-6.2409,37.7554,-1.6816,-6.1669,37.6831,-1.6656,-6.0952,37.6185,-1.7331,-6.1039,37.6014,-1.6628,-6.0387,37.441,-1.7462,-6.0556,37.5052,-1.6626,-6.0484,37.4289,-1.6721,-6.0474,37.5154,-1.738,-6.0521,37.3749,-1.6834,-6.0447,37.3756,-1.7481,-6.055,37.3059,-1.7907,-6.0462,37.381,-1.8049,-6.0394,37.4457,-1.8115,-6.047,37.5213,-1.8074,-6.2715,36.9972,-1.6416,-6.2867,36.9847,-1.5218,-6.2956,36.9747,-1.5466,-6.3204,37.3236,-1.3719,-6.3304,36.9829,-1.4853,-6.3335,37.0309,-1.6688,-6.3839,37.3308,-1.8864,-6.3247,37.3323,-1.8972,-6.38,37.4753,-1.8988,-6.3248,37.4044,-1.9093,-6.3858,37.4059,-1.8992,-6.3199,37.4716,-1.9086,-6.3129,37.543,-1.894,-6.3699,37.6255,-1.8819,-6.3073,37.6231,-1.886,-6.3718,37.547,-1.8855,-6.5317,37.794,-1.3675,-6.476,37.783,-1.4057,-6.3946,37.4342,-1.3345,-6.4208,37.5519,-1.3583,-6.4495,37.6682,-1.3811,-6.5218,37.548,-1.3066,-6.4995,37.6714,-1.3518,-6.543,37.6741,-1.3263,-6.4749,37.5498,-1.3306,-6.3037,37.8122,-1.6208,-6.5989,37.5287,-1.2327,-6.4573,37.4268,-1.3057,-6.4029,37.0821,-1.4114,-6.4085,37.0291,-1.4336,-6.4939,37.0236,-1.4143,-6.5659,37.0645,-1.378,-6.5788,37.0182,-1.3952,-6.4862,37.0731,-1.3943,-6.6009,37.033,-1.3115,-6.4116,37.1096,-1.7339,-6.1144,37.4544,-1.887,-6.1345,37.3093,-1.8662,-6.1227,37.387,-1.883,-6.4748,37.1745,-1.3603,-6.4649,37.2994,-1.3289,-6.5062,36.9792,-1.4422,-6.5383,36.9818,-1.522,-6.5154,36.9692,-1.4625,-6.5542,37.0189,-1.5749,-6.5589,37.053,-1.6299,-6.5598,37.0906,-1.6916,-6.5596,37.1222,-1.7423,-6.55,37.2097,-1.8057,-6.4368,37.5456,-1.8695,-6.5129,37.4681,-1.8594,-6.4465,37.402,-1.8812,-6.4437,37.4736,-1.8818,-6.4372,37.2321,-1.832,-6.4452,37.325,-1.8666,-6.5039,37.2215,-1.8182,-6.421,37.1376,-1.7711,-6.4847,37.0999,-1.7125,-6.4942,37.1325,-1.7599,-6.4627,37.0295,-1.6119,-6.389,37.0367,-1.6421,-6.4748,37.064,-1.6605,-6.4283,36.9703,-1.4865,-6.4463,36.9876,-1.5532,-6.3485,36.9714,-1.5083,-6.4185,36.9811,-1.4638,-6.3924,37.3116,-1.3505,-6.394,37.1901,-1.3736,-8.2186,37.2809,-1.5362,-8.2146,37.2116,-1.504,-6.791,37.1969,-1.8407,-6.7547,37.0906,-1.8486,-6.782,37.0839,-1.8561,-6.8319,37.0824,-1.8595,-6.8764,37.0818,-1.8061,-7.0876,37.1198,-1.6627,-6.9692,37.1835,-1.7422,-6.9678,37.0934,-1.7338,-7.0815,37.1928,-1.673,-7.1669,37.2158,-1.6426,-7.2078,37.166,-1.627,-7.2006,37.2233,-1.6358,-7.1749,37.1591,-1.6341,-7.2491,37.1668,-1.6313,-7.2381,37.2233,-1.6433,-8.0646,37.2361,-1.6298,-7.1921,37.2827,-1.632,-7.5814,37.4677,-1.0928,-7.6098,37.4624,-1.1039,-7.984,37.5688,-0.9144,-7.9631,37.6301,-0.9603,-7.8453,37.5454,-0.9359,-7.894,37.6221,-0.9666,-7.9153,37.5617,-0.9158,-7.8292,37.6071,-0.9882,-7.7786,37.5274,-0.963,-7.7669,37.592,-1.0204,-7.0318,37.4489,-1.1877,-7.4182,37.61,-1.1333,-7.812,37.6632,-1.0389,-7.7562,37.6484,-1.0724,-7.8753,37.6772,-1.0137,-7.9944,37.1862,-0.8148,-8.0505,37.1972,-0.8308,-7.9922,37.0877,-0.8626,-8.0294,37.4109,-0.8429,-8.007,37.5004,-0.8689,-8.0229,36.9229,-1.0171,-7.9791,37.0057,-0.923,-7.8059,37.3674,-0.8799,-7.8939,37.2836,-0.8376,-7.8158,37.267,-0.8628,-7.8782,37.3842,-0.8564,-7.9144,37.0801,-0.8738,-7.8214,37.1549,-0.8671,-7.9035,37.1695,-0.8377,-7.9202,37.0057,-0.9218,-7.8633,37.471,-0.8834,-7.9384,37.4905,-0.8658,-7.9589,37.4001,-0.8375,-7.9816,37.2987,-0.8174,-7.1265,37.2872,-1.089,-7.1207,37.1838,-1.0663,-7.0861,37.1801,-1.0636,-7.1619,37.0971,-1.0473,-7.1576,37.1899,-1.0548,-7.1227,37.0938,-1.0588,-7.0888,37.0893,-1.057,-7.1348,37.0295,-1.0774,-7.0985,37.0202,-1.0786,-7.1456,36.98,-1.1119,-7.1738,37.0319,-1.0696,-7.1869,36.9839,-1.1055,-7.1202,36.9321,-1.1687,-7.1093,36.9712,-1.1129,-7.1558,36.9426,-1.166,-7.141,36.8902,-1.237,-7.1758,36.9012,-1.2314,-7.2188,36.9104,-1.2231,-7.194,36.8862,-1.3079,-7.2325,36.8941,-1.3007,-7.167,36.8915,-1.3754,-7.2021,36.9003,-1.3689,-7.1595,36.8768,-1.3145,-7.1706,36.8998,-1.4164,-7.2075,36.9095,-1.4089,-7.2113,36.9403,-1.457,-7.1788,36.9792,-1.5274,-7.1739,36.93,-1.4662,-7.2149,36.9887,-1.5177,-7.1793,37.044,-1.5733,-7.214,37.0523,-1.5643,-7.2136,37.1108,-1.6057,-7.2529,37.0539,-1.5623,-7.2521,37.1131,-1.6062,-7.1783,37.1037,-1.6136,-7.1605,37.2879,-1.0798,-7.1072,37.4496,-1.2072,-7.6536,37.3199,-0.9978,-7.6434,37.4098,-1.0358,-7.6058,37.2206,-1.0029,-7.6435,37.2236,-1.0189,-7.683,37.1362,-0.9829,-7.6678,37.2319,-0.9851,-7.6574,37.1346,-1.0172,-7.6154,37.1279,-1.0001,-7.6287,37.049,-1.021,-7.6971,36.9483,-1.1299,-7.6662,36.8919,-1.1933,-7.6517,36.9349,-1.1193,-7.7052,36.8647,-1.4405,-7.6942,36.8582,-1.3766,-7.6778,36.8751,-1.2604,-7.0886,36.9305,-1.552,-6.9586,36.9431,-1.6671,-6.9599,36.8742,-1.6266,-7.0871,36.9931,-1.593,-7.3383,37.049,-1.5717,-7.2539,36.99,-1.5154,-7.3378,36.9793,-1.5211,-7.4486,36.955,-1.5327,-7.4592,37.0331,-1.5939,-7.3409,37.1009,-1.6213,-7.0878,37.0481,-1.6411,-6.8532,36.9792,-1.8035,-6.8491,36.892,-1.7635,-6.9594,37.0044,-1.7147,-6.7933,36.775,-1.7446,-6.7432,36.7699,-1.7578,-6.7284,36.8683,-1.8059,-6.7148,36.7876,-1.7522,-7.4452,37.0275,-0.9527,-6.8273,36.6921,-1.5382,-6.9555,36.7771,-1.4854,-7.0835,36.8521,-1.4388,-7.0805,36.8395,-1.3837,-7.3896,36.873,-1.3582,-7.4144,36.8795,-1.4033,-7.8399,36.888,-1.3457,-7.4353,36.8991,-1.4659,-7.0858,36.8831,-1.4969,-6.8409,36.7523,-1.6375,-6.9572,36.8205,-1.5719,-6.6803,36.8735,-1.6157,-6.693,36.6622,-1.182,-6.6205,36.6257,-1.2812,-6.6021,36.6577,-1.2179,-6.7029,36.6298,-1.2575,-6.9477,36.7533,-1.2485,-6.7927,36.6614,-1.2511,-7.0549,36.8765,-1.1736,-7.0672,36.8379,-1.2436,-7.8107,36.9078,-1.1488,-7.3053,36.883,-1.2891,-7.3516,36.8796,-1.2839,-7.2922,37.4452,-1.5907,-6.5718,36.84,-1.0371,-6.5555,36.7746,-1.1246,-7.2648,36.9722,-1.0787,-7.2465,37.0311,-1.0376,-7.0347,36.9905,-1.0687,-7.0457,36.9239,-1.1128,-6.926,36.8687,-1.0792,-6.9137,36.9385,-1.0293,-6.7698,36.8026,-1.0309,-7.0237,37.0703,-1.0459,-7.2307,37.0962,-1.019,-7.4977,37.0368,-0.9687,-8.0878,37.2022,-0.8432,-7.0765,36.8261,-1.3155,-6.9158,37.1716,-1.0032,-7.0219,37.172,-1.0543,-6.9328,37.2983,-1.0318,-8.0424,37.3102,-0.8274,-6.8643,37.306,-1.003,-7.2353,37.1972,-1.0268,-7.2459,37.3008,-1.0481,-6.7158,36.6109,-1.3484,-6.7635,36.6485,-1.5623,-6.7351,36.6126,-1.4423,-6.7844,36.7114,-1.6729,-6.8466,36.8134,-1.7043,-6.6171,36.6312,-1.3726,-6.6436,36.6067,-1.3628,-6.6718,36.6044,-1.4664,-6.7003,36.6357,-1.5746,-6.6982,36.7278,-1.6882,-6.725,36.7058,-1.6894,-6.7474,36.9798,-1.8363,-6.5594,48.6528,-0.1226,-7.3925,48.5448,-0.7374,-7.2996,48.102,-0.6438,-5.6718,48.8429,-1.2042,-5.6804,48.6261,-1.1559,-5.7148,49.0331,-1.2421,-5.7578,48.6229,-1.4534,-5.9267,48.7107,-1.6829,-5.9142,49.3096,-1.5127,-6.0779,49.3669,-1.672,-6.1517,49.0494,-1.8368,-6.0973,49.2227,-1.762,-6.2099,48.907,-1.8771,-6.4681,49.1051,-1.8969,-6.3903,49.2313,-1.8515,-6.3061,49.3596,-1.795,-6.2469,49.4553,-1.7043,-6.6468,49.7,-1.524,-6.4599,49.7136,-1.5039,-6.46,49.7974,-1.3513,-6.6906,49.823,-1.2979,-6.7305,49.8178,-0.9563,-6.6097,49.8636,-1.0493,-6.5262,49.8421,-0.8812,-6.641,49.8033,-0.7803,-7.4218,48.1542,-0.778,-6.9175,43.9691,-0.9982,-6.9087,42.9021,-1.0905,-6.6598,42.8474,-1.6077,-6.5329,38.3417,-1.6481,-7.499,38.3615,-1.3479,-6.5694,37.8,-1.3412,-6.489,38.2451,-1.6659,-7.2633,37.4055,-1.0846,-7.7947,37.4553,-0.9076,-7.9957,36.8752,-1.1156,-7.8282,36.8931,-1.2391,-8.299,37.5255,-1.4368,-7.1957,37.9688,-1.6876,-7.1549,37.9706,-1.6789,-7.2002,36.9494,-1.159,-7.6399,36.9842,-1.0612,-6.4989,37.4218,-1.2868,-6.5228,49.3776,-0.2955,-6.9705,49.3337,-1.5737};
			return value;
		}
		/** Large attribute array: IndexedFaceSet DEF='rhumerus_Geo' coordIndex field, scene-graph level=6, element #17, 15176 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 getrhumerus_Geo_6_17_coordIndex()
		{
			MFInt32 rhumerus_Geo_6_17_coordIndex = new MFInt32()/*2.finalize*/
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_1()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_2()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_3()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_4()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_5()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_6()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_7()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_8()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_9()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_10()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_11()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_12()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_13()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_14()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_15()))
				.append(new MFInt32(getrhumerus_Geo_6_17_coordIndex_16()));
			return rhumerus_Geo_6_17_coordIndex;
		}
		/** Large attribute array: Coordinate DEF='rhumerus_Coord' point field, scene-graph level=7, element #17, 5697 total numbers made up of 1899 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 getrhumerus_Coord_7_17_point()
		{
			MFVec3f rhumerus_Coord_7_17_point = new MFVec3f()/*2.finalize*/
				.append(new MFVec3f(getrhumerus_Coord_7_17_point_1()))
				.append(new MFVec3f(getrhumerus_Coord_7_17_point_2()));
			return rhumerus_Coord_7_17_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 BonesRightHumerus 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 BonesRightHumerus().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.Medical.BonesRightHumerus\" 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.Medical.BonesRightHumerus self-validation test confirmation: ");
                if (!validationResults.equals("success"))
                    System.out.println();
                System.out.println(validationResults.trim());

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