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 Head. </p>
 <p> Related links:  source BonesHead.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.BonesHead&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/BonesHead.x3d">BonesHead.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 Head </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/BonesHead.x3d" target="_blank">https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/BonesHead.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 BonesHead
{
	/** Default constructor to create this object. */
	public BonesHead ()
	{
	  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("BonesHead.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 Head"))
    .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/BonesHead.x3d"))
    .addMeta(new meta().setName(meta.NAME_LICENSE    ).setContent("../license.html")))
  .setScene(new Scene()
    .addChild(new WorldInfo().setTitle("BonesHead.x3d"))
    .addChild(new NavigationInfo().setType(new String[] {"EXAMINE","LOOKAT","ANY"}))
    .addChild(new Transform("HeadSkeletonParts").setScale(0.029,0.029,0.029)
      .addChild(new Viewpoint("Head").setDescription("Head").setPosition(0.0,55.0,25.0))
      .addChild(new Viewpoint("Head2").setDescription("Head Forward").setFieldOfView(1.5).setOrientation(0.0,-1.0,0.0,3.14).setPosition(0.0,55.0,0.0))
      .addChild(new Group("HeadC4")
        .addComments(" lacl lacr frontal ethmoid ethmoid2 inconl inconr mand maxl maxr nasall nasalr occip palatl palatr parietl parietr sphenoid templ tempr vom zygol zygor ")
        .addComments(" atlas axis c2disc c3 c3disc c4 ")
        .addChild(new Shape("lacl")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("lacl_Geo").setDEF("lacl_Geo").setCreaseAngle(1.571).setCoordIndex(getlacl_Geo_6_19_coordIndex())
            .setCoord(new Coordinate("lacl_Coord").setPoint(getlacl_Coord_7_19_point()))))
        .addChild(new Shape("lacr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("lacr_Geo").setDEF("lacr_Geo").setCreaseAngle(1.571).setCoordIndex(getlacr_Geo_6_24_coordIndex())
            .setCoord(new Coordinate("lacr_Coord").setPoint(getlacr_Coord_7_24_point()))))
        .addChild(new Shape("frontal")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("frontal_Geo").setDEF("frontal_Geo").setCreaseAngle(1.571).setCoordIndex(getfrontal_Geo_6_29_coordIndex())
            .setCoord(new Coordinate("frontal_Coord").setPoint(getfrontal_Coord_7_29_point()))))
        .addChild(new Shape("ethmoid")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("ethmoid_Geo").setDEF("ethmoid_Geo").setCreaseAngle(1.571).setCoordIndex(getethmoid_Geo_6_34_coordIndex())
            .setCoord(new Coordinate("ethmoid_Coord").setPoint(getethmoid_Coord_7_34_point()))))
        .addChild(new Shape("ethmoid2")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("ethmoid2_Geo").setDEF("ethmoid2_Geo").setCreaseAngle(1.571).setCoordIndex(getethmoid2_Geo_6_39_coordIndex())
            .setCoord(new Coordinate("ethmoid2_Coord").setPoint(getethmoid2_Coord_7_39_point()))))
        .addChild(new Shape("inconl")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("inconl_Geo").setDEF("inconl_Geo").setCreaseAngle(1.571).setCoordIndex(getinconl_Geo_6_44_coordIndex())
            .setCoord(new Coordinate("inconl_Coord").setPoint(getinconl_Coord_7_44_point()))))
        .addChild(new Shape("inconr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("inconr_Geo").setDEF("inconr_Geo").setCreaseAngle(1.571).setCoordIndex(getinconr_Geo_6_49_coordIndex())
            .setCoord(new Coordinate("inconr_Coord").setPoint(getinconr_Coord_7_49_point()))))
        .addChild(new Shape("maxl")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("maxl_Geo").setDEF("maxl_Geo").setCreaseAngle(1.571).setCoordIndex(getmaxl_Geo_6_54_coordIndex())
            .setCoord(new Coordinate("maxl_Coord").setPoint(getmaxl_Coord_7_54_point()))))
        .addChild(new Shape("maxr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("maxr_Geo").setDEF("maxr_Geo").setCreaseAngle(1.571).setCoordIndex(getmaxr_Geo_6_59_coordIndex())
            .setCoord(new Coordinate("maxr_Coord").setPoint(getmaxr_Coord_7_59_point()))))
        .addChild(new Shape("nasall")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("nasall_Geo").setDEF("nasall_Geo").setCreaseAngle(1.571).setCoordIndex(getnasall_Geo_6_64_coordIndex())
            .setCoord(new Coordinate("nasall_Coord").setPoint(getnasall_Coord_7_64_point()))))
        .addChild(new Shape("nasalr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("nasalr_Geo").setDEF("nasalr_Geo").setCreaseAngle(1.571).setCoordIndex(getnasalr_Geo_6_69_coordIndex())
            .setCoord(new Coordinate("nasalr_Coord").setPoint(getnasalr_Coord_7_69_point()))))
        .addChild(new Shape("occip")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("occip_Geo").setDEF("occip_Geo").setCreaseAngle(1.571).setCoordIndex(getoccip_Geo_6_74_coordIndex())
            .setCoord(new Coordinate("occip_Coord").setPoint(getoccip_Coord_7_74_point()))))
        .addChild(new Shape("palatl")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("palatl_Geo").setDEF("palatl_Geo").setCreaseAngle(1.571).setCoordIndex(getpalatl_Geo_6_79_coordIndex())
            .setCoord(new Coordinate("palatl_Coord").setPoint(getpalatl_Coord_7_79_point()))))
        .addChild(new Shape("palatr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("palatr_Geo").setDEF("palatr_Geo").setCreaseAngle(1.571).setCoordIndex(getpalatr_Geo_6_84_coordIndex())
            .setCoord(new Coordinate("palatr_Coord").setPoint(getpalatr_Coord_7_84_point()))))
        .addChild(new Shape("parietl")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("parietl_Geo").setDEF("parietl_Geo").setCreaseAngle(1.571).setCoordIndex(getparietl_Geo_6_89_coordIndex())
            .setCoord(new Coordinate("parietl_Coord").setPoint(getparietl_Coord_7_89_point()))))
        .addChild(new Shape("parietr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("parietr_Geo").setDEF("parietr_Geo").setCreaseAngle(1.571).setCoordIndex(getparietr_Geo_6_94_coordIndex())
            .setCoord(new Coordinate("parietr_Coord").setPoint(getparietr_Coord_7_94_point()))))
        .addChild(new Shape("sphenoid")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("sphenoid_Geo").setDEF("sphenoid_Geo").setCreaseAngle(1.571).setCoordIndex(getsphenoid_Geo_6_99_coordIndex())
            .setCoord(new Coordinate("sphenoid_Coord").setPoint(getsphenoid_Coord_7_99_point()))))
        .addChild(new Shape("templ")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("templ_Geo").setDEF("templ_Geo").setCreaseAngle(1.571).setCoordIndex(gettempl_Geo_6_104_coordIndex())
            .setCoord(new Coordinate("templ_Coord").setPoint(gettempl_Coord_7_104_point()))))
        .addChild(new Shape("tempr")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("tempr_Geo").setDEF("tempr_Geo").setCreaseAngle(1.571).setCoordIndex(gettempr_Geo_6_109_coordIndex())
            .setCoord(new Coordinate("tempr_Coord").setPoint(gettempr_Coord_7_109_point()))))
        .addChild(new Shape("vom")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("vom_Geo").setDEF("vom_Geo").setCreaseAngle(1.571).setCoordIndex(getvom_Geo_6_114_coordIndex())
            .setCoord(new Coordinate("vom_Coord").setPoint(getvom_Coord_7_114_point()))))
        .addChild(new Shape("zygol")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("zygol_Geo").setDEF("zygol_Geo").setCreaseAngle(1.571).setCoordIndex(getzygol_Geo_6_119_coordIndex())
            .setCoord(new Coordinate("zygol_Coord").setPoint(getzygol_Coord_7_119_point()))))
        .addChild(new Shape("zygor")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("zygor_Geo").setDEF("zygor_Geo").setCreaseAngle(1.571).setCoordIndex(getzygor_Geo_6_124_coordIndex())
            .setCoord(new Coordinate("zygor_Coord").setPoint(getzygor_Coord_7_124_point()))))
        .addChild(new Shape("atlas")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("atlas_Geo").setDEF("atlas_Geo").setCreaseAngle(1.571).setCoordIndex(getatlas_Geo_6_129_coordIndex())
            .setCoord(new Coordinate("atlas_Coord").setPoint(getatlas_Coord_7_129_point()))))
        .addChild(new Shape("axis")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.098).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("axis_Geo").setDEF("axis_Geo").setCreaseAngle(1.571).setCoordIndex(getaxis_Geo_6_134_coordIndex())
            .setCoord(new Coordinate("axis_Coord").setPoint(getaxis_Coord_7_134_point()))))
        .addChild(new Shape("c2disc")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(0.9843,0.949,0.7843).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.9647,0.949,0.9098)))
          .setGeometry(new IndexedFaceSet("c2disc_Geo").setDEF("c2disc_Geo").setCreaseAngle(1.571).setCoordIndex(getc2disc_Geo_6_139_coordIndex())
            .setCoord(new Coordinate("c2disc_Coord").setPoint(getc2disc_Coord_7_139_point()))))
        .addChild(new Shape("c3")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("c3_Geo").setDEF("c3_Geo").setCreaseAngle(1.571).setCoordIndex(getc3_Geo_6_144_coordIndex())
            .setCoord(new Coordinate("c3_Coord").setPoint(getc3_Coord_7_144_point()))))
        .addChild(new Shape("c3disc")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(0.9843,0.949,0.7843).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.9647,0.949,0.9098)))
          .setGeometry(new IndexedFaceSet("c3disc_Geo").setDEF("c3disc_Geo").setCreaseAngle(1.571).setCoordIndex(getc3disc_Geo_6_149_coordIndex())
            .setCoord(new Coordinate("c3disc_Coord").setPoint(getc3disc_Coord_7_149_point()))))
        .addChild(new Shape("c4")
          .setAppearance(new Appearance()
            .setMaterial(new Material().setAmbientIntensity(0.965).setDiffuseColor(1.0,0.9765,0.8667).setEmissiveColor(0.8,0.8,0.8).setShininess(0.05).setSpecularColor(0.349,0.349,0.349)))
          .setGeometry(new IndexedFaceSet("c4_Geo").setDEF("c4_Geo").setCreaseAngle(1.571).setCoordIndex(getc4_Geo_6_154_coordIndex())
            .setCoord(new Coordinate("c4_Coord").setPoint(getc4_Coord_7_154_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[] getlacl_Geo_6_19_coordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,21,24,25,-1,26,25,24,-1,27,6,28,-1,0,29,1,-1,6,30,7,-1,31,32,30,-1,33,34,35,-1,36,37,38,-1,39,3,5,-1,40,41,42,-1,43,25,44,-1,45,43,46,-1,15,47,48,-1,49,50,51,-1,52,53,54,-1,55,56,57,-1,58,59,60,-1,61,62,13,-1,62,63,64,-1,65,66,67,-1,13,64,68,-1,69,28,70,-1,71,72,73,-1,74,15,75,-1,76,77,78,-1,79,80,27,-1,81,32,82,-1,80,83,84,-1,85,86,87,-1,21,88,48,-1,32,81,89,-1,90,3,91,-1,58,89,81,-1,92,91,93,-1,13,12,85,-1,48,88,15,-1,41,40,94,-1,95,29,0,-1,96,54,97,-1,77,98,99,-1,98,77,100,-1,101,102,103,-1,102,104,103,-1,105,74,102,-1,74,75,102,-1,106,107,108,-1,109,20,40,-1,20,26,24,-1,8,110,6,-1,24,106,18,-1,16,105,111,-1,112,113,102,-1,86,114,115,-1,116,99,114,-1,117,67,99,-1,118,115,119,-1,51,120,49,-1,121,22,21,-1,76,78,122,-1,123,13,124,-1,125,126,50,-1,2,127,92,-1,128,126,129,-1,130,131,84,-1,132,133,134,-1,135,133,136,-1,137,138,139,-1,27,80,140,-1,12,78,77,-1,100,76,16,-1,141,38,72,-1,37,142,143,-1,66,119,67,-1,62,61,119,-1,82,32,31,-1,71,144,145,-1,146,147,58,-1,148,149,150,-1,151,152,153,-1,41,154,155,-1,156,157,104,-1,156,158,157,-1,34,46,35,-1,45,159,112,-1,66,65,63,-1,50,160,161,-1,154,11,10,-1,162,94,19,-1,144,71,57,-1,40,163,44,-1,7,1,8,-1,28,6,70,-1,20,19,40,-1,23,22,164,-1,165,162,166,-1,142,69,167,-1,83,168,169,-1,47,15,17,-1,12,122,78,-1,145,141,72,-1,127,30,170,-1,92,89,4,-1,1,7,2,-1,4,90,92,-1,120,171,172,-1,25,43,173,-1,75,15,174,-1,16,76,17,-1,167,143,142,-1,108,166,106,-1,165,175,162,-1,23,164,110,-1,24,21,107,-1,25,109,44,-1,140,6,27,-1,32,170,30,-1,44,109,40,-1,166,162,19,-1,10,155,154,-1,176,37,143,-1,12,14,122,-1,50,126,160,-1,66,63,62,-1,112,156,113,-1,112,177,45,-1,46,178,35,-1,104,113,156,-1,41,155,178,-1,47,179,48,-1,151,153,125,-1,139,148,150,-1,58,60,146,-1,71,145,72,-1,62,119,66,-1,119,61,118,-1,124,68,71,-1,180,130,169,-1,38,73,72,-1,16,15,74,-1,116,12,77,-1,141,145,132,-1,83,169,130,-1,136,181,135,-1,130,84,83,-1,144,57,56,-1,28,79,27,-1,2,92,93,-1,76,122,182,-1,37,176,38,-1,182,47,76,-1,94,11,154,-1,51,10,120,-1,153,152,183,-1,67,114,99,-1,116,114,86,-1,87,86,115,-1,183,184,111,-1,75,112,102,-1,16,74,105,-1,108,107,185,-1,24,107,106,-1,20,24,18,-1,109,26,20,-1,111,105,186,-1,187,104,157,-1,102,113,104,-1,111,184,16,-1,96,98,100,-1,99,116,77,-1,98,96,97,-1,61,115,118,-1,41,94,154,-1,173,174,88,-1,92,90,91,-1,58,4,89,-1,32,89,170,-1,21,48,121,-1,71,68,188,-1,31,189,82,-1,80,84,189,-1,82,190,81,-1,76,100,77,-1,36,180,37,-1,69,70,167,-1,191,157,158,-1,13,68,124,-1,65,67,117,-1,62,64,13,-1,61,13,192,-1,55,138,56,-1,152,151,52,-1,52,151,53,-1,49,193,50,-1,43,42,46,-1,42,163,40,-1,194,39,5,-1,38,141,36,-1,112,159,156,-1,94,40,19,-1,6,140,30,-1,30,140,31,-1,29,8,1,-1,25,26,109,-1,23,107,21,-1,29,195,8,-1,76,47,17,-1,15,88,174,-1,13,123,14,-1,174,173,177,-1,171,95,172,-1,171,175,95,-1,3,90,4,-1,79,83,80,-1,79,168,83,-1,169,69,142,-1,168,69,169,-1,166,185,165,-1,185,166,108,-1,171,162,175,-1,9,162,171,-1,34,191,158,-1,34,33,191,-1,41,46,42,-1,178,46,41,-1,196,63,65,-1,196,197,63,-1,147,68,58,-1,188,68,147,-1,148,188,147,-1,148,55,188,-1,97,65,117,-1,97,196,65,-1,141,134,36,-1,141,132,134,-1,198,59,131,-1,198,60,59,-1,131,134,198,-1,131,130,134,-1,198,133,135,-1,134,133,198,-1,144,136,145,-1,137,136,144,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getlacl_Geo_6_19_coordIndex_2()
		{
			int[] value = {193,53,151,-1,193,199,53,-1,143,122,176,-1,182,122,143,-1,179,182,143,-1,179,47,182,-1,9,120,10,-1,9,171,120,-1,67,115,114,-1,115,67,119,-1,129,103,128,-1,129,101,103,-1,99,97,117,-1,99,98,97,-1,186,183,111,-1,183,186,153,-1,102,186,105,-1,186,102,101,-1,192,115,61,-1,192,87,115,-1,101,153,186,-1,129,153,101,-1,172,3,120,-1,3,172,91,-1,200,178,155,-1,178,200,35,-1,88,25,173,-1,88,21,25,-1,95,91,172,-1,93,91,95,-1,197,39,194,-1,39,197,199,-1,179,121,48,-1,121,179,201,-1,135,60,198,-1,135,146,60,-1,130,36,134,-1,130,180,36,-1,75,177,112,-1,177,75,174,-1,196,54,53,-1,196,97,54,-1,55,71,188,-1,55,57,71,-1,193,125,50,-1,193,151,125,-1,44,42,43,-1,163,42,44,-1,155,51,200,-1,155,10,51,-1,14,176,122,-1,14,123,176,-1,34,156,159,-1,34,158,156,-1,110,195,23,-1,195,110,8,-1,165,195,29,-1,165,185,195,-1,162,11,94,-1,162,9,11,-1,0,93,95,-1,0,2,93,-1,168,28,69,-1,79,28,168,-1,19,106,166,-1,19,18,106,-1,129,125,153,-1,129,126,125,-1,164,167,70,-1,201,167,164,-1,81,59,58,-1,59,81,190,-1,191,187,157,-1,191,160,187,-1,84,59,190,-1,131,59,84,-1,139,149,181,-1,139,150,149,-1,56,137,144,-1,137,56,138,-1,13,87,192,-1,13,85,87,-1,5,58,68,-1,58,5,4,-1,49,199,193,-1,49,39,199,-1,33,160,191,-1,33,161,160,-1,201,22,121,-1,201,164,22,-1,64,5,68,-1,64,194,5,-1,184,54,96,-1,54,184,52,-1,104,128,103,-1,128,104,187,-1,23,185,107,-1,23,195,185,-1,100,184,96,-1,184,100,16,-1,52,183,152,-1,183,52,184,-1,39,120,3,-1,39,49,120,-1,63,194,64,-1,63,197,194,-1,37,169,142,-1,169,37,180,-1,73,124,71,-1,73,123,124,-1,200,50,161,-1,50,200,51,-1,35,161,33,-1,35,200,161,-1,133,145,136,-1,133,132,145,-1,137,181,136,-1,137,139,181,-1,181,146,135,-1,181,149,146,-1,190,189,84,-1,190,82,189,-1,140,189,31,-1,189,140,80,-1,116,85,12,-1,116,86,85,-1,196,199,197,-1,53,199,196,-1,55,139,138,-1,55,148,139,-1,149,147,146,-1,148,147,149,-1,46,159,45,-1,46,34,159,-1,43,177,173,-1,45,177,43,-1,128,160,126,-1,128,187,160,-1,38,123,73,-1,123,38,176,-1,2,30,127,-1,30,2,7,-1,164,6,110,-1,70,6,164,-1,95,165,29,-1,175,165,95,-1,167,179,143,-1,167,201,179,-1,127,89,92,-1,127,170,89,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=1 */
		private int[] getlacr_Geo_6_24_coordIndex_1()
		{
			int[] value = {0,1,2,-1,3,4,5,-1,6,7,8,-1,9,10,11,-1,12,13,14,-1,15,16,17,-1,18,19,20,-1,21,22,23,-1,24,25,23,-1,25,24,26,-1,27,8,28,-1,1,29,2,-1,7,30,31,-1,32,33,31,-1,31,33,8,-1,19,34,35,-1,36,37,38,-1,39,40,41,-1,5,42,43,-1,44,45,46,-1,34,47,48,-1,49,24,50,-1,51,48,52,-1,53,54,17,-1,55,56,57,-1,58,59,60,-1,61,62,63,-1,64,65,63,-1,66,13,67,-1,13,68,44,-1,69,70,46,-1,71,72,73,-1,74,75,76,-1,77,17,78,-1,79,80,81,-1,28,82,83,-1,84,85,86,-1,87,88,89,-1,90,91,92,-1,93,53,94,-1,95,85,84,-1,96,5,4,-1,97,96,4,-1,94,98,99,-1,100,35,101,-1,102,103,67,-1,104,105,106,-1,105,104,107,-1,108,109,110,-1,111,112,109,-1,109,77,78,-1,113,114,115,-1,18,26,116,-1,25,26,18,-1,117,118,25,-1,119,118,120,-1,121,115,122,-1,115,114,16,-1,109,112,38,-1,103,123,91,-1,91,123,124,-1,124,125,69,-1,126,103,102,-1,127,10,55,-1,23,22,93,-1,81,128,129,-1,130,13,131,-1,56,132,133,-1,134,30,0,-1,53,93,135,-1,62,61,136,-1,89,137,138,-1,139,140,141,-1,138,142,89,-1,143,144,40,-1,105,79,106,-1,78,17,16,-1,75,74,41,-1,142,138,145,-1,146,147,148,-1,125,126,70,-1,75,144,136,-1,149,150,151,-1,53,152,54,-1,153,154,101,-1,36,112,111,-1,111,146,36,-1,38,37,52,-1,112,36,38,-1,155,46,70,-1,56,156,148,-1,129,12,14,-1,157,158,159,-1,100,10,9,-1,19,160,161,-1,34,116,49,-1,31,162,84,-1,28,8,33,-1,49,116,24,-1,118,23,25,-1,160,163,164,-1,157,72,71,-1,142,165,89,-1,15,17,54,-1,79,129,14,-1,75,40,144,-1,162,31,30,-1,3,95,4,-1,0,7,1,-1,95,134,4,-1,166,167,127,-1,99,50,24,-1,98,17,77,-1,15,81,16,-1,168,157,71,-1,117,161,120,-1,164,161,160,-1,34,19,18,-1,73,8,27,-1,6,1,7,-1,49,47,34,-1,61,76,136,-1,19,35,160,-1,100,154,10,-1,148,132,56,-1,155,44,46,-1,38,52,169,-1,146,170,36,-1,154,100,101,-1,150,171,151,-1,136,76,75,-1,32,84,172,-1,102,67,126,-1,76,173,130,-1,146,148,174,-1,157,168,158,-1,75,41,40,-1,16,81,80,-1,79,14,106,-1,33,82,28,-1,65,64,175,-1,140,176,141,-1,177,141,143,-1,89,88,137,-1,178,132,179,-1,135,152,53,-1,28,83,27,-1,97,134,0,-1,129,79,81,-1,41,159,158,-1,81,54,128,-1,100,9,35,-1,55,57,127,-1,122,180,121,-1,124,123,125,-1,91,124,106,-1,103,91,90,-1,115,181,122,-1,109,38,77,-1,114,78,16,-1,121,113,115,-1,20,117,25,-1,8,182,6,-1,18,20,25,-1,34,18,116,-1,120,118,117,-1,109,78,114,-1,146,111,147,-1,109,108,111,-1,16,181,115,-1,80,105,107,-1,104,106,124,-1,2,29,183,-1,35,34,101,-1,17,94,53,-1,92,14,13,-1,97,4,134,-1,85,95,3,-1,3,171,85,-1,162,95,84,-1,93,94,23,-1,184,173,76,-1,172,87,32,-1,87,89,82,-1,86,172,84,-1,79,105,80,-1,158,145,39,-1,73,27,71,-1,170,146,174,-1,69,125,70,-1,44,155,13,-1,13,155,67,-1,150,185,171,-1,65,186,63,-1,62,64,63,-1,60,59,180,-1,58,187,59,-1,56,188,57,-1,48,50,52,-1,34,48,101,-1,44,189,45,-1,43,190,5,-1,41,158,39,-1,191,192,193,-1,31,84,32,-1,7,31,8,-1,7,0,30,-1,1,6,29,-1,116,26,24,-1,23,118,21,-1,6,194,29,-1,15,54,81,-1,98,94,17,-1,12,131,13,-1,169,99,98,-1,5,190,3,-1,89,83,82,-1,89,165,83,-1,71,142,168,-1,142,71,165,-1,119,161,164,-1,120,161,119,-1,131,41,74,-1,159,41,131,-1,148,179,132,-1,148,147,179,-1,173,151,171,-1,151,173,184,-1,184,186,151,-1,184,63,186,-1,195,45,189,-1,45,195,187,-1,46,196,69,-1,46,45,196,-1,177,40,39,-1,177,143,40,-1,185,197,137,-1,185,150,197,-1,177,137,197,-1,177,138,137,-1,141,197,139,-1,197,141,177,-1,176,136,144,-1,136,176,175,-1,156,191,193,-1,156,198,191,-1,56,198,156,-1,55,198,56,-1,130,74,76,-1,130,131,74,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getlacr_Geo_6_24_coordIndex_2()
		{
			int[] value = {142,158,168,-1,145,158,142,-1,43,44,68,-1,43,189,44,-1,127,42,5,-1,127,57,42,-1,122,60,180,-1,181,60,122,-1,108,178,179,-1,108,110,178,-1,196,124,69,-1,196,104,124,-1,119,21,118,-1,119,194,21,-1,113,109,114,-1,110,109,113,-1,103,66,67,-1,103,90,66,-1,121,110,113,-1,110,121,178,-1,5,166,127,-1,96,166,5,-1,153,198,154,-1,191,198,153,-1,24,94,99,-1,24,23,94,-1,96,183,166,-1,183,96,97,-1,42,189,43,-1,195,189,42,-1,90,13,66,-1,90,92,13,-1,175,62,136,-1,64,62,175,-1,199,65,140,-1,199,200,65,-1,185,88,86,-1,88,185,137,-1,58,45,187,-1,58,196,45,-1,155,126,67,-1,70,126,155,-1,185,85,171,-1,86,85,185,-1,76,63,184,-1,76,61,63,-1,121,59,133,-1,121,180,59,-1,133,178,121,-1,133,132,178,-1,194,182,21,-1,6,182,194,-1,194,164,29,-1,194,119,164,-1,9,160,35,-1,9,11,160,-1,97,2,183,-1,97,0,2,-1,27,165,71,-1,165,27,83,-1,117,19,161,-1,117,20,19,-1,22,182,201,-1,182,22,21,-1,36,192,37,-1,36,170,192,-1,159,12,129,-1,159,131,12,-1,55,154,198,-1,55,10,154,-1,191,51,192,-1,191,153,51,-1,48,49,50,-1,49,48,47,-1,133,188,56,-1,133,59,188,-1,72,201,73,-1,201,72,135,-1,199,65,200,-1,199,186,65,-1,169,77,38,-1,98,77,169,-1,39,138,177,-1,39,145,138,-1,150,139,197,-1,150,149,139,-1,171,190,173,-1,3,190,171,-1,195,57,188,-1,195,42,57,-1,148,193,174,-1,148,156,193,-1,22,135,93,-1,22,201,135,-1,190,68,173,-1,190,43,68,-1,58,181,107,-1,60,181,58,-1,179,111,108,-1,147,111,179,-1,181,80,107,-1,16,80,181,-1,107,196,58,-1,196,107,104,-1,103,125,123,-1,126,125,103,-1,127,11,10,-1,127,167,11,-1,128,152,157,-1,128,54,152,-1,129,157,159,-1,157,129,128,-1,187,188,59,-1,187,195,188,-1,144,141,176,-1,144,143,141,-1,140,175,176,-1,140,65,175,-1,149,140,139,-1,149,199,140,-1,87,86,88,-1,87,172,86,-1,87,33,32,-1,82,33,87,-1,92,106,14,-1,92,91,106,-1,173,13,130,-1,173,68,13,-1,151,199,149,-1,199,151,186,-1,37,51,52,-1,37,192,51,-1,169,50,99,-1,50,169,52,-1,51,101,48,-1,101,51,153,-1,174,192,170,-1,174,193,192,-1,160,167,163,-1,167,160,11,-1,8,201,182,-1,201,8,73,-1,164,183,29,-1,183,164,163,-1,152,72,157,-1,152,135,72,-1,163,166,183,-1,166,163,167,-1,95,30,134,-1,95,162,30,-1};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getfrontal_Geo_6_29_coordIndex_2()
		{
			int[] value = {229,611,612,-1,613,326,611,-1,612,614,615,-1,616,617,618,-1,185,619,620,-1,225,621,496,-1,622,623,624,-1,625,626,203,-1,482,481,502,-1,627,628,500,-1,476,629,474,-1,630,631,632,-1,633,634,635,-1,636,637,238,-1,638,639,640,-1,641,642,643,-1,644,137,645,-1,646,640,647,-1,648,649,650,-1,651,652,653,-1,654,655,656,-1,472,657,658,-1,659,660,661,-1,468,661,662,-1,663,664,144,-1,144,665,663,-1,666,150,152,-1,667,586,588,-1,668,669,670,-1,668,671,581,-1,672,673,674,-1,675,141,676,-1,677,678,675,-1,678,679,680,-1,677,681,682,-1,180,182,683,-1,684,685,686,-1,687,688,579,-1,689,688,687,-1,578,690,679,-1,578,650,649,-1,527,691,692,-1,693,525,694,-1,695,696,697,-1,698,522,524,-1,698,524,699,-1,18,700,701,-1,702,703,704,-1,705,706,707,-1,708,709,710,-1,704,711,25,-1,23,712,18,-1,713,463,462,-1,714,62,58,-1,715,562,561,-1,716,717,511,-1,462,718,508,-1,719,707,692,-1,720,721,722,-1,723,724,725,-1,590,694,525,-1,592,726,694,-1,459,727,728,-1,354,729,730,-1,328,731,614,-1,732,439,733,-1,734,735,736,-1,737,401,738,-1,739,740,741,-1,742,703,743,-1,744,745,746,-1,747,748,749,-1,634,639,750,-1,751,752,753,-1,754,755,756,-1,757,758,759,-1,760,761,762,-1,763,764,765,-1,766,767,768,-1,752,751,769,-1,770,771,772,-1,773,774,775,-1,776,777,778,-1,779,780,763,-1,781,782,783,-1,766,784,785,-1,756,786,754,-1,787,788,783,-1,789,790,791,-1,792,793,794,-1,795,796,797,-1,798,799,786,-1,798,753,752,-1,798,797,796,-1,800,801,802,-1,803,804,805,-1,806,807,808,-1,790,809,810,-1,811,812,813,-1,814,815,816,-1,817,818,819,-1,820,821,822,-1,823,824,825,-1,826,818,827,-1,828,829,830,-1,804,808,831,-1,832,833,834,-1,835,836,837,-1,838,839,840,-1,841,842,843,-1,844,845,846,-1,847,848,849,-1,850,851,852,-1,853,854,855,-1,856,857,858,-1,859,860,861,-1,862,863,864,-1,865,866,867,-1,868,869,870,-1,871,872,873,-1,874,875,876,-1,842,877,878,-1,879,880,881,-1,880,879,882,-1,883,884,885,-1,886,844,846,-1,887,844,886,-1,887,888,889,-1,890,891,892,-1,893,894,895,-1,896,897,898,-1,899,900,901,-1,902,899,901,-1,903,896,898,-1,904,905,906,-1,907,908,909,-1,910,911,912,-1,910,912,913,-1,914,915,916,-1,916,917,918,-1,919,920,921,-1,922,921,923,-1,924,925,926,-1,927,925,928,-1,925,924,929,-1,930,931,932,-1,933,871,934,-1,933,935,871,-1,936,937,938,-1,939,940,941,-1,939,942,943,-1,944,945,946,-1,947,948,949,-1,950,951,952,-1,953,867,954,-1,955,954,956,-1,957,958,959,-1,960,961,962,-1,963,964,965,-1,966,967,968,-1,969,970,971,-1,972,973,974,-1,975,976,977,-1,978,979,980,-1,981,982,983,-1,984,985,986,-1,987,986,985,-1,988,989,990,-1,991,992,993,-1,994,995,996,-1,997,992,998,-1,999,1000,1001,-1,1002,1003,1004,-1,1005,1006,1007,-1,1007,1008,1004,-1,966,1009,1010,-1,967,966,1011,-1,1012,1013,1014,-1,1015,1016,1017,-1,1014,1018,1012,-1,1019,1020,1021,-1,1022,1023,1024,-1,1025,1026,1027,-1,1028,1025,1027,-1,1029,1030,1024,-1,1031,1032,1033,-1,1034,1035,1036,-1,1037,1038,1039,-1,1040,1041,1042,-1,1043,1044,1045,-1,1043,1046,1047,-1,1048,1049,1050,-1,1049,1048,1051,-1,1052,1053,1054,-1,1047,1055,1056,-1,1047,1056,1057,-1,1058,1051,1048,-1,1048,1059,1060,-1,1061,1062,964,-1,1063,961,1064,-1,1063,1065,1066,-1,1067,1068,1069,-1,1068,1070,1069,-1,1071,958,1072,-1,958,1073,1074,-1,1074,1075,958,-1,1076,1077,1052,-1,1078,937,1079,-1,1080,1081,1082,-1,1083,1084,1085,-1,1031,1086,1032,-1,1087,1088,1089,-1,1090,1091,1092,-1,1093,1094,1095,-1,1096,1093,1095,-1,1097,1002,999,-1,1089,1098,1099,-1,1100,1101,1102,-1,1103,1104,1105,-1,1106,1107,1108,-1,1109,1110,1111,-1,850,1112,1113,-1,1114,1115,1116,-1,1117,1105,1118,-1,1119,1120,1121,-1,1122,1123,1124,-1,1125,1126,1127,-1,863,1128,1129,-1,1130,1131,1132,-1,768,1133,1134,-1,1135,1136,1137,-1,1138,1087,1139,-1,815,1140,1087,-1,1141,1142,1143,-1,1144,1145,1137,-1,1146,1099,1147,-1,1148,1149,1150,-1,1151,1152,1153,-1,1154,1155,1156,-1,1157,1150,1149,-1,1158,1156,1159,-1,1149,1160,1161,-1,1152,1155,1162,-1,1156,1155,1163,-1,1089,1099,1146,-1,1164,1165,1166,-1,1167,1168,1169,-1,1170,1171,1172,-1,1173,1169,1174,-1,1175,1176,1177,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getfrontal_Geo_6_29_coordIndex_3()
		{
			int[] value = {1178,1179,1180,-1,1181,1182,822,-1,1183,1184,1185,-1,1186,1187,1188,-1,1189,1190,1191,-1,1192,71,1193,-1,1194,1195,1196,-1,1197,1198,1199,-1,1199,1200,1192,-1,60,71,1200,-1,1201,1193,1202,-1,1203,1204,1205,-1,1140,1185,1206,-1,67,567,1207,-1,816,1144,1136,-1,1208,1206,1185,-1,1209,1210,1190,-1,1211,1198,1212,-1,1183,1213,1184,-1,1214,1215,1216,-1,1217,1218,1219,-1,1220,1221,1222,-1,771,1223,1220,-1,1224,1225,1226,-1,1227,959,1228,-1,1229,1230,1231,-1,1230,1229,1232,-1,1233,1234,1231,-1,1235,1210,1209,-1,827,825,826,-1,1181,822,821,-1,1236,1237,1238,-1,1239,1240,1241,-1,1242,783,782,-1,1243,1244,1245,-1,1246,1247,1244,-1,1090,1092,1243,-1,1248,1225,1224,-1,1249,1250,1251,-1,1252,1253,1254,-1,1255,1256,1257,-1,891,1258,1259,-1,1130,1260,1261,-1,1262,1106,1129,-1,1263,1264,1265,-1,1266,1267,635,-1,1108,1268,1269,-1,1270,1271,1272,-1,1273,1274,1275,-1,1276,1277,1278,-1,1279,1280,650,-1,1281,1282,1283,-1,1284,1285,1286,-1,1117,1287,1288,-1,1289,1290,805,-1,805,834,1244,-1,1291,1101,1292,-1,1292,1293,1291,-1,1294,1127,1295,-1,772,1296,1297,-1,1298,1299,1300,-1,1300,770,1301,-1,1302,1303,1304,-1,773,1305,1306,-1,1307,1143,1308,-1,1309,810,1310,-1,1311,1312,1313,-1,1314,1309,1315,-1,1311,1313,1316,-1,1317,1318,1319,-1,1320,1319,1321,-1,1322,1323,1324,-1,1325,1219,1218,-1,764,763,780,-1,1326,1327,1328,-1,1329,1238,1330,-1,1327,1218,1217,-1,650,1331,1332,-1,1333,1176,1334,-1,1234,1335,1336,-1,1177,1337,1338,-1,1175,1177,1170,-1,1180,1179,1339,-1,1340,1341,1342,-1,1343,1344,1345,-1,1346,1347,1348,-1,37,1349,1350,-1,1351,1352,755,-1,1340,1353,1354,-1,1355,1356,1357,-1,1358,1359,1088,-1,1360,1361,1098,-1,1208,1184,1362,-1,1363,1211,1364,-1,1188,1187,1184,-1,1365,1203,1366,-1,1136,1135,1099,-1,1367,1368,1369,-1,1233,1370,1234,-1,1371,1372,1335,-1,1168,1167,1373,-1,1374,1375,1010,-1,1376,1240,1239,-1,964,963,1061,-1,1377,1378,1067,-1,1379,963,1380,-1,1381,1382,1383,-1,1384,1385,1386,-1,1387,1388,1389,-1,1390,1389,1391,-1,1392,1393,1394,-1,51,48,747,-1,1395,1396,747,-1,1280,1397,650,-1,1393,1392,1398,-1,1399,1400,1401,-1,1341,1402,1403,-1,1404,1405,1406,-1,1407,1408,1409,-1,1410,1381,1411,-1,1409,1412,1413,-1,1367,1414,1415,-1,960,965,1416,-1,1091,1417,1092,-1,982,981,1418,-1,1419,1086,1031,-1,1420,1421,1422,-1,1336,1335,1421,-1,1371,1335,1234,-1,1367,1233,1423,-1,1424,1423,1425,-1,1333,1344,1426,-1,1098,1361,1427,-1,1358,1088,1087,-1,1204,1428,1429,-1,1430,1431,71,-1,1432,1433,557,-1,1434,1435,72,-1,1436,1098,1359,-1,1437,1438,1350,-1,1439,1440,1441,-1,1349,1440,1350,-1,35,1342,36,-1,1442,1443,1444,-1,1342,1423,1445,-1,1446,1445,1423,-1,36,1349,37,-1,1169,1168,1447,-1,1337,1448,1449,-1,1450,1426,1343,-1,1451,1452,1453,-1,820,1329,1216,-1,650,1214,1331,-1,1217,1281,1331,-1,1454,1242,1133,-1,1455,1456,1316,-1,1324,1323,1218,-1,1457,1458,1320,-1,1318,1317,1459,-1,1311,1456,1460,-1,1309,1461,1462,-1,1311,1314,1315,-1,1312,1142,1141,-1,1463,1464,1309,-1,1306,1305,1222,-1,1465,1466,1308,-1,1467,1299,1468,-1,1469,1470,1465,-1,770,772,1297,-1,1127,1126,1298,-1,1101,1100,1294,-1,1292,1295,1297,-1,834,833,1471,-1,1472,1473,1290,-1,1474,1475,1476,-1,1477,1478,1282,-1,1332,1281,1283,-1,1272,1271,1280,-1,1476,1479,1480,-1,1272,1481,634,-1,1482,1483,1277,-1,1264,1484,1485,-1,1486,1479,1119,-1,1111,1110,1487,-1,1488,1489,1490,-1,1487,1491,1111,-1,863,1108,1492,-1,1123,1493,1494,-1,1495,1257,1496,-1,1257,1495,1255,-1,1497,1132,1498,-1,1499,841,1500,-1,1501,1250,1502,-1,1502,1503,1504,-1,1504,1503,1505,-1,824,823,780,-1,1506,1084,1086,-1,834,1246,1244,-1,956,1290,1243,-1,1507,768,1134,-1,783,1242,1508,-1,833,1509,1471,-1,1443,1510,1511,-1,1433,1512,1513,-1,1403,1402,1514,-1,1201,1202,1515,-1,61,1200,1516,-1,1211,1363,1199,-1,1208,1517,1518,-1,1423,1230,1446,-1,1240,1376,1420,-1,1173,1519,1520,-1,1521,1522,1523,-1,1142,1524,1525,-1,1308,1466,1526,-1,1315,1464,1524,-1,1527,863,835,-1,1423,1424,1368,-1,1211,1528,557,-1,819,1213,1183,-1,1139,1140,1529,-1,1431,1202,1193,-1,1530,1531,1365,-1,1435,70,72,-1,1363,1364,1532,-1,178,544,1533,-1,1193,1201,1192,-1,1534,1535,1536,-1,1533,544,1537,-1,1538,1186,1539,-1,1518,1189,1530,-1,1362,1186,1540,-1,1515,1202,1531,-1,1210,1235,1541,-1,1172,1175,1170,-1,1520,1167,1169,-1,1542,1174,1336,-1,1171,1170,1338,-1,1174,1447,1179,-1,1158,1159,1089,-1,1543,1157,1544,-1,1545,1546,1547,-1,1548,1549,1163,-1,1155,1154,1550,-1,1548,1135,1549,-1,1326,1551,1552,-1,815,1087,1144,-1,1429,1138,1139,-1,1427,761,1553,-1,1145,1144,1159,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getfrontal_Geo_6_29_coordIndex_4()
		{
			int[] value = {817,1136,1166,-1,1554,1555,1495,-1,1556,1557,1558,-1,1103,1252,1559,-1,1474,1560,1561,-1,1562,1475,1563,-1,1484,1564,1565,-1,1566,1567,1568,-1,1556,1494,1557,-1,1491,1265,1121,-1,1569,1570,1571,-1,1261,1572,848,-1,1573,1109,1120,-1,1567,1125,1285,-1,1479,1476,1475,-1,918,917,1574,-1,1241,831,1575,-1,999,1004,1576,-1,1359,1089,1088,-1,1577,884,1578,-1,1084,1083,1579,-1,936,1580,937,-1,869,946,1581,-1,1582,1583,1584,-1,1585,1586,1587,-1,1588,1589,1585,-1,1069,1377,1067,-1,961,1590,1591,-1,1592,1055,1047,-1,1052,1593,1053,-1,1050,1049,1412,-1,1594,1044,1595,-1,1407,1596,1597,-1,1408,1598,1599,-1,1600,1601,1602,-1,1598,1603,1604,-1,1032,1605,1033,-1,1606,1603,1600,-1,1607,1608,1609,-1,1596,1610,1611,-1,1612,1035,1613,-1,1039,1038,1614,-1,1615,1616,1610,-1,1617,1026,1618,-1,1522,1619,1620,-1,1621,1622,1023,-1,1033,1036,1618,-1,1623,1624,1017,-1,1012,1018,1623,-1,1625,1619,1626,-1,1627,1628,1629,-1,1630,1627,1629,-1,1631,1632,1008,-1,1007,1004,1005,-1,1633,1634,1005,-1,1394,1004,1632,-1,1000,995,1001,-1,1635,994,996,-1,1636,1637,991,-1,1638,1639,1640,-1,988,990,985,-1,981,983,980,-1,1641,983,1642,-1,1643,979,1644,-1,1645,1646,969,-1,1647,971,1648,-1,1619,1649,1626,-1,1416,965,964,-1,1063,1068,1650,-1,1650,1651,1652,-1,1586,959,958,-1,1653,1246,1654,-1,954,955,1655,-1,1656,1657,951,-1,1658,954,1655,-1,947,949,1659,-1,1660,1661,944,-1,945,944,1661,-1,943,942,1583,-1,940,939,1662,-1,872,935,1663,-1,926,927,1251,-1,1664,1665,1666,-1,1666,922,1667,-1,1668,924,1669,-1,1670,1664,1671,-1,922,1666,1665,-1,917,916,1672,-1,917,1672,1673,-1,915,914,1674,-1,1675,1676,919,-1,1677,911,908,-1,908,910,855,-1,854,1678,909,-1,1679,1680,1681,-1,1682,1683,1684,-1,1685,905,904,-1,1686,1687,1688,-1,1689,1690,1691,-1,1692,1693,1694,-1,891,890,1258,-1,887,889,894,-1,1695,1084,1506,-1,880,882,1696,-1,1697,1698,1577,-1,1699,875,1700,-1,1701,1702,930,-1,1703,934,871,-1,1704,1080,1078,-1,1705,1706,942,-1,864,1706,1705,-1,869,868,1269,-1,869,1707,944,-1,867,866,1708,-1,954,1708,1290,-1,1653,1245,1247,-1,1290,1708,1709,-1,1254,1710,1110,-1,1078,863,862,-1,1711,1712,1713,-1,857,856,1714,-1,1715,1716,1686,-1,1715,1113,1717,-1,1717,1718,1719,-1,847,1720,896,-1,849,891,1694,-1,845,844,887,-1,885,840,882,-1,1701,1721,873,-1,836,835,1078,-1,1509,832,831,-1,1509,1240,1471,-1,1575,808,807,-1,973,972,1251,-1,823,1165,1164,-1,178,1188,821,-1,1290,1473,1722,-1,803,1723,804,-1,1724,1725,1726,-1,1727,794,793,-1,789,797,1728,-1,787,793,796,-1,1729,794,1508,-1,1239,1575,1728,-1,767,785,1730,-1,792,759,754,-1,781,1314,782,-1,766,1731,784,-1,773,775,1732,-1,1222,778,1526,-1,1304,1733,1467,-1,1734,1299,1467,-1,1732,1457,1321,-1,1735,1733,1306,-1,1307,1736,1143,-1,1519,752,1520,-1,1737,768,767,-1,757,802,762,-1,756,755,769,-1,544,178,545,-1,1397,1738,650,-1,745,744,372,-1,1739,1740,1741,-1,1742,740,1739,-1,741,1743,1744,-1,1745,1746,407,-1,1747,1748,736,-1,1749,332,336,-1,1750,331,333,-1,190,188,187,-1,1751,324,1752,-1,1753,1754,441,-1,1755,1756,1757,-1,728,1758,1759,-1,1760,1761,593,-1,694,590,1760,-1,725,722,721,-1,1762,561,1763,-1,541,560,1764,-1,1764,1765,541,-1,1765,714,1766,-1,576,53,1364,-1,569,1767,540,-1,1768,462,1769,-1,1770,463,1771,-1,1772,1773,1774,-1,1775,711,704,-1,1776,1777,127,-1,14,13,1778,-1,1779,1780,700,-1,1781,1782,702,-1,720,1783,1784,-1,1785,1786,749,-1,1778,701,1787,-1,709,698,1788,-1,1789,523,1790,-1,696,1791,697,-1,1792,749,748,-1,1793,1216,689,-1,577,650,578,-1,578,1794,690,-1,1795,130,608,-1,1796,1797,686,-1,679,678,677,-1,138,141,675,-1,1798,1799,585,-1,1796,674,1800,-1,1801,668,1802,-1,1803,671,1804,-1,580,669,668,-1,666,149,150,-1,1805,588,1806,-1,663,1807,1808,-1,1809,665,485,-1,468,662,1810,-1,1811,661,660,-1,174,472,658,-1,497,1812,489,-1,654,1813,1814,-1,654,1815,494,-1,490,1814,1816,-1,1817,1818,655,-1,1819,1820,1794,-1,648,646,649,-1,648,638,640,-1,227,228,1821,-1,640,639,634,-1,630,632,1822,-1,1823,1824,1825,-1,226,225,1826,-1,1827,1828,1829,-1,629,476,631,-1,240,1830,637,-1,1831,1832,1833,-1,627,1834,1835,-1,1836,624,501,-1,196,246,1837,-1,1838,1839,1840,-1,1841,1842,1843,-1,1844,1845,1846,-1,1846,1847,1501,-1,1848,684,1849,-1,458,727,459,-1,326,1850,611,-1,175,233,612,-1,1797,1851,1852,-1,160,1795,610,-1,188,1853,189,-1,1854,1779,1855,-1,1856,1433,1513,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getfrontal_Geo_6_29_coordIndex_5()
		{
			int[] value = {742,1857,1858,-1,536,535,1859,-1,569,568,1860,-1,720,1784,1861,-1,697,1862,1863,-1,466,134,589,-1,399,1864,1865,-1,400,1866,1867,-1,598,1868,1869,-1,559,576,1364,-1,1870,1871,1872,-1,563,1873,1763,-1,1874,1764,562,-1,1874,714,1764,-1,534,1875,541,-1,569,572,1876,-1,1364,53,1532,-1,552,554,54,-1,1877,548,547,-1,554,555,58,-1,570,542,541,-1,1860,542,1878,-1,573,537,177,-1,1876,572,1870,-1,1879,603,602,-1,1789,530,526,-1,529,528,595,-1,1880,1881,1862,-1,1790,467,1789,-1,503,505,181,-1,1882,1883,718,-1,1884,1885,1886,-1,1887,514,1886,-1,1888,1889,1890,-1,1884,1891,521,-1,1892,519,1890,-1,513,1891,1884,-1,1893,1894,1886,-1,1889,1895,1892,-1,718,1883,1896,-1,1897,1898,510,-1,584,1899,1900,-1,511,1873,563,-1,511,717,1873,-1,1901,1885,1897,-1,1851,1797,608,-1,1838,1902,1903,-1,1904,222,1905,-1,485,1906,1907,-1,480,1908,1835,-1,1909,1910,1911,-1,1812,657,1912,-1,1905,637,1913,-1,1914,1906,641,-1,498,1915,630,-1,196,1916,194,-1,1917,1918,1919,-1,174,469,472,-1,1920,1921,1909,-1,497,1922,657,-1,1923,164,1924,-1,1925,1756,1755,-1,1926,1927,1928,-1,1928,1929,620,-1,731,615,614,-1,511,521,461,-1,419,457,459,-1,458,1930,1931,-1,1932,244,1933,-1,1934,193,454,-1,435,1935,433,-1,1936,1937,1938,-1,449,448,1936,-1,443,1939,338,-1,1940,339,338,-1,1940,1941,339,-1,1942,1943,1944,-1,1945,436,438,-1,431,1946,1947,-1,1948,429,428,-1,432,435,430,-1,437,1949,1943,-1,1942,1950,1951,-1,1952,1953,1954,-1,1947,1955,432,-1,1956,1944,1943,-1,1957,421,420,-1,1958,1959,1960,-1,1959,1961,1960,-1,1746,405,407,-1,403,407,404,-1,401,737,402,-1,1759,419,1962,-1,1963,1964,1965,-1,1966,1758,1967,-1,401,1759,1966,-1,398,1968,1965,-1,1969,1867,1866,-1,1970,388,1971,-1,1972,1973,1974,-1,1975,1972,1976,-1,371,373,379,-1,1977,375,374,-1,464,371,1978,-1,1979,369,464,-1,1980,1981,1982,-1,368,365,367,-1,1980,364,1983,-1,1984,1985,1925,-1,362,1986,359,-1,1987,358,357,-1,353,729,354,-1,352,1988,353,-1,1989,354,345,-1,1990,1991,347,-1,349,354,1989,-1,1992,744,746,-1,1993,337,1994,-1,337,732,1994,-1,333,591,1750,-1,234,1995,1996,-1,232,234,1996,-1,1997,1998,1999,-1,310,312,242,-1,2000,309,2001,-1,2001,1934,2000,-1,245,247,2002,-1,247,306,2002,-1,2003,249,2004,-1,2005,2006,460,-1,2007,2008,2009,-1,298,297,2010,-1,299,298,2011,-1,2012,293,2013,-1,2014,282,292,-1,286,2015,2016,-1,2015,2017,2016,-1,2018,276,2019,-1,277,274,276,-1,274,2020,272,-1,2021,2022,268,-1,2023,266,2024,-1,2025,2026,1843,-1,2027,1841,2026,-1,265,208,266,-1,2028,2029,2030,-1,2031,2032,2033,-1,2034,200,202,-1,2034,202,2035,-1,2036,2034,2037,-1,198,2038,2006,-1,199,198,2039,-1,256,2039,2040,-1,2041,2042,2007,-1,250,2043,2044,-1,246,196,247,-1,236,2045,1998,-1,323,1821,2046,-1,222,223,240,-1,2047,859,861,-1,217,216,2048,-1,273,2049,275,-1,2050,2051,2052,-1,2053,207,204,-1,201,200,2036,-1,477,2054,201,-1,2042,2055,2056,-1,2057,2058,197,-1,192,191,1837,-1,1853,2059,1850,-1,171,2059,186,-1,2060,2061,2062,-1,2063,601,600,-1,1848,600,599,-1,605,602,179,-1,505,1872,2064,-1,2065,2066,509,-1,2067,2068,2069,-1,2070,670,2071,-1,2072,2073,173,-1,2074,171,176,-1,2075,2076,155,-1,2077,167,2078,-1,158,132,2079,-1,2079,2080,166,-1,2071,168,167,-1,161,610,1924,-1,2081,162,2082,-1,2079,128,2083,-1,129,157,2084,-1,1924,609,2085,-1,1852,683,182,-1,149,140,142,-1,145,144,2086,-1,2087,2088,676,-1,135,152,151,-1,587,1808,1807,-1,132,466,126,-1,131,130,1795,-1,1851,129,2089,-1,2076,2075,2090,-1,2091,2092,2090,-1,128,127,1777,-1,132,2093,2079,-1,125,123,2094,-1,2095,2096,122,-1,2097,77,95,-1,73,120,119,-1,2098,117,68,-1,125,117,116,-1,2099,124,123,-1,113,2094,114,-1,109,108,110,-1,2100,2101,96,-1,2102,65,2103,-1,2102,2104,2105,-1,74,101,64,-1,2102,2105,2106,-1,103,2107,105,-1,104,103,95,-1,91,2108,2109,-1,95,103,105,-1,86,2110,104,-1,2098,2111,89,-1,2109,2112,91,-1,87,2111,2113,-1,81,88,2114,-1,100,80,79,-1,51,2115,52,-1,73,72,70,-1,67,1207,2098,-1,56,58,66,-1,74,63,62,-1,64,58,62,-1,566,1207,567,-1,556,57,56,-1,1532,55,1516,-1,76,48,50,-1,1192,1200,71,-1,3,2116,2117,-1,2118,1436,2119,-1,38,2120,2121,-1,1355,29,2122,-1,2123,2124,2120,-1,35,34,40,-1,1,2125,2,-1,4,1355,2126,-1,47,2122,29,-1,2127,2128,2122,-1,2121,2129,6,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] getfrontal_Geo_6_29_coordIndex_6()
		{
			int[] value = {2130,2116,5,-1,2131,26,28,-1,27,44,43,-1,2132,9,23,-1,2133,21,20,-1,2132,2134,24,-1,22,2132,17,-1,12,22,16,-1,701,1778,18,-1,704,25,21,-1,2135,1,0,-1,2136,0,2,-1,37,1438,2123,-1,14,2137,15,-1,702,704,2133,-1,16,13,12,-1,16,22,17,-1,24,9,2132,-1,1778,13,16,-1,2133,704,21,-1,23,17,2132,-1,43,28,27,-1,2130,5,45,-1,6,2138,2121,-1,46,28,2139,-1,2122,47,2127,-1,29,31,47,-1,1355,30,29,-1,2120,33,2123,-1,2122,2126,1355,-1,43,2139,28,-1,2117,2140,2141,-1,50,94,76,-1,94,50,2097,-1,1516,1363,1532,-1,566,2113,2111,-1,64,2103,58,-1,62,75,74,-1,66,79,56,-1,67,2098,68,-1,70,69,73,-1,2106,2105,2101,-1,104,2110,99,-1,81,83,88,-1,87,89,2111,-1,2112,2142,91,-1,2098,89,90,-1,104,2108,86,-1,105,93,95,-1,78,2143,85,-1,2108,2144,2109,-1,95,2145,104,-1,105,2107,106,-1,64,63,74,-1,2104,2102,2103,-1,102,98,2146,-1,96,106,2100,-1,2099,2147,124,-1,122,121,120,-1,125,108,117,-1,2098,90,117,-1,73,69,120,-1,77,2148,95,-1,2096,2095,112,-1,2096,121,122,-1,114,2149,115,-1,2094,111,125,-1,128,1777,2083,-1,2091,2090,2081,-1,2090,507,2076,-1,2150,2151,506,-1,2089,1852,1851,-1,131,1795,160,-1,2093,128,2079,-1,126,2093,132,-1,2152,2153,644,-1,2087,676,140,-1,144,664,2086,-1,149,142,150,-1,182,1849,1852,-1,1924,610,609,-1,129,2084,2089,-1,2083,2080,2079,-1,132,607,133,-1,2082,2091,2081,-1,164,161,1924,-1,167,2070,2071,-1,163,2082,162,-1,2077,165,2070,-1,2070,167,2077,-1,2080,2078,166,-1,2079,166,158,-1,167,166,2078,-1,155,2154,2075,-1,2154,2155,2075,-1,171,2156,176,-1,173,172,2072,-1,2070,1802,670,-1,178,177,545,-1,2064,181,505,-1,179,2157,605,-1,599,684,1848,-1,600,2064,2063,-1,1845,1928,1846,-1,186,172,171,-1,187,189,326,-1,188,2059,1853,-1,1902,2158,2159,-1,1904,2160,194,-1,2161,2160,2162,-1,2038,2058,253,-1,1931,2163,2164,-1,204,2165,258,-1,1842,212,210,-1,2049,217,2048,-1,2166,2167,271,-1,2168,2048,2015,-1,220,219,2169,-1,295,220,296,-1,2170,861,1501,-1,637,2045,238,-1,621,225,228,-1,613,231,326,-1,323,234,1821,-1,453,2171,1830,-1,246,245,2067,-1,196,307,247,-1,249,2172,248,-1,2041,2173,2174,-1,199,2039,256,-1,198,2006,2005,-1,2036,200,2034,-1,202,2175,2035,-1,2031,203,2032,-1,2030,2176,2028,-1,2177,265,264,-1,2025,1843,2178,-1,2026,1841,1843,-1,266,208,2024,-1,2179,215,279,-1,2021,2180,2181,-1,2018,277,276,-1,283,288,290,-1,2015,2182,2017,-1,2183,2184,2185,-1,293,292,2013,-1,301,2186,2187,-1,298,300,2011,-1,2188,296,301,-1,460,2189,2005,-1,2003,2172,249,-1,1934,456,2000,-1,309,242,2001,-1,312,243,242,-1,2190,318,317,-1,322,324,1751,-1,1996,320,232,-1,232,325,233,-1,1938,1750,591,-1,337,339,732,-1,441,1754,733,-1,1973,1972,2191,-1,2192,2193,2194,-1,184,183,2195,-1,345,2196,343,-1,348,2197,355,-1,353,1988,729,-1,357,2198,1987,-1,1987,2199,358,-1,1985,356,2200,-1,1985,2200,1925,-1,362,359,363,-1,1982,2201,1980,-1,1979,370,369,-1,371,2202,1978,-1,618,380,744,-1,377,1977,374,-1,371,379,377,-1,617,378,618,-1,2203,2204,1975,-1,1975,2204,2205,-1,1867,389,386,-1,2206,2207,1975,-1,2208,1971,388,-1,398,738,1968,-1,1966,1759,1758,-1,1759,394,419,-1,2209,2210,406,-1,2211,2212,2213,-1,2214,1955,1954,-1,429,1955,1947,-1,438,1943,2215,-1,437,1943,438,-1,2216,435,434,-1,2217,1947,1946,-1,431,1947,432,-1,1949,1956,1943,-1,1942,1944,2218,-1,440,1753,441,-1,1939,1940,338,-1,443,338,444,-1,447,330,2219,-1,1936,1938,449,-1,326,2220,450,-1,435,1950,1935,-1,1752,2221,1751,-1,311,313,452,-1,419,459,1962,-1,245,2002,2067,-1,461,1770,511,-1,1928,620,1926,-1,1929,2222,620,-1,1925,1755,1984,-1,1978,1979,464,-1,1923,165,164,-1,2223,2224,2225,-1,462,461,718,-1,468,1810,469,-1,657,1812,497,-1,475,1913,637,-1,226,1921,1920,-1,479,2051,212,-1,2226,2227,2228,-1,1905,222,637,-1,2229,1810,2230,-1,2231,491,1816,-1,1835,481,480,-1,1809,485,1907,-1,2232,2233,2234,-1,608,130,1851,-1,1897,504,1901,-1,1898,1884,521,-1,511,563,2065,-1,510,521,511,-1,1899,2235,1900,-1,510,504,1897,-1,1892,1890,1889,-1,1893,1886,2236,-1,1884,514,513,-1,1893,518,1894,-1,515,1888,1890,-1,1887,1886,1894,-1,1886,514,1884,-1,718,461,1882,-1,503,181,180,-1,562,715,1874,-1,1862,1791,1880,-1,595,695,529,-1,1789,526,523,-1,691,2237,2238,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=7 */
		private int[] getfrontal_Geo_6_29_coordIndex_7()
		{
			int[] value = {1863,2238,697,-1,545,2239,546,-1,1870,2240,1876,-1,1767,1860,1878,-1,1875,570,541,-1,58,57,554,-1,574,1877,547,-1,54,2241,552,-1,552,553,1859,-1,1765,534,541,-1,1763,564,563,-1,1872,2066,1870,-1,559,1364,557,-1,2242,598,1869,-1,2243,720,2244,-1,222,1916,191,-1,581,671,582,-1,667,1805,148,-1,582,2235,2245,-1,2246,399,1865,-1,466,589,530,-1,133,187,1761,-1,1861,721,720,-1,1860,1767,569,-1,2241,576,575,-1,2241,53,576,-1,1859,553,536,-1,1860,568,543,-1,179,178,1793,-1,610,161,160,-1,1797,1852,1849,-1,242,241,2001,-1,229,613,611,-1,614,612,233,-1,1849,182,1848,-1,1501,1844,1846,-1,1847,619,1501,-1,2055,2247,2163,-1,1903,474,629,-1,501,624,623,-1,1836,2248,624,-1,627,1835,628,-1,637,222,240,-1,476,473,1920,-1,1827,2249,1828,-1,226,1920,473,-1,1823,1910,1824,-1,1822,488,630,-1,2233,2250,2251,-1,634,647,640,-1,1824,1814,1813,-1,648,1738,638,-1,646,1794,649,-1,1819,2252,1820,-1,1817,1906,1818,-1,654,1814,1815,-1,174,2253,175,-1,1853,1850,189,-1,1811,662,661,-1,662,2254,1810,-1,1809,662,665,-1,663,1811,1807,-1,2255,1806,588,-1,144,143,2256,-1,1805,667,588,-1,666,2257,149,-1,668,581,580,-1,1803,1804,674,-1,1802,1923,1801,-1,1804,1800,674,-1,673,672,2258,-1,583,1899,584,-1,1798,2259,1799,-1,677,2260,679,-1,686,672,1796,-1,577,579,688,-1,578,649,1794,-1,2157,1793,689,-1,1792,748,2261,-1,1791,1862,697,-1,523,522,1790,-1,2262,1778,1787,-1,1792,1785,749,-1,720,1781,1783,-1,1781,720,1782,-1,14,1778,2262,-1,1776,127,2263,-1,11,23,9,-1,704,703,1775,-1,1772,2264,1773,-1,1770,1771,716,-1,1769,2265,1768,-1,540,572,569,-1,1765,1764,714,-1,1901,504,718,-1,2244,722,2266,-1,725,724,722,-1,726,723,694,-1,467,1790,2267,-1,2268,2269,1976,-1,187,133,607,-1,1753,2270,1754,-1,334,2271,335,-1,1754,425,422,-1,2272,734,1993,-1,1745,407,403,-1,2273,1395,747,-1,2274,350,2275,-1,2274,2276,350,-1,756,769,751,-1,1737,1454,768,-1,1376,752,1519,-1,2277,774,2278,-1,1458,2277,1325,-1,1321,776,1732,-1,1734,1467,1735,-1,1733,1735,1467,-1,1222,776,778,-1,1732,1305,773,-1,2279,1726,801,-1,754,786,792,-1,767,1730,1737,-1,1508,1737,1730,-1,1728,752,1239,-1,1730,2280,1508,-1,794,1727,1508,-1,795,787,796,-1,799,792,786,-1,797,798,1728,-1,793,787,1727,-1,1724,785,784,-1,1290,1722,805,-1,1723,808,804,-1,820,1793,821,-1,780,823,1164,-1,1102,2281,1473,-1,1575,831,808,-1,1241,1509,831,-1,835,863,1078,-1,2282,1260,2283,-1,839,2284,840,-1,2285,1572,845,-1,2285,2286,892,-1,849,1694,1693,-1,2287,903,899,-1,1717,1719,2288,-1,1712,2289,1713,-1,856,915,2290,-1,1713,1675,1665,-1,1492,1108,868,-1,1103,1253,1252,-1,2291,1254,865,-1,1653,2292,1245,-1,956,954,1290,-1,954,867,1708,-1,1707,869,1269,-1,2293,1492,2294,-1,1705,942,939,-1,1704,1078,1079,-1,1080,836,1078,-1,2295,2296,876,-1,882,2297,1696,-1,935,872,871,-1,885,879,883,-1,1085,2298,1083,-1,1695,1085,1084,-1,1694,1259,1692,-1,1719,2299,2300,-1,1718,2301,2302,-1,897,2303,898,-1,906,2288,2304,-1,1678,2305,909,-1,909,908,854,-1,908,855,854,-1,1677,908,907,-1,2306,1682,1684,-1,1675,919,1665,-1,1673,1574,917,-1,2307,1676,2308,-1,921,2309,923,-1,1671,2310,1670,-1,925,927,926,-1,1669,1670,1668,-1,1666,1671,1664,-1,2311,926,1251,-1,1577,2312,2313,-1,2297,2314,2315,-1,1663,1702,872,-1,1079,1580,2316,-1,2317,943,1583,-1,1707,2318,1660,-1,1660,944,1707,-1,2319,1488,2320,-1,1657,1656,2321,-1,950,1656,951,-1,1653,1654,2322,-1,1246,2323,1654,-1,1246,1240,1585,-1,2324,1072,2325,-1,1067,1378,1651,-1,1063,962,961,-1,1610,1596,2326,-1,1646,977,976,-1,2327,2328,1645,-1,1641,2329,983,-1,987,1644,979,-1,985,984,988,-1,1637,2330,998,-1,996,995,993,-1,998,2330,2331,-1,2332,2333,2334,-1,1003,1005,1004,-1,1005,1003,1633,-1,1631,1008,2335,-1,1224,1631,2335,-1,2336,1628,2337,-1,1623,1017,1012,-1,1624,1015,1017,-1,2338,1027,1026,-1,2338,2339,2340,-1,1025,1419,1031,-1,1022,1026,2341,-1,2342,1039,2343,-1,2344,1039,1614,-1,1612,2345,1035,-1,2346,2342,2343,-1,1042,2347,1616,-1,2348,2349,1608,-1,1606,1604,1603,-1,1605,1036,1033,-1,1600,1602,1606,-1,1413,1380,1409,-1,2350,1379,1380,-1,2351,2352,1046,-1,1057,1593,2353,-1,1054,2354,1052,-1,2355,2356,1049,-1,1062,1416,964,-1,1066,1070,1068,-1,2357,1378,2358,-1,1075,1587,1586,-1,1589,1246,1585,-1,1583,1582,2359,-1,1584,2293,1582,-1,1581,870,869,-1,1580,1079,937,-1,1086,1084,1579,-1,2296,2360,876,-1,1577,1578,2312,-1,927,973,1251,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=8 */
		private int[] getfrontal_Geo_6_29_coordIndex_8()
		{
			int[] value = {1093,1503,1094,-1,1359,1098,1089,-1,1645,969,2361,-1,1099,1427,1136,-1,1575,1239,1241,-1,1167,1520,769,-1,1102,1101,1291,-1,2362,1102,1287,-1,1497,1487,1107,-1,1497,1491,1487,-1,2363,1261,1112,-1,1122,2364,1555,-1,2365,1302,1126,-1,1484,1565,1485,-1,1475,2366,1563,-1,1474,1561,2367,-1,1559,1104,1103,-1,2368,1554,1495,-1,1136,1427,1166,-1,1553,1166,1427,-1,2369,1429,1139,-1,1144,816,815,-1,815,2370,1140,-1,1326,2371,1551,-1,1155,1550,1162,-1,1163,1151,1548,-1,1543,1162,1550,-1,2372,2373,1089,-1,1157,1545,1544,-1,1158,1089,2373,-1,1426,1176,1333,-1,1338,1229,1171,-1,1174,1179,1336,-1,2374,1334,1172,-1,1169,1173,1520,-1,2375,1210,1541,-1,1531,2376,1515,-1,1186,1188,1539,-1,1362,1187,1186,-1,1530,2377,1518,-1,2378,1533,1537,-1,1535,1197,1536,-1,1201,1536,1192,-1,1534,1536,1201,-1,1435,1430,70,-1,1184,1208,1185,-1,1530,1191,1531,-1,1193,71,1431,-1,1139,1529,2369,-1,1183,814,819,-1,557,1364,1211,-1,1021,1620,2379,-1,1521,2380,1522,-1,1173,2381,1519,-1,1448,1337,2382,-1,1423,1233,1230,-1,1518,2383,1208,-1,1199,1198,1211,-1,1515,1534,1201,-1,2383,1518,2377,-1,178,821,1793,-1,1508,1727,783,-1,779,1507,1134,-1,1705,939,938,-1,1247,1245,1244,-1,1243,1092,956,-1,824,780,779,-1,2384,2385,2386,-1,1504,2387,1502,-1,2387,1501,1502,-1,2287,899,902,-1,2388,1131,2389,-1,1703,873,837,-1,1495,1496,2368,-1,1494,2390,1123,-1,2391,1267,2392,-1,1492,864,863,-1,1491,1498,1265,-1,1488,1490,2393,-1,1254,1110,2394,-1,1486,1119,2395,-1,1264,1263,1484,-1,634,1270,1272,-1,1709,1708,866,-1,1272,1280,1279,-1,1332,1283,1279,-1,1281,1477,1282,-1,1476,1480,1286,-1,1563,1105,1104,-1,1287,1473,1288,-1,1296,1292,1297,-1,1294,1295,1101,-1,1298,1295,1127,-1,770,1297,1301,-1,1469,1465,1308,-1,1222,1221,1306,-1,1309,1310,1463,-1,1141,1313,1312,-1,1311,1315,1312,-1,1462,810,1309,-1,1460,1314,1311,-1,1313,2371,1316,-1,1143,1736,2396,-1,1459,2397,1318,-1,1218,2398,1324,-1,1455,1134,1456,-1,1327,1214,1328,-1,1281,1332,1331,-1,1216,1793,820,-1,1451,1453,2131,-1,1450,1343,2399,-1,1337,1449,1338,-1,1447,1174,1169,-1,1339,1346,2400,-1,36,2401,1349,-1,1446,2399,1445,-1,1342,1425,1423,-1,35,1340,1342,-1,1349,2402,1440,-1,1441,2403,1439,-1,1437,2404,1438,-1,1436,2405,1098,-1,72,1451,1434,-1,70,1430,71,-1,1429,1205,1204,-1,1358,1087,1138,-1,1427,1099,1098,-1,1344,1343,1426,-1,1367,1423,1368,-1,1371,1234,1370,-1,1542,1336,1421,-1,1372,1227,1335,-1,1420,2381,1421,-1,1419,1506,1086,-1,955,956,2406,-1,1072,958,957,-1,2324,2357,1072,-1,1416,1590,960,-1,1367,1415,1370,-1,1410,2407,1381,-1,1026,1404,2341,-1,1387,2408,1385,-1,1341,1354,1402,-1,1399,2409,1400,-1,2330,1637,2410,-1,1453,1452,747,-1,747,1396,1453,-1,1270,634,750,-1,747,1452,51,-1,1399,2125,2411,-1,2412,2413,1410,-1,2324,1652,1651,-1,1072,957,2325,-1,1509,1241,1240,-1,950,952,2414,-1,963,2415,1061,-1,2330,2416,2417,-1,1028,1419,1025,-1,1420,1422,1228,-1,1421,1335,1422,-1,1233,1367,1370,-1,1205,1429,2369,-1,1366,1530,1365,-1,1184,1181,1188,-1,1362,1517,1208,-1,1098,2405,1360,-1,1358,2418,1359,-1,1355,1357,30,-1,2131,28,2419,-1,1353,2,1354,-1,2420,2403,1441,-1,755,2421,1351,-1,37,1350,1438,-1,1345,2422,1343,-1,1341,1425,1342,-1,1340,1354,1341,-1,1339,1333,1180,-1,1179,1447,1339,-1,1177,1338,1170,-1,1234,1336,1178,-1,1178,1231,1234,-1,1334,1180,1333,-1,1215,1214,650,-1,1327,1217,1331,-1,1330,1328,1329,-1,1326,1328,1330,-1,764,780,1164,-1,1324,2423,1322,-1,1218,1323,1325,-1,1322,1320,1323,-1,1321,1457,1320,-1,1319,2423,1317,-1,1143,1142,1525,-1,1316,1456,1311,-1,781,1461,1314,-1,1314,1461,1309,-1,1315,1309,1464,-1,810,809,1310,-1,1220,1466,1465,-1,1306,1733,773,-1,1300,1301,1298,-1,1298,1468,1299,-1,1292,1101,1295,-1,1292,1296,1293,-1,1244,1289,805,-1,1472,1288,1473,-1,1103,1472,1290,-1,1286,2424,1284,-1,650,1332,1279,-1,1278,2278,1276,-1,2425,2426,1557,-1,635,634,1266,-1,1498,1491,1497,-1,2390,1494,1556,-1,1122,1555,1554,-1,1261,2363,1130,-1,1259,1694,891,-1,1254,2394,1252,-1,1251,972,1249,-1,818,2427,2428,-1,2314,2297,2429,-1,1243,2430,1090,-1,1245,2430,1243,-1,2291,950,2414,-1,1242,782,1133,-1,834,1471,1246,-1,821,1188,1181,-1,1539,1188,2431,-1,2370,1185,1140,-1,1199,1363,1200,-1,2432,1235,1209,-1,1233,1231,1230,-1,1232,1446,1230,-1,1229,1231,1171,-1,1465,771,1220,-1,2396,1736,2397,-1,1464,1463,1524,-1,1331,1214,1327,-1,1528,1211,1212,-1,1362,1184,1187,-1,1210,2376,1190,-1,1208,2383,1206,-1,1136,817,816,-1,67,61,567,-1,1206,1529,1140,-1,1205,1366,1203,-1,1432,557,1528,-1,60,1200,61,-1,1192,1536,1199,-1,1536,1197,1199,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=9 */
		private int[] getfrontal_Geo_6_29_coordIndex_9()
		{
			int[] value = {1196,1212,1194,-1,1530,1189,1191,-1,1183,1185,2370,-1,2433,1533,2378,-1,1177,2382,1337,-1,1178,1336,1179,-1,1174,1542,1173,-1,1171,2374,1172,-1,1428,1204,1435,-1,1165,817,1166,-1,1146,2372,1089,-1,1163,1549,1156,-1,1152,1163,1155,-1,1161,1546,1149,-1,1544,1153,1152,-1,1156,1158,1154,-1,1151,1163,1152,-1,1148,1160,1149,-1,1144,1137,1136,-1,1141,1143,2396,-1,1159,1144,1087,-1,1140,1139,1087,-1,1156,1145,1159,-1,1137,1549,1135,-1,768,1454,1133,-1,1483,2434,2426,-1,1125,1567,1126,-1,1124,2364,1122,-1,1562,2435,1475,-1,1100,2436,2437,-1,1567,1566,1274,-1,2438,2439,1263,-1,1527,873,1721,-1,2440,2441,1570,-1,1102,1473,1287,-1,1109,1111,1120,-1,1105,1117,1103,-1,1095,2442,1096,-1,2442,2443,1096,-1,1089,1159,1087,-1,933,934,812,-1,1086,1579,1032,-1,2317,1583,2359,-1,2444,2414,952,-1,2354,1076,1052,-1,2323,1246,1589,-1,1075,1586,958,-1,1585,1587,1588,-1,1071,1073,958,-1,1068,1063,1066,-1,1063,1064,1065,-1,1591,1064,961,-1,1060,2445,1048,-1,2356,2446,1049,-1,2353,1047,1057,-1,1046,2447,2351,-1,1052,2353,1593,-1,1049,1051,2355,-1,1077,1059,1595,-1,1408,1599,1045,-1,1043,1047,2353,-1,2445,1058,1048,-1,1604,2448,1598,-1,2449,2450,2451,-1,2452,2449,2451,-1,1614,2453,2344,-1,2344,1616,1615,-1,1404,1026,1617,-1,1031,1033,1025,-1,2454,1028,1027,-1,2341,1023,1022,-1,1020,1620,1021,-1,2379,2455,1021,-1,1016,2379,1017,-1,2456,2457,1009,-1,1017,2379,1625,-1,2458,1009,2459,-1,2458,2336,1009,-1,2335,1248,1224,-1,1008,1632,1004,-1,1005,1634,1006,-1,1631,1224,1392,-1,1002,1004,999,-1,999,1001,1097,-1,2331,997,998,-1,1639,1637,1636,-1,2460,1637,1639,-1,986,2461,984,-1,982,2462,983,-1,2462,1642,983,-1,981,2463,976,-1,2361,2327,1645,-1,981,1643,2463,-1,1392,2464,1398,-1,962,1383,960,-1,960,1590,961,-1,959,2325,957,-1,2465,867,953,-1,954,1658,953,-1,870,1581,2294,-1,946,869,944,-1,939,943,1662,-1,938,939,941,-1,941,936,938,-1,2466,930,932,-1,1578,884,883,-1,883,2467,1578,-1,2468,878,2469,-1,925,929,928,-1,1670,2310,1668,-1,1669,924,926,-1,2470,1668,2471,-1,922,923,1667,-1,2472,2473,2474,-1,918,914,916,-1,1676,1675,2308,-1,910,908,911,-1,2475,905,1685,-1,1686,1688,1682,-1,903,898,2476,-1,902,901,2477,-1,902,2477,2478,-1,897,2479,2303,-1,2480,893,895,-1,2481,890,892,-1,887,886,888,-1,2482,886,846,-1,884,2483,885,-1,879,885,882,-1,2484,877,2485,-1,931,930,1702,-1,871,873,1703,-1,934,1703,812,-1,2293,1584,1492,-1,865,867,1656,-1,1653,1247,1246,-1,1254,1253,1709,-1,868,1108,1269,-1,861,2311,1501,-1,1711,1664,1670,-1,1712,1711,2486,-1,858,2487,916,-1,2488,1680,1678,-1,857,853,858,-1,1113,2287,1717,-1,2489,849,1693,-1,2282,845,1572,-1,1500,1085,1695,-1,838,2483,1698,-1,2490,2491,2295,-1,2490,1128,1721,-1,1260,1130,2283,-1,832,1509,833,-1,1471,1240,1246,-1,831,832,804,-1,1093,1505,1503,-1,826,2427,818,-1,825,827,823,-1,822,1236,820,-1,817,1165,818,-1,1188,178,1533,-1,790,810,791,-1,1723,806,808,-1,1722,803,805,-1,1729,800,802,-1,801,760,802,-1,799,798,796,-1,798,752,1728,-1,798,786,753,-1,791,795,797,-1,791,797,789,-1,783,1727,787,-1,1239,752,1376,-1,756,753,786,-1,785,767,766,-1,781,783,788,-1,779,763,1507,-1,1526,1307,1308,-1,1526,778,1307,-1,776,1321,777,-1,2492,1303,1276,-1,769,1520,752,-1,756,751,753,-1,768,1507,766,-1,1731,763,765,-1,2493,2494,1553,-1,762,802,760,-1,757,762,758,-1,754,2421,755,-1,749,2273,747,-1,362,1756,1925,-1,743,1857,742,-1,2495,737,2496,-1,1953,2497,424,-1,736,2498,734,-1,2499,424,423,-1,733,1994,732,-1,445,332,331,-1,1938,331,1750,-1,233,325,2500,-1,1962,459,728,-1,590,525,526,-1,725,694,723,-1,2244,720,722,-1,720,2243,1782,-1,719,2501,707,-1,462,508,1769,-1,511,1770,716,-1,561,1762,715,-1,58,1766,714,-1,1433,558,557,-1,462,1768,713,-1,2502,711,1775,-1,23,11,712,-1,2501,705,707,-1,1782,743,702,-1,702,743,703,-1,18,712,700,-1,699,692,698,-1,694,596,693,-1,694,725,596,-1,692,699,527,-1,577,1215,650,-1,578,679,579,-1,689,687,606,-1,687,579,2503,-1,684,599,685,-1,683,2504,180,-1,680,139,678,-1,677,675,681,-1,676,2505,675,-1,2235,1899,2245,-1,674,1796,672,-1,1801,2085,1804,-1,1803,674,673,-1,670,1802,668,-1,1899,2506,1805,-1,666,152,146,-1,2152,483,147,-1,1808,664,663,-1,144,2256,665,-1,660,1807,1811,-1,1809,2254,662,-1,470,659,661,-1,468,470,661,-1,2074,611,1850,-1,658,2253,174,-1,2253,1922,175,-1,654,1817,655,-1,651,2507,652,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=10 */
		private int[] getfrontal_Geo_6_29_coordIndex_10()
		{
			int[] value = {1819,1794,646,-1,650,1738,648,-1,646,648,640,-1,644,645,2251,-1,2234,2508,499,-1,633,635,1832,-1,1913,2509,1905,-1,203,205,625,-1,496,1826,225,-1,620,183,185,-1,2063,2064,2510,-1,2511,2512,2513,-1,615,2514,612,-1,612,2514,229,-1,324,2515,1752,-1,608,610,1795,-1,189,1850,326,-1,177,179,602,-1,177,538,2516,-1,1876,2240,563,-1,53,2241,54,-1,597,598,2242,-1,596,1861,594,-1,530,590,526,-1,616,618,2517,-1,586,2086,587,-1,586,149,2257,-1,679,690,680,-1,1215,577,1216,-1,1871,1870,572,-1,576,559,574,-1,570,531,597,-1,1876,565,569,-1,510,509,505,-1,566,556,56,-1,565,1876,563,-1,560,562,1764,-1,555,1859,535,-1,556,54,554,-1,552,1859,555,-1,550,551,553,-1,547,549,551,-1,548,2518,549,-1,2519,544,546,-1,537,1869,538,-1,542,1860,543,-1,537,573,540,-1,536,571,534,-1,533,598,531,-1,2237,529,695,-1,530,1789,467,-1,525,524,523,-1,691,719,692,-1,521,1891,520,-1,518,519,2520,-1,520,1882,461,-1,1887,2520,512,-1,1887,512,514,-1,1901,2521,1885,-1,2240,2065,563,-1,511,2065,509,-1,508,503,506,-1,510,1898,521,-1,503,508,504,-1,501,502,1836,-1,496,1922,497,-1,492,494,1815,-1,490,1816,491,-1,1822,486,488,-1,1906,1914,1818,-1,627,500,499,-1,631,476,1911,-1,1919,2522,2523,-1,2054,477,2053,-1,1921,2524,1909,-1,1907,1906,1817,-1,1814,1824,1816,-1,286,2016,287,-1,508,718,504,-1,2193,347,1991,-1,1770,461,463,-1,1846,1928,1927,-1,184,297,185,-1,460,2006,255,-1,2525,2526,2044,-1,457,1930,458,-1,1934,454,456,-1,451,2171,453,-1,449,330,447,-1,450,2219,330,-1,2271,2527,335,-1,732,339,1941,-1,2217,2528,1947,-1,430,435,2216,-1,438,2215,2499,-1,2214,2529,1951,-1,340,2497,2530,-1,420,1953,1952,-1,394,393,419,-1,417,421,415,-1,2531,2532,412,-1,2533,2213,403,-1,2534,2535,2536,-1,2537,408,410,-1,405,2209,406,-1,406,2534,2536,-1,401,1968,738,-1,728,1759,1962,-1,2538,2539,2540,-1,1966,2539,401,-1,389,392,390,-1,390,2208,388,-1,384,2203,2541,-1,380,618,378,-1,379,373,380,-1,374,376,2202,-1,374,2202,371,-1,2542,2543,2544,-1,1756,2201,1982,-1,368,367,1983,-1,1756,362,2201,-1,358,2200,356,-1,350,2199,348,-1,353,2545,351,-1,346,1990,347,-1,344,343,346,-1,344,347,2193,-1,2194,2546,2547,-1,2548,385,387,-1,733,439,441,-1,444,338,2549,-1,336,2549,1749,-1,591,449,1938,-1,230,329,2550,-1,326,327,2551,-1,2551,2220,326,-1,322,2552,323,-1,323,2552,2553,-1,1829,2554,2555,-1,237,315,316,-1,2556,235,316,-1,311,243,312,-1,455,454,2557,-1,248,308,307,-1,2512,2511,2558,-1,256,2040,304,-1,185,299,2170,-1,284,294,2559,-1,2013,2559,2012,-1,296,2011,300,-1,296,2188,294,-1,2559,2013,284,-1,2015,286,285,-1,285,287,2560,-1,2017,2182,2561,-1,288,283,282,-1,2020,274,278,-1,273,276,274,-1,273,272,271,-1,2166,2562,2563,-1,2564,279,281,-1,2021,2181,2022,-1,2565,215,2179,-1,2566,2567,2568,-1,259,625,205,-1,2032,203,626,-1,2175,202,2029,-1,2569,1931,1930,-1,2039,198,2005,-1,307,306,247,-1,2511,199,257,-1,2526,2162,2044,-1,193,244,2570,-1,193,2570,454,-1,243,239,241,-1,1830,2171,1999,-1,238,2045,236,-1,227,1821,234,-1,175,227,232,-1,613,229,231,-1,225,2515,2046,-1,621,1922,496,-1,637,1830,2045,-1,283,221,284,-1,2182,216,2571,-1,2572,219,221,-1,211,210,267,-1,2024,1842,1841,-1,205,204,258,-1,2573,2574,2031,-1,2054,2574,201,-1,2575,2057,197,-1,2158,2576,2159,-1,222,191,193,-1,186,2059,188,-1,2072,172,159,-1,2577,469,174,-1,181,1848,182,-1,1793,2157,179,-1,171,173,2156,-1,176,175,2074,-1,157,170,2084,-1,163,162,161,-1,158,166,168,-1,2082,2078,2080,-1,165,2077,163,-1,160,162,2155,-1,2578,156,160,-1,159,607,132,-1,131,160,156,-1,157,129,131,-1,1804,2085,609,-1,2579,2089,2084,-1,150,142,151,-1,148,2087,140,-1,143,2580,146,-1,2580,143,145,-1,140,676,141,-1,146,2580,666,-1,583,2506,1899,-1,132,134,466,-1,129,1851,130,-1,2075,2081,2090,-1,2093,126,128,-1,111,110,108,-1,123,114,2094,-1,2145,2581,2144,-1,109,2095,122,-1,119,121,2149,-1,68,117,118,-1,116,117,90,-1,120,69,122,-1,2109,2144,2581,-1,2581,2112,2109,-1,107,118,108,-1,106,96,98,-1,99,2107,103,-1,102,2103,64,-1,100,2100,99,-1,98,97,2146,-1,94,2097,95,-1,86,2108,91,-1,89,83,82,-1,87,2582,84,-1,2110,2143,99,-1,86,92,84,-1,87,2113,2582,-1,76,2583,74,-1,73,2115,51,-1,122,69,71,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=11 */
		private int[] getfrontal_Geo_6_29_coordIndex_11()
		{
			int[] value = {68,118,59,-1,2583,76,94,-1,58,2103,65,-1,59,61,67,-1,53,55,1532,-1,1363,1516,1200,-1,52,49,48,-1,6,42,2138,-1,33,37,2123,-1,40,34,38,-1,35,37,33,-1,2116,3,5,-1,24,2134,21,-1,22,15,19,-1,19,21,2134,-1,18,1778,16,-1,2262,2137,14,-1,6,8,41,-1,4,2126,5,-1,2136,2584,42,-1,2262,20,2137,-1,20,2262,2133,-1,5,43,45,-1,5,2128,43,-1,2585,45,44,-1,45,2585,2130,-1,2135,32,26,-1,8,32,2135,-1,2117,1439,2140,-1,2117,1437,1439,-1,2140,2119,2141,-1,2140,2118,2119,-1,2135,2586,2411,-1,2135,26,2586,-1,82,2587,2147,-1,82,81,2587,-1,2114,91,2142,-1,91,2114,92,-1,2145,2108,104,-1,2108,2145,2144,-1,79,2582,2113,-1,2582,79,78,-1,2588,102,101,-1,2588,98,102,-1,65,2106,66,-1,2106,65,2102,-1,100,2101,2100,-1,2101,100,2106,-1,112,2094,113,-1,112,111,2094,-1,2589,124,2590,-1,2589,114,124,-1,2145,2148,2581,-1,95,2148,2145,-1,121,115,2149,-1,115,121,2096,-1,2092,2083,1777,-1,2083,2092,2091,-1,2151,507,506,-1,2076,507,2151,-1,2089,683,1852,-1,2579,683,2089,-1,2088,2506,583,-1,2087,2506,2088,-1,165,1802,2070,-1,165,1923,1802,-1,2091,2080,2083,-1,2091,2082,2080,-1,153,2150,169,-1,2150,153,2151,-1,2073,168,2071,-1,2072,168,2073,-1,156,154,157,-1,154,156,2578,-1,2077,2082,163,-1,2078,2082,2077,-1,2062,2071,670,-1,2073,2071,2062,-1,505,2066,1872,-1,2066,505,509,-1,1879,601,2063,-1,604,601,1879,-1,2247,2058,2057,-1,2247,2055,2058,-1,2042,2058,2055,-1,2058,2042,253,-1,2166,2052,2167,-1,2052,2166,2591,-1,2592,218,2572,-1,2592,2593,218,-1,295,221,220,-1,221,295,284,-1,328,229,731,-1,229,328,230,-1,2004,2525,2003,-1,2004,2526,2525,-1,2038,255,2006,-1,255,2038,253,-1,1931,727,458,-1,727,1931,2164,-1,2573,2033,2030,-1,2033,2573,2031,-1,2165,2566,2568,-1,2165,206,2566,-1,2177,2566,265,-1,2566,2177,2567,-1,2565,214,215,-1,214,2565,2021,-1,2179,2564,2594,-1,2564,2179,279,-1,211,269,261,-1,211,267,269,-1,2185,2571,2593,-1,2185,2184,2571,-1,2595,2561,2596,-1,2597,2561,2595,-1,2598,1930,457,-1,2598,2569,1930,-1,2599,250,252,-1,2599,2043,250,-1,734,422,424,-1,734,2272,422,-1,1989,2192,349,-1,1989,2193,2192,-1,2195,620,2600,-1,2195,183,620,-1,2193,2546,2194,-1,2193,1991,2546,-1,2198,351,2545,-1,351,2198,2601,-1,1925,1986,362,-1,1986,1925,2200,-1,366,1981,367,-1,366,2602,1981,-1,372,465,745,-1,372,371,465,-1,388,2268,1976,-1,1970,2268,388,-1,1992,618,744,-1,2517,618,1992,-1,2224,385,2548,-1,2224,399,385,-1,1867,2603,2604,-1,1867,1969,2603,-1,399,2605,400,-1,2246,2605,399,-1,738,387,737,-1,2548,387,738,-1,2538,1965,2539,-1,2538,1963,1965,-1,408,395,409,-1,395,408,393,-1,2606,2534,2607,-1,2535,2534,2606,-1,413,1960,1961,-1,413,2608,1960,-1,412,2609,2610,-1,412,2532,2609,-1,1942,1935,1950,-1,2218,1935,1942,-1,1954,429,2611,-1,1954,1955,429,-1,2612,2613,2611,-1,2612,2614,2613,-1,1951,435,2214,-1,1950,435,1951,-1,422,2615,423,-1,422,426,2615,-1,327,448,2551,-1,327,1936,448,-1,2552,1940,2553,-1,2552,1941,1940,-1,2553,1939,1995,-1,1939,2553,1940,-1,1937,329,2616,-1,329,1937,2550,-1,436,316,437,-1,436,2556,316,-1,2218,1999,1935,-1,2218,1997,1999,-1,2617,2190,317,-1,2617,2618,2190,-1,2619,2270,1753,-1,2619,2555,2270,-1,313,431,430,-1,431,313,312,-1,2528,456,427,-1,2528,2000,456,-1,2620,2068,415,-1,1933,2068,2620,-1,2511,251,199,-1,2511,252,251,-1,2609,308,248,-1,2532,308,2609,-1,2044,1959,1958,-1,2044,2043,1959,-1,2621,2622,2623,-1,2621,2008,2622,-1,2039,2607,2210,-1,2005,2607,2039,-1,410,302,303,-1,410,2624,302,-1,2569,2622,2625,-1,2569,2598,2622,-1,2035,1967,2034,-1,1967,2035,2540,-1,2005,2606,2607,-1,2005,2189,2606,-1,1960,2003,2525,-1,2608,2003,1960,-1,1864,625,1865,-1,1864,626,625,-1,2030,396,2176,-1,396,2030,397,-1,2026,390,392,-1,2026,2025,390,-1,2207,2626,2627,-1,2207,261,2626,-1,2268,263,2269,-1,2268,262,263,-1,390,2178,2208,-1,390,2025,2178,-1,2605,2567,2628,-1,2567,2605,2568,-1,2563,379,2629,-1,379,2563,377,-1,2594,616,2630,-1,2594,2564,616,-1,2541,268,384,-1,2541,269,268,-1,1978,2020,1979,-1,272,2020,1978,-1,287,2602,366,-1,2631,2602,287,-1,1982,2597,2632,-1,2597,1982,2561,-1,270,1978,2202,-1,272,1978,270,-1,294,343,2196,-1,294,2188,343,-1,351,2633,2634,-1,2633,351,2601,-1,2547,2635,2010,-1,2635,2547,2546,-1,620,1847,1926,-1,619,1847,620,-1,1929,1845,1844,-1,1845,1929,1928,-1,614,2500,2636,-1,2500,614,233,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=12 */
		private int[] getfrontal_Geo_6_29_coordIndex_12()
		{
			int[] value = {186,607,159,-1,186,190,607,-1,652,656,655,-1,652,2637,656,-1,2638,1914,2639,-1,2638,651,1914,-1,2254,2230,1810,-1,2254,2640,2230,-1,632,1911,1910,-1,632,631,1911,-1,2228,2234,2233,-1,2228,2508,2234,-1,1904,1916,222,-1,194,1916,1904,-1,2037,2164,2036,-1,2037,727,2164,-1,1838,478,1902,-1,1840,478,1838,-1,1810,471,469,-1,2229,471,1810,-1,1911,1920,1909,-1,1911,476,1920,-1,1906,484,641,-1,485,484,1906,-1,474,1913,475,-1,474,2509,1913,-1,1918,622,2641,-1,1917,622,1918,-1,1763,717,1762,-1,1873,717,1763,-1,2642,2258,2503,-1,2642,2643,2258,-1,519,515,1890,-1,516,515,519,-1,515,2644,1888,-1,515,517,2644,-1,1889,520,1895,-1,1889,1882,520,-1,512,1895,513,-1,1892,1895,512,-1,1896,2236,2521,-1,2236,1896,2644,-1,1884,1897,1885,-1,1897,1884,1898,-1,1880,696,594,-1,696,1880,1791,-1,693,527,699,-1,693,528,527,-1,177,2239,545,-1,2516,2239,177,-1,1878,570,597,-1,1878,542,570,-1,546,548,2519,-1,548,546,2518,-1,541,568,565,-1,541,543,568,-1,2243,2266,1857,-1,2266,2243,2244,-1,667,149,586,-1,667,148,149,-1,2645,1866,2628,-1,1969,1866,2645,-1,1861,1880,594,-1,1861,1784,1880,-1,558,1856,1877,-1,558,1433,1856,-1,570,534,571,-1,1875,534,570,-1,2646,1857,2266,-1,1858,1857,2646,-1,708,698,709,-1,708,522,698,-1,1934,223,193,-1,223,1934,2001,-1,2217,2000,2528,-1,309,2000,2217,-1,2183,1985,1984,-1,2183,2185,1985,-1,346,2187,1990,-1,346,301,2187,-1,1757,2597,2595,-1,1757,2632,2597,-1,2168,2049,2048,-1,2168,275,2049,-1,2647,859,219,-1,859,2647,2648,-1,2050,215,213,-1,2649,215,2050,-1,212,207,2053,-1,207,212,1842,-1,2574,2053,204,-1,2574,2054,2053,-1,478,2158,1902,-1,478,477,2158,-1,1916,1837,191,-1,196,1837,1916,-1,1903,2650,2651,-1,629,2650,1903,-1,2650,629,1915,-1,635,1833,1832,-1,635,2652,1833,-1,475,226,473,-1,226,475,224,-1,1910,1822,632,-1,1910,1823,1822,-1,642,630,643,-1,2232,630,642,-1,2232,498,630,-1,2653,645,2654,-1,645,2653,2226,-1,497,2655,495,-1,2656,2655,497,-1,1824,2657,1825,-1,1824,1813,2657,-1,2658,2252,1819,-1,2252,2658,2654,-1,2252,136,1820,-1,2252,137,136,-1,2656,2659,2655,-1,2656,2660,2659,-1,1912,492,490,-1,493,492,1912,-1,175,611,2074,-1,175,2661,611,-1,469,2061,2060,-1,2061,469,2577,-1,1811,665,662,-1,1811,663,665,-1,2255,2662,1806,-1,659,2662,2255,-1,2257,2580,145,-1,2257,666,2580,-1,582,1806,2662,-1,582,2245,1806,-1,1801,671,668,-1,671,1801,1804,-1,609,1800,1804,-1,1800,609,608,-1,1799,583,585,-1,583,1799,2088,-1,2153,152,135,-1,152,2153,146,-1,1796,608,1797,-1,1800,608,1796,-1,76,2261,748,-1,76,75,2261,-1,1785,2663,1786,-1,1785,1775,2663,-1,701,1780,706,-1,700,1780,701,-1,1776,710,2664,-1,1776,2263,710,-1,2664,713,1768,-1,2664,2665,713,-1,10,24,2666,-1,10,9,24,-1,1792,2667,1785,-1,2668,2667,1792,-1,1773,2666,1774,-1,1773,10,2666,-1,1771,2264,716,-1,1771,1773,2264,-1,1769,2092,2265,-1,2090,2092,1769,-1,551,536,553,-1,532,536,551,-1,564,541,565,-1,541,564,560,-1,2090,508,507,-1,2090,1769,508,-1,432,2214,435,-1,1955,2214,432,-1,1971,2669,1970,-1,2669,1971,2670,-1,426,2617,2615,-1,426,2618,2617,-1,726,591,333,-1,592,591,726,-1,2671,332,1749,-1,333,332,2671,-1,2672,1749,2673,-1,2672,2671,1749,-1,2498,1993,734,-1,2673,1993,2498,-1,2674,2266,722,-1,2674,1748,2266,-1,416,2531,412,-1,416,2675,2531,-1,2497,2676,735,-1,2497,2677,2676,-1,2678,2676,2679,-1,2678,2680,2676,-1,1748,2646,2266,-1,2646,1748,1747,-1,2681,2682,2683,-1,2684,2682,2681,-1,2191,1992,746,-1,1992,2191,2205,-1,2681,2685,2686,-1,2687,2685,2681,-1,1742,741,740,-1,1742,2688,741,-1,1741,1742,1739,-1,1741,2689,1742,-1,2690,2687,2691,-1,2685,2687,2690,-1,359,2692,360,-1,350,2692,359,-1,2693,2691,2694,-1,2693,2690,2691,-1,2695,2689,1741,-1,2695,2696,2689,-1,2273,1786,2697,-1,2273,749,1786,-1,2696,2698,2699,-1,2696,2695,2698,-1,2700,2694,2701,-1,2693,2694,2700,-1,2702,350,2276,-1,2692,350,2702,-1,1508,1454,1737,-1,1508,1242,1454,-1,1223,1299,1734,-1,1223,1300,1299,-1,1458,774,2277,-1,774,1458,775,-1,776,1305,1732,-1,1305,776,1222,-1,760,1726,2493,-1,760,801,1726,-1,759,794,757,-1,759,792,794,-1,1728,807,789,-1,807,1728,1575,-1,2279,800,2280,-1,2279,801,800,-1,1726,785,1724,-1,2279,785,1726,-1,1473,803,1722,-1,1473,2281,803,-1,2283,1499,2282,-1,839,1499,2283,-1,2284,882,840,-1,2284,1699,882,-1,1260,1572,1261,-1,1572,1260,2282,-1,849,1720,847,-1,2489,1720,849,-1,2287,1718,1717,-1,902,1718,2287,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=13 */
		private int[] getfrontal_Geo_6_29_coordIndex_13()
		{
			int[] value = {1717,1716,1715,-1,2288,1716,1717,-1,856,2703,1714,-1,2290,2703,856,-1,2486,926,860,-1,2486,1669,926,-1,1710,1489,1107,-1,1489,1710,1490,-1,1709,865,1254,-1,865,1709,866,-1,1091,2430,1245,-1,1091,1090,2430,-1,2291,2393,1490,-1,2414,2393,2291,-1,864,938,862,-1,1705,938,864,-1,942,1584,1583,-1,942,1706,1584,-1,1082,813,1080,-1,1082,811,813,-1,872,1701,873,-1,872,1702,1701,-1,2295,875,1699,-1,876,875,2295,-1,2299,1718,2302,-1,2299,1719,1718,-1,2478,2704,2301,-1,2704,2478,2705,-1,2288,905,1716,-1,906,905,2288,-1,1687,2706,1688,-1,2707,2706,1687,-1,2708,2709,2710,-1,2708,2306,2709,-1,855,913,2487,-1,855,910,913,-1,2703,2711,2712,-1,2474,2711,2703,-1,2713,2472,1674,-1,2713,2473,2472,-1,919,922,1665,-1,919,921,922,-1,1668,929,924,-1,2470,929,1668,-1,2484,878,877,-1,878,2484,2469,-1,1696,2315,2714,-1,1696,2297,2315,-1,1659,1707,947,-1,1659,2318,1707,-1,1417,2715,1092,-1,1417,2716,2715,-1,2324,1378,2357,-1,1651,1378,2324,-1,1063,1652,962,-1,1063,1650,1652,-1,1406,2326,1596,-1,1406,1405,2326,-1,1646,2463,969,-1,976,2463,1646,-1,978,983,2329,-1,978,980,983,-1,1636,1640,1639,-1,1640,1636,2717,-1,1638,1393,1398,-1,1638,1640,1393,-1,1009,2337,2456,-1,1009,2336,2337,-1,2457,1010,1009,-1,1010,2457,1374,-1,2332,1097,1001,-1,2332,2334,1097,-1,1226,2459,2464,-1,1226,2718,2459,-1,2719,2718,1226,-1,2718,2719,2720,-1,1625,1620,1619,-1,2379,1620,1625,-1,1022,2338,1026,-1,2338,1022,1024,-1,2343,1405,2721,-1,2326,1405,2343,-1,1617,2345,2721,-1,1617,1618,2345,-1,2343,2344,1615,-1,1039,2344,2343,-1,2722,2346,2723,-1,2346,2722,2724,-1,1597,1603,1598,-1,1609,1603,1597,-1,1607,1611,2452,-1,1609,1611,1607,-1,1040,1616,2725,-1,1616,1040,1042,-1,1609,1600,1603,-1,1600,1609,1608,-1,1604,2726,2448,-1,1606,2726,1604,-1,1594,1409,1408,-1,1409,1594,1412,-1,2448,2727,2728,-1,2448,2726,2727,-1,2729,1379,2350,-1,2729,2730,1379,-1,1654,1587,1075,-1,1654,2323,1587,-1,1069,1658,1655,-1,1070,1658,1069,-1,2465,1066,1065,-1,953,1066,2465,-1,2358,2406,2715,-1,1378,2406,2358,-1,2317,1053,1593,-1,2359,1053,2317,-1,1581,2445,1060,-1,1581,946,2445,-1,1659,2356,2318,-1,1659,2446,2356,-1,1661,2355,1051,-1,1661,1660,2355,-1,2444,1061,2731,-1,2444,1062,1061,-1,2352,1580,936,-1,2352,2351,1580,-1,1082,2727,2726,-1,1082,1081,2727,-1,1040,2314,1041,-1,1040,2315,2314,-1,2468,2732,878,-1,2732,2468,2733,-1,2468,1035,1034,-1,2468,2469,1035,-1,881,1614,1038,-1,881,2734,1614,-1,2467,2722,1578,-1,2722,2467,2724,-1,2735,1577,2313,-1,2735,1697,1577,-1,2339,894,889,-1,2339,1030,894,-1,2723,1578,2722,-1,2723,2312,1578,-1,876,2451,2450,-1,876,2360,2451,-1,2736,2737,2738,-1,2736,2739,2737,-1,2481,1621,2740,-1,893,1621,2481,-1,2741,1258,890,-1,2380,1258,2741,-1,2742,2303,2743,-1,2742,898,2303,-1,2739,1374,2737,-1,2739,2302,1374,-1,2705,1018,1014,-1,2705,2478,1018,-1,2479,1019,2744,-1,1689,1019,2479,-1,2745,1007,1006,-1,2745,1681,1007,-1,1683,1248,1684,-1,1248,1683,1225,-1,904,1628,1627,-1,904,906,1628,-1,1677,1097,2334,-1,1677,907,1097,-1,1673,1635,1574,-1,1673,994,1635,-1,2746,914,2747,-1,2746,997,914,-1,1677,2333,911,-1,1677,2334,2333,-1,975,1666,1418,-1,975,1671,1666,-1,2748,2461,2749,-1,2461,2748,2307,-1,2470,1647,929,-1,2361,1647,2470,-1,973,928,1648,-1,973,927,928,-1,1096,2385,2384,-1,2385,1096,2443,-1,2442,2750,2443,-1,2442,2751,2750,-1,2311,1250,1501,-1,2311,1251,1250,-1,1493,1122,1114,-1,1123,1122,1493,-1,2752,2753,2424,-1,2753,2752,2754,-1,1565,2395,1485,-1,2755,2395,1565,-1,2756,1568,1284,-1,2756,2757,1568,-1,1117,2362,1287,-1,1117,1118,2362,-1,2435,1479,1475,-1,1573,1479,2435,-1,1124,2758,2759,-1,2760,2758,1124,-1,2439,2426,2434,-1,2426,2439,1557,-1,1500,846,845,-1,1695,846,1500,-1,1132,1262,1130,-1,1497,1262,1132,-1,2757,1566,1568,-1,2761,1566,2757,-1,2364,2759,1255,-1,2364,1124,2759,-1,1150,1543,1550,-1,1543,1150,1157,-1,1548,1099,1135,-1,1548,1147,1099,-1,1449,1450,1232,-1,1448,1450,1449,-1,1235,2762,1541,-1,1235,2763,2762,-1,2764,1362,1540,-1,2764,1517,1362,-1,1195,1512,1196,-1,1195,1537,1512,-1,1535,1541,2765,-1,2375,1541,1535,-1,1531,1431,1365,-1,1531,1202,1431,-1,1480,2424,1286,-1,2752,2424,1480,-1,2740,1023,2766,-1,2740,1621,1023,-1,1512,1432,1196,-1,1512,1433,1432,-1,1531,1190,2376,-1,1190,1531,1191,-1,1403,2767,1369,-1,2767,1403,1514,-1,1339,1347,1346,-1,1339,1447,1347,-1,862,937,1078,-1,938,937,862,-1,941,1055,1592,-1,1055,941,940,-1,989,2473,2768,-1,989,2474,2473,-1,2471,2328,2327,-1,2471,1668,2328,-1,2769,2417,2770,-1,2769,2771,2417,-1,853,2487,858,-1,853,855,2487,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=14 */
		private int[] getfrontal_Geo_6_29_coordIndex_14()
		{
			int[] value = {859,2772,1712,-1,2648,2772,859,-1,1686,851,1715,-1,851,1686,2708,-1,847,1113,848,-1,2287,1113,847,-1,848,2285,849,-1,848,1572,2285,-1,2490,1699,2284,-1,1699,2490,2295,-1,2283,1262,1129,-1,2283,1130,1262,-1,2390,1124,1123,-1,2390,2760,1124,-1,2391,1496,2773,-1,1496,2391,2368,-1,2392,1122,1554,-1,1122,2392,1114,-1,1263,1498,2438,-1,1265,1498,1263,-1,1110,1107,1487,-1,1710,1107,1110,-1,1485,1119,1264,-1,1485,2395,1119,-1,1263,1273,1275,-1,1263,2434,1273,-1,2439,2434,1263,-1,1278,2774,2775,-1,1115,2774,1278,-1,2776,1104,1559,-1,1104,2776,2777,-1,2752,1479,1486,-1,2752,1480,1479,-1,1478,2778,1282,-1,2775,2778,1478,-1,2779,2757,2756,-1,2757,2779,2761,-1,2780,2777,2776,-1,2780,2781,2777,-1,2367,1118,2366,-1,1118,2367,1561,-1,1470,771,1465,-1,772,771,1470,-1,2782,1310,829,-1,2782,1463,1310,-1,1460,782,1314,-1,1133,782,1460,-1,1736,1318,2397,-1,777,1318,1736,-1,1324,1552,2423,-1,2398,1552,1324,-1,2398,2783,1552,-1,2784,1316,2371,-1,2784,1455,1316,-1,1455,825,824,-1,1455,2784,825,-1,1451,51,1452,-1,1451,72,51,-1,1444,1349,2401,-1,1444,2402,1349,-1,1,2411,2125,-1,2135,2411,1,-1,1442,2401,1345,-1,2401,1442,1444,-1,1440,1511,1441,-1,2402,1511,1440,-1,1351,2405,2785,-1,1360,2405,1351,-1,1350,1439,1437,-1,1439,1350,1440,-1,31,1434,2419,-1,31,30,1434,-1,2418,2141,2119,-1,2141,2418,1356,-1,2428,1184,1213,-1,1184,2428,1181,-1,1339,1344,1333,-1,2400,1344,1339,-1,2786,931,2787,-1,931,2786,932,-1,1240,1228,959,-1,1240,1420,1228,-1,2325,1371,2788,-1,1371,2325,1372,-1,1370,2788,1371,-1,2788,1370,1415,-1,1411,2412,1410,-1,2412,1411,1414,-1,1596,1609,1597,-1,1596,1611,1609,-1,2407,2789,2790,-1,2789,2407,1410,-1,2344,2725,1616,-1,2344,2453,2725,-1,2791,2792,2793,-1,2791,2790,2792,-1,1386,2413,2767,-1,2794,2413,1386,-1,2793,2795,2796,-1,2795,2793,2792,-1,1011,1017,1625,-1,1017,1011,1012,-1,2797,2798,2799,-1,2797,2796,2798,-1,2125,1401,1402,-1,2125,1399,1401,-1,2800,2799,2798,-1,2800,2801,2799,-1,1638,2802,2803,-1,1638,2804,2802,-1,2805,2806,2807,-1,2805,2808,2806,-1,2409,2809,2810,-1,2409,2811,2809,-1,2812,2698,2813,-1,2698,2812,2814,-1,2815,2701,2816,-1,2701,2815,2817,-1,970,1644,2276,-1,970,1643,1644,-1,1280,2818,1397,-1,1280,1271,2818,-1,974,2274,2600,-1,2274,974,2819,-1,2802,2816,2820,-1,2816,2802,2815,-1,2806,2813,2821,-1,2813,2806,2812,-1,2811,1396,1395,-1,1396,2811,2822,-1,2586,1396,2822,-1,2586,1453,1396,-1,2810,2814,1391,-1,2810,2809,2814,-1,2800,2807,2817,-1,2800,2805,2807,-1,2803,1639,1638,-1,1639,2803,1644,-1,2798,2805,2800,-1,2805,2798,2823,-1,1388,1391,1389,-1,1388,2810,1391,-1,2824,1389,2825,-1,2824,1387,1389,-1,2799,967,2797,-1,967,2799,2826,-1,967,1625,1626,-1,967,1011,1625,-1,2792,2824,2795,-1,2824,2792,2827,-1,1384,2767,1514,-1,1384,1386,2767,-1,1385,2794,1386,-1,2408,2794,1385,-1,1406,2793,2828,-1,1406,2791,2793,-1,1410,2794,2789,-1,2794,1410,2413,-1,1652,1415,2829,-1,1652,2788,1415,-1,2324,2788,1652,-1,2788,2324,2325,-1,959,1372,2325,-1,1372,959,1227,-1,2830,2350,2831,-1,2830,2729,2350,-1,2704,1014,1013,-1,2705,1014,2704,-1,1044,2353,1052,-1,2353,1044,1043,-1,2428,819,818,-1,2428,1213,819,-1,758,1361,1360,-1,1361,758,762,-1,1357,2418,1358,-1,1357,1356,2418,-1,1356,4,2141,-1,4,1356,1355,-1,2419,1451,2131,-1,1451,2419,1434,-1,2421,1360,1351,-1,758,1360,2421,-1,1511,2420,1441,-1,1511,1510,2420,-1,1345,36,2422,-1,1345,2401,36,-1,26,1453,2586,-1,1453,26,2131,-1,1238,820,1236,-1,1238,1329,820,-1,1330,825,2784,-1,825,1330,1238,-1,1477,1325,2277,-1,1477,1219,1325,-1,777,1319,1318,-1,777,1321,1319,-1,1313,1459,2371,-1,1313,1141,1459,-1,1142,1315,1524,-1,1312,1315,1142,-1,1463,2832,1524,-1,2782,2832,1463,-1,1304,1468,1302,-1,1468,1304,1467,-1,1293,2782,1291,-1,2832,2782,1293,-1,1118,2436,2362,-1,2436,1118,1561,-1,2777,1563,1104,-1,2781,1563,2777,-1,1286,1474,1476,-1,1286,1560,1474,-1,2753,2779,2756,-1,2779,2753,2754,-1,1282,1481,1283,-1,2778,1481,1282,-1,2784,1326,1330,-1,2784,2371,1326,-1,2833,1274,1566,-1,2833,1275,1274,-1,1290,1253,1103,-1,1709,1253,1290,-1,2778,2774,1266,-1,2774,2778,2775,-1,2294,868,870,-1,2294,1492,868,-1,2425,1494,1493,-1,2425,1557,1494,-1,2392,2368,2391,-1,2368,2392,1554,-1,2490,839,1128,-1,839,2490,2284,-1,2285,891,849,-1,2285,892,891,-1,1496,1256,2834,-1,1496,1257,1256,-1,1112,848,1113,-1,1112,1261,848,-1,2487,1672,916,-1,2487,913,1672,-1,1712,2440,857,-1,1712,2834,2440,-1,2834,1712,2772,-1,1569,853,857,-1,1569,2488,853,-1,1505,2386,1504,-1,1505,2384,2386,-1,2751,2387,1504,-1,2751,2442,2387,-1,2337,2835,2836,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=15 */
		private int[] getfrontal_Geo_6_29_coordIndex_15()
		{
			int[] value = {2337,2304,2835,-1,982,923,2462,-1,982,1667,923,-1,2768,2713,2416,-1,2713,2768,2473,-1,1167,1352,1373,-1,769,1352,1167,-1,1352,769,755,-1,2433,2837,2762,-1,2378,2837,2433,-1,1178,1171,1231,-1,1171,1178,2374,-1,2765,2762,2837,-1,2762,2765,1541,-1,1203,1435,1204,-1,1203,1430,1435,-1,2369,1366,1205,-1,2369,1529,1366,-1,2837,1194,2765,-1,2837,1195,1194,-1,1209,1540,2432,-1,1209,2764,1540,-1,2763,2433,2762,-1,2763,2431,2433,-1,2382,1176,1426,-1,1176,2382,1177,-1,1338,1232,1229,-1,1449,1232,1338,-1,1137,1156,1549,-1,1145,1156,1137,-1,1151,1147,1548,-1,2838,1147,1151,-1,1148,1550,1154,-1,1550,1148,1150,-1,2373,1160,1148,-1,2373,2372,1160,-1,1543,1152,1162,-1,1544,1152,1543,-1,2389,1112,1571,-1,2363,1112,2389,-1,2282,1500,845,-1,1499,1500,2282,-1,1116,1493,1114,-1,1493,1116,2425,-1,1120,1479,1573,-1,1479,1120,1119,-1,2441,1255,2759,-1,1255,2441,1256,-1,1268,1107,1489,-1,1268,1108,1107,-1,1128,2283,1129,-1,1128,839,2283,-1,2434,1482,1273,-1,1482,2434,1483,-1,2760,2388,2758,-1,2839,2388,2760,-1,2435,1559,1252,-1,2435,1562,1559,-1,1561,2437,2436,-1,1561,1560,2437,-1,2755,1486,2395,-1,2840,1486,2755,-1,2406,1092,2715,-1,956,1092,2406,-1,1505,1096,2384,-1,1093,1096,1505,-1,1502,1249,1095,-1,1249,1502,1250,-1,929,1648,928,-1,1647,1648,929,-1,2748,1641,2841,-1,2749,1641,2748,-1,977,1671,975,-1,977,2310,1671,-1,1002,2305,1003,-1,2305,1002,909,-1,2769,2331,2771,-1,1674,2331,2769,-1,2746,1574,1635,-1,1574,2746,2747,-1,907,1002,1097,-1,1002,907,909,-1,906,2337,1628,-1,906,2304,2337,-1,1225,2706,2842,-1,1225,1683,2706,-1,1008,1681,2709,-1,1007,1681,1008,-1,1689,1020,1019,-1,1691,1020,1689,-1,2478,1623,1018,-1,2478,2477,1623,-1,2302,1375,1374,-1,2302,2301,1375,-1,2843,2456,2844,-1,2843,2300,2456,-1,1623,901,1624,-1,1623,2477,901,-1,1622,893,2480,-1,1621,893,1622,-1,1259,2380,1521,-1,1259,1258,2380,-1,932,2451,2360,-1,2451,932,2786,-1,2724,883,2845,-1,2724,2467,883,-1,2454,888,886,-1,2340,888,2454,-1,2733,2298,2732,-1,2733,2846,2298,-1,2312,1612,2313,-1,2312,2723,1612,-1,2845,879,1037,-1,879,2845,883,-1,2733,1034,2847,-1,2733,2468,1034,-1,2449,876,2450,-1,2449,874,876,-1,1663,2848,1702,-1,2848,1663,2348,-1,1699,2297,882,-1,1699,1700,2297,-1,811,2726,1606,-1,2726,811,1082,-1,936,1592,2352,-1,936,941,1592,-1,1057,2317,1593,-1,943,2317,1057,-1,2319,2729,948,-1,2730,2729,2319,-1,949,2446,1659,-1,949,2830,2446,-1,945,2445,946,-1,945,1058,2445,-1,1076,2293,2294,-1,2293,1076,2354,-1,1074,2849,2322,-1,1074,1073,2849,-1,1070,953,1658,-1,1066,953,1070,-1,952,1590,1416,-1,952,951,1590,-1,955,1378,1377,-1,955,2406,1378,-1,1072,2358,1071,-1,1072,2357,2358,-1,2730,963,1379,-1,963,2730,2415,-1,1413,1049,2831,-1,1413,1412,1049,-1,2352,1047,1046,-1,1047,2352,1592,-1,2831,2446,2830,-1,2831,1049,2446,-1,1045,1594,1408,-1,1045,1044,1594,-1,2848,1608,2787,-1,2848,2348,1608,-1,2451,1607,2452,-1,2451,2786,1607,-1,2342,2724,2845,-1,2724,2342,2346,-1,1618,1035,2345,-1,1036,1035,1618,-1,1024,2339,2338,-1,1024,1030,2339,-1,1626,2341,1404,-1,2341,1626,1649,-1,1020,1522,1620,-1,1522,1020,1523,-1,2742,2379,1016,-1,2742,2455,2379,-1,1619,2766,1649,-1,1619,1522,2766,-1,1224,2464,1392,-1,2464,1224,1226,-1,1375,1012,1010,-1,1012,1375,1013,-1,1576,1394,1393,-1,1576,1004,1394,-1,997,1635,996,-1,997,2746,1635,-1,2460,2410,1637,-1,990,2410,2460,-1,1641,2461,2329,-1,2749,2461,1641,-1,1646,2328,977,-1,1645,2328,1646,-1,2819,971,970,-1,2819,974,971,-1,968,1009,966,-1,1009,968,2459,-1,2292,2716,1417,-1,2849,2716,2292,-1,875,2850,1700,-1,875,874,2850,-1,2851,881,880,-1,2851,2734,881,-1,877,2735,2485,-1,2735,877,1697,-1,1676,920,919,-1,2307,920,1676,-1,2712,2308,1675,-1,2712,2711,2308,-1,1680,2305,1678,-1,1680,1679,2305,-1,2302,2736,2299,-1,2736,2302,2739,-1,897,1720,1690,-1,897,896,1720,-1,2300,2835,2304,-1,2835,2300,2843,-1,903,900,899,-1,2476,900,903,-1,1577,2483,884,-1,1698,2483,1577,-1,2360,2466,932,-1,2360,2296,2466,-1,1245,1417,1091,-1,2292,1417,1245,-1,1713,1664,1711,-1,1665,1664,1713,-1,1714,2712,2289,-1,1714,2703,2712,-1,852,1680,2488,-1,2710,1680,852,-1,838,842,841,-1,1698,842,838,-1,838,1499,839,-1,838,841,1499,-1,826,1182,2427,-1,1182,826,1237,-1,814,817,819,-1,816,817,814,-1,790,830,809,-1,830,790,806,-1,792,796,793,-1,796,792,799,-1,2279,1730,785,-1,2280,1730,2279,-1,789,806,790,-1,806,789,807,-1,2494,1726,1725,-1,2493,1726,2494,-1,1462,781,788,-1,1461,781,1462,-1,771,1300,1223,-1,1300,771,770,-1,764,2494,765,-1,764,1553,2494,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=16 */
		private int[] getfrontal_Geo_6_29_coordIndex_16()
		{
			int[] value = {350,2192,2275,-1,350,349,2192,-1,2820,2692,2702,-1,2852,2692,2820,-1,2821,2693,2700,-1,2853,2693,2821,-1,2854,2699,1395,-1,2854,2696,2699,-1,48,748,747,-1,76,748,48,-1,2696,2855,2689,-1,2696,2854,2855,-1,2853,2690,2693,-1,2853,2856,2690,-1,2852,360,2692,-1,2852,2857,360,-1,2858,2691,2687,-1,2858,2859,2691,-1,2860,2663,742,-1,2860,2861,2663,-1,2687,2683,2858,-1,2687,2681,2683,-1,389,1974,386,-1,388,1974,389,-1,2686,2684,2681,-1,2679,2684,2686,-1,1747,1744,2646,-1,1744,1747,2862,-1,2679,2677,2684,-1,2679,2676,2677,-1,2677,340,2496,-1,2497,340,2677,-1,735,424,2497,-1,734,424,735,-1,1952,2611,2613,-1,1954,2611,1952,-1,2674,2673,2498,-1,2672,2673,2674,-1,2673,337,1993,-1,2673,1749,337,-1,1948,2611,429,-1,2611,1948,2612,-1,1781,2501,1783,-1,2501,1781,705,-1,506,180,2504,-1,506,503,180,-1,10,1771,2863,-1,1773,1771,10,-1,2864,1774,2668,-1,2864,1772,1774,-1,2261,2668,1792,-1,2864,2668,2261,-1,713,2865,2863,-1,2665,2865,713,-1,2664,1854,2665,-1,2664,710,1854,-1,2133,1787,702,-1,2133,2262,1787,-1,1787,706,705,-1,1787,701,706,-1,2157,606,605,-1,2157,689,606,-1,599,687,685,-1,606,687,599,-1,139,1820,136,-1,139,680,1820,-1,2505,2088,1799,-1,2505,676,2088,-1,1798,673,2258,-1,1798,1900,673,-1,1803,1900,2235,-1,1803,673,1900,-1,2245,1805,1806,-1,1899,1805,2245,-1,2060,670,669,-1,670,2060,2062,-1,586,145,2086,-1,586,2257,145,-1,665,483,485,-1,665,2256,483,-1,1807,659,2255,-1,660,659,1807,-1,2060,470,469,-1,470,2060,2866,-1,2253,657,1922,-1,2253,658,657,-1,484,2152,644,-1,2152,484,483,-1,137,2654,645,-1,137,2252,2654,-1,644,2250,484,-1,644,2251,2250,-1,2507,2867,2868,-1,2507,2869,2867,-1,2655,491,495,-1,491,2655,2659,-1,2228,645,2226,-1,2233,645,2228,-1,645,2233,2251,-1,2870,2869,486,-1,2869,2870,2867,-1,1831,633,1832,-1,2653,633,1831,-1,2871,2652,2872,-1,1833,2652,2871,-1,2651,628,2873,-1,2651,500,628,-1,2651,2650,500,-1,256,2874,257,-1,256,305,2874,-1,2647,2872,2648,-1,2871,2872,2647,-1,2523,1917,1919,-1,2523,2875,1917,-1,2876,2875,2523,-1,2051,213,212,-1,2051,2050,213,-1,859,2169,219,-1,859,2047,2169,-1,283,2572,221,-1,283,2592,2572,-1,2877,1844,1501,-1,2877,2878,1844,-1,2387,2222,2879,-1,2387,2442,2222,-1,2880,2541,2881,-1,2880,269,2541,-1,293,729,1988,-1,293,2012,729,-1,2596,1984,1755,-1,2183,1984,2596,-1,2263,467,2267,-1,2263,126,467,-1,2263,127,126,-1,2518,2239,2882,-1,2239,2518,546,-1,556,55,54,-1,567,55,556,-1,593,694,1760,-1,593,592,694,-1,1900,585,584,-1,585,1900,1798,-1,1820,690,1794,-1,680,690,1820,-1,2074,2059,171,-1,1850,2059,2074,-1,577,689,1216,-1,689,577,688,-1,2882,549,2518,-1,533,549,2882,-1,75,714,1874,-1,75,62,714,-1,2241,550,552,-1,2241,575,550,-1,1856,548,1877,-1,1856,2519,548,-1,540,1878,539,-1,540,1767,1878,-1,2882,598,533,-1,2882,1868,598,-1,525,699,524,-1,699,525,693,-1,529,691,527,-1,2237,691,529,-1,718,2521,1901,-1,718,1896,2521,-1,2520,1892,512,-1,519,1892,2520,-1,2875,480,623,-1,2875,1908,480,-1,1914,653,1818,-1,653,1914,651,-1,2509,1903,1902,-1,1903,2509,474,-1,2036,2163,201,-1,2163,2036,2164,-1,2250,641,484,-1,2250,642,641,-1,2651,1838,1903,-1,2651,1839,1838,-1,490,1812,1912,-1,490,489,1812,-1,2254,1907,2640,-1,1809,1907,2254,-1,487,2639,488,-1,2638,2639,487,-1,2868,1825,2657,-1,2867,1825,2868,-1,491,2660,489,-1,491,2659,2660,-1,2223,399,2224,-1,2223,1864,399,-1,619,2170,1501,-1,619,185,2170,-1,2222,2600,620,-1,2222,2442,2600,-1,2878,1929,1844,-1,2883,1929,2878,-1,2010,184,2547,-1,2010,297,184,-1,2546,2186,2635,-1,2186,2546,1991,-1,2198,2633,2601,-1,289,2633,2198,-1,2559,2196,730,-1,2559,294,2196,-1,2542,278,277,-1,2542,2544,278,-1,2017,2602,2631,-1,2017,1981,2602,-1,366,2560,287,-1,366,365,2560,-1,1979,278,2544,-1,1979,2020,278,-1,384,2022,381,-1,384,268,2022,-1,617,2564,281,-1,616,2564,617,-1,377,2884,1977,-1,377,2563,2884,-1,2628,2177,2645,-1,2177,2628,2567,-1,2208,2670,1971,-1,2208,2178,2670,-1,2269,2885,2886,-1,2269,263,2885,-1,264,2603,2887,-1,264,266,2603,-1,626,2223,2032,-1,2223,626,1864,-1,397,2033,2225,-1,2033,397,2030,-1,2886,2888,2889,-1,2886,2885,2888,-1,1960,2044,1958,-1,1960,2525,2044,-1,460,2624,2890,-1,460,302,2624,-1,2029,2538,2175,-1,2029,1963,2538,-1,255,2891,303,-1,255,254,2891,-1,2890,2189,460,-1,2606,2189,2890,-1,405,2040,2209,-1,405,304,2040,-1,408,2008,2621,-1,408,2009,2008,-1,2625,2008,2007,-1,2622,2008,2625,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=17 */
		private int[] getfrontal_Geo_6_29_coordIndex_17()
		{
			int[] value = {2512,2212,2211,-1,2512,2558,2212,-1,2614,1933,2620,-1,2614,1932,1933,-1,455,427,456,-1,455,428,427,-1,1753,2221,2619,-1,1753,440,2221,-1,437,315,1949,-1,437,316,315,-1,436,319,2556,-1,436,1945,319,-1,1944,1997,2218,-1,1944,2892,1997,-1,2216,313,430,-1,313,2216,452,-1,2500,446,2636,-1,446,2500,334,-1,443,1995,1939,-1,1995,443,1996,-1,320,2527,321,-1,2527,320,442,-1,447,2551,448,-1,447,2220,2551,-1,1938,2616,331,-1,1938,1937,2616,-1,2215,1942,1951,-1,2215,1943,1942,-1,1951,2499,2215,-1,1951,2529,2499,-1,2613,420,1952,-1,2613,1957,420,-1,1961,2533,403,-1,1959,2533,1961,-1,341,1961,403,-1,1961,341,411,-1,2893,737,2495,-1,2893,402,737,-1,2894,2537,410,-1,2894,2895,2537,-1,398,2548,738,-1,2224,2548,398,-1,2621,393,408,-1,2621,418,393,-1,418,2621,2623,-1,400,2628,1866,-1,400,2605,2628,-1,400,386,385,-1,386,400,1867,-1,2896,2897,2517,-1,2898,2897,2896,-1,2205,2517,1992,-1,2205,2896,2517,-1,1979,2543,370,-1,1979,2544,2543,-1,1976,2206,1975,-1,2269,2206,1976,-1,2541,1975,2207,-1,2541,2203,1975,-1,745,360,746,-1,745,361,360,-1,361,363,359,-1,2899,363,361,-1,2545,1987,2198,-1,1987,2545,2197,-1,354,2196,345,-1,354,730,2196,-1,2194,184,2195,-1,2194,2547,184,-1,2272,1754,422,-1,2272,733,1754,-1,444,336,335,-1,336,444,2549,-1,330,591,187,-1,330,449,591,-1,230,327,231,-1,2550,327,230,-1,2555,1827,1829,-1,1827,2555,2619,-1,235,319,318,-1,235,2556,319,-1,2558,257,2874,-1,2558,2511,257,-1,300,2010,2635,-1,2010,300,298,-1,2013,282,284,-1,2013,292,282,-1,2184,2596,2561,-1,2184,2183,2596,-1,2900,2593,2592,-1,2593,2900,2185,-1,2019,275,2168,-1,2019,276,275,-1,2629,2649,2591,-1,2629,280,2649,-1,2594,2565,2179,-1,2565,2594,2901,-1,2021,267,214,-1,267,2021,268,-1,2669,2178,262,-1,2670,2178,2669,-1,209,260,263,-1,209,211,260,-1,250,2162,251,-1,2162,250,2044,-1,195,307,196,-1,195,248,307,-1,2069,1933,244,-1,2069,2068,1933,-1,453,243,311,-1,453,239,243,-1,2001,240,223,-1,240,2001,241,-1,1827,2515,2249,-1,2515,1827,1752,-1,2514,731,229,-1,2514,615,731,-1,2046,228,225,-1,1821,228,2046,-1,1828,224,475,-1,2249,224,1828,-1,299,2169,2047,-1,299,2011,2169,-1,2593,216,218,-1,216,2593,2571,-1,214,210,213,-1,210,214,267,-1,209,1842,210,-1,1842,209,1843,-1,206,204,207,-1,204,206,2165,-1,199,2575,197,-1,199,251,2575,-1,2247,2159,2576,-1,2159,2247,2057,-1,2156,174,176,-1,2156,2577,174,-1,157,153,170,-1,153,157,154,-1,2154,154,2578,-1,2154,155,154,-1,2155,2578,160,-1,2578,2155,2154,-1,2084,2902,2579,-1,2084,2903,2902,-1,169,2902,2903,-1,2902,169,2150,-1,153,2076,2151,-1,153,155,2076,-1,2506,148,1805,-1,2506,2087,148,-1,2153,147,146,-1,2153,2152,147,-1,2504,2579,2902,-1,2504,683,2579,-1,2147,2581,124,-1,2112,2581,2147,-1,2099,125,116,-1,123,125,2099,-1,2590,2115,2589,-1,52,2115,2590,-1,2096,113,115,-1,2096,112,113,-1,2583,93,2588,-1,2583,94,93,-1,97,2104,2146,-1,2104,97,2105,-1,81,2142,2587,-1,81,2114,2142,-1,84,2114,88,-1,2114,84,92,-1,79,566,56,-1,79,2113,566,-1,50,77,2097,-1,49,77,50,-1,2136,41,0,-1,42,41,2136,-1,2124,2121,2120,-1,2121,2124,2129,-1,7,2130,2585,-1,2904,2130,7,-1,2667,1775,1785,-1,1775,2667,2502,-1,2904,6,2129,-1,7,6,2904,-1,2141,3,2117,-1,2141,4,3,-1,0,8,2135,-1,0,41,8,-1,2124,1438,2404,-1,2124,2123,1438,-1,32,44,27,-1,32,2585,44,-1,2128,2126,2122,-1,2128,5,2126,-1,8,2585,32,-1,7,2585,8,-1,1353,35,40,-1,35,1353,1340,-1,2118,1439,2403,-1,2118,2140,1439,-1,2584,40,39,-1,1353,40,2584,-1,567,1516,55,-1,61,1516,567,-1,107,59,118,-1,60,59,107,-1,122,60,107,-1,60,122,71,-1,86,2143,2110,-1,86,85,2143,-1,80,2143,78,-1,80,99,2143,-1,2583,101,74,-1,2583,2588,101,-1,2100,2107,99,-1,2100,106,2107,-1,110,2095,109,-1,112,2095,110,-1,119,2115,73,-1,2115,119,2589,-1,2148,52,2590,-1,77,52,2148,-1,151,141,138,-1,142,141,151,-1,135,138,136,-1,151,138,135,-1,2153,137,644,-1,2153,135,137,-1,2072,158,168,-1,159,158,2072,-1,2084,169,2903,-1,169,2084,170,-1,2073,2061,173,-1,2073,2062,2061,-1,201,2158,477,-1,201,2576,2158,-1,2573,201,2574,-1,201,2573,202,-1,2024,207,1842,-1,207,2024,208,-1,2182,2048,216,-1,2048,2182,2015,-1,2661,612,611,-1,612,2661,175,-1,235,636,238,-1,636,235,318,-1,239,1830,240,-1,1830,239,453,-1,2069,192,1837,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=18 */
		private int[] getfrontal_Geo_6_29_coordIndex_18()
		{
			int[] value = {2069,244,192,-1,2161,249,195,-1,2161,2004,249,-1,2625,2042,2056,-1,2042,2625,2007,-1,2041,253,2042,-1,253,2041,254,-1,202,2030,2029,-1,202,2573,2030,-1,1843,262,2178,-1,1843,209,262,-1,2649,279,215,-1,280,279,2649,-1,2021,2901,2180,-1,2021,2565,2901,-1,2905,2563,2562,-1,2563,2905,2884,-1,2563,2591,2166,-1,2591,2563,2629,-1,2906,2562,270,-1,2906,2905,2562,-1,2182,2184,2561,-1,2182,2571,2184,-1,287,2017,2631,-1,287,2016,2017,-1,2634,289,2014,-1,289,2634,2633,-1,2635,301,300,-1,301,2635,2186,-1,2007,2173,2041,-1,2009,2173,2007,-1,2513,252,2511,-1,252,2513,2599,-1,244,2907,2570,-1,244,1932,2907,-1,236,314,237,-1,2892,314,236,-1,2636,328,614,-1,2636,329,328,-1,334,332,445,-1,332,334,336,-1,1749,338,337,-1,1749,2549,338,-1,342,2496,340,-1,342,2495,2496,-1,1989,344,2193,-1,344,1989,345,-1,353,2197,2545,-1,353,355,2197,-1,369,1983,364,-1,369,368,1983,-1,1756,2632,1757,-1,1982,2632,1756,-1,745,2899,361,-1,465,2899,745,-1,2207,2881,2541,-1,2207,2627,2881,-1,383,2205,2204,-1,383,2896,2205,-1,2604,389,1867,-1,389,2604,391,-1,2893,410,409,-1,2624,410,2893,-1,394,401,395,-1,394,1759,401,-1,1967,2539,1966,-1,2539,1967,2540,-1,2539,1968,401,-1,1965,1968,2539,-1,2495,2536,2893,-1,2536,2495,342,-1,409,402,2893,-1,409,395,402,-1,407,2536,404,-1,2536,407,406,-1,2535,2890,2624,-1,2606,2890,2535,-1,417,2530,420,-1,2530,417,414,-1,411,413,1961,-1,413,411,414,-1,403,2212,1745,-1,2213,2212,403,-1,416,414,417,-1,412,414,416,-1,2620,421,1957,-1,421,2620,415,-1,424,2529,1953,-1,2499,2529,424,-1,2614,1957,2613,-1,2614,2620,1957,-1,425,2618,426,-1,425,2908,2618,-1,335,442,444,-1,2527,442,335,-1,2220,2219,450,-1,2220,447,2219,-1,322,1941,2552,-1,322,732,1941,-1,2271,321,2527,-1,321,2271,325,-1,2616,2636,446,-1,2616,329,2636,-1,452,434,451,-1,434,452,2216,-1,1949,314,1956,-1,315,314,1949,-1,451,433,2171,-1,451,434,433,-1,2908,2555,2554,-1,2908,2270,2555,-1,2217,310,309,-1,310,2217,1946,-1,2909,2068,2067,-1,2909,415,2068,-1,2570,2557,454,-1,2907,2557,2570,-1,248,2610,2609,-1,248,2172,2610,-1,2043,2533,1959,-1,2043,2599,2533,-1,2598,2623,2622,-1,2623,2598,418,-1,410,2891,2894,-1,410,303,2891,-1,1746,2874,305,-1,1745,2874,1746,-1,1758,2034,1967,-1,1758,2037,2034,-1,457,418,2598,-1,418,457,419,-1,1746,304,405,-1,1746,305,304,-1,2558,1745,2212,-1,2874,1745,2558,-1,1963,2028,1964,-1,1963,2029,2028,-1,2225,2032,2223,-1,2225,2033,2032,-1,391,2026,392,-1,391,2027,2026,-1,2206,261,2207,-1,2206,260,261,-1,262,1970,2669,-1,1970,262,2268,-1,266,2604,2603,-1,2023,2604,266,-1,382,2180,2898,-1,382,2181,2180,-1,280,379,378,-1,280,2629,379,-1,2901,2630,2897,-1,2901,2594,2630,-1,2905,376,375,-1,2905,2906,376,-1,370,2018,2019,-1,370,2543,2018,-1,285,365,368,-1,285,2560,365,-1,368,2019,285,-1,368,370,2019,-1,1977,2905,375,-1,1977,2884,2905,-1,2188,346,343,-1,2188,301,346,-1,1988,291,293,-1,1988,352,291,-1,2187,1991,1990,-1,2187,2186,1991,-1,1847,1927,1926,-1,1847,1846,1927,-1,2877,2883,2878,-1,2877,2910,2883,-1,1929,2910,2222,-1,1929,2883,2910,-1,481,1834,2227,-1,1834,481,1835,-1,2637,2657,656,-1,2868,2657,2637,-1,1823,486,1822,-1,486,1823,2870,-1,1818,652,655,-1,1818,653,652,-1,471,657,472,-1,471,1912,657,-1,1824,2231,1816,-1,2231,1824,2524,-1,2876,1908,2875,-1,1908,2876,2873,-1,2234,498,2232,-1,499,498,2234,-1,1828,318,1829,-1,1828,636,318,-1,482,623,480,-1,623,482,501,-1,318,2554,1829,-1,2190,2554,318,-1,2523,2051,479,-1,2523,2522,2051,-1,1893,516,518,-1,1893,517,516,-1,1896,1888,2644,-1,1888,1896,1883,-1,1883,1889,1888,-1,1883,1882,1889,-1,1863,1881,719,-1,1863,1862,1881,-1,536,531,571,-1,532,531,536,-1,1869,539,2242,-1,1869,537,539,-1,2519,1513,544,-1,1856,1513,2519,-1,547,575,574,-1,575,547,550,-1,559,1877,574,-1,559,558,1877,-1,560,1763,561,-1,560,564,1763,-1,555,1766,58,-1,555,535,1766,-1,2516,1869,1868,-1,2516,538,1869,-1,595,693,596,-1,528,693,595,-1,2860,1858,1743,-1,2860,742,1858,-1,1848,2064,600,-1,1848,181,2064,-1,708,1790,522,-1,2267,1790,708,-1,488,643,630,-1,643,488,2639,-1,2557,428,455,-1,2557,1948,428,-1,356,2185,2900,-1,2185,356,1985,-1,603,2063,2510,-1,603,1879,2063,-1,259,1865,625,-1,259,2246,1865,-1,291,2014,292,-1,291,2634,2014,-1,2387,2877,1501,-1,2387,2879,2877,-1,2049,2522,217,-1,2049,2167,2522,-1,1918,219,217,-1,2641,219,1918,-1,2641,2647,219,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=19 */
		private int[] getfrontal_Geo_6_29_coordIndex_19()
		{
			int[] value = {285,2168,2015,-1,285,2019,2168,-1,2053,479,212,-1,2053,477,479,-1,622,2248,2641,-1,622,624,2248,-1,203,2574,204,-1,203,2031,2574,-1,2057,2160,1904,-1,2575,2160,2057,-1,1836,1831,1833,-1,1836,502,1831,-1,627,2508,1834,-1,627,499,2508,-1,2045,1999,1998,-1,2045,1830,1999,-1,2653,2658,633,-1,2654,2658,2653,-1,621,175,1922,-1,175,621,228,-1,641,2639,1914,-1,641,643,2639,-1,2503,685,687,-1,2503,2258,685,-1,647,1819,646,-1,1819,647,2658,-1,2507,2637,652,-1,2868,2637,2507,-1,490,1815,1814,-1,490,492,1815,-1,489,2656,497,-1,489,2660,2656,-1,2229,1912,471,-1,493,1912,2229,-1,2866,659,470,-1,659,2866,2662,-1,2256,147,483,-1,143,147,2256,-1,2662,580,582,-1,580,2662,2866,-1,671,2235,582,-1,2235,671,1803,-1,682,675,2505,-1,682,681,675,-1,675,139,138,-1,675,678,139,-1,682,2643,2642,-1,682,2259,2643,-1,686,1849,684,-1,1849,686,1797,-1,2911,2503,579,-1,2642,2503,2911,-1,719,1783,2501,-1,1783,719,1881,-1,1775,742,2663,-1,1775,703,742,-1,706,1788,707,-1,1780,1788,706,-1,1779,710,709,-1,1779,1854,710,-1,1855,11,2865,-1,11,1855,712,-1,1768,1776,2664,-1,1776,1768,2265,-1,25,2502,24,-1,25,711,2502,-1,2264,715,1762,-1,2264,1772,715,-1,715,2864,1874,-1,1772,2864,715,-1,177,572,573,-1,572,177,603,-1,572,2510,1871,-1,603,2510,572,-1,707,698,692,-1,698,707,1788,-1,2172,2608,2610,-1,2003,2608,2172,-1,593,187,591,-1,593,1761,187,-1,723,333,2671,-1,726,333,723,-1,2671,724,723,-1,2672,724,2671,-1,1748,2498,736,-1,2674,2498,1748,-1,414,340,2530,-1,414,411,340,-1,2680,735,2676,-1,736,735,2680,-1,2682,737,387,-1,2682,2496,737,-1,2680,739,2862,-1,2678,739,2680,-1,743,2243,1857,-1,2243,743,1782,-1,740,2678,2912,-1,739,2678,740,-1,2683,387,1973,-1,2682,387,2683,-1,2191,2913,1973,-1,746,2913,2191,-1,2914,2686,2685,-1,2914,2912,2686,-1,1743,2688,2860,-1,2688,1743,741,-1,2689,2688,1742,-1,2688,2689,2855,-1,2856,2685,2690,-1,2914,2685,2856,-1,2857,746,360,-1,2913,746,2857,-1,1986,350,359,-1,1986,2199,350,-1,2694,2859,2915,-1,2694,2691,2859,-1,1741,2916,2695,-1,2916,1741,1740,-1,1786,2861,2697,-1,1786,2663,2861,-1,2698,2916,2813,-1,2695,2916,2698,-1,2701,2915,2816,-1,2694,2915,2701,-1,639,2818,750,-1,639,638,2818,-1,754,758,2421,-1,759,758,754,-1,761,2493,1553,-1,2493,761,760,-1,763,766,1507,-1,766,763,1731,-1,1307,777,1736,-1,777,1307,778,-1,810,795,791,-1,810,1462,795,-1,1729,757,794,-1,757,1729,802,-1,2281,1723,803,-1,2281,828,1723,-1,813,1703,837,-1,813,812,1703,-1,1237,822,1182,-1,1237,1236,822,-1,1226,2842,2719,-1,1226,1225,2842,-1,1721,2491,2490,-1,1701,2491,1721,-1,840,2483,838,-1,885,2483,840,-1,1569,852,2488,-1,852,1569,850,-1,851,2710,852,-1,851,2708,2710,-1,2488,854,853,-1,1678,854,2488,-1,1670,2486,1711,-1,1670,1669,2486,-1,2444,2393,2414,-1,2444,2731,2393,-1,2491,2296,2295,-1,2466,2296,2491,-1,843,2298,1085,-1,843,2732,2298,-1,2481,2286,893,-1,892,2286,2481,-1,1690,2489,1691,-1,1690,1720,2489,-1,1690,2479,897,-1,1689,2479,1690,-1,1716,1687,1686,-1,905,1687,1716,-1,1683,1688,2706,-1,1682,1688,1683,-1,2304,1719,2300,-1,2304,2288,1719,-1,2290,2474,2703,-1,2290,2472,2474,-1,1674,2770,2713,-1,2770,1674,2769,-1,1083,2846,1579,-1,1083,2298,2846,-1,2465,1656,867,-1,1656,2465,2321,-1,1380,1381,1409,-1,1380,1382,1381,-1,970,2463,1643,-1,970,969,2463,-1,1249,974,2600,-1,1249,972,974,-1,1647,969,971,-1,1647,2361,969,-1,1643,980,979,-1,1643,981,980,-1,978,987,979,-1,978,986,987,-1,985,2460,987,-1,2460,985,990,-1,991,2717,1636,-1,2717,991,1000,-1,999,2717,1000,-1,1576,2717,999,-1,2738,1374,2457,-1,2738,2737,1374,-1,1628,2458,1629,-1,2458,1628,2336,-1,2720,1629,2718,-1,1629,2720,1630,-1,1392,1632,1631,-1,1392,1394,1632,-1,966,1012,1011,-1,966,1010,1012,-1,2455,2743,2744,-1,2455,2742,2743,-1,2721,2346,2343,-1,2721,2723,2346,-1,1023,1029,1024,-1,1023,1622,1029,-1,2326,1615,1610,-1,2343,1615,2326,-1,1039,2845,1037,-1,1039,2342,2845,-1,1598,1407,1597,-1,1598,1408,1407,-1,1607,2787,1608,-1,1607,2786,2787,-1,1076,1059,1077,-1,1059,1076,1060,-1,1046,1045,2917,-1,1046,1043,1045,-1,2728,2918,2917,-1,2728,2727,2918,-1,1052,1595,1044,-1,1595,1052,1077,-1,2831,1380,1413,-1,2831,2350,1380,-1,1075,2322,1654,-1,1075,1074,2322,-1,1064,1657,2321,-1,1064,1591,1657,-1,1065,2321,2465,-1,1064,2321,1065,-1,2716,1073,1071,-1,2849,1073,2716,-1,1660,2356,2355,-1,1660,2318,2356,-1,2294,1060,1076,-1,2294,1581,1060,-1,948,2830,949,-1,948,2729,2830,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=20 */
		private int[] getfrontal_Geo_6_29_coordIndex_20()
		{
			int[] value = {2415,2731,1061,-1,2415,2320,2731,-1,1662,1057,1056,-1,1662,943,1057,-1,1601,812,1602,-1,1601,933,812,-1,2919,2447,2918,-1,2919,2316,2447,-1,935,2348,1663,-1,935,2349,2348,-1,2314,1042,1041,-1,2314,2429,1042,-1,2485,2920,2921,-1,2485,2735,2920,-1,2469,1613,1035,-1,2484,1613,2469,-1,881,1037,879,-1,881,1038,1037,-1,2482,1419,1028,-1,2482,1506,1419,-1,1613,2485,2921,-1,2485,1613,2484,-1,2850,1042,2429,-1,1042,2850,2347,-1,2349,933,1601,-1,2349,935,933,-1,1029,2480,895,-1,1622,2480,1029,-1,2339,888,2340,-1,2339,889,888,-1,900,1016,1015,-1,900,2476,1016,-1,2738,2299,2736,-1,2457,2299,2738,-1,2835,2844,2836,-1,2843,2844,2835,-1,2303,2744,2743,-1,2303,2479,2744,-1,1685,1627,1630,-1,1685,904,1627,-1,2335,1684,1248,-1,2335,2306,1684,-1,2475,2719,2707,-1,2719,2475,2720,-1,1003,2922,1633,-1,1003,2305,2922,-1,996,992,997,-1,996,993,992,-1,914,2331,1674,-1,2331,914,997,-1,911,2332,912,-1,911,2333,2332,-1,1418,1667,982,-1,1418,1666,1667,-1,2461,2308,984,-1,2461,2307,2308,-1,1642,2841,1641,-1,1642,2309,2841,-1,2750,1504,2386,-1,2750,2751,1504,-1,2424,2756,1284,-1,2424,2753,2756,-1,1566,2923,2833,-1,1566,2761,2923,-1,2437,1294,1100,-1,2437,2924,1294,-1,1121,1264,1119,-1,1121,1265,1264,-1,2426,1116,1483,-1,2426,2425,1116,-1,1527,1128,863,-1,1128,1527,1721,-1,1695,2482,846,-1,1695,1506,2482,-1,2363,1131,1130,-1,1131,2363,2389,-1,2362,1100,1102,-1,1100,2362,2436,-1,1111,1121,1120,-1,1111,1491,1121,-1,2365,1567,1274,-1,1567,2365,1126,-1,1557,2438,1558,-1,1557,2439,2438,-1,1106,1497,1107,-1,1106,1262,1497,-1,1256,2440,2834,-1,2440,1256,2441,-1,1546,1157,1149,-1,1157,1546,1545,-1,2838,1546,1161,-1,2838,1547,1546,-1,1153,2838,1151,-1,1547,2838,1153,-1,2373,1154,1158,-1,1154,2373,1148,-1,2370,814,1183,-1,814,2370,815,-1,1334,1178,1180,-1,1334,2374,1178,-1,2433,1188,1533,-1,1188,2433,2431,-1,1190,2764,1209,-1,1190,1189,2764,-1,1195,2378,1537,-1,2837,2378,1195,-1,1535,1194,1197,-1,1535,2765,1194,-1,1196,1528,1212,-1,1196,1432,1528,-1,1538,2431,2763,-1,1538,1539,2431,-1,2432,2763,1235,-1,1538,2763,2432,-1,1329,1214,1216,-1,1328,1214,1329,-1,832,805,804,-1,805,832,834,-1,1217,1477,1281,-1,1477,1217,1219,-1,2397,1141,2396,-1,1459,1141,2397,-1,1335,1228,1422,-1,1335,1227,1228,-1,1514,1401,1384,-1,1514,1402,1401,-1,818,823,827,-1,818,1165,823,-1,1168,1347,1447,-1,1347,1168,1373,-1,1275,1484,1263,-1,2833,1484,1275,-1,2351,2316,1580,-1,2351,2447,2316,-1,2474,988,2711,-1,989,988,2474,-1,2427,1181,2428,-1,2427,1182,1181,-1,1521,1692,1259,-1,1521,1523,1692,-1,920,2309,921,-1,920,2841,2309,-1,2289,1675,1713,-1,2289,2712,1675,-1,2486,859,1712,-1,2486,860,859,-1,1715,850,1113,-1,1715,851,850,-1,2441,1571,1570,-1,2759,1571,2441,-1,2759,2758,1571,-1,2872,2772,2648,-1,2772,2872,2773,-1,2714,880,1696,-1,2714,2851,880,-1,2390,2839,2760,-1,1556,2839,2390,-1,2839,1556,1558,-1,2652,2773,2872,-1,2773,2652,2391,-1,1266,2392,1267,-1,2392,1266,2774,-1,2925,2755,1565,-1,2840,2755,2925,-1,1278,1116,1115,-1,1278,1483,1116,-1,1278,1277,1483,-1,1562,2776,1559,-1,2780,2776,1562,-1,2840,2779,2754,-1,2840,2925,2779,-1,1482,1276,2365,-1,1482,1277,1276,-1,2775,2278,1278,-1,2775,1478,2278,-1,1303,2365,1276,-1,1302,2365,1303,-1,1567,1284,1568,-1,1284,1567,1285,-1,1474,2366,1475,-1,1474,2367,2366,-1,1117,1472,1103,-1,1117,1288,1472,-1,1291,829,1102,-1,2782,829,1291,-1,1293,772,1470,-1,772,1293,1296,-1,1302,1298,1126,-1,1302,1468,1298,-1,1734,1220,1223,-1,1734,1221,1220,-1,809,829,1310,-1,830,829,809,-1,1308,1525,1469,-1,1525,1308,1143,-1,1320,2423,1319,-1,1320,1322,2423,-1,1325,1320,1458,-1,1325,1323,1320,-1,1551,2423,1552,-1,1551,1317,2423,-1,779,1455,824,-1,1134,1455,779,-1,1326,2783,1327,-1,2783,1326,1552,-1,1402,2,2125,-1,1402,1354,2,-1,2400,1345,1344,-1,1345,2400,1442,-1,1348,1443,1346,-1,1348,1510,1443,-1,1348,1351,2785,-1,1348,1352,1351,-1,1436,2785,2405,-1,1436,2420,2785,-1,2117,2404,1437,-1,2404,2117,2116,-1,1358,1429,1357,-1,1429,1358,1138,-1,2418,1436,1359,-1,2119,1436,2418,-1,1515,1535,1534,-1,1535,1515,2375,-1,1530,1529,1206,-1,1366,1529,1530,-1,1427,762,761,-1,1427,1361,762,-1,1081,2918,2727,-1,1081,2919,2918,-1,998,991,1637,-1,998,992,991,-1,1062,952,1416,-1,1062,2444,952,-1,965,1383,1382,-1,965,960,1383,-1,1383,1411,1381,-1,1411,1383,2829,-1,1369,1414,1367,-1,1369,2412,1414,-1,2349,1600,1608,-1,2349,1601,1600,-1,2790,1407,2407,-1,2790,2791,1407,-1,2790,2827,2792,-1,2790,2789,2827,-1,2767,2412,1369,-1,2413,2412,2767,-1,2828,2796,2797,-1,2796,2828,2793,-1,2464,968,1398,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=21 */
		private int[] getfrontal_Geo_6_29_coordIndex_21()
		{
			int[] value = {2459,968,2464,-1,2823,2796,2795,-1,2796,2823,2798,-1,1385,1388,1387,-1,1385,1400,1388,-1,2825,1390,2808,-1,1390,2825,1389,-1,2801,2826,2799,-1,2801,2804,2826,-1,2804,2815,2802,-1,2804,2801,2815,-1,2808,2812,2806,-1,2808,1390,2812,-1,2822,2409,1399,-1,2409,2822,2811,-1,2698,2809,2699,-1,2698,2814,2809,-1,2817,2700,2701,-1,2700,2817,2807,-1,1644,2702,2276,-1,2702,1644,2803,-1,1271,750,2818,-1,1271,1270,750,-1,2276,2819,970,-1,2276,2274,2819,-1,2803,2820,2702,-1,2820,2803,2802,-1,2807,2821,2700,-1,2821,2807,2806,-1,2699,2811,1395,-1,2699,2809,2811,-1,2812,1391,2814,-1,1390,1391,2812,-1,2801,2817,2815,-1,2801,2800,2817,-1,1644,2460,1639,-1,1644,987,2460,-1,1398,2804,1638,-1,2804,1398,2826,-1,2823,2808,2805,-1,2808,2823,2825,-1,1400,2810,1388,-1,2409,2810,1400,-1,1400,1384,1401,-1,1385,1384,1400,-1,2795,2825,2823,-1,2795,2824,2825,-1,2826,968,967,-1,968,2826,1398,-1,1626,2797,967,-1,2797,1626,2828,-1,2827,1387,2824,-1,1387,2827,2408,-1,1424,1341,1403,-1,1425,1341,1424,-1,2408,2789,2794,-1,2789,2408,2827,-1,1404,2828,1626,-1,1404,1406,2828,-1,1596,2791,1406,-1,2791,1596,1407,-1,1409,2407,1407,-1,2407,1409,1381,-1,2917,1599,2728,-1,1599,2917,1045,-1,2829,1414,1411,-1,1414,2829,1415,-1,962,2829,1383,-1,962,1652,2829,-1,2917,2447,1046,-1,2918,2447,2917,-1,1343,1445,2399,-1,2422,1445,1343,-1,1164,1553,764,-1,1164,1166,1553,-1,1365,1430,1203,-1,1431,1430,1365,-1,1434,1428,1435,-1,1428,1434,30,-1,1428,1357,1429,-1,1428,30,1357,-1,1510,2785,2420,-1,1510,1348,2785,-1,1443,2402,1444,-1,1511,2402,1443,-1,1346,1442,2400,-1,1346,1443,1442,-1,2422,1342,1445,-1,2422,36,1342,-1,2783,1218,1327,-1,2398,1218,2783,-1,1133,1456,1134,-1,1456,1133,1460,-1,773,2492,774,-1,1733,2492,773,-1,1469,1524,2832,-1,1469,1525,1524,-1,1735,1221,1734,-1,1735,1306,1221,-1,2832,1470,1469,-1,1470,2832,1293,-1,1298,1297,1295,-1,1298,1301,1297,-1,828,1102,829,-1,2281,1102,828,-1,2924,1560,1286,-1,2924,2437,1560,-1,1285,2924,1286,-1,1125,2924,1285,-1,2277,1478,1477,-1,2277,2278,1478,-1,1272,1283,1481,-1,1272,1279,1283,-1,1459,1551,2371,-1,1459,1317,1551,-1,2925,2761,2779,-1,2925,2923,2761,-1,1252,1573,2435,-1,1573,1252,2394,-1,865,950,2291,-1,865,1656,950,-1,1481,1266,634,-1,1266,1481,2778,-1,1564,2925,1565,-1,2925,1564,2923,-1,1110,1573,2394,-1,1110,1109,1573,-1,1254,1490,1710,-1,1490,1254,2291,-1,2774,1114,2392,-1,1114,2774,1115,-1,2391,635,1267,-1,2391,2652,635,-1,1558,1132,2839,-1,1558,1498,1132,-1,1558,2438,1498,-1,837,1527,835,-1,1527,837,873,-1,841,1085,1500,-1,841,843,1085,-1,2773,2834,2772,-1,2834,2773,1496,-1,2758,2389,1571,-1,2758,2388,2389,-1,1693,1691,2489,-1,1692,1691,1693,-1,2440,1569,857,-1,2440,1570,1569,-1,1714,1712,857,-1,1714,2289,1712,-1,860,2311,861,-1,860,926,2311,-1,1691,1523,1020,-1,1523,1691,1692,-1,984,2711,988,-1,984,2308,2711,-1,2770,2416,2713,-1,2416,2770,2417,-1,1373,1348,1347,-1,1352,1348,1373,-1,2381,1376,1519,-1,1420,1376,2381,-1,1237,825,1238,-1,1237,826,825,-1,1232,2399,1446,-1,2399,1232,1450,-1,2381,1542,1421,-1,1542,2381,1173,-1,1021,2744,1019,-1,2744,1021,2455,-1,1222,1466,1220,-1,1222,1526,1466,-1,1369,1424,1403,-1,1368,1424,1369,-1,2383,1530,1206,-1,2383,2377,1530,-1,1198,1194,1212,-1,1197,1194,1198,-1,1513,1537,544,-1,1537,1513,1512,-1,1517,1189,1518,-1,2764,1189,1517,-1,1540,1538,2432,-1,1540,1186,1538,-1,1210,1515,2376,-1,1515,1210,2375,-1,1176,1172,1334,-1,1172,1176,1175,-1,1450,2382,1426,-1,1450,1448,2382,-1,1160,1146,1161,-1,1160,2372,1146,-1,1161,1147,2838,-1,1146,1147,1161,-1,1545,1153,1544,-1,1545,1547,1153,-1,850,1571,1112,-1,850,1569,1571,-1,2319,947,1488,-1,947,2319,948,-1,1255,1555,2364,-1,1495,1555,1255,-1,947,1489,1488,-1,947,1268,1489,-1,863,1106,1108,-1,1106,863,1129,-1,1274,1482,2365,-1,1274,1273,1482,-1,1131,2839,1132,-1,1131,2388,2839,-1,1105,2366,1118,-1,1105,1563,2366,-1,1125,1294,2924,-1,1294,1125,1127,-1,2833,1564,1484,-1,1564,2833,2923,-1,1486,2754,2752,-1,2754,1486,2840,-1,2781,1562,1563,-1,2781,2780,1562,-1,2766,2741,2740,-1,1522,2741,2766,-1,1522,2380,2741,-1,1462,787,795,-1,788,787,1462,-1,2410,2416,2330,-1,2768,2416,2410,-1,1249,2442,1095,-1,1249,2600,2442,-1,2443,2386,2385,-1,2443,2750,2386,-1,1094,1502,1095,-1,1094,1503,1502,-1,2361,2471,2327,-1,2361,2470,2471,-1,2309,2462,923,-1,2309,1642,2462,-1,2328,2310,977,-1,2328,1668,2310,-1,2926,1006,1634,-1,2926,2745,1006,-1,913,995,1672,-1,913,1001,995,-1,994,1672,995,-1,994,1673,1672,-1,912,1001,913,-1,912,2332,1001,-1,1633,2926,1634,-1,1633,2922,2926,-1,2842,2707,2719,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=22 */
		private int[] getfrontal_Geo_6_29_coordIndex_22()
		{
			int[] value = {2842,2706,2707,-1,1008,2306,2335,-1,1008,2709,2306,-1,2475,1630,2720,-1,2475,1685,1630,-1,1016,898,2742,-1,898,1016,2476,-1,1013,2301,2704,-1,1375,2301,1013,-1,2300,2457,2456,-1,2300,2299,2457,-1,901,1015,1624,-1,901,900,1015,-1,890,2740,2741,-1,890,2481,2740,-1,895,1030,1029,-1,895,894,1030,-1,2725,2315,1040,-1,2315,2725,2714,-1,2734,2453,1614,-1,2734,2851,2453,-1,1605,1579,2846,-1,1032,1579,1605,-1,886,1028,2454,-1,886,2482,1028,-1,2714,2453,2851,-1,2453,2714,2725,-1,2735,1612,2920,-1,2735,2313,1612,-1,2847,2846,2733,-1,1605,2846,2847,-1,2347,874,2449,-1,2347,2850,874,-1,2787,1702,2848,-1,2787,931,1702,-1,2316,1704,1079,-1,1704,2316,2919,-1,811,1602,812,-1,811,1606,1602,-1,1662,1055,940,-1,1056,1055,1662,-1,2320,2730,2319,-1,2320,2415,2730,-1,2354,1582,2293,-1,2354,1054,1582,-1,945,1051,1058,-1,1051,945,1661,-1,1054,2359,1582,-1,1053,2359,1054,-1,2715,1071,2358,-1,2715,2716,1071,-1,1655,1377,1069,-1,955,1377,1655,-1,1591,951,1657,-1,1591,1590,951,-1,1588,2323,1589,-1,1588,1587,2323,-1,1059,1050,1595,-1,1059,1048,1050,-1,1412,1595,1050,-1,1412,1594,1595,-1,1598,2728,1599,-1,1598,2448,2728,-1,2347,2452,1616,-1,2452,2347,2449,-1,2452,1610,1616,-1,1611,1610,2452,-1,1404,2721,1405,-1,1404,1617,2721,-1,1613,2920,1612,-1,1613,2921,2920,-1,1649,1023,2341,-1,1023,1649,2766,-1,1605,1034,1036,-1,1605,2847,1034,-1,2338,2454,1027,-1,2340,2454,2338,-1,1026,1033,1618,-1,1026,1025,1033,-1,1612,2721,2345,-1,2721,1612,2723,-1,2459,1629,2458,-1,2459,2718,1629,-1,2836,2456,2337,-1,2836,2844,2456,-1,2717,1393,1640,-1,1393,2717,1576,-1,2771,2330,2417,-1,2330,2771,2331,-1,993,1000,991,-1,993,995,1000,-1,990,2768,2410,-1,990,989,2768,-1,986,2329,2461,-1,978,2329,986,-1,975,981,976,-1,975,1418,981,-1,973,971,974,-1,973,1648,971,-1,963,1382,1380,-1,963,965,1382,-1,1651,1068,1067,-1,1650,1068,1651,-1,959,1585,1240,-1,959,1586,1585,-1,2322,2292,1653,-1,2292,2322,2849,-1,2393,2320,1488,-1,2731,2320,2393,-1,2919,1080,1704,-1,2919,1081,1080,-1,1700,2429,2297,-1,2850,2429,1700,-1,2307,2841,920,-1,2748,2841,2307,-1,914,1574,2747,-1,914,918,1574,-1,2472,915,1674,-1,2472,2290,915,-1,1679,2922,2305,-1,1679,2926,2922,-1,2710,1681,1680,-1,2709,1681,2710,-1,1681,2926,1679,-1,2745,2926,1681,-1,2707,905,2475,-1,2707,1687,905,-1,1682,2708,1686,-1,2708,1682,2306,-1,2301,902,2478,-1,2301,1718,902,-1,893,887,894,-1,893,2286,887,-1,1698,877,842,-1,1697,877,1698,-1,842,2732,843,-1,878,2732,842,-1,930,2491,1701,-1,930,2466,2491,-1,836,813,837,-1,836,1080,813,-1,1492,1706,864,-1,1584,1706,1492,-1,1268,1707,1269,-1,947,1707,1268,-1,1243,1289,1244,-1,1290,1289,1243,-1,858,915,856,-1,916,915,858,-1,847,903,2287,-1,896,903,847,-1,845,2286,2285,-1,887,2286,845,-1,828,806,1723,-1,828,830,806,-1,1725,784,2927,-1,1724,784,1725,-1,2280,1729,1508,-1,800,1729,2280,-1,765,784,1731,-1,765,2927,784,-1,765,1725,2927,-1,2494,1725,765,-1,2278,2492,1276,-1,2278,774,2492,-1,1304,2492,1733,-1,1304,1303,2492,-1,1457,775,1458,-1,775,1457,1732,-1,638,1397,2818,-1,638,1738,1397,-1,2274,2195,2600,-1,2275,2195,2274,-1,2816,2852,2820,-1,2915,2852,2816,-1,2813,2853,2821,-1,2916,2853,2813,-1,2273,2854,1395,-1,2697,2854,2273,-1,2855,2697,2861,-1,2854,2697,2855,-1,2916,2856,2853,-1,2916,1740,2856,-1,2915,2857,2852,-1,2915,2859,2857,-1,2913,2859,2858,-1,2913,2857,2859,-1,1740,2914,2856,-1,1739,2914,1740,-1,2855,2860,2688,-1,2860,2855,2861,-1,1739,2912,2914,-1,1739,740,2912,-1,1973,2858,2683,-1,2913,2858,1973,-1,386,1973,387,-1,386,1974,1973,-1,2912,2679,2686,-1,2678,2679,2912,-1,2646,1743,1858,-1,2646,1744,1743,-1,2862,741,1744,-1,741,2862,739,-1,2684,2496,2682,-1,2684,2677,2496,-1,2862,736,2680,-1,1747,736,2862,-1,722,2672,2674,-1,724,2672,722,-1,1993,733,2272,-1,1993,1994,733,-1,1751,440,439,-1,1751,2221,440,-1,364,2201,362,-1,364,1980,2201,-1,2612,1932,2614,-1,2612,2907,1932,-1,1761,590,589,-1,1760,590,1761,-1,1872,2510,2064,-1,1872,1871,2510,-1,75,2864,2261,-1,2864,75,1874,-1,713,1771,463,-1,1771,713,2863,-1,1762,716,2264,-1,717,716,1762,-1,2668,2666,2667,-1,2668,1774,2666,-1,10,2865,11,-1,2865,10,2863,-1,2265,1777,1776,-1,1777,2265,2092,-1,2665,1855,2865,-1,2665,1854,1855,-1,712,1779,700,-1,1779,712,1855,-1,1780,709,1788,-1,1780,1779,709,-1,702,705,1781,-1,702,1787,705,-1,697,2237,695,-1,697,2238,2237,-1,679,2911,579,-1,2911,679,2260,-1,672,685,2258,-1,672,686,685,-1,2642,677,682,-1,2642,2260,677,-1,2642,2911,2260,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=23 */
		private int[] getfrontal_Geo_6_29_coordIndex_23()
		{
			int[] value = {682,1799,2259,-1,682,2505,1799,-1,669,2866,2060,-1,669,580,2866,-1,587,2255,588,-1,2255,587,1807,-1,494,2640,654,-1,494,2230,2640,-1,2640,1817,654,-1,1817,2640,1907,-1,2643,1798,2258,-1,2643,2259,1798,-1,651,2869,2507,-1,651,2638,2869,-1,2524,496,2231,-1,1826,496,2524,-1,324,2046,2515,-1,324,323,2046,-1,633,647,634,-1,2658,647,633,-1,2869,487,486,-1,2638,487,2869,-1,2524,226,1826,-1,2524,1921,226,-1,2249,225,224,-1,2515,225,2249,-1,2227,2653,1831,-1,2226,2653,2227,-1,629,630,1915,-1,630,629,631,-1,481,1831,502,-1,2227,1831,481,-1,2248,1833,2871,-1,1836,1833,2248,-1,1908,628,1835,-1,1908,2873,628,-1,2509,2159,1905,-1,2509,1902,2159,-1,251,2160,2575,-1,2162,2160,251,-1,1931,2055,2163,-1,1931,2056,2055,-1,2641,2871,2647,-1,2248,2871,2641,-1,1840,2876,2523,-1,1840,1839,2876,-1,2568,258,2165,-1,258,2568,259,-1,2522,1918,217,-1,2522,1919,1918,-1,219,218,217,-1,219,2572,218,-1,2170,2047,861,-1,2170,299,2047,-1,2246,2568,2605,-1,259,2568,2246,-1,2900,357,356,-1,2900,290,357,-1,1755,2595,2596,-1,1757,2595,1755,-1,710,2267,708,-1,2267,710,2263,-1,133,589,134,-1,589,133,1761,-1,599,604,606,-1,599,601,604,-1,1861,725,721,-1,1861,596,725,-1,1783,1880,1784,-1,1881,1880,1783,-1,398,2225,2224,-1,398,397,2225,-1,656,1813,654,-1,1813,656,2657,-1,1766,534,1765,-1,1766,535,534,-1,533,551,549,-1,551,533,532,-1,539,597,2242,-1,539,1878,597,-1,2239,1868,2882,-1,2239,2516,1868,-1,691,1863,719,-1,2238,1863,691,-1,595,696,695,-1,595,594,696,-1,2066,2240,1870,-1,2065,2240,2066,-1,513,520,1891,-1,1895,520,513,-1,2644,1893,2236,-1,1893,2644,517,-1,1886,2521,2236,-1,1886,1885,2521,-1,1894,2520,1887,-1,2520,1894,518,-1,479,1840,2523,-1,1840,479,478,-1,2163,2576,201,-1,2576,2163,2247,-1,500,1915,498,-1,500,2650,1915,-1,1834,2228,2227,-1,2508,2228,1834,-1,1824,1909,2524,-1,1910,1909,1824,-1,623,1917,2875,-1,622,1917,623,-1,475,636,1828,-1,475,637,636,-1,2159,1904,1905,-1,2159,2057,1904,-1,2250,2232,642,-1,2233,2232,2250,-1,1839,2873,2876,-1,2873,1839,2651,-1,495,2231,496,-1,495,491,2231,-1,2230,493,2229,-1,2230,494,493,-1,1825,2870,1823,-1,2870,1825,2867,-1,2879,2910,2877,-1,2879,2222,2910,-1,2634,352,351,-1,2634,291,352,-1,290,2198,357,-1,290,289,2198,-1,2012,730,729,-1,2012,2559,730,-1,2543,277,2018,-1,2543,2542,277,-1,1982,2017,2561,-1,1981,2017,1982,-1,1980,367,1981,-1,1980,1983,367,-1,2906,2202,376,-1,2906,270,2202,-1,2897,2180,2901,-1,2898,2180,2897,-1,281,378,617,-1,281,280,378,-1,381,2181,382,-1,381,2022,2181,-1,2645,264,2887,-1,2645,2177,264,-1,2627,2880,2881,-1,2880,2627,2626,-1,260,2889,2888,-1,2889,260,2206,-1,2604,2027,391,-1,2604,2023,2027,-1,2035,2538,2540,-1,2035,2175,2538,-1,2176,1964,2028,-1,1964,2176,396,-1,2002,2531,2675,-1,2002,306,2531,-1,2213,2599,2513,-1,2533,2599,2213,-1,2174,2537,2895,-1,2173,2537,2174,-1,728,2037,1758,-1,728,727,2037,-1,2210,2040,2039,-1,2210,2209,2040,-1,2537,2009,408,-1,2009,2537,2173,-1,2894,2174,2895,-1,2894,2891,2174,-1,2213,2512,2211,-1,2213,2513,2512,-1,2532,306,308,-1,2532,2531,306,-1,1948,2907,2612,-1,1948,2557,2907,-1,2067,2675,2909,-1,2067,2002,2675,-1,431,310,1946,-1,431,312,310,-1,1998,2892,236,-1,1997,2892,1998,-1,2618,2554,2190,-1,2554,2618,2908,-1,1945,317,319,-1,1945,2617,317,-1,1944,314,2892,-1,1944,1956,314,-1,2171,1935,1999,-1,433,1935,2171,-1,2550,1936,327,-1,2550,1937,1936,-1,1996,442,320,-1,442,1996,443,-1,732,1751,439,-1,732,322,1751,-1,334,325,2271,-1,334,2500,325,-1,446,331,2616,-1,446,445,331,-1,1754,2908,425,-1,2270,2908,1754,-1,438,423,2615,-1,438,2499,423,-1,1947,427,429,-1,2528,427,1947,-1,1945,2615,2617,-1,1945,438,2615,-1,2529,1954,1953,-1,2529,2214,1954,-1,2909,416,415,-1,2909,2675,416,-1,2610,413,412,-1,2610,2608,413,-1,2497,420,2530,-1,2497,1953,420,-1,2607,406,2210,-1,2607,2534,406,-1,404,342,341,-1,342,404,2536,-1,1964,398,1965,-1,1964,396,398,-1,2535,2893,2536,-1,2535,2624,2893,-1,2887,1969,2645,-1,2887,2603,1969,-1,388,1972,1974,-1,388,1976,1972,-1,373,744,380,-1,373,372,744,-1,383,2898,2896,-1,382,2898,383,-1,2204,384,383,-1,2203,384,2204,-1,2269,2889,2206,-1,2269,2886,2889,-1,2899,464,369,-1,464,2899,465,-1,2899,364,363,-1,369,364,2899,-1,1986,358,2199,-1,2200,358,1986,-1,2199,2197,348,-1,2199,1987,2197,-1,355,349,348,-1,355,354,349,-1,2194,2275,2192,-1,2194,2195,2275,-1,1975,2191,1972,-1,2205,2191,1975,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=24 */
		private int[] getfrontal_Geo_6_29_coordIndex_24()
		{
			int[] value = {323,1995,234,-1,2553,1995,323,-1,2891,2041,2174,-1,254,2041,2891,-1,2014,288,282,-1,288,2014,289,-1,290,2592,283,-1,290,2900,2592,-1,270,2166,271,-1,270,2562,2166,-1,2888,263,260,-1,2885,263,2888,-1,206,265,2566,-1,206,208,265,-1,2880,261,269,-1,2626,261,2880,-1,2027,2024,1841,-1,2024,2027,2023,-1,2569,2056,1931,-1,2569,2625,2056,-1,2526,2161,2162,-1,2161,2526,2004,-1,1827,2221,1752,-1,1827,2619,2221,-1,2169,296,220,-1,2169,2011,296,-1,273,2167,2049,-1,2167,273,271,-1,2591,2050,2052,-1,2591,2649,2050,-1,2052,2522,2167,-1,2051,2522,2052,-1,2038,197,2058,-1,197,2038,198,-1,2161,194,2160,-1,194,2161,195,-1,2630,2517,2897,-1,2630,616,2517,-1,602,604,1879,-1,602,605,604,-1,246,2069,1837,-1,246,2067,2069,-1,173,2577,2156,-1,173,2061,2577,-1,2081,2155,162,-1,2075,2155,2081,-1,2085,1923,1924,-1,1923,2085,1801,-1,664,587,2086,-1,1808,587,664,-1,2150,2504,2902,-1,2150,506,2504,-1,82,2099,116,-1,2099,82,2147,-1,2590,2581,2148,-1,2590,124,2581,-1,2149,2589,119,-1,2589,2149,114,-1,2146,2103,102,-1,2146,2104,2103,-1,105,2588,93,-1,2588,105,98,-1,96,2105,97,-1,2105,96,2101,-1,66,100,79,-1,66,2106,100,-1,78,84,2582,-1,85,84,78,-1,89,88,83,-1,87,88,89,-1,2587,2112,2147,-1,2112,2587,2142,-1,2111,1207,566,-1,1207,2111,2098,-1,2127,46,2139,-1,47,46,2127,-1,2411,2822,1399,-1,2586,2822,2411,-1,1436,2403,2420,-1,1436,2118,2403,-1,38,33,2120,-1,33,38,34,-1,42,39,2138,-1,2584,39,42,-1,38,2138,39,-1,38,2121,2138,-1,1353,2136,2,-1,2584,2136,1353,-1,2128,2139,43,-1,2127,2139,2128,-1,46,2419,28,-1,31,2419,46,-1,2116,2904,2404,-1,2904,2116,2130,-1,19,2132,22,-1,2132,19,2134,-1,19,2137,20,-1,15,2137,19,-1,2667,24,2502,-1,2667,2666,24,-1,2129,2404,2904,-1,2129,2124,2404,-1};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=1 */
		private double[] getfrontal_Coord_7_29_point_1()
		{
			double[] value = {-0.7334,57.9822,3.0009,-0.7438,58.0201,3.0232,-0.7972,58.0182,3.0125,-0.5818,57.8245,2.8115,-0.5151,57.7903,2.804,-0.5825,57.822,2.8132,-0.6486,57.8627,2.8762,-0.6398,57.8636,2.8742,-0.6471,57.9078,2.952,0.7583,57.884,2.7883,0.5494,57.8275,2.7321,0.7542,57.8883,2.7116,0.7578,57.8503,2.7851,0.7774,57.8441,2.7796,0.7825,57.8536,2.868,0.7458,57.8594,2.8772,0.7752,57.8619,2.7758,0.7732,57.8806,2.7631,0.9727,57.85,2.7127,0.7421,57.8684,2.8806,0.8036,57.8777,2.9032,0.8065,57.9005,2.9141,0.7528,57.8599,2.7793,0.7693,57.8835,2.755,0.7499,57.8893,2.8896,0.8066,57.9033,2.9172,-0.4533,57.9758,3.0919,-0.5213,57.8791,2.9736,-0.4756,57.8567,2.9813,-0.4135,57.7159,2.8239,-0.3613,57.6274,2.7822,-0.412,57.7183,2.8329,-0.5432,57.8879,2.9688,-0.7725,57.8605,2.8339,-0.7742,57.8636,2.8621,-0.9802,57.8497,2.8308,-1.2265,57.7178,2.72,-0.9782,57.8393,2.8018,-0.6786,57.8372,2.8675,-0.6854,57.8462,2.8886,-0.7752,57.8653,2.8804,-0.6628,57.9082,2.9502,-0.679,57.9002,2.9487,-0.5933,57.8102,2.8549,-0.5814,57.8414,2.8669,-0.5886,57.8372,2.8508,-0.511,57.7853,2.8561,-0.5155,57.7783,2.8349,0.0,57.6801,2.9905,-0.0001,57.5755,2.9697,0.0217,57.5781,2.9602,-0.1235,57.6049,2.9965,-0.0724,57.5705,2.9936,0.098,57.7793,2.9074,0.0897,57.5867,2.8153,-0.0041,57.6123,2.8128,0.0485,57.4695,2.8962,0.0783,57.5603,2.8096,0.1035,57.5476,2.8078,-0.0629,57.4631,2.8644,-0.0868,57.4865,2.8805,-0.067,57.5717,2.8415,0.1871,57.4692,2.9266,0.1622,57.5006,2.9445,0.1654,57.5126,2.9434,0.1133,57.4972,2.9363,0.082,57.4807,2.9343,-0.0545,57.4633,2.8652,-0.0506,57.447,2.9002,-0.1622,57.5006,2.9375,-0.2054,57.4764,2.9389,-0.1107,57.5099,2.8965,-0.2166,57.492,2.9613,-0.1845,57.4894,2.9762,0.1845,57.4894,2.9843,0.2078,57.4862,2.9764,0.1187,57.6367,3.0035,0.002,57.5837,2.9447,0.033,57.5571,2.8788,0.0402,57.4588,2.9388,0.0474,57.5534,2.8952,-0.0621,57.6478,2.8559,-0.0659,57.6453,2.854,-0.0598,57.6396,2.8525,0.0094,57.6201,2.8553,0.0198,57.6247,2.856,0.0194,57.6329,2.8588,-0.0153,57.5454,2.864,-0.0112,57.6208,2.8547,-0.0395,57.5441,2.8617,-0.0413,57.5449,2.8659,0.0078,57.626,2.8725,0.0083,57.6254,2.8685,0.0761,57.5824,2.9924,0.0724,57.5705,2.9966,0.0601,57.6049,2.9193,0.1269,57.5896,2.9049,0.1364,57.5769,2.9127,0.1341,57.5604,2.9636,0.0783,57.6273,2.8771,0.0609,57.5586,2.9012,0.1931,57.5113,2.973,0.1751,57.5231,2.9565,0.0708,57.6473,2.8681,0.0659,57.6453,2.8564,0.0772,57.5819,2.9764,0.0969,57.6306,2.8938,-0.0846,57.4736,2.9191,-0.0714,57.5494,2.8727,-0.0882,57.5613,2.8961,-0.0944,57.5693,2.8925,-0.1141,57.5903,2.8845,-0.1225,57.5775,2.8931,-0.1364,57.5769,2.9073,-0.1341,57.5604,2.9581,-0.1605,57.564,2.9034,-0.0783,57.6273,2.8741,-0.0515,57.5417,2.8647,-0.0589,57.4484,2.902,-0.1931,57.5113,2.9647,-0.1654,57.5126,2.9364,-0.1569,57.5253,2.9279,-0.1133,57.4972,2.9314,-0.0969,57.6306,2.8902,-0.0772,57.5819,2.9732,-0.0954,57.6252,2.8773,1.0946,57.453,1.5604,0.9383,57.446,1.5252,0.9264,57.3994,1.2968,0.3217,57.2465,1.3858,0.4456,57.3191,1.4066,0.4247,57.2975,1.3359,1.123,57.5651,1.2879,1.25,57.5687,1.4563,1.1375,57.4771,1.5409,0.7469,58.1661,2.829,0.7168,58.1647,2.8363,0.7414,58.4294,2.8634,0.7617,58.0351,2.6932,0.6562,58.0131,2.7257,0.8348,57.9758,2.3529,0.7927,58.0247,2.5136,0.8187,58.0275,2.5191,1.0414,57.9826,2.6012,1.0653,57.9602,2.4516,1.0334,57.9615,2.4436,0.9574,58.043,2.7082,0.9881,58.0488,2.7067,0.8729,57.8752,2.2014,0.8886,57.9501,2.3565,0.8782,57.9924,2.5477,0.7921,58.0421,2.6958,0.836,58.0366,2.7017,0.3276,57.1714,1.48,0.3512,57.1902,1.4444,0.3629,57.1776,1.4482,0.4129,57.2853,1.2961,0.3055,57.2228,1.3449,1.123,57.5672,1.2937,1.3141,57.6544,1.309,0.4985,57.3085,1.3065,0.5503,57.3245,1.29,0.5544,57.2877,1.2907,0.6474,57.2954,1.295,0.6341,57.3131,1.3039,0.7834,57.3668,1.3211,0.912,57.414,1.2756,0.8979,57.4144,1.3253,1.1196,57.5543,1.3399,0.2801,57.1498,1.4957,0.2801,57.1602,1.472,1.4878,57.755,1.3816,1.3972,57.7083,1.3537,1.3914,57.7111,1.3743,1.5503,57.7819,1.5441,1.7577,58.0328,1.5257,1.5746,57.8331,1.4138,0.0966,57.6339,2.3872,0.0,57.6313,2.4081,0.0894,57.6245,2.3883,0.2197,57.3807,1.7093,0.1746,57.4589,1.9071,0.2182,57.3855,1.7083,0.1639,60.8188,0.5949,0.2033,60.808,0.6193,0.0914,60.6289,0.7457,1.4125,57.7081,1.3203,1.5558,57.687,1.5781,1.4857,57.7293,1.2977,1.5409,57.7986,1.3102,1.4524,57.685,1.3112,1.8036,59.1595,1.3002,1.8297,59.1156,1.2557,1.8496,59.0401,1.2693,1.7487,59.2979,1.3367,1.7807,59.2952,1.2276,1.79,59.2667,1.2284,1.6701,59.4371,1.3823,1.7144,59.4764,1.2165,1.734,59.4378,1.2234,1.5973,59.7,1.1733,1.5178,59.6708,1.431,1.5888,59.7127,1.1692,1.5374,59.7886,1.1443,1.4425,59.7746,1.4048,1.5203,59.8139,1.1361,1.4578,59.8827,1.1136,1.3705,59.8429,1.3838,1.431,59.9085,1.1052,1.3228,60.0124,1.0714,1.2265,59.9796,1.3419,1.3047,60.0297,1.0657,1.2033,59.9317,1.4853,1.1551,60.0336,1.3221,1.2345,60.083,1.0483,1.1823,60.119,1.0365,0.6278,60.3428,1.2341,0.6655,60.2272,1.5484,0.5372,60.3771,1.2268,0.3155,60.3431,1.5832,0.2638,60.4593,1.1969,0.3561,60.4457,1.2124,1.731,59.1388,1.5529,1.85,58.9895,1.2861,1.8093,58.6491,1.7316,1.8215,58.4755,1.7774,1.7214,58.6844,1.9136,1.7789,58.1279,1.5093,1.7896,58.2541,1.6522,1.673,57.9175,1.265,1.6796,57.9246,1.3122,1.6583,57.8848,1.325,1.8153,58.1334,1.2643,1.7679,58.0833,1.2879,1.8425,58.1839,1.2703,1.9224,58.6151,1.1624,1.9078,58.6435,1.1417,1.9158,58.6222,1.1605,1.8515,58.7075,1.3742,1.9522,58.8375,1.0464,1.8509,58.8905,1.319,1.9467,58.8877,1.0447,1.9545,58.8843,1.0349,1.964,58.8306,1.0254,1.9208,59.121,1.0144,1.8853,59.2667,1.0017,1.8422,59.2624,1.117,1.8759,59.2828,0.9967,1.8652,59.3213,0.9866,1.8553,59.3365,0.9889,1.8351,59.4003,0.9728,1.748,59.395,1.2247,1.8251,59.427,0.9664,1.6752,59.5536,1.2027,1.7524,59.5655,0.9429,1.7625,59.5498,0.9436,1.8127,59.4585,0.9586,1.8173,59.4476,0.9619,1.5032,59.8392,1.1278,1.5696,59.8312,0.9133,1.3415,60.037,0.8829,1.3332,60.0437,0.8786,1.3697,60.0125,0.9064,1.3615,60.0195,0.9018,1.4921,59.898,0.8057,1.4963,59.9007,0.8942,1.4664,59.9289,0.8921,1.2867,60.047,1.0601,1.3026,60.0703,0.8937,1.3127,60.0616,0.8931,1.0402,60.2656,0.8107,0.9771,60.2474,0.978,1.0157,60.2828,0.8098,0.9267,60.2756,0.9605,0.9614,60.3055,0.7774,0.8762,60.3038,0.943,0.9208,60.3224,0.7531,0.9783,60.3139,0.6393,0.9981,60.2986,0.6909,1.1825,60.1613,0.8901,1.1425,60.1916,0.8889,1.1622,60.1787,0.8585,0.4364,60.5155,0.7948,0.4563,60.4985,0.8495,0.3925,60.5261,0.8378,0.8654,60.348,0.73,0.8439,60.3645,0.7283,0.8196,60.3786,0.652,0.4803,60.5049,0.7517,0.5031,60.5026,0.6909,0.5242,60.4943,0.7086,0.4653,60.527,0.5754,0.4402,60.5303,0.6592,0.4423,60.5289,0.5972,0.3663,60.5843,0.6365,0.3244,60.5321,0.8261,0.2563,60.5381,0.8143,0.1257,60.6243,0.6942,0.1461,60.5954,0.6944,0.1202,60.5501,0.7908,0.205,60.5842,0.6906,0.3035,60.6161,0.672,1.7717,59.5754,1.0788,1.7602,59.5927,1.0718,1.8109,59.4732,0.9822,1.8145,59.4677,1.0033,1.8794,59.2887,1.0225,1.8715,59.3009,0.9864,1.8727,59.3032,1.0024,1.9463,58.9073,1.0763,1.9546,58.8704,1.0727,1.9734,58.7768,1.0158,1.9502,58.837,1.0796,1.9402,58.8205,1.0993,1.9262,58.6603,1.1707,1.9262,58.6592,1.1923,1.9261,58.6532,1.1987,1.9261,58.6404,1.2338,1.9202,58.5934,1.1721,1.9264,58.651,1.2217,1.8272,58.1599,1.3702,1.812,58.1385,1.3585,1.917,58.355,1.3982,1.8672,58.2381,1.2699,1.9048,58.3325,1.2262,1.7999,58.12,1.3703,1.6369,57.845,1.3377,1.6742,57.892,1.352,1.701,57.9644,1.2993,1.7024,57.9442,1.355,1.6722,57.8683,1.3772,1.7781,57.9383,1.4958,1.8255,58.1023,1.6706,1.761,57.8998,1.8448,1.8136,58.0773,1.3647,1.833,58.1364,1.4064,1.8409,58.153,1.6104,1.8938,58.4395,1.6573,1.8717,58.2545,1.4895,1.9034,58.3057,1.4455,1.8322,59.2394,1.5984,1.8607,59.3791,1.3447,1.8238,59.4458,1.3734,0.4182,60.7437,0.6009,0.404,60.7674,0.621,0.4284,60.7579,0.6626,0.3918,60.7578,0.5822,0.3875,60.7737,0.593,0.53,60.6701,0.9688,0.4566,60.6962,0.9753,0.4681,60.6381,1.2443,0.6327,60.699,0.51,0.6006,60.7089,0.5124,0.5214,60.7148,0.7099,0.4692,60.7421,0.7322,0.5232,60.7215,0.7255,0.7325,60.6312,0.6177,0.6606,60.6457,0.6819,0.6674,60.6666,0.7074,0.8878,60.4872,1.1977,0.8789,60.4071,1.4661,0.9773,60.4375,1.1818,0.8842,60.5444,0.9379,0.9473,60.5133,0.9286,0.9543,60.5163,0.8748,0.9919,60.5211,0.6099,0.9733,60.5326,0.605,0.9847,60.5195,0.6871,1.0205,60.4968,0.7014,1.0244,60.4883,0.8117,1.0467,60.4808,0.7058,1.1801,60.3987,0.8944,1.1695,60.3718,1.0074,1.2048,60.3668,0.9075,1.1939,60.3798,0.8033,1.2013,60.3702,0.746,1.1765,60.3824,0.74,1.1821,60.3548,0.8512,1.2582,60.3089,0.8839,1.2061,60.3385,0.8588,1.2294,60.335,0.9206,1.3968,60.2209,0.8725,1.3946,60.2255,0.8502,1.3806,60.2248,0.9082,1.4058,60.2091,0.9031,1.6028,59.895,1.2934,1.5342,59.9646,1.3177,1.5902,59.7926,1.5232,1.4674,60.1175,1.1015,1.5045,60.0796,1.0895,1.5153,60.0924,0.9353,1.5397,60.0839,0.9387,1.5298,60.094,0.9292,1.7878,59.6668,1.0225,1.781,59.6864,1.0332,1.7885,59.6462,1.1655,1.7388,59.8121,0.8912,1.7199,59.8172,0.9306,1.7273,59.7882,1.0228,1.6496,59.8962,1.0345,1.6114,59.9704,1.0551,1.78,59.6746,1.2122,1.7971,59.6362,1.1998,1.8825,59.4443,1.1378,1.8654,59.4827,1.1502,1.8989,59.4946,1.0015,1.8482,59.5088,1.1086,1.8568,59.4927,1.1159,1.7947,59.6472,1.0117,1.797,59.6177,1.1188,1.7956,59.6118,1.0637,1.8873,59.3338,1.325,1.9393,59.3117,1.1406,1.9204,59.3559,1.1397,1.9139,59.2884,1.3053,1.9806,59.2048,1.1261,1.9583,59.2675,1.1415,1.9406,59.243,1.2855,1.8029,59.6889,0.9256,1.7807,59.7081,0.9554,1.8905,59.109,1.5342,1.946,59.2008,1.2783,1.9132,58.7832,1.6414,1.9274,58.8263,1.5624,1.8607,58.9543,1.7721,1.9663,58.6661,1.3889,1.9718,58.6923,1.3678,2.0066,58.9709,1.0689,2.0025,58.9998,1.0878,1.9731,58.99,1.2424,1.9995,58.8205,1.1176,1.9902,58.8314,1.0992,1.9763,58.9082,1.2701,1.9931,58.7232,1.1072,1.996,58.7203,1.095,1.9779,58.8673,1.284,1.9693,58.6511,1.2214,1.9707,58.6455,1.2078,1.9827,58.7447,1.3254,1.9569,58.3822,1.3737,1.9412,58.4666,1.3586,1.9532,58.4839,1.4137,1.875,58.156,1.3777,1.8844,58.1818,1.3868,1.8523,58.1954,1.448,1.7872,57.9739,1.4623,1.7555,57.9867,1.3663,1.6925,57.8898,1.3645,1.7028,57.9043,1.363,1.7075,57.8916,1.4167,1.6524,57.8515,1.3498,1.9264,58.7205,1.0781,1.9454,58.8036,1.0822,1.9578,58.7874,1.0482,1.9389,58.988,1.0189,1.9401,58.9885,1.0642,1.94,58.9621,1.0454,1.7103,59.6514,0.9734,1.7067,59.6485,0.9558,1.7007,59.6521,0.9766,1.7844,59.5566,1.0409,0.34,57.4775,2.015,0.4538,57.5708,1.9897,0.4506,57.6414,2.2132,1.1317,60.4321,0.8653,1.1272,60.4247,0.9022,1.108,57.4614,1.5504,1.1112,57.4591,1.5767,1.4032,57.8042,2.1178,1.4386,57.7055,1.8615,1.2503,57.7232,2.0208,1.4566,57.7264,1.8786,1.4589,57.72,1.8571,1.7009,58.8847,1.9046,1.5867,59.2151,1.8777,1.797,58.8227,1.6843,1.6235,58.902,2.0367,1.3776,59.6939,1.6666,1.3714,59.6686,1.7631,1.173,59.8471,1.7217,0.989,59.7674,2.12,0.8397,59.6534,2.4448,0.87,59.7956,2.1953,1.1551,58.104,2.6814,1.1731,58.383,2.7289,1.295,58.0771,2.571,1.4345,58.7531,2.4717,1.403,58.7259,2.5025,1.3878,58.7404,2.511,1.6768,58.0377,1.9961,1.6625,58.0241,2.0101,1.6884,58.174,2.0466,1.599,57.9573,2.0822,1.594,57.948,2.0781,1.5913,57.9563,2.0989,1.749,58.3123,1.9501,1.7484,58.3477,1.9481,1.724,58.0281,1.7851,1.0467,59.1053,2.7039,1.0288,59.1141,2.7117,1.2442,59.3601,2.2943,0.8718,59.8084,2.17,0.5731,59.7218,2.4601,0.2693,57.3878,1.7197,0.2951,57.4531,1.9556,0.2909,57.4494,1.9565,0.2726,57.2792,1.609,0.3313,57.2989,1.5845,0.3272,57.403,1.7306,0.2971,57.4365,2.0062,0.3008,57.4352,2.0016,0.3134,57.4026,2.1207,0.3105,57.4872,2.0242,0.3173,57.4722,2.0107,0.3072,57.4664,2.0014,0.3206,57.4957,2.006,0.3177,57.4953,2.0062,0.3184,57.4941,2.0013,0.3093,57.49,2.0044,0.3192,57.4977,2.0254,0.3355,57.4707,2.0043,0.3071,57.4446,2.002,1.3692,57.654,2.0801,1.4439,57.4908,2.006,1.4722,57.6026,2.1029,1.4953,57.6138,2.1053,1.4555,57.4944,1.9972,1.5338,57.5577,2.1731,1.5414,57.5641,2.1695,1.5611,57.5636,2.2061,1.3768,57.4915,1.833,0.4052,57.7747,2.6288,0.4372,57.8734,2.7592,0.4293,57.8875,2.7227,0.3199,57.4864,2.6473,0.2462,57.5508,2.8187,0.4181,57.782,2.8061,0.283,57.6945,2.4652,0.2789,57.7154,2.4671,0.3204,57.6788,2.4789,0.3309,57.6742,2.4484,0.3207,57.4596,2.4879,0.3369,57.5951,2.493,0.3296,57.4927,2.4699,0.0,57.6119,2.4324,0.004,57.6349,2.4106,0.1575,57.7813,2.5714,0.3115,57.8585,2.7606,0.2443,57.8207,2.7002,0.3391,57.8883,2.7693,0.3177,57.8337,2.782,0.3503,57.8725,2.799,0.2939,57.722,2.8336,0.3327,57.7481,2.849,0.0958,57.5735,2.8068,0.1227,57.5655,2.8146,0.063,57.5692,2.8142,0.0,57.9436,2.8265,0.0927,57.8672,2.7344,0.1278,57.9018,2.8079,0.3458,57.3541,2.4955,0.349,57.3549,2.4972,0.3243,57.351,2.622,0.3169,57.3644,2.2317,0.3221,57.3393,2.3681,0.2983,57.4664,2.3436,-0.0269,57.4641,2.8681,-0.0057,57.5769,2.8127,0.3199,57.5005,2.3853,0.3237,57.5597,2.3232,0.3566,57.5943,2.5063,0.387,57.6761,2.6584,0.2308,57.5818,2.2699,0.2575,57.6681,2.3868,0.3165,57.909,2.7992,0.318,57.8793,2.8066,0.1221,57.8792,2.8293,0.1241,57.8138,2.538,0.1941,57.8761,2.6698,0.2903,57.8286,2.5566,0.983,57.5794,1.7775,0.8444,57.5894,1.7133,0.831,57.7132,1.8682,0.7868,57.8861,2.0839,0.7224,57.8214,2.061,0.7009,57.8209,2.1145,0.9822,57.8653,2.2712,1.0839,57.8451,2.2978,1.0054,57.8258,2.1843,1.3706,57.5253,1.8249,1.4478,57.5656,1.9559,1.6754,57.7457,1.6816,1.5932,57.6832,1.9103,1.5435,57.6495,1.8574,1.6264,57.6596,2.4181,1.6045,57.6133,2.2747,1.579,57.7008,2.2981,0.3506,57.6773,2.4956,0.3926,57.8051,2.6059,0.2053,57.5772,2.1057,0.1538,57.4842,2.0276,0.1625,57.5087,2.1069,0.1117,57.565,2.2749,0.1338,57.5675,2.2584,0.1141,57.5514,2.2283,0.108,57.5684,2.2708,0.1526,57.6278,2.2401,1.3478,57.6409,1.3076,0.4843,57.3886,1.5595,0.5688,57.4056,1.4984,0.5537,57.3356,1.3543,1.6427,57.9057,1.3225,1.7083,57.9907,1.2993,1.644,57.9019,1.2644,1.7224,58.0042,1.2864,1.7016,57.9873,1.2646,1.2991,60.2866,0.8421,1.2792,60.3047,0.8588,1.2541,60.3031,0.9337,0.0723,60.6295,0.7398,0.1402,60.8242,0.589,1.7731,58.252,1.77,0.9038,59.917,1.9401,0.9876,59.7848,2.0917,0.8806,59.8335,2.1154,1.5774,59.8136,0.8929,1.5862,59.805,0.9023,1.0628,59.4004,2.4965,1.0793,59.5175,2.364,1.3766,59.2191,2.2291,1.2404,59.0565,2.5602,1.3951,58.9844,2.3621,1.3897,58.973,2.3803,0.2554,59.2098,2.8297,0.0,59.2359,2.7204,0.0,59.5624,2.6056,1.8513,58.6788,1.3813,1.8036,58.8227,1.6392,0.0169,58.7209,2.6927,0.0169,59.0545,2.7492,0.029,58.7379,2.8045,1.1885,58.3971,2.7194,1.1528,58.7501,2.7328,1.2182,58.729,2.688,0.984,58.427,2.8292,0.7764,58.806,2.8882,0.0821,58.3272,2.8858,0.028,58.7581,2.8665,0.0476,58.2801,2.7447,0.111,57.9645,2.7314,0.0,57.9429,2.6256,1.3946,58.344,2.5332,1.4388,58.1743,2.4702,1.4039,58.2323,2.5079,1.5626,58.0257,2.2456,1.4339,58.1484,2.4664,1.4762,58.2176,2.4143,1.6085,57.8771,1.8634,1.623,57.834,1.7281,1.1601,57.7855,2.0579,1.178,57.8268,2.2011,1.2778,57.7975,2.1397,1.3112,57.8855,2.3108,1.1262,57.8635,2.3573,1.0857,57.8841,2.359,1.2037,57.941,2.458,0.9514,57.9676,2.5711,0.9238,57.8541,2.1973,0.8631,57.4707,1.5323,1.051,57.5182,1.6235,1.0856,57.5513,1.4832,0.7327,57.5972,1.7621,0.4955,57.5803,1.9035,0.5735,57.6473,1.8902,0.5715,57.5254,1.7604,0.6875,57.9416,2.5185,0.8085,57.9713,2.3563,0.5685,57.8988,2.4719,0.5885,57.93,2.6019,0.4368,57.9203,2.6168,0.4606,57.974,2.7876,0.6155,57.8831,2.4461,0.6247,57.865,2.3826,0.1968,57.2792,1.5889,0.195,57.4642,1.9048,0.3659,57.6184,2.1334,0.3649,57.5161,1.909,0.2782,57.6803,2.3248,0.1749,57.7514,2.4622,0.0968,57.6662,2.3779,0.3675,57.9401,2.7665,1.5501,57.586,2.3037,1.5052,57.6033,2.3294,1.4961,57.6013,2.1237,1.5327,57.6756,2.1037,1.5982,57.5946,2.2815,1.6216,57.6376,2.4228,1.5726,57.5813,2.4529,1.3973,57.7322,2.2668,1.4884,57.597,2.1264,1.2137,57.8286,2.562,1.223,57.7592,2.6641,1.2742,57.7753,2.7665,1.0075,57.9994,2.9239,0.9859,57.8877,2.8915,1.3291,57.6591,2.6708,1.3259,57.7126,2.6021,1.4467,57.6463,2.4797,1.1996,57.7051,2.0585,1.2094,57.7796,2.1996,0.9632,57.7391,2.0365,0.8015,57.9272,2.9677,0.9676,57.871,2.6604,0.6018,57.772,2.2297,0.2308,57.4359,2.8853,0.3295,57.5078,2.7247,0.375,57.5895,2.4364,0.3325,57.4216,2.2912,0.3375,57.4802,1.9648,1.5244,57.5089,2.4696,1.5153,57.8276,2.6027,1.5731,57.8322,2.4676,1.5672,58.0348,2.4747,1.6477,57.8467,2.0869,1.6228,57.9635,2.2811,1.5756,57.7944,2.3071,1.6418,57.7617,1.9844,1.6961,59.6556,0.9785,1.7712,59.7218,0.9599,0.5328,60.7262,0.5302,0.5141,60.7247,0.5568,1.7027,57.9697,1.2779,1.9352,58.3569,1.4013,1.9309,58.5369,1.5217,1.8086,58.7809,1.9838,1.7504,58.879,2.0583,1.69,58.6309,2.295,1.7502,59.579,1.4307,1.749,59.7131,1.2264,1.3423,58.7308,2.7109,1.2221,58.916,2.8249,1.2478,58.6298,2.7965,1.0192,58.1391,2.9557,1.2819,57.9197,2.768,1.1562,60.338,1.1499,1.1044,60.3668,1.1591,1.1563,60.2605,1.4097,0.0,57.9817,3.0815,0.0732,57.884,3.0792,0.2064,58.0959,3.1305,0.0,59.0545,2.7492,-0.9435,57.4131,1.2956,-1.123,57.5651,1.2879,-0.9183,57.4071,1.263,-0.8172,57.3355,1.3087,-0.9383,57.446,1.5252,-0.9264,57.3994,1.2968,-0.5428,57.2978,1.3539,-0.6497,57.3966,1.5176,-0.662,57.3006,1.3254,-0.351,57.2232,1.4985,-0.3313,57.2989,1.583,-0.4985,57.3604,1.5425,-0.1968,57.2792,1.5878,-0.1915,57.2755,1.5996,-0.1696,57.1865,1.5183,-0.1765,57.2023,1.4982,-0.3217,57.2465,1.3858,-0.3568,57.2977,1.4744,-1.0946,57.453,1.5604,-1.1043,57.8525,2.3238,-1.0839,57.8451,2.2948,-1.1262,57.8455,2.2314,-0.836,58.0366,2.694,-0.7469,58.1661,2.8229,-0.7921,58.0421,2.6879,-0.8348,57.9758,2.3488,-0.7942,57.9236,2.1872,-0.819,57.9222,2.1843,-0.2397,57.3807,1.6886,-0.2182,57.3855,1.7064,-0.6266,57.4124,1.473,-0.5688,57.4056,1.4984,-0.5537,57.3356,1.3543,-0.1607,57.1562,1.4584,-0.3055,57.2228,1.3449,-0.8094,57.332,1.252,-0.6341,57.3131,1.3039,-0.6242,57.3409,1.3639,-1.1196,57.5543,1.3399,-1.0917,57.5613,1.3506,-0.9039,57.4352,1.3228,-0.663,57.2848,1.2705,-0.6474,57.2954,1.295,-0.5544,57.2877,1.2907,-0.7834,57.3668,1.3211,-0.785,57.3533,1.3185,-0.8979,57.4144,1.3253,-0.912,57.414,1.2756,-0.7999,57.3381,1.2827,-0.4468,57.2359,1.373,-0.3629,57.1776,1.4478,-0.5085,57.2888,1.3722,-1.4825,57.7708,1.3996,-1.4878,57.755,1.3816,-1.5681,57.8235,1.3966,-1.2985,57.6457,1.3716,-1.3129,57.6359,1.3582,-1.3972,57.7083,1.3537,-1.0856,57.5513,1.4832,-0.8819,57.4475,1.4162,-1.9105,59.1911,1.1089,-1.8945,59.2582,1.0056,-1.9093,59.181,1.0106,-0.2998,57.4769,2.065,-0.3076,57.3998,2.1137,-0.2971,57.4365,2.0009,-0.2909,57.4494,1.9519,-0.1553,57.4779,2.0191,-0.2945,57.4939,2.0518,-0.0864,57.6266,2.3615,-0.0894,57.6245,2.386,-0.1117,57.565,2.2721,-0.1745,57.4647,1.9014,-0.195,57.4642,1.902,-0.2053,57.5772,2.1019,-0.1625,57.5087,2.1035,-0.1538,57.4842,2.0248,-1.3735,57.6713,1.5269,-1.2639,57.5761,1.7243,-1.2851,57.616,1.5182,-1.4125,57.7081,1.3203,-1.4908,57.768,1.3349,-1.5135,57.7757,1.3277,-1.5704,57.838,1.3512,-1.8036,59.1595,1.3002,-1.8297,59.1156,1.2557,-1.8099,59.1911,1.242,-1.6238,59.5092,1.3972,-1.6147,59.427,1.5438,-1.6701,59.4371,1.3823,-1.5776,59.5813,1.4121,-1.6557,59.5922,1.1958,-1.6459,59.6115,1.1923,-1.5973,59.7,1.1733,-1.5178,59.6708,1.431,-1.6059,59.6874,1.1775,-1.3705,59.8429,1.3838,-1.4223,59.7553,1.4592,-1.4425,59.7746,1.4048,-0.972,60.0826,1.515,-1.0836,60.0875,1.3024,-1.0121,60.1414,1.2826,-0.8163,60.2528,1.2551,-0.9267,60.2756,0.9605,-0.8762,60.3038,0.943,-0.6278,60.3428,1.2341,-0.6655,60.2272,1.5484,-0.7184,60.3085,1.2413,0.0,60.3782,1.5591,-0.0793,60.4867,1.1658,0.0,60.5003,1.1503,-1.85,58.9895,1.2861,-1.731,59.1388,1.5529,-1.8509,58.8905,1.319,-1.8214,58.318,1.4752,-1.8001,58.2229,1.4925,-1.8425,58.1839,1.2703,-1.8518,58.7362,1.3672,-1.9078,58.6435,1.1417,-1.9078,58.6579,1.1362,-1.8759,59.2828,0.9967,-1.8715,59.3009,0.9864,-1.79,59.2667,1.2284,-1.8373,59.4042,1.0076,-1.8351,59.4003,0.9728,-1.8421,59.3839,0.9748,-1.7464,59.5752,0.9424,-1.7322,59.6006,0.9357,-1.7987,59.4787,0.9506,-1.8127,59.4585,0.9586,-1.8065,59.4739,0.9587,-1.734,59.4378,1.2234,-1.787,59.4961,0.9539,-1.7824,59.5219,0.9456,-1.7144,59.4764,1.2165,-1.6779,59.6733,0.95,-1.5888,59.7127,1.1692,-1.6714,59.6851,0.9554,-1.6702,59.6871,0.9579,-1.5932,59.7941,0.898,-1.5374,59.7886,1.1443,-1.5545,59.7633,1.1526,-1.6452,59.735,0.9298,-1.6652,59.6955,0.9573,-1.6522,59.7054,0.9048,-1.431,59.9085,1.1052,-1.4963,59.9007,0.8942,-1.4664,59.9289,0.8921,-1.3769,59.9604,1.0883,-1.4328,59.9582,0.92,-1.4237,59.966,0.9127,-1.3588,59.9777,1.0826,-1.3949,59.9431,1.0939,-1.2896,60.0813,0.8602,-1.2626,60.1006,0.8925,-1.3026,60.0703,0.8937,-0.9948,60.2989,0.7589,-0.9614,60.3055,0.7774,-1.0157,60.2828,0.8098,-0.9208,60.3224,0.7531,-0.9783,60.3139,0.6393,-0.9315,60.3204,0.6697,-0.889,60.3357,0.734,-0.8009,60.3974,0.7248,-0.7116,60.3879,0.8963,-0.7754,60.3603,0.908,-0.8439,60.3645,0.7283,-0.8224,60.381,0.7265,-0.4364,60.5155,0.7948,-0.4716,60.5164,0.675,-0.4402,60.5303,0.6592,-0.4087,60.5441,0.6434,-0.4423,60.5289,0.5972,-0.205,60.5842,0.6906,-0.1461,60.5954,0.6944,-0.1202,60.5501,0.7908,-0.1257,60.6243,0.6942,-0.1601,60.6198,0.6426,-0.2208,60.6218,0.5858,-1.8553,59.3365,0.9889,-1.8647,59.3343,1.0426,-1.859,59.3534,1.0567,-1.8848,59.2734,1.0223,-1.8853,59.2667,1.0017,-1.8794,59.2887,1.0225,-1.94,58.9621,1.0454,-1.9425,58.9588,1.0339,-1.9412,58.9378,1.043,-1.9545,58.8843,1.0349,-1.9463,58.9073,1.0763,-1.9415,58.9387,1.0489,-1.964,58.8306,1.0254,-1.9502,58.837,1.0796,-1.9158,58.6222,1.1605,-1.9262,58.6603,1.1707,-1.9079,58.6584,1.1423,-1.9202,58.5934,1.1721,-1.9262,58.6312,1.2597,-1.9261,58.6404,1.2338,-1.9048,58.3325,1.2262,-1.917,58.355,1.3982,-1.906,58.3785,1.362,-1.8413,58.1773,1.3773,-1.8153,58.1334,1.2643,-1.7999,58.12,1.3703,-1.7679,58.0833,1.2879,-1.7592,57.9029,1.5301,-1.7428,57.915,1.4562,-1.6754,57.7457,1.6816,-1.9123,58.4882,1.5896,-1.9034,58.3057,1.4455,-1.8938,58.4395,1.6573,-1.9495,58.5856,1.4535,-1.9532,58.4839,1.4137,-1.9309,58.5369,1.5217,-1.3971,60.1038,1.3663,-1.3767,60.0036,1.6148,-1.3168,60.156,1.3808,-0.334,60.7652,0.7318,-0.3013,60.7207,0.9705,-0.2478,60.7799,0.7316,-0.1639,60.8188,0.5949,-0.2033,60.808,0.6193,-0.1616,60.7946,0.7313,-0.4712,60.7407,0.5505,-0.4284,60.7579,0.6626,-0.4182,60.7437,0.6009,-0.5771,60.701,0.7187,-0.53,60.6701,0.9688,-0.5232,60.7215,0.7255,-0.4692,60.7421,0.7322,-0.5328,60.7262,0.5302,-0.5214,60.7148,0.7099,-0.6606,60.6457,0.6819,-0.6674,60.6666,0.7074,-0.6311,60.6804,0.7119,-0.6035,60.6441,0.9624,-0.7325,60.6312,0.6177,-0.7588,60.6198,0.6333,-0.7733,60.6263,0.694,-0.9543,60.5163,0.8748,-0.9518,60.5438,0.6875,-0.9861,60.5203,0.6944,-0.9919,60.5211,0.6099,-1.0205,60.4968,0.7014,-0.9847,60.5195,0.6871,-0.9488,60.5421,0.6728,-0.9322,60.5571,0.6835,-1.1317,60.4321,0.8653};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=2 */
		private double[] getfrontal_Coord_7_29_point_2()
		{
			double[] value = {-1.0244,60.4883,0.8117,-1.0467,60.4808,0.7058,-1.1314,60.4016,0.7776,-1.1552,60.3868,0.7793,-1.1801,60.3987,0.8944,-1.1939,60.3798,0.8033,-1.2082,60.354,0.7834,-1.1821,60.3548,0.8512,-1.2061,60.3385,0.8588,-1.3977,60.1888,1.124,-1.4387,60.1469,1.1108,-1.4656,60.0342,1.342,-1.4674,60.1175,1.1015,-1.4924,60.1334,0.8813,-1.508,60.1172,0.8997,-1.5397,60.0839,0.9387,-1.5478,60.0759,0.9437,-1.5045,60.0796,1.0895,-1.5094,60.1132,0.9223,-1.649,59.9563,0.8614,-1.6472,59.9362,0.8976,-1.6008,59.9972,1.008,-1.7537,59.7314,1.1175,-1.7273,59.7882,1.0228,-1.7429,59.7608,1.0299,-1.7741,59.7061,1.044,-1.78,59.6746,1.2122,-1.7672,59.7182,1.0409,-1.7674,59.7317,0.9547,-1.744,59.7995,0.9012,-1.7431,59.7771,0.9447,-1.7774,59.7143,0.9548,-1.7807,59.7081,0.9554,-1.781,59.6864,1.0332,-1.8088,59.6673,0.9428,-1.7947,59.6472,1.0117,-1.7878,59.6668,1.0225,-1.9007,59.5054,0.9459,-1.9059,59.4983,0.9577,-1.8482,59.5088,1.1086,-1.8976,59.4686,1.0322,-1.9081,59.4636,1.0017,-1.904,59.45,1.0368,-1.9644,58.9513,1.323,-1.9557,58.9127,1.4036,-1.9339,58.9781,1.4471,-1.9731,58.99,1.2424,-1.9747,58.9491,1.2563,-1.9814,58.7784,1.3141,-1.9827,58.7447,1.3254,-1.9737,58.8007,1.3515,-1.9728,58.6546,1.1995,-1.9779,58.8673,1.284,-1.9894,58.8028,1.0949,-1.996,58.7203,1.095,-1.9965,58.9062,1.0993,-1.9961,58.8697,1.0922,-1.9902,58.8314,1.0992,-1.9783,58.6549,1.1829,-1.9803,58.806,1.3048,-1.985,58.6594,1.149,-1.9419,58.5102,1.3643,-1.9412,58.4666,1.3586,-1.8717,58.2545,1.4895,-1.908,58.2696,1.3765,-1.8974,58.2279,1.3878,-1.8844,58.1818,1.3868,-1.833,58.1364,1.4064,-1.8523,58.1954,1.448,-1.8658,58.1282,1.3646,-1.875,58.156,1.3777,-1.7344,57.956,1.356,-1.7781,57.9383,1.4958,-1.7223,57.9297,1.3485,-1.7101,57.9041,1.3515,-1.7028,57.9043,1.363,-1.9908,58.7076,1.1129,-1.9795,58.8265,1.2979,-1.8496,59.0401,1.2693,-1.9389,58.988,1.0189,-1.9208,59.121,1.0144,-1.9237,59.1172,1.111,-1.9188,59.152,1.103,-1.7111,59.6378,0.9391,-1.7067,59.6485,0.9558,-1.6361,59.6308,1.1889,-1.7007,59.6521,0.9766,-0.3134,57.4026,2.1137,-0.3745,57.5426,2.191,-0.34,57.4775,2.0093,-1.7016,57.9873,1.2646,-1.7027,57.9697,1.2779,-1.7224,58.0042,1.2864,-0.0697,60.846,0.5579,-0.1207,60.8221,0.5499,-0.1439,60.8291,0.5577,-0.0691,60.851,0.5273,-1.117,60.4208,0.7294,-0.4538,57.5708,1.9839,-0.3375,57.4802,1.9597,-1.4828,57.8641,2.1186,-1.4032,57.8042,2.1178,-1.4386,57.7055,1.8615,-1.7247,58.0284,1.7604,-1.724,58.0281,1.7851,-1.6185,57.8961,1.8767,-1.7853,58.8624,1.6833,-1.797,58.8227,1.6843,-1.8036,58.8227,1.6392,-1.6141,58.7458,2.1047,-1.7214,58.6844,1.9136,-1.6297,58.8919,2.0322,-1.173,59.8471,1.7217,-1.2033,59.9317,1.4853,-0.8055,59.4542,2.612,-0.7994,59.163,2.7978,-0.9213,59.1343,2.7561,-1.6085,57.8771,1.8634,-1.6029,57.8796,1.8848,-1.4893,58.8113,2.3305,-1.5015,58.8103,2.3053,-1.4912,58.8285,2.3142,-0.8397,59.6534,2.4448,-0.855,59.6505,2.4379,-1.0189,59.7634,2.0933,-1.3793,58.0041,2.4476,-1.295,58.0771,2.5708,-1.3646,57.9899,2.4453,-1.7147,59.1705,1.5717,-1.7132,59.1554,1.594,-1.5122,59.3828,1.8636,-1.4839,59.4142,1.8786,-1.5053,59.3769,1.8837,-0.4843,57.3886,1.5589,-0.3744,57.43,1.7156,-0.2991,57.4502,1.953,-0.2951,57.4531,1.9509,-0.3005,57.4492,1.961,-0.3325,57.4216,2.2822,-0.3198,57.372,2.2337,-0.3169,57.3644,2.2232,-0.6345,57.7186,2.0085,-0.7368,57.7149,1.9176,-0.814,57.8129,2.0141,-0.3008,57.4352,1.9963,-0.3046,57.4464,1.9828,-0.3352,57.4769,1.9724,-0.3288,57.4742,1.9614,-0.3271,57.485,2.0111,-0.3223,57.4977,2.0182,-0.3206,57.4962,2.0213,-0.3118,57.4786,1.9801,-0.3084,57.4863,1.9968,-0.3103,57.4889,1.9943,-0.3173,57.4722,2.0052,-0.3072,57.4664,1.9962,-0.3055,57.4483,1.982,-0.3192,57.4977,2.02,-0.3143,57.4528,1.9936,-0.3071,57.4446,1.9966,-0.33,57.484,2.001,-0.3282,57.4862,1.9883,-0.309,57.4857,2.015,-0.3097,57.474,1.9852,-0.2197,57.3807,1.7074,-0.1746,57.4589,1.9045,-0.2693,57.3878,1.7173,-1.1112,57.4591,1.5767,-1.2527,57.5181,1.8215,-1.3635,57.4838,1.8435,-1.5904,57.5946,2.2812,-1.5976,57.6133,2.2745,-1.5594,57.5636,2.206,-1.3768,57.4915,1.833,-1.4439,57.4908,2.006,-1.5628,57.5812,2.2963,-1.5444,57.586,2.3031,-1.5504,57.5757,2.3267,-1.4961,57.6013,2.1236,-1.4722,57.6026,2.1029,-1.4884,57.597,2.1264,-0.1338,57.5675,2.2552,-0.1178,57.5472,2.2284,-0.3035,57.5342,2.1558,-0.2308,57.5818,2.2645,-0.2733,57.5243,2.2875,-0.283,57.6945,2.4581,-0.2575,57.6681,2.3806,-0.0966,57.6339,2.3847,-0.3369,57.5951,2.4834,-0.3566,57.5943,2.4962,-0.3303,57.4908,2.4903,-0.1408,57.5663,2.8083,-0.1495,57.5623,2.8098,-0.3115,57.8585,2.7527,-0.2443,57.8207,2.6938,-0.2318,57.851,2.6891,-0.3177,57.8337,2.7735,-0.318,57.8793,2.7985,-0.2992,57.7422,2.8561,-0.0971,57.5894,2.8318,-0.3004,57.6954,2.8517,-0.2462,57.5508,2.8093,-0.3154,57.3505,2.6062,-0.3243,57.351,2.6094,-0.349,57.3549,2.485,-0.2983,57.4664,2.3352,-0.0352,57.4638,2.8672,-0.3237,57.5597,2.3152,-0.3506,57.6773,2.4866,-0.4052,57.7747,2.6188,-0.1221,57.8792,2.8259,-0.3165,57.909,2.7916,-0.2982,57.5384,2.1519,-0.1241,57.8138,2.535,0.0,57.7992,2.5049,0.0,57.6677,2.3916,-0.3675,57.9401,2.7585,-0.4368,57.9203,2.6084,-0.4606,57.974,2.7786,-0.9822,57.8653,2.2678,-0.9629,57.9464,2.3668,-0.8886,57.9501,2.3523,-1.0572,57.8852,2.3407,-1.2541,60.3031,0.9337,-1.2991,60.2866,0.8421,-1.3047,60.2718,0.9235,-1.5932,57.6832,1.9103,-1.5435,57.6495,1.8574,-1.6207,57.6596,2.4179,-1.5778,57.7375,2.4474,-1.5741,57.7008,2.298,-1.6102,57.656,2.5097,-1.5666,57.8322,2.4675,-1.5721,57.7944,2.307,-0.3926,57.8051,2.5967,-0.108,57.5684,2.2681,-0.1141,57.5514,2.2256,-0.1526,57.6278,2.2368,-1.3478,57.6409,1.3076,-1.5558,57.687,1.5781,-1.4524,57.685,1.3112,-0.4973,57.3274,1.3617,-1.7083,57.9907,1.2993,-1.6427,57.9057,1.3225,-1.673,57.9175,1.265,-1.6369,57.845,1.3377,-1.644,57.9019,1.2644,-1.2792,60.3047,0.8588,-0.1402,60.8242,0.589,-0.0723,60.6295,0.7398,-0.0914,60.6289,0.7457,-1.7484,58.3477,1.9481,-1.7731,58.252,1.77,-1.8215,58.4755,1.7774,-0.9876,59.7848,2.0917,-0.9038,59.917,1.9401,-0.8806,59.8335,2.1154,-1.5862,59.805,0.9023,-1.5774,59.8136,0.8929,-1.5206,59.5267,1.6034,-1.3776,59.6939,1.6666,-1.5949,59.2187,1.8573,-1.2404,59.0565,2.5602,-1.3897,58.973,2.3803,-1.3951,58.9844,2.3621,-0.2554,59.2098,2.8297,-0.2506,59.5141,2.6553,-1.8513,58.6788,1.3813,-1.8515,58.7075,1.3742,-0.0169,59.0545,2.7492,-0.0169,58.7209,2.6927,-0.029,58.7379,2.8045,-1.1528,58.7501,2.7328,-1.1885,58.3971,2.7194,-1.2182,58.729,2.688,-0.984,58.427,2.8292,-1.0147,58.778,2.7955,-0.7764,58.806,2.8882,-0.0476,58.2801,2.7442,-0.0169,58.2508,2.6425,-0.2508,58.0042,2.8397,-0.2511,58.3872,2.9498,-0.0821,58.3272,2.885,-1.4339,58.1484,2.4664,-1.4029,58.0708,2.4616,-1.5626,58.0257,2.2456,-1.4589,57.72,1.8571,-1.623,57.834,1.7281,-1.7002,57.9693,1.4241,-1.7577,58.0328,1.5257,-1.2503,57.7232,2.0207,-1.2778,57.7975,2.1395,-1.1601,57.7855,2.0576,-1.4474,57.9244,2.2869,-1.3112,57.8855,2.3105,-1.178,57.8268,2.2001,-1.1913,57.8485,2.2775,-1.2037,57.941,2.4563,-1.0653,57.9602,2.4485,-1.0857,57.8841,2.3559,-1.1262,57.8635,2.3545,-1.1551,58.104,2.6798,-0.9931,58.1325,2.77,-0.9881,58.0488,2.7014,-0.8782,57.9924,2.5413,-0.9514,57.9676,2.5648,-0.8118,57.8883,2.0885,-0.8929,57.8323,2.1024,-0.8631,57.4707,1.5323,-1.051,57.5182,1.6235,-0.5715,57.5254,1.7579,-0.6672,57.6407,1.8376,-0.5735,57.6473,1.8868,-0.62,57.4991,1.6673,-0.7327,57.5972,1.761,-0.4955,57.5803,1.8989,-0.5938,57.8259,2.2825,-0.7086,57.862,2.2281,-0.7267,57.8939,2.3783,-0.6875,57.9416,2.51,-0.8085,57.9713,2.3517,-0.6155,57.8831,2.4374,-0.5885,57.93,2.5923,-0.5685,57.8988,2.4634,-0.6562,58.0131,2.7164,-0.4229,57.7788,2.3423,-0.2903,57.8286,2.55,-0.1749,57.7514,2.458,-0.0968,57.6662,2.3755,-0.2782,57.6803,2.3187,-0.1941,57.8761,2.6651,-0.111,57.9645,2.7289,-1.501,57.6033,2.3284,-1.5337,57.5577,2.1731,-1.5327,57.6756,2.1037,-1.4953,57.6138,2.1053,-1.5619,57.5814,2.4515,-1.6159,57.6376,2.4224,-1.398,57.7322,2.2663,-0.9859,57.8877,2.8789,-1.2819,57.9197,2.7641,-1.2745,57.7753,2.7588,-1.4515,57.5662,2.5349,-1.4455,57.6463,2.477,-1.3321,57.7126,2.5966,-1.2094,57.7796,2.1985,-1.1996,57.7051,2.0579,-0.9632,57.7391,2.0345,-0.9757,57.8376,2.7313,-0.7593,57.8849,2.7645,-0.8049,57.5515,1.7153,-0.9489,57.5502,1.7516,-0.7884,57.9171,2.9469,-1.0075,57.9994,2.915,-0.416,57.712,2.8019,-0.4168,57.7218,2.657,-0.3801,57.61,2.6037,-0.375,57.5895,2.4265,-0.4506,57.6414,2.2051,-0.6465,57.5016,1.7189,-0.4769,57.457,1.7214,-0.3309,57.6742,2.4402,-0.098,57.7793,2.9042,0.0,57.9329,2.8523,-0.3004,57.4541,2.6309,-0.3458,57.3541,2.4835,-1.5672,58.0348,2.4747,-1.4823,57.9881,2.6064,-1.4867,58.1345,2.5994,-1.6228,57.9635,2.2811,-1.6477,57.8467,2.0869,-1.6418,57.7617,1.9844,-1.1532,57.546,1.7973,-1.4601,60.1605,0.8997,-1.4731,60.1476,0.9084,-1.25,57.5687,1.4563,-1.8328,58.1116,1.3757,-1.8136,58.0773,1.3647,-1.9663,58.6661,1.3889,-1.9132,58.7832,1.6414,-1.8086,58.7809,1.9838,-1.8875,58.7031,1.7416,-1.8617,58.623,1.8411,-1.2511,58.3941,2.7723,-1.2478,58.6298,2.7965,-1.3139,58.4368,2.714,-1.2221,58.916,2.8249,-1.053,58.7864,2.9321,-1.0526,59.0727,2.9077,-0.7859,59.1831,2.9915,-0.7792,59.0065,3.0322,-1.1562,60.338,1.1499,-1.1044,60.3668,1.1591,-1.1695,60.3718,1.0074,0.0,58.4365,3.0869,-0.1579,58.1869,3.1088,0.0,58.2508,2.6426,-1.1563,60.2605,1.4097,-0.7796,58.297,3.0298,-1.0291,58.5306,2.9359,-1.0123,58.3059,2.931,-1.0192,58.1391,2.9512,-1.2785,58.0654,2.7635,-1.7502,59.579,1.4307,-1.787,59.5124,1.402,-1.7293,59.4211,1.7185,-1.8042,59.0673,1.8546,-1.8756,59.0316,1.6532,-1.8607,58.9543,1.7721,-1.69,58.6309,2.295,-1.721,58.5471,2.2168,-1.9392,58.8623,1.4963,-1.9274,58.8263,1.5624,-1.6307,58.2855,2.3909,-1.7016,58.1706,2.2223,-1.9569,58.3822,1.3737,-1.701,57.9644,1.2993,-0.5141,60.7247,0.5568,-1.7712,59.7218,0.9599,-1.4271,57.5975,1.7525,-1.4478,57.5656,1.9559,-1.4786,57.631,1.9128,-1.5121,57.8276,2.602,-1.4224,57.9477,2.6649,-1.3679,57.8877,2.7058,-1.5023,57.5107,2.4661,-0.3272,57.403,1.7278,-0.3295,57.5078,2.7126,-0.3409,57.4808,2.5231,-0.2223,57.4475,2.8632,-0.2328,57.5252,2.801,-0.0927,57.8672,2.732,0.0,57.8106,2.6122,-0.3223,57.6598,2.8989,-0.2392,57.4519,2.8812,-0.6018,57.772,2.2223,-0.6791,57.8756,2.7553,-0.7712,57.8741,2.8274,-0.6862,57.8815,2.7015,-0.7522,57.8889,2.6939,-0.7452,57.8892,2.4956,-1.2832,57.7994,2.5014,-1.1288,57.8426,2.3551,-1.2138,57.8286,2.557,-1.4042,57.7308,2.7006,-1.5595,57.7174,2.5539,-1.3692,57.654,2.08,-1.5974,57.5849,2.5231,-1.607,57.6361,2.4947,-1.5956,57.5901,2.5477,-0.2527,57.7114,3.0056,-0.0732,57.884,3.077,-0.2064,58.0959,3.1261,-0.4456,57.3191,1.4066,-0.3649,57.5161,1.9046,-0.4784,57.4762,1.743,-0.7927,58.0247,2.5076,-0.7617,58.0351,2.6849,-0.6198,57.7569,2.1186,-0.5254,57.4544,1.6527,-0.7435,57.4346,1.4969,-0.7737,57.3877,1.3876,-0.983,57.5794,1.7773,-0.8444,57.5894,1.7131,-1.0054,57.8258,2.1818,-0.9238,57.8541,2.1941,-1.0414,57.9826,2.5963,-1.1036,57.9718,2.5455,-0.9755,57.7681,2.0513,-1.0715,57.8211,2.1229,-1.5409,57.7986,1.3102,-1.6664,57.8893,1.6689,-1.5503,57.7819,1.5441,-1.5944,57.9622,2.0906,-1.6716,58.1889,2.0684,-1.6225,58.2304,2.1328,-0.482,58.1092,2.8944,-0.502,58.4272,2.9461,-1.5964,58.5887,2.1962,-1.5721,58.2648,2.2434,-0.028,58.7581,2.8665,-1.1325,58.7541,2.7429,-1.0163,59.0215,2.7448,-1.3878,58.7404,2.511,-1.4307,58.7731,2.4648,-1.4987,58.6552,2.3821,-1.7009,58.8847,1.9046,-1.9184,58.5588,1.1895,-1.8499,58.6587,1.389,-1.8467,58.5488,1.42,-1.6235,58.902,2.0367,-1.852,58.7649,1.3601,-0.8288,59.4581,2.5981,-1.0628,59.4004,2.4965,-0.8718,59.8084,2.17,-0.5899,59.9368,2.1625,-1.5867,59.2151,1.8777,-1.3766,59.2191,2.2291,-1.5608,59.5735,1.4682,-1.5313,59.6534,1.427,0.0,60.5621,0.7672,-0.0736,60.6271,0.6941,-0.0494,60.6336,0.674,-0.0146,60.6955,0.4839,-0.0693,60.6564,0.5917,-1.6961,59.6556,0.9785,-0.2049,57.2849,1.5696,-0.4985,57.3085,1.3065,-1.4857,57.7293,1.2977,-0.9531,57.8429,2.2626,-0.9497,57.8858,2.4709,-0.137,57.7912,2.5843,0.0,57.6549,2.4361,-1.2691,58.1774,2.763,-0.4181,57.782,2.7945,-0.0692,57.6065,2.8391,-0.3387,57.6547,2.4439,-0.3485,57.5906,2.4642,-1.1375,57.4771,1.5409,-1.108,57.4614,1.5504,-1.6679,59.9084,0.8969,-1.6496,59.8962,1.0345,-1.6554,59.9168,0.9135,-0.831,57.7132,1.8673,-0.8337,57.7566,1.9576,-0.8729,57.8752,2.198,-1.7576,59.2789,1.3312,-0.1278,57.9018,2.8046,-0.3221,57.3393,2.3579,-0.3207,57.4596,2.4776,-0.3199,57.4864,2.6359,0.0,57.6998,2.8129,-0.004,57.6349,2.4105,-0.3327,57.7481,2.8387,-0.3503,57.8725,2.7902,-0.2939,57.722,2.8243,-0.1488,57.762,2.5939,-0.288,57.7156,2.4602,-0.2789,57.7154,2.4603,-0.3204,57.6788,2.4707,-0.4293,57.8875,2.7131,-1.4555,57.4944,1.9972,-0.31,57.4893,2.0176,-0.3093,57.49,1.9993,-0.3177,57.4953,2.001,-0.3206,57.4957,2.0007,-0.3184,57.4941,1.9961,-0.3076,57.4575,1.9579,-0.3039,57.4524,1.9643,-0.3105,57.4872,2.0188,-0.572,57.8203,2.2862,-0.5192,57.8224,2.3638,-0.2726,57.2792,1.6073,-0.5731,59.7218,2.4601,-0.87,59.7956,2.1953,-1.2442,59.3601,2.2943,-1.0288,59.1141,2.7117,-1.2535,59.3594,2.2823,-1.749,58.3123,1.9501,-1.5913,57.9563,2.0989,-1.594,57.948,2.0781,-1.6884,58.174,2.0466,-1.6768,58.0377,1.9961,-1.403,58.7259,2.5025,-1.4345,58.7531,2.4717,-1.3777,58.3447,2.5463,-1.3097,58.0884,2.5614,-1.3876,58.2225,2.5185,-0.9607,60.0844,1.5264,-0.9225,59.986,1.7906,-1.159,59.8494,1.7381,-1.47,59.7131,1.4451,-1.6104,58.5804,2.1696,-0.8196,60.3786,0.652,-1.3141,57.6544,1.309,-1.1272,60.4247,0.9022,-1.7625,59.5498,0.9436,-1.7844,59.5566,1.0409,-1.7103,59.6514,0.9734,-1.9401,58.9885,1.0642,-1.9076,58.6602,1.1389,-1.9264,58.7205,1.0781,-1.9734,58.7768,1.0158,-1.9578,58.7874,1.0482,-1.6722,57.8683,1.3772,-1.7075,57.8916,1.4167,-1.6925,57.8898,1.3645,-1.6864,57.8714,1.3555,-1.6524,57.8515,1.3498,-1.9352,58.3569,1.4013,-1.9228,58.3199,1.3944,-2.0047,58.9431,1.0733,-1.9995,58.8205,1.1176,-1.9486,58.8911,1.4434,-1.9647,58.8567,1.3776,-1.8322,59.2394,1.5984,-1.8613,59.1742,1.5663,-1.8905,59.109,1.5342,-1.9122,59.0436,1.4906,-1.9583,59.2675,1.1415,-1.9689,59.2823,1.0547,-1.9801,59.2673,1.0361,-1.9406,59.243,1.2855,-1.946,59.2008,1.2783,-1.8029,59.6889,0.9256,-1.9806,59.2048,1.1261,-1.9204,59.3559,1.1397,-1.9393,59.3117,1.1406,-1.9139,59.2884,1.3053,-1.8607,59.3791,1.3447,-1.8873,59.3338,1.325,-1.7956,59.6118,1.0637,-1.8033,59.6307,1.014,-1.8989,59.4946,1.0015,-1.8654,59.4827,1.1502,-1.8825,59.4443,1.1378,-1.7971,59.6362,1.1998,-1.7885,59.6462,1.1655,-1.6028,59.895,1.2934,-1.6114,59.9704,1.0551,-1.7199,59.8172,0.9306,-1.7388,59.8121,0.8912,-1.5153,60.0924,0.9353,-1.5298,60.094,0.9292,-1.5342,59.9646,1.3177,-1.5902,59.7926,1.5232,-1.3968,60.2209,0.8725,-1.4058,60.2091,0.9031,-1.3806,60.2248,0.9082,-1.3946,60.2255,0.8502,-1.2294,60.335,0.9206,-1.2048,60.3668,0.9075,-1.1765,60.3824,0.74,-1.2013,60.3702,0.746,-0.9733,60.5326,0.605,-0.9473,60.5133,0.9286,-0.8842,60.5444,0.9379,-0.8789,60.4071,1.4661,-0.8878,60.4872,1.1977,-0.9773,60.4375,1.1818,-0.6327,60.699,0.51,-0.6006,60.7089,0.5124,-0.4566,60.6962,0.9753,-0.4681,60.6381,1.2443,-0.3875,60.7737,0.593,-0.404,60.7674,0.621,-0.2873,60.8032,0.5203,-0.2443,60.8132,0.5603,-1.6759,59.8041,1.2599,-1.8563,58.2038,1.5501,-1.8409,58.153,1.6104,-1.8338,58.2595,1.8627,-1.6583,57.8848,1.325,-1.6705,57.8916,1.3562,-1.812,58.1385,1.3585,-1.8672,58.2381,1.2699,-1.8955,58.3204,1.3894,-1.8272,58.1599,1.3702,-1.9264,58.651,1.2217,-1.9261,58.6532,1.1987,-1.9262,58.6592,1.1923,-1.9546,58.8704,1.0727,-1.8727,59.3032,1.0024,-0.3244,60.5321,0.8261,-0.3925,60.5261,0.8378,-0.3898,60.5726,0.6423,-0.4129,60.5488,0.5931,-0.3035,60.6161,0.672,-0.1883,60.5441,0.8025,-0.2563,60.5381,0.8143,-0.3663,60.5843,0.6365,-0.8654,60.348,0.73,-0.8423,60.3666,0.658,-0.7805,60.4065,0.7225,-0.4563,60.4985,0.8495,-0.4803,60.5049,0.7517,-0.9981,60.2986,0.6909,-0.9771,60.2474,0.978,-1.0644,60.2478,0.839,-1.0275,60.2192,0.9955,-1.0887,60.23,0.8673,-1.1825,60.1613,0.8901,-1.1874,60.1616,0.8391,-1.1622,60.1787,0.8585,-1.2841,60.0858,0.8347,-1.1823,60.119,1.0365,-1.2226,60.131,0.8913,-1.1987,60.1491,0.8906,-1.5414,59.85,0.8582,-1.5262,59.8724,0.8964,-1.5562,59.8442,0.8985,-1.5696,59.8312,0.9133,-1.5032,59.8392,1.1278,-1.5203,59.8139,1.1361,-1.6165,59.6694,1.182,-1.8173,59.4476,0.9619,-1.7524,59.5655,0.9429,-1.6752,59.5536,1.2027,-1.748,59.395,1.2247,-1.8251,59.427,0.9664,-1.7807,59.2952,1.2276,-1.8652,59.3213,0.9866,-1.8422,59.2624,1.117,-1.9348,59.0225,1.0208,-1.9467,58.8877,1.0447,-1.9522,58.8375,1.0464,-1.9224,58.6151,1.1624,-1.7789,58.1279,1.5093,-1.7896,58.2541,1.6522,-1.8093,58.6491,1.7316,-0.2638,60.4593,1.1969,-0.3155,60.3431,1.5832,-0.3561,60.4457,1.2124,-0.5372,60.3771,1.2268,-1.1551,60.0336,1.3221,-1.2345,60.083,1.0483,-1.2265,59.9796,1.3419,-1.3228,60.0124,1.0714,-1.3047,60.0297,1.0657,-1.4578,59.8827,1.1136,-1.7487,59.2979,1.3367,-1.5746,57.8331,1.4138,-1.3914,57.7111,1.3743,-0.2801,57.1602,1.4713,-0.2801,57.1498,1.4947,-0.3276,57.1714,1.4793,-0.5503,57.3245,1.29,-1.123,57.5672,1.2937,-0.5055,57.2767,1.3206,-0.4129,57.2853,1.2961,-0.1736,57.2003,1.5047,-0.8187,58.0275,2.5135,-0.9574,58.043,2.7023,-1.0334,57.9615,2.4402,-1.0113,57.976,2.5866,-0.7868,57.8861,2.0819,-0.4247,57.2975,1.3359,0.0169,58.2508,2.6426,1.0526,59.0727,2.9077,0.7859,59.1831,2.9915,0.7792,59.0065,3.0322,1.053,58.7864,2.9321,1.2511,58.3941,2.7723,1.3139,58.4368,2.714,1.893,59.4757,1.0383,1.8906,59.4836,1.0336,1.5298,58.4185,2.5089,1.5824,58.3601,2.4806,1.8338,58.2595,1.8627,1.7592,57.9029,1.5301,1.906,58.3785,1.362,1.9113,58.435,1.1821,1.9419,58.5102,1.3643,1.9495,58.5856,1.4535,0.8597,60.5962,0.5644,0.9035,60.5767,0.6777,0.9004,60.5806,0.5511,1.7674,59.7317,0.9547,1.7741,59.7061,1.044,1.4786,57.631,1.9128,1.4271,57.5975,1.7525,0.3409,57.4808,2.5343,0.3255,57.3398,2.3706,0.3154,57.3505,2.6184,0.3004,57.4541,2.6419,0.2328,57.5252,2.8101,0.3387,57.6547,2.4525,0.623,57.6662,1.995,0.4769,57.457,1.7241,0.3745,57.5426,2.1988,0.43,57.7054,2.4909,0.3613,57.6274,2.7944,0.4224,57.7145,2.6685,0.4163,57.7103,2.8282,0.7797,58.0228,3.0384,0.8049,57.5515,1.7159,0.8084,57.43,1.5154,0.9732,57.8274,2.7457,1.1288,57.8426,2.3583,1.2814,57.7994,2.5049,1.4004,57.7308,2.7053,1.3678,57.8877,2.7083,1.5325,57.6456,2.5985,1.5608,57.7174,2.5547,0.4689,58.02,3.1216,0.4066,58.1924,3.135,1.2258,57.7178,2.7303,1.3724,57.743,2.3624,1.3635,57.4838,1.8435,1.2527,57.5181,1.8215,1.6054,57.6361,2.4953,0.3193,57.8656,3.084,0.0,57.6258,2.3998,0.2508,58.0042,2.8452,0.4973,57.3274,1.3617,0.4784,57.4762,1.7459,0.3744,57.43,1.7182,0.6198,57.7569,2.1246,0.7086,57.862,2.2338,0.5254,57.4544,1.6541,0.7435,57.4346,1.4969,0.8819,57.4475,1.4162,0.6672,57.6407,1.8398,0.62,57.4991,1.6682,0.8929,57.8323,2.1047,0.9755,57.7681,2.053,1.1262,57.8455,2.233,1.1043,57.8525,2.3267,1.3646,57.9899,2.4453,1.4828,57.8641,2.1186,1.1913,57.8485,2.2789,1.6185,57.8961,1.8767,1.5721,58.2648,2.2434,1.6225,58.2304,2.1328,1.5944,57.9622,2.0906,1.6716,58.1889,2.0684,1.4029,58.0708,2.4616,1.3876,58.2225,2.5185,0.2511,58.3872,2.9516,0.482,58.1092,2.9019,1.8001,58.2229,1.4925,1.4307,58.7731,2.4648,1.4886,58.7199,2.3932,1.5964,58.5887,2.1962,1.4987,58.6552,2.3821,1.7413,58.5119,1.9226,1.917,58.5193,1.1813,1.8499,58.6587,1.389,1.9184,58.5588,1.1895,1.852,58.7649,1.3601,0.5515,59.4926,2.6552,0.2506,59.5141,2.6553,0.2491,59.8342,2.4699,0.8288,59.4581,2.5981,0.855,59.6505,2.4379,0.564,59.7333,2.4535,1.8099,59.1911,1.242,1.4839,59.4142,1.8786,1.3248,59.5799,1.9632,1.3623,59.6669,1.7834,1.3769,59.9604,1.0883,1.2985,59.9113,1.3628,1.3588,59.9777,1.0826,0.0632,60.621,0.5591,0.0693,60.6564,0.5917,0.0494,60.6336,0.674,0.0736,60.6271,0.6941,0.1745,57.4647,1.9039,0.2397,57.3807,1.6906,1.5704,57.838,1.3512,0.3568,57.2977,1.4746,0.2049,57.2849,1.5706,1.5135,57.7757,1.3277,0.9531,57.8429,2.2668,0.9497,57.8858,2.4781,0.137,57.7912,2.5879,1.2785,58.0654,2.7648,1.2691,58.1774,2.7633,0.3004,57.6954,2.8617,0.3485,57.5906,2.4739,1.5849,57.7375,2.4476,1.5975,57.5849,2.5245,1.5402,57.5164,2.4551,1.6715,59.9001,0.9027,1.6679,59.9084,0.8969,1.6008,59.9972,1.008,1.558,60.025,1.0723,0.3214,57.7719,2.5455,0.288,57.7156,2.4672,0.3035,57.5342,2.1621,0.2982,57.5384,2.158,0.2945,57.4939,2.0572,0.3198,57.372,2.2423,0.2587,57.4474,2.9079,0.3303,57.4908,2.5007,0.2733,57.5243,2.2944,0.2318,57.851,2.695,0.3306,57.6582,2.4847,0.1178,57.5472,2.2312,1.6074,57.656,2.5102,1.5923,57.59,2.5491,0.3364,57.4744,1.9936,0.3352,57.4769,1.9777,0.3055,57.4483,1.9871,0.3039,57.4524,1.9692,0.3097,57.474,1.9903,0.309,57.4857,2.0203,0.3282,57.4862,1.9936,0.33,57.484,2.0064,0.3223,57.4977,2.0237,0.3143,57.4528,1.999,0.3206,57.4962,2.0268,0.3103,57.4889,1.9994,0.3084,57.4863,2.0019,0.3271,57.485,2.0167,0.3288,57.4742,1.9664,0.3005,57.4492,1.9658,0.3046,57.4464,1.988,0.814,57.8129,2.016,0.6345,57.7186,2.013,0.2991,57.4502,1.9577,1.5122,59.3828,1.8636,1.5053,59.3769,1.8837,1.7147,59.1705,1.5717,1.7132,59.1554,1.594,1.3097,58.0884,2.5615,1.3793,58.0041,2.4476,1.0189,59.7634,2.0933,1.5015,58.8103,2.3053,1.4893,58.8113,2.3305,1.4912,58.8285,2.3142,1.6029,57.8796,1.8848,1.7853,58.8624,1.6833,1.3777,58.3447,2.5463,1.2584,59.3458,2.2878,1.7576,59.2789,1.3312,0.9121,59.9392,1.8932,0.6279,60.1269,1.8235,0.9225,59.986,1.7906,1.6297,58.8919,2.0322,1.6141,58.7458,2.1047,1.7247,58.0284,1.7604,0.7737,57.3877,1.3876,0.6242,57.3409,1.3639,0.8358,60.6025,0.6862,0.1439,60.8291,0.5577,0.1207,60.8221,0.5499,0.0697,60.846,0.5579,0.0691,60.851,0.5273,1.7111,59.6378,0.9391,1.6361,59.6308,1.1889,1.9237,59.1172,1.111,1.9188,59.152,1.103,1.9425,58.9588,1.0339,1.9908,58.7076,1.1129,1.7101,57.9041,1.3515,1.7223,57.9297,1.3485,1.7428,57.915,1.4562,1.8974,58.2279,1.3878,1.908,58.2696,1.3765,1.9228,58.3199,1.3944,1.9803,58.806,1.3048,1.9814,58.7784,1.3141,1.9828,58.6508,1.1621,1.9666,58.6416,1.229,1.9961,58.8697,1.0922,1.9747,58.9491,1.2563,1.9988,59.0278,1.1254,1.9728,58.6546,1.1995,1.9795,58.8265,1.2979,1.9647,58.8567,1.3776,1.9122,59.0436,1.4906,1.8756,59.0316,1.6532,1.9339,58.9781,1.4471,1.9644,58.9513,1.323,1.9783,58.6549,1.1829,1.9514,59.1587,1.2712,1.9323,59.4032,1.0051,1.9162,59.4198,1.0385,1.922,59.3785,1.0794,1.9014,59.4001,1.1387,1.7774,59.7143,0.9548,1.7431,59.7771,0.9447,1.744,59.7995,0.9012,1.7429,59.7608,1.0299,1.7672,59.7182,1.0409,1.7654,59.7514,0.9298,1.7537,59.7314,1.1175,1.5903,60.0239,0.9609,1.4924,60.1334,0.8813,1.508,60.1172,0.8997,1.3971,60.1038,1.3663,1.3767,60.0036,1.6148,1.4656,60.0342,1.342,1.3977,60.1888,1.124,1.4387,60.1469,1.1108,1.2082,60.354,0.7834,1.1314,60.4016,0.7776,1.117,60.4208,0.7294,0.9518,60.5438,0.6875,0.9488,60.5421,0.6728,0.9312,60.5571,0.6649,0.9861,60.5203,0.6944,0.8208,60.605,0.6245,0.7588,60.6198,0.6333,0.7503,60.5919,0.9496,0.6311,60.6804,0.7119,0.5747,60.7117,0.5325,0.4016,60.7536,0.732,0.4067,60.7727,0.5128,0.3471,60.7903,0.5167,1.2676,60.2692,1.1379,1.8617,58.623,1.8411,1.9123,58.4882,1.5896,1.8531,58.2227,1.3777,1.8413,58.1773,1.3773,1.9076,58.6602,1.1389,1.9078,58.6579,1.1362,1.9093,58.7093,1.1012};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=3 */
		private double[] getfrontal_Coord_7_29_point_3()
		{
			double[] value = {1.9415,58.9387,1.0489,1.9412,58.9378,1.043,1.8848,59.2734,1.0223,1.859,59.3534,1.0567,1.852,59.354,0.9831,1.787,59.4961,0.9539,1.7824,59.5219,0.9456,1.7322,59.6006,0.9357,1.7331,59.61,0.9638,1.7422,59.606,1.0272,0.1601,60.6198,0.6426,0.1883,60.5441,0.8025,0.4129,60.5488,0.5931,0.4087,60.5441,0.6434,0.4716,60.5164,0.675,0.7754,60.3603,0.908,0.8224,60.381,0.7265,0.8009,60.3974,0.7248,0.9315,60.3204,0.6697,0.889,60.3357,0.734,0.9948,60.2989,0.7589,1.2626,60.1006,0.8925,1.2896,60.0813,0.8602,1.4398,59.9522,0.9229,1.3949,59.9431,1.0939,1.4144,59.974,0.9211,1.4237,59.966,0.9127,1.4328,59.9582,0.92,1.6522,59.7054,0.9048,1.6652,59.6955,0.9573,1.6452,59.735,0.9298,1.5545,59.7633,1.1526,1.5932,59.7941,0.898,1.6249,59.7618,0.9282,1.6779,59.6733,0.95,1.6714,59.6851,0.9554,1.6059,59.6874,1.1775,1.6918,59.6623,0.9745,1.6948,59.515,1.2096,1.7987,59.4787,0.9506,1.8065,59.4739,0.9587,1.7464,59.5752,0.9424,1.6557,59.5922,1.1958,1.8373,59.4042,1.0076,1.8421,59.3839,0.9748,1.8518,58.7362,1.3672,1.8214,58.318,1.4752,0.0793,60.4867,1.1658,0.7184,60.3085,1.2413,0.8163,60.2528,1.2551,1.0836,60.0875,1.3024,0.972,60.0826,1.515,1.0121,60.1414,1.2826,1.4223,59.7553,1.4592,1.47,59.7131,1.4451,1.5776,59.5813,1.4121,1.6459,59.6115,1.1923,1.6147,59.427,1.5438,1.6238,59.5092,1.3972,1.4908,57.768,1.3349,1.2639,57.5761,1.7243,1.3735,57.6713,1.5269,1.2851,57.616,1.5182,0.1666,57.5048,2.1069,0.1553,57.4779,2.022,0.3076,57.3998,2.1206,0.2998,57.4769,2.0708,1.8945,59.2582,1.0056,1.9105,59.1911,1.1089,1.9093,59.181,1.0106,0.9039,57.4352,1.3228,1.0917,57.5613,1.3506,1.3129,57.6359,1.3582,1.2985,57.6457,1.3716,1.5681,57.8235,1.3966,0.5085,57.2888,1.3722,0.351,57.2232,1.4992,0.785,57.3533,1.3185,0.7999,57.3381,1.2827,0.9183,57.4071,1.263,0.8094,57.332,1.252,0.5428,57.2978,1.3539,0.663,57.2848,1.2705,0.8172,57.3355,1.3087,0.1607,57.1562,1.4588,0.6266,57.4124,1.473,1.0572,57.8852,2.3439,0.819,57.9222,2.187,0.7942,57.9236,2.1902,0.1765,57.2023,1.4988,0.4985,57.3604,1.5431,0.662,57.3006,1.3254,0.6497,57.3966,1.5177,0.9435,57.4131,1.2956,-0.1269,57.5896,2.8999,-0.1212,57.5664,2.8984,-0.1439,57.5647,2.8864,0.0455,57.589,2.9256,-0.0421,57.4479,2.9048,-0.0817,57.6331,2.8901,0.0954,57.6252,2.8809,0.1141,57.5903,2.889,0.1212,57.5664,2.9033,0.1569,57.5253,2.9345,0.1439,57.5647,2.8921,0.1225,57.5775,2.8979,0.0882,57.5613,2.8996,0.0817,57.6331,2.8932,0.0174,57.6371,2.8715,0.0085,57.623,2.8729,0.066,57.6422,2.8546,-0.0361,57.4479,2.905,-0.004,57.624,2.8729,-0.0195,57.4536,2.9139,-0.0048,57.6268,2.8659,-0.1316,57.5507,2.9778,-0.6014,57.8313,2.8167,-0.6162,57.862,2.7462,-0.6012,57.8293,2.5063,-0.5676,57.8153,2.509,-0.6633,57.8257,2.8384,-0.6553,57.8372,2.8617,-0.5163,57.778,2.8246,-0.772,57.8706,2.8313,-0.6579,57.8437,2.8265,-0.7939,58.1897,3.0495,-0.5153,57.7871,2.8103,-0.5791,57.7967,2.8322,-0.5887,57.8007,2.827,-0.6524,57.8535,2.853,-0.6007,57.8466,2.848,-0.3193,57.8656,3.0747,0.7603,57.8812,2.7905,0.9827,57.8665,2.865,0.7502,57.8858,2.8882,-0.6883,58.022,3.0273,-0.7269,57.9585,2.9871,0.7931,57.8625,2.8903,-0.6533,57.85,2.8843,-0.5829,57.8043,2.856,-0.6125,57.8599,2.7104,-0.5278,57.8201,2.7167,-0.0061,57.6277,2.8716,0.0648,57.6345,2.8532,0.0175,57.6354,2.8737,0.0494,57.6053,2.9074,0.1605,57.564,2.9098,-0.0708,57.6473,2.8655,-0.0013,57.5954,2.9414,-0.1751,57.5231,2.9491,0.2779,57.1877,1.5288,0.3082,57.2094,1.5254,0.9931,58.1325,2.7737,0.9628,58.137,2.7852,0.4468,57.2359,1.373,0.5055,57.2767,1.3206,1.4825,57.7708,1.3996,0.0864,57.6266,2.3637,1.5206,59.5267,1.6034,1.6077,59.4248,1.5649,1.7225,59.3443,1.3519,1.7713,59.3237,1.2267,1.7601,59.3579,1.2258,1.5313,59.6534,1.427,1.6165,59.6694,1.182,1.4846,59.857,1.122,1.0275,60.2192,0.9955,0.9142,60.1971,1.2688,0.8258,60.3321,0.9255,0.1716,60.473,1.1814,0.0815,60.5535,0.7841,1.9203,58.725,1.0968,1.8647,59.3343,1.0426,1.7483,59.5964,1.0287,1.748,59.585,0.9788,1.6702,59.6871,0.9579,1.6492,59.7177,0.8958,1.5132,59.8751,0.8213,1.4073,59.9801,0.9122,1.1987,60.1491,0.8906,1.2722,60.0959,0.8197,1.2841,60.0858,0.8347,0.7116,60.3879,0.8963,0.6582,60.4503,0.6683,0.6734,60.4439,0.6979,0.6172,60.4614,0.6746,0.2782,60.6361,0.5745,0.3126,60.6173,0.5761,0.3178,60.6075,0.6851,1.7981,59.5354,1.0451,1.9262,58.6312,1.2597,1.3168,60.156,1.3808,0.3013,60.7207,0.9705,0.334,60.7652,0.7318,0.2478,60.7799,0.7316,0.1616,60.7946,0.7313,0.4712,60.7407,0.5505,0.5771,60.701,0.7187,0.6325,60.6535,0.6607,0.6035,60.6441,0.9624,0.7733,60.6263,0.694,0.9322,60.5571,0.6835,1.1552,60.3868,0.7793,1.4031,60.2024,0.9767,1.3893,60.2064,1.0185,1.3391,60.225,1.1303,1.4415,60.1792,0.8827,1.4358,60.1847,0.8798,1.5094,60.1132,0.9223,1.9059,59.4983,0.9577,1.9007,59.5054,0.9459,1.9081,59.4636,1.0017,1.8976,59.4686,1.0322,1.904,59.45,1.0368,1.9557,58.9127,1.4036,1.9737,58.8007,1.3515,1.9894,58.8028,1.0949,1.9965,58.9062,1.0993,1.985,58.6594,1.149,1.6864,57.8714,1.3555,1.6649,57.8747,1.3603,1.9081,58.4704,1.3506,0.014,60.8503,0.4646,1.6823,59.8882,0.8968,1.6683,59.8617,1.0499,1.701,59.845,0.9281,0.7994,59.163,2.7978,0.8055,59.4542,2.612,0.9213,59.1343,2.7561,1.4982,57.8698,2.1046,1.4975,57.8797,2.1248,1.6809,58.2056,2.0545,1.0339,59.0247,2.7337,1.0163,59.0215,2.7448,1.0199,59.0552,2.7341,0.7368,57.7149,1.9198,0.3118,57.4786,1.9852,1.5698,57.5812,2.2968,1.5603,57.5757,2.3275,0.2535,57.7657,2.5378,0.3106,57.4493,2.1969,0.2992,57.7422,2.8655,0.3399,57.7033,2.4888,1.4224,57.9477,2.6657,1.4823,57.9881,2.6064,0.8337,57.7566,1.9593,1.6554,59.9168,0.9135,1.5608,59.5735,1.4682,0.5899,59.9368,2.1625,1.8467,58.5488,1.42,1.1325,58.7541,2.7429,1.0147,58.778,2.7955,0.502,58.4272,2.9476,1.6664,57.8893,1.6689,1.4474,57.9244,2.2869,1.0715,57.8211,2.1241,1.1036,57.9718,2.5491,0.9629,57.9464,2.3704,0.5131,57.7066,2.1214,0.5938,57.8259,2.29,0.4998,57.8692,2.468,0.2527,57.7114,3.0145,0.9762,57.818,2.805,0.9489,57.5502,1.7519,0.3801,57.61,2.6152,0.6465,57.5016,1.7206,1.4867,58.1345,2.5994,1.1532,57.546,1.7973,1.4731,60.1476,0.9084,1.4601,60.1605,0.8997,1.9458,58.5494,1.3567,1.8328,58.1116,1.3757,1.8875,58.7031,1.7416,0.1579,58.1869,3.1115,0.0,60.7698,0.9609,0.146,60.7453,0.9657,0.0,60.7056,1.2378,-0.7168,58.1647,2.83,-0.7414,58.4294,2.8629,-0.3512,57.1902,1.4441,-0.4386,57.2604,1.3625,-1.4619,57.7266,1.5356,-1.5539,59.572,1.4848,-1.6077,59.4248,1.5649,-1.6963,59.3907,1.3671,-1.4802,59.7227,1.4179,-1.5717,59.738,1.1609,-1.2985,59.9113,1.3628,-1.2867,60.047,1.0601,-0.4467,60.4114,1.2196,-0.6477,60.4155,0.8846,-1.8426,58.4131,1.4575,-1.6796,57.9246,1.3122,-1.9203,58.725,1.0968,-1.9093,58.7093,1.1012,-1.7601,59.3579,1.2258,-1.8487,59.3659,0.9807,-1.8203,59.4417,0.9636,-1.7214,59.6225,0.9329,-1.3415,60.037,0.8829,-1.3332,60.0437,0.8786,-1.3697,60.0125,0.9064,-1.3615,60.0195,0.9018,-1.4921,59.898,0.8057,-1.3127,60.0616,0.8931,-1.0402,60.2656,0.8107,-1.1425,60.1916,0.8889,-0.5031,60.5026,0.6909,-0.5242,60.4943,0.7086,-0.4653,60.527,0.5754,-0.3178,60.6075,0.6851,-0.0815,60.5535,0.7841,-1.7717,59.5754,1.0788,-1.7602,59.5927,1.0718,-1.8208,59.4432,0.972,-1.8201,59.4516,1.0022,-1.9385,59.0184,1.1048,-1.9402,58.8205,1.0993,-1.9268,58.6591,1.2151,-1.9266,58.6267,1.2833,-1.9174,58.5551,1.3493,-1.8684,58.2667,1.3671,-1.6742,57.892,1.352,-1.6649,57.8747,1.3603,-1.8255,58.1023,1.6706,-1.761,57.8998,1.8448,-1.8238,59.4458,1.3734,-0.4067,60.7727,0.5128,-0.3918,60.7578,0.5822,-0.5736,60.6874,0.6875,-0.9035,60.5767,0.6777,-0.9312,60.5571,0.6649,-1.0874,60.4612,0.6416,-1.114,60.4466,0.6192,-1.1284,60.4275,0.6667,-1.2582,60.3089,0.8839,-1.4031,60.2024,0.9767,-1.4154,60.2006,0.902,-1.7585,59.7334,1.0369,-1.7506,59.7661,0.9456,-1.7575,59.762,0.9353,-1.749,59.7131,1.2264,-1.8397,59.5249,1.1013,-1.8483,59.5211,1.1626,-1.8568,59.4927,1.1159,-1.797,59.6177,1.1188,-1.8311,59.541,1.094,-1.9061,59.4378,1.0475,-1.9605,59.3161,1.0343,-1.9622,59.2984,1.055,-1.9718,58.6923,1.3678,-2.0025,58.9998,1.0878,-2.0066,58.9709,1.0689,-1.9763,58.9082,1.2701,-1.9931,58.7232,1.1072,-1.9707,58.6455,1.2078,-1.9693,58.6511,1.2214,-1.7872,57.9739,1.4623,-1.7555,57.9867,1.3663,-1.9454,58.8036,1.0822,-1.853,59.3682,1.0471,-0.3471,60.7903,0.5167,-1.4566,57.7264,1.8786,-1.3714,59.6686,1.7631,-0.989,59.7674,2.12,-1.1731,58.383,2.7289,-1.6625,58.0241,2.0101,-1.599,57.9573,2.0822,-0.564,59.7333,2.4535,-0.3255,57.3398,2.3603,-0.3106,57.4493,2.1895,-0.5131,57.7066,2.115,-0.3364,57.4744,1.9881,-0.3355,57.4707,1.9987,-1.5413,57.5641,2.1695,-0.4372,57.8734,2.749,-0.387,57.6761,2.6471,-0.3296,57.4927,2.4597,-0.1575,57.7813,2.5673,-1.558,60.025,1.0723,-1.6715,59.9001,0.9027,-1.3706,57.5253,1.8249,-1.5172,57.5177,2.4522,-0.3199,57.5005,2.3763,-0.0632,60.621,0.5591,-0.0582,60.6366,0.5231,-0.0335,60.6501,0.5061,0.0,60.6999,0.5117,-1.3248,59.5799,1.9632,-1.3623,59.6669,1.7834,-1.0793,59.5175,2.364,-0.2491,59.8342,2.4699,-0.5515,59.4926,2.6552,-1.917,58.5193,1.1813,-1.7413,58.5119,1.9226,-1.4886,58.7199,2.3932,-0.7224,57.8214,2.0578,-0.7009,57.8209,2.1102,-0.4998,57.8692,2.4595,-1.5379,57.6456,2.5963,-1.375,57.743,2.3611,-1.2238,57.7592,2.656,-0.9662,57.8765,2.6366,-0.7116,57.8752,2.4979,-0.6511,57.8445,2.8236,-0.623,57.6662,1.9899,-1.7841,58.0916,1.3597,-1.7504,58.879,2.0583,-1.3423,58.7308,2.7109,-0.7679,58.5038,3.0101,-0.8358,60.6025,0.6862,-0.7353,58.1901,3.0611,-1.5824,58.3601,2.4806,-1.5298,58.4185,2.5089,-1.9113,58.435,1.1821,-1.9458,58.5494,1.3567,-0.8597,60.5962,0.5644,-0.9004,60.5806,0.5511,-0.43,57.7054,2.4807,-0.3842,57.7701,2.945,-0.7544,57.8374,2.2261,-0.8084,57.43,1.5154,-1.3358,57.6591,2.6631,-0.6247,57.865,2.3744,-1.4762,58.2176,2.4143,-0.939,59.1393,2.7449,-1.0199,59.0552,2.7341,-0.1666,57.5048,2.1034,-0.1876,57.5221,2.1116,-1.8267,59.4339,1.0063,-1.6772,57.946,1.2498,-0.2662,57.7406,2.4959,-0.3399,57.7033,2.4804,-0.2535,57.7657,2.5315,-1.0339,59.0247,2.7337,-1.6809,58.2056,2.0545,-1.4982,57.8698,2.1046,-1.4975,57.8797,2.1248,-1.2584,59.3458,2.2878,-1.0467,59.1053,2.7039,-0.6279,60.1269,1.8235,-0.9121,59.9392,1.8932,0.0,60.8476,0.4921,-0.0648,60.8469,0.4995,-1.9081,58.4704,1.3506,-1.9828,58.6508,1.1621,-1.9666,58.6416,1.229,-1.9988,59.0278,1.1254,-1.9514,59.1587,1.2712,-1.9162,59.4198,1.0385,-1.9323,59.4032,1.0051,-1.922,59.3785,1.0794,-1.9014,59.4001,1.1387,-1.8906,59.4836,1.0336,-1.7654,59.7514,0.9298,-1.5903,60.0239,0.9609,-1.4358,60.1847,0.8798,-1.4415,60.1792,0.8827,-1.3893,60.2064,1.0185,-1.3391,60.225,1.1303,-0.7503,60.5919,0.9496,-0.6325,60.6535,0.6607,-0.5747,60.7117,0.5325,-0.4016,60.7536,0.732,-1.2676,60.2692,1.1379,-1.8531,58.2227,1.3777,-1.852,59.354,0.9831,-1.7981,59.5354,1.0451,-1.7331,59.61,0.9638,-1.7422,59.606,1.0272,-0.2782,60.6361,0.5745,-0.3126,60.6173,0.5761,-0.6734,60.4439,0.6979,-0.6582,60.4503,0.6683,-0.6172,60.4614,0.6746,-1.2722,60.0959,0.8197,-1.4398,59.9522,0.9229,-1.4144,59.974,0.9211,-1.4073,59.9801,0.9122,-1.5132,59.8751,0.8213,-1.6492,59.7177,0.8958,-1.6249,59.7618,0.9282,-1.6918,59.6623,0.9745,-1.6948,59.515,1.2096,-1.7483,59.5964,1.0287,-1.748,59.585,0.9788,-0.1716,60.473,1.1814,-0.8258,60.3321,0.9255,-0.9142,60.1971,1.2688,-1.4846,59.857,1.122,-1.7225,59.3443,1.3519,-1.7713,59.3237,1.2267,-0.9628,58.137,2.7811,-0.3082,57.2094,1.5243,-0.2779,57.1877,1.5276,1.787,59.5124,1.402,1.7293,59.4211,1.7185,1.8042,59.0673,1.8546,1.721,58.5471,2.2168,1.9392,58.8623,1.4963,1.7841,58.0916,1.3597,1.457,57.5656,2.5395,0.768,57.9308,2.9736,0.4229,57.7788,2.35,0.1915,57.2755,1.6009,0.7267,57.8939,2.3859,0.8118,57.8883,2.0904,1.4524,58.3215,2.4662,0.939,59.1393,2.7449,1.5949,59.2187,1.8573,0.1876,57.5221,2.1155,1.8203,59.4417,0.9636,1.8208,59.4432,0.972,1.8267,59.4339,1.0063,1.6772,57.946,1.2498,1.8426,58.4131,1.4575,0.2662,57.7406,2.5025,1.3047,60.2718,0.9235,0.2516,57.8428,2.6767,0.1488,57.762,2.5979,0.31,57.4893,2.0229,0.3076,57.4575,1.9627,0.9607,60.0844,1.5264,1.159,59.8494,1.7381,1.6104,58.5804,2.1696,1.853,59.3682,1.0471,1.8487,59.3659,0.9807,1.8658,58.1282,1.3646,2.0047,58.9431,1.0733,1.9486,58.8911,1.4434,1.8613,59.1742,1.5663,1.9622,59.2984,1.055,1.9605,59.3161,1.0343,1.9061,59.4378,1.0475,1.8397,59.5249,1.1013,1.8311,59.541,1.094,1.8483,59.5211,1.1626,1.8033,59.6307,1.014,1.7506,59.7661,0.9456,1.7585,59.7334,1.0369,1.7575,59.762,0.9353,1.4154,60.2006,0.902,1.114,60.4466,0.6192,1.0874,60.4612,0.6416,1.1284,60.4275,0.6667,0.5736,60.6874,0.6875,0.2873,60.8032,0.5203,0.2443,60.8132,0.5603,1.6759,59.8041,1.2599,1.8563,58.2038,1.5501,1.6901,57.9213,1.3471,1.6705,57.8916,1.3562,1.8955,58.3204,1.3894,1.8684,58.2667,1.3671,1.9266,58.6267,1.2833,1.9174,58.5551,1.3493,1.9268,58.6591,1.2151,1.9385,59.0184,1.1048,1.8201,59.4516,1.0022,0.3898,60.5726,0.6423,0.8423,60.3666,0.658,0.7805,60.4065,0.7225,1.0644,60.2478,0.839,1.0887,60.23,0.8673,1.1874,60.1616,0.8391,1.2226,60.131,0.8913,1.5262,59.8724,0.8964,1.5414,59.85,0.8582,1.5562,59.8442,0.8985,1.7214,59.6225,0.9329,1.9348,59.0225,1.0208,0.6477,60.4155,0.8846,0.4467,60.4114,1.2196,1.5717,59.738,1.1609,1.4802,59.7227,1.4179,1.6963,59.3907,1.3671,1.5539,59.572,1.4848,1.4619,57.7266,1.5356,0.4386,57.2604,1.3625,0.1736,57.2003,1.5053,1.0113,57.976,2.592,-0.0072,57.5953,2.9271,-0.0001,57.5484,2.8725,0.1316,57.5507,2.9833,-0.7101,57.8971,2.9511,-0.5952,57.853,2.8693,-0.4066,58.1924,3.1289,-0.0651,57.6492,2.8645,0.1367,57.561,2.979,-0.1367,57.561,2.9733,-0.0761,57.5824,2.9893,1.078,60.191,1.013,0.5201,60.4708,0.8612,0.5839,60.4432,0.8729,1.2079,60.1488,0.7855,0.7326,60.428,0.5974,0.6953,60.4403,0.6095,0.7754,60.4064,0.6621,1.7227,59.6264,0.9487,1.8313,59.423,1.0168,0.0,60.824,0.7309,0.66,60.6658,0.5559,0.9536,60.5436,0.617,1.5786,60.0534,0.909,1.5478,60.0759,0.9437,1.6472,59.9362,0.8976,1.839,59.55,1.0425,1.8834,59.5323,0.9508,1.9258,59.3622,1.0901,1.9564,59.3368,1.018,1.9375,59.344,1.0752,1.968,59.0295,1.2491,1.9977,59.0581,1.1137,1.9568,59.1165,1.264,1.9894,59.1328,1.1308,1.9772,58.7185,1.3466,1.7344,57.956,1.356,1.9647,58.6311,1.2411,1.9614,58.6218,1.2686,1.9127,58.5162,1.3572,1.985,59.1686,1.1219,1.8088,59.6673,0.9428,1.7254,59.6191,0.9474,1.8071,59.6823,0.9243,1.8054,59.5893,1.0722,1.7258,59.6124,0.9328,1.3303,60.0461,0.8491,1.4345,60.1887,0.8565,1.649,59.9563,0.8614,1.1221,60.2053,0.8779,1.3192,60.2853,0.8066,0.7985,60.3962,0.6657,0.9324,60.5575,0.6018,0.5192,60.5026,0.593,0.4927,60.5131,0.5709,0.2208,60.6218,0.5858,1.7175,57.972,1.3629,1.4699,58.2321,2.4303,1.3937,58.6745,2.5206,1.377,58.6786,2.5334,1.463,57.9381,2.2889,0.6167,60.1262,1.8351,0.5192,57.8224,2.3721,0.572,57.8203,2.2937,0.3229,57.4853,1.9868,1.6374,59.9853,0.8339,1.4083,58.2512,2.6487,0.2825,60.2337,1.8737,0.0,60.2706,1.844,1.1301,60.155,1.0248,1.2535,59.3594,2.2823,1.3205,59.5691,1.982,0.0,59.8564,2.4078,0.5457,59.1846,2.8412,0.5308,58.8034,2.949,1.7158,58.1526,1.9334,1.7106,58.0938,1.8881,1.5062,58.3005,2.3789,0.2633,58.7926,2.9699,1.6987,58.1376,1.9669,1.6949,58.087,1.941,1.7002,57.9693,1.4241,1.0697,57.7192,1.969,0.7939,58.1897,3.056,0.7798,57.7393,1.9848,0.7544,57.8374,2.2321,0.5434,57.8238,2.8697,0.5221,57.8957,2.9978,0.3842,57.7701,2.9567,1.3904,59.9944,0.8753,1.4049,59.982,0.8909,1.7575,58.0443,2.0195,1.7016,58.1706,2.2223,1.7954,58.4182,2.0478,1.6307,58.2855,2.3909,1.9689,59.2823,1.0547,1.6447,59.0588,2.1908,1.6955,59.2417,1.9648,1.4633,58.9523,2.5429,1.5312,59.2373,2.304,1.5605,58.7915,2.431,1.3523,59.6443,2.1929,1.5776,59.6326,1.829,1.3633,59.8411,1.9264,1.5517,59.4441,2.0939,1.1249,59.6243,2.5093,1.3508,59.4438,2.42,1.1333,59.8118,2.2764,1.0291,58.5306,2.9359,0.7692,58.7398,3.0216,0.8197,59.7556,2.588,0.8292,59.9588,2.3415,0.4516,60.5604,1.5222,0.4046,59.8581,2.6533,0.4234,60.0773,2.4166,0.3733,58.969,3.0865,0.3769,58.7107,3.0784,0.387,58.3076,3.0997,0.0,58.9696,3.0787,0.0,58.6917,3.0832,0.0,59.8906,2.6855,0.0,60.1039,2.4576,0.0,60.6225,1.5256,-0.5839,60.4432,0.8729,-1.3904,59.9944,0.8753,-1.4049,59.982,0.8909,-1.2079,60.1488,0.7855,-1.2294,60.1326,0.7857,-1.1301,60.155,1.0248,-1.1221,60.2053,0.8779,-1.078,60.191,1.013,-0.5841,60.4768,0.6527,-0.5201,60.4708,0.8612,-0.6953,60.4403,0.6095,-1.8178,59.4593,1.0084,-1.7175,57.972,1.3629,-1.7024,57.9442,1.355,-1.0203,60.4773,0.9179,-1.3553,60.2405,0.9133,-1.3485,60.2683,0.8078,-1.3876,60.2341,0.8396,-1.8142,59.5978,1.1874,-1.8261,59.5764,1.0367,-1.8054,59.5893,1.0722,-1.839,59.55,1.0425,-1.893,59.4757,1.0383,-1.985,59.1686,1.1219,-1.9894,59.1328,1.1308,-1.9568,59.1165,1.264,-1.9614,58.6218,1.2686,-1.9587,58.6175,1.2941,-1.9127,58.5162,1.3572,-1.7258,59.6124,0.9328,-1.7254,59.6191,0.9474,-1.8109,59.4732,0.9822,-1.7562,59.5722,0.9805,-1.3582,60.022,0.861,-1.4655,60.1592,0.8692,-1.458,60.1667,0.8627,-1.3658,60.0156,0.8677,-1.701,59.845,0.9281,-1.6823,59.8882,0.8968,-1.5786,60.0534,0.909,-1.615,60.0254,0.8122,-1.6374,59.9853,0.8339,-1.1042,60.2205,0.8158,-0.9536,60.5436,0.617,-0.7985,60.3962,0.6657,-0.5192,60.5026,0.593,-0.66,60.6658,0.5559,-0.0336,60.8506,0.4815,-0.014,60.8503,0.4646,-1.5062,58.3005,2.3789,-1.4699,58.2321,2.4303,-1.4976,58.3062,2.3986,-1.4824,58.7068,2.4122,-1.4388,58.1743,2.4702,-1.4039,58.2323,2.5079,-1.1243,59.7127,2.0391,-1.0163,59.7768,2.0753,-1.1215,59.7026,2.0587,-1.3946,58.344,2.5332,-0.3538,57.8283,2.6151,-0.3214,57.7719,2.5378,-0.3306,57.6582,2.476,-0.3391,57.8883,2.7611,-1.6683,59.8617,1.0499,-1.4083,58.2512,2.6487,-0.8208,60.605,0.6245,-0.7754,60.4064,0.6621,-0.7326,60.428,0.5974,-0.9324,60.5575,0.6018,-0.2825,60.2337,1.8737,-0.2548,60.0379,2.2008,-0.5457,59.1846,2.8412,-0.5308,58.8034,2.949,-1.7158,58.1526,1.9334,-1.7106,58.0938,1.8881,-0.2633,58.7926,2.9699,-1.4524,58.3215,2.4662,-1.6987,58.1376,1.9669,-1.6949,58.087,1.941,-1.1442,57.6404,1.9082,-0.4922,57.8568,2.4432,-0.3659,57.6184,2.1272,-0.7798,57.7393,1.9822,-1.9258,59.3622,1.0901,-1.9375,59.344,1.0752,-1.7575,58.0443,2.0195,-1.5605,58.7915,2.431,-1.6447,59.0588,2.1908,-1.6955,59.2417,1.9648,-1.5312,59.2373,2.304,-1.5517,59.4441,2.0939,-1.431,58.5714,2.5973,-1.3508,59.4438,2.42,-1.3523,59.6443,2.1929,-1.3633,59.8411,1.9264,-1.1333,59.8118,2.2764,-1.1327,60.0041,1.9952,-0.8292,59.9588,2.3415,-0.8452,60.1416,2.053,-0.4464,60.447,1.8117,-0.4516,60.5604,1.5222,-0.8692,60.2971,1.7421,-0.8197,59.7556,2.588,-0.3848,59.5241,2.9076,-0.4046,59.8581,2.6533,-0.799,59.4529,2.8466,-0.3769,58.7107,3.0784,-0.7692,58.7398,3.0216,-0.3791,58.4976,3.0764,-0.3786,59.2205,3.0431,0.0,59.2468,3.0406,-0.3733,58.969,3.0865,-0.4338,60.2819,2.1282,0.0,60.3219,2.1603,-0.4234,60.0773,2.4166,0.0,58.7209,2.6927,-0.146,60.7453,0.9657,0.0,60.4945,1.8331,0.0,59.5467,2.9213,-0.387,58.3076,3.0957,-1.1249,59.6243,2.5093,-1.3082,59.1489,2.6607,-1.0986,59.3209,2.7707,-1.1444,60.1592,1.6797,-1.4633,58.9523,2.5429,-1.5776,59.6326,1.829,-1.7954,58.4182,2.0478,-1.9647,58.6311,1.2411,-1.9772,58.7185,1.3466,-1.0697,57.7192,1.9684,-1.377,58.6786,2.5334,-0.6167,60.1262,1.8351,-1.3232,60.0521,0.8482,-1.428,60.1946,0.8562,-0.2516,57.8428,2.6704,-0.3229,57.4853,1.9817,-1.3205,59.5691,1.982,-1.4899,58.6552,2.4025,-0.4927,60.5131,0.5709,-1.3192,60.2853,0.8066,-1.3303,60.0461,0.8491,-1.4345,60.1887,0.8565,-1.8834,59.5323,0.9508,-1.7227,59.6264,0.9487,-1.8071,59.6823,0.9243,-1.9564,59.3368,1.018,-1.6901,57.9213,1.3471,-1.8313,59.423,1.0168,-1.8145,59.4677,1.0033,0.4464,60.447,1.8117,0.3848,59.5241,2.9076,0.3791,58.4976,3.0773,0.7679,58.5038,3.0102,0.799,59.4529,2.8466,0.8692,60.2971,1.7421,1.1327,60.0041,1.9952,0.8452,60.1416,2.053,1.0123,58.3059,2.9319,0.7796,58.297,3.0332,1.431,58.5714,2.5973,0.5676,57.8153,2.5196,0.3223,57.6598,2.9102,0.7452,57.8892,2.505,1.1442,57.6404,1.9084,1.4899,58.6552,2.4025,1.4976,58.3062,2.3986,1.4364,58.6634,2.4794,1.4824,58.7068,2.4122,0.2548,60.0379,2.2008,0.0,60.0778,2.1709,1.1215,59.7026,2.0587,1.8178,59.4593,1.0084,1.0163,59.7768,2.0753,1.1243,59.7127,2.0391,0.0335,60.6501,0.5061,0.0582,60.6366,0.5231,0.0146,60.6955,0.4839,1.3232,60.0521,0.8482,1.428,60.1946,0.8562,0.3538,57.8283,2.6235,0.0648,60.8469,0.4995,1.1042,60.2205,0.8158,1.3658,60.0156,0.8677,1.4655,60.1592,0.8692,1.615,60.0254,0.8122,1.3582,60.022,0.861,1.458,60.1667,0.8627,1.8261,59.5764,1.0367,1.7562,59.5722,0.9805,1.9079,58.6584,1.1423,1.8142,59.5978,1.1874,1.8288,59.6149,0.9701,1.8209,59.6299,0.9681,1.3553,60.2405,0.9133,1.3485,60.2683,0.8078,1.3876,60.2341,0.8396,1.0203,60.4773,0.9179,0.5841,60.4768,0.6527,1.2294,60.1326,0.7857,0.1696,57.1865,1.5191,0.1593,57.1447,1.4807,-0.6436,57.8548,2.8508,1.0871,60.234,0.765,1.0638,60.2505,0.7581,1.9345,59.0419,1.0943,1.9587,58.6175,1.2941,1.9801,59.2673,1.0361,0.0336,60.8506,0.4815,0.4922,57.8568,2.4516,1.3082,59.1489,2.6607,1.1444,60.1592,1.6797,1.0986,59.3209,2.7707,0.4338,60.2819,2.1282,0.3786,59.2205,3.0431,-1.968,59.0295,1.2491,-1.9977,59.0581,1.1137,-1.9345,59.0419,1.0943,-1.8288,59.6149,0.9701,-1.8209,59.6299,0.9681,-1.0638,60.2505,0.7581,-1.3937,58.6745,2.5206,-1.463,57.9381,2.2889,-1.4364,58.6634,2.4794,-1.0871,60.234,0.765,-0.1593,57.1447,1.4802};
			return value;
		}

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

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=2 */
		private int[] getethmoid_Geo_6_34_coordIndex_2()
		{
			int[] value = {583,584,585,-1,586,587,588,-1,589,586,588,-1,590,591,592,-1,593,594,595,-1,596,597,595,-1,598,599,600,-1,601,602,603,-1,604,605,606,-1,607,606,608,-1,609,496,610,-1,611,612,613,-1,613,614,611,-1,615,616,617,-1,618,619,620,-1,621,622,623,-1,615,624,625,-1,626,627,628,-1,629,630,631,-1,632,628,627,-1,631,633,634,-1,635,636,616,-1,637,638,639,-1,640,641,642,-1,643,644,645,-1,642,641,646,-1,647,645,648,-1,649,650,651,-1,652,653,654,-1,655,656,657,-1,658,659,660,-1,661,662,663,-1,654,664,665,-1,657,666,667,-1,659,668,669,-1,662,670,671,-1,665,672,637,-1,673,669,668,-1,674,675,676,-1,677,623,622,-1,678,679,680,-1,616,615,625,-1,622,681,682,-1,682,683,684,-1,685,686,687,-1,688,635,689,-1,690,691,684,-1,692,693,687,-1,688,694,695,-1,696,697,698,-1,699,700,701,-1,702,703,704,-1,705,706,707,-1,708,709,710,-1,711,712,713,-1,714,715,716,-1,717,718,719,-1,720,721,722,-1,723,724,725,-1,726,727,728,-1,729,730,731,-1,732,714,726,-1,731,722,733,-1,725,734,735,-1,736,728,727,-1,709,730,729,-1,737,738,739,-1,740,741,742,-1,701,700,743,-1,698,697,744,-1,745,743,746,-1,707,747,748,-1,749,750,744,-1,751,752,753,-1,754,755,756,-1,757,758,759,-1,760,761,762,-1,763,764,765,-1,766,767,768,-1,769,770,771,-1,772,773,767,-1,774,752,751,-1,772,775,773,-1,776,777,778,-1,779,751,753,-1,759,779,753,-1,740,780,781,-1,782,783,784,-1,785,782,786,-1,787,782,785,-1,788,789,790,-1,791,792,793,-1,794,795,796,-1,797,798,799,-1,800,801,802,-1,803,804,805,-1,806,807,808,-1,809,810,811,-1,812,813,814,-1,815,816,817,-1,818,819,820,-1,821,822,823,-1,824,825,826,-1,827,828,829,-1,830,831,832,-1,833,834,835,-1,836,837,838,-1,839,840,841,-1,842,843,844,-1,845,846,847,-1,848,840,849,-1,839,850,830,-1,851,852,833,-1,844,853,854,-1,847,855,856,-1,857,858,859,-1,841,860,861,-1,862,863,846,-1,864,857,865,-1,866,867,843,-1,868,869,870,-1,871,872,873,-1,874,875,876,-1,877,878,879,-1,880,881,882,-1,883,884,878,-1,885,886,887,-1,888,889,890,-1,891,892,893,-1,894,895,896,-1,897,898,899,-1,900,901,902,-1,903,904,905,-1,906,907,908,-1,907,909,908,-1,910,911,912,-1,913,914,912,-1,915,916,917,-1,918,919,920,-1,921,922,923,-1,924,925,926,-1,927,928,929,-1,930,931,932,-1,933,934,935,-1,936,937,938,-1,939,940,916,-1,941,942,920,-1,943,944,945,-1,946,947,948,-1,948,949,950,-1,951,904,952,-1,953,954,955,-1,956,957,958,-1,954,932,959,-1,960,961,962,-1,790,789,963,-1,964,965,966,-1,816,967,968,-1,969,970,971,-1,972,973,541,-1,492,491,974,-1,975,976,977,-1,978,979,980,-1,981,982,983,-1,981,984,982,-1,985,986,987,-1,988,989,990,-1,991,992,993,-1,994,995,996,-1,997,998,999,-1,1000,1001,1002,-1,1003,1004,1005,-1,1006,1007,1008,-1,1007,1009,1008,-1,1010,292,293,-1,1011,1012,1013,-1,1014,1015,1016,-1,1017,1018,1019,-1,1020,1017,1019,-1,1021,1022,1023,-1,964,1024,1025,-1,1026,1027,1028,-1,1029,1030,1031,-1,1032,1033,1034,-1,1035,1036,1037,-1,790,1038,1039,-1,1040,1041,1042,-1,977,1043,975,-1,1044,980,1045,-1,1046,1047,1048,-1,1049,1050,1051,-1,1052,1053,1054,-1,1054,1055,991,-1,1056,1057,1058,-1,991,1059,1054,-1,1060,1061,1062,-1,1063,1064,1065,-1,1066,1067,1068,-1,1069,1070,1071,-1,1072,1073,1074,-1,1075,1076,1077,-1,1078,1079,1080,-1,1081,1082,1083,-1,1084,1085,1086,-1,1005,513,1087,-1,1088,1089,1090,-1,1091,1092,1093,-1,1094,1095,1096,-1,1097,1098,1099,-1,1100,1101,1102,-1,1103,1104,1105,-1,783,1106,784,-1,1107,1108,1109,-1,1110,1109,1111,-1,1112,1113,1114,-1,1112,1115,1116,-1,1110,1117,1118,-1,1108,1119,1120,-1,1121,1122,1123,-1,1123,1122,1124,-1,1125,1126,1127,-1,1128,520,1129,-1,1130,1131,1132,-1,1133,1134,1135,-1,1136,1135,1137,-1,1138,1139,1140,-1,1050,1049,990,-1,1141,1142,1143,-1,1144,1145,1146,-1,1078,1147,1148,-1,1149,1150,1151,-1,1152,1153,1154,-1,1155,1156,1132,-1,1157,1149,1158,-1,1159,1160,966,-1,1161,1162,1163,-1,1099,1164,1097,-1,1101,1100,1165,-1,1166,780,742,-1,1167,784,1168,-1,1169,1170,1171,-1,1172,1171,1056,-1,968,967,1173,-1,1165,1100,1035,-1,1174,1175,1176,-1,1177,1178,1179,-1,1148,1147,281,-1,1180,1181,1182,-1,1183,1184,1185,-1,1186,1096,1095,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=3 */
		private int[] getethmoid_Geo_6_34_coordIndex_3()
		{
			int[] value = {1187,1188,1189,-1,1187,1190,813,-1,1191,814,813,-1,1192,443,966,-1,1193,1194,1195,-1,1196,1197,1198,-1,1199,1200,1201,-1,1202,1203,1204,-1,1205,1206,1207,-1,1208,1209,1210,-1,1211,1082,1003,-1,1212,1213,1214,-1,1215,1216,1217,-1,283,1218,1184,-1,1219,1220,1221,-1,1222,1223,1177,-1,1224,1225,1206,-1,1194,1226,1227,-1,1195,1228,1199,-1,1069,1071,1229,-1,1230,1231,1232,-1,1233,1234,1235,-1,1236,1066,1204,-1,1228,1237,1238,-1,1239,1240,1241,-1,1242,1243,1244,-1,1245,1246,1247,-1,1235,1234,1248,-1,1249,1250,1245,-1,1251,1252,1247,-1,1251,1253,1252,-1,1254,1255,1146,-1,1256,1257,1258,-1,1259,1258,1257,-1,1260,1261,1262,-1,1263,1264,790,-1,1265,1266,1040,-1,1267,1179,1178,-1,1268,1269,1270,-1,1271,1272,1002,-1,1273,1274,1005,-1,1275,1276,1277,-1,289,1278,1279,-1,1280,1021,1281,-1,1282,1011,1283,-1,1014,1011,1282,-1,1284,1285,1122,-1,1286,1287,1157,-1,1152,1288,1114,-1,1113,1289,1290,-1,1151,1158,1149,-1,1291,1292,1293,-1,1294,1295,1296,-1,1297,1298,1299,-1,1300,1301,1302,-1,1303,1129,543,-1,1304,1305,1306,-1,1307,1308,1309,-1,1310,1311,1294,-1,1312,1127,1313,-1,1310,1314,1315,-1,1316,1317,1318,-1,1319,1320,1321,-1,1322,1321,1323,-1,1324,1325,1326,-1,1327,1328,1329,-1,1330,1331,540,-1,1332,1333,1334,-1,1306,1335,538,-1,1325,971,1336,-1,1337,1338,1339,-1,1340,1341,1342,-1,1343,1344,1345,-1,1346,1347,1348,-1,1349,1350,1351,-1,1352,1353,1354,-1,1355,1356,1357,-1,1358,1359,1360,-1,1361,1362,1363,-1,1364,1365,1366,-1,1367,1352,1368,-1,1343,1369,1368,-1,1370,1371,1372,-1,1373,1341,1371,-1,1374,1375,1376,-1,1377,1378,1379,-1,970,1336,971,-1,534,1380,1362,-1,1381,1360,1359,-1,1382,1201,1383,-1,1202,1384,1231,-1,1317,1385,1309,-1,1386,448,1387,-1,1388,1389,1390,-1,1391,1392,1388,-1,1393,1394,1395,-1,1018,1396,1397,-1,1377,1398,1399,-1,1351,1400,1401,-1,1402,1403,1404,-1,1288,1152,1154,-1,1117,1405,1406,-1,1407,1134,1408,-1,1134,1409,1410,-1,1138,1140,1411,-1,1412,1143,1138,-1,1018,1413,1396,-1,1414,1116,1413,-1,1415,1190,1187,-1,1416,1417,1418,-1,1289,1419,1420,-1,1049,1421,1422,-1,1205,1194,1206,-1,1183,1423,1184,-1,1182,1181,1424,-1,1222,1425,1426,-1,1427,1428,1429,-1,1430,1431,1432,-1,1433,1434,1234,-1,1435,964,1436,-1,1437,1438,1439,-1,1166,1440,1102,-1,1441,1442,792,-1,1032,1029,1164,-1,1098,1443,1444,-1,1445,1443,1446,-1,1254,1447,974,-1,974,1447,1448,-1,1449,1450,1451,-1,1452,1453,1454,-1,1455,1456,1457,-1,1458,1459,1460,-1,1461,1462,1463,-1,1449,1464,1465,-1,1466,1467,1468,-1,1469,1470,1471,-1,1465,1464,1472,-1,1473,1474,1475,-1,1476,1473,1472,-1,1477,1478,1479,-1,1479,1480,1477,-1,1481,1482,1483,-1,1484,1481,1485,-1,1486,1487,1488,-1,1474,1489,1475,-1,1490,1491,1492,-1,1460,1493,1456,-1,1494,1495,1496,-1,1491,1497,1492,-1,1498,1499,1494,-1,1499,1495,1494,-1,1500,1501,1502,-1,1503,1504,1505,-1,1506,1507,1501,-1,1505,1506,1508,-1,1508,1509,1510,-1,1511,1512,1513,-1,1514,1515,1516,-1,1517,1518,1519,-1,1520,1521,1522,-1,1523,1524,1525,-1,1526,1527,1528,-1,1529,1530,1531,-1,1532,1533,1534,-1,1535,1536,1537,-1,1538,1539,1540,-1,1541,1542,1537,-1,1537,1538,1543,-1,1531,1544,1545,-1,1546,1526,1528,-1,1534,1547,1540,-1,1528,1548,1546,-1,1549,1550,1551,-1,1552,1528,1527,-1,1537,1536,1553,-1,1554,1555,1556,-1,926,1557,944,-1,1558,1559,926,-1,1560,534,1545,-1,1540,1561,1538,-1,1545,534,530,-1,530,1562,1545,-1,1547,514,1540,-1,901,1558,904,-1,1563,944,1564,-1,1565,1566,936,-1,1567,1568,1569,-1,1570,1571,1572,-1,1532,1573,1533,-1,1530,1529,1574,-1,1575,1576,1577,-1,1549,1569,1578,-1,1532,1579,1573,-1,1539,1580,1540,-1,1581,1582,1545,-1,1526,1583,1582,-1,1537,1584,1535,-1,1585,1586,1587,-1,1588,1547,1534,-1,1589,1590,1579,-1,1582,1527,1526,-1,1544,1591,1581,-1,1525,1524,1592,-1,1593,1594,1595,-1,1596,1597,1598,-1,1599,1519,1600,-1,1601,1602,1603,-1,495,1604,1512,-1,1601,1605,1602,-1,1506,1501,1509,-1,1507,1606,1607,-1,1504,1608,1609,-1,1610,1611,1609,-1,1612,1515,1456,-1,1492,1497,1612,-1,1613,1614,1615,-1,1615,1491,1613,-1,1494,1496,1454,-1,1616,1457,1498,-1,1459,1492,1493,-1,1617,1491,1490,-1,1485,1618,1619,-1,1481,1620,1621,-1,1622,1623,1477,-1,1624,1625,1473,-1,1465,1472,1475,-1,1462,1471,1626,-1,1449,1627,1628,-1,1629,1630,1464,-1,1450,1449,1631,-1,1460,1456,1632,-1,1453,1633,1454,-1,1450,1452,1634,-1,1464,1635,1617,-1,974,491,1636,-1,1637,1258,1259,-1,1445,1446,1259,-1,1443,1445,792,-1,1164,1638,1032,-1,1035,1639,1165,-1,1441,1440,1640,-1,1641,793,792,-1,1642,1437,1643,-1,1263,1644,1433,-1,1645,1433,792,-1,1044,1263,978,-1,1046,1430,1432,-1,1646,1427,1429,-1,1161,443,1647,-1,1178,1648,1267,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=4 */
		private int[] getethmoid_Geo_6_34_coordIndex_4()
		{
			int[] value = {1081,1083,1086,-1,1009,1144,1649,-1,1650,1235,1246,-1,1228,1227,1237,-1,1150,1416,1186,-1,967,1415,1017,-1,967,1017,1651,-1,1053,1412,1652,-1,1138,1653,1139,-1,1654,1655,1656,-1,1655,1657,1658,-1,1659,1406,1653,-1,1399,1660,1661,-1,1402,1010,1403,-1,1662,1353,1352,-1,1115,1399,1398,-1,1663,1281,1016,-1,1664,1665,1666,-1,1282,1667,1668,-1,1669,1651,1022,-1,1392,1386,1670,-1,1049,1051,1671,-1,1672,971,1673,-1,1674,1363,1675,-1,1651,1017,1676,-1,1364,1677,1365,-1,1352,1678,1679,-1,1340,1680,1681,-1,1340,1372,1371,-1,1367,1368,1369,-1,1375,1369,1682,-1,1376,1677,1119,-1,1348,1366,1365,-1,1683,1362,1381,-1,1684,1685,1561,-1,1367,1010,1662,-1,1349,1354,1350,-1,1686,1346,1687,-1,1688,1689,1690,-1,1691,1338,1344,-1,1340,1342,1680,-1,1692,1693,1373,-1,973,972,1694,-1,1338,1337,1695,-1,1357,971,1325,-1,1696,1697,1321,-1,1327,1326,1325,-1,1321,1697,1323,-1,1322,1291,1698,-1,1318,1317,1699,-1,1127,1156,1700,-1,1308,1699,1309,-1,1309,1385,1701,-1,1305,1702,1697,-1,1301,1300,1292,-1,1301,1703,1704,-1,1705,1704,1286,-1,1697,1706,1707,-1,1292,1291,1323,-1,1708,1709,1703,-1,1708,1703,1710,-1,1285,1711,1154,-1,1419,1149,1420,-1,1712,1713,1714,-1,1021,1715,1022,-1,1716,1717,1718,-1,1719,264,266,-1,1720,1400,1721,-1,1024,964,966,-1,1722,1723,1724,-1,1725,1726,1727,-1,1728,1726,1725,-1,1729,1179,1267,-1,1730,978,1433,-1,1642,1731,1732,-1,999,1732,1733,-1,1264,1263,1044,-1,1441,1260,1440,-1,1639,1035,1734,-1,1041,1266,1038,-1,1412,1138,1735,-1,1433,1645,1434,-1,1736,1256,1254,-1,1257,1736,1737,-1,1738,1146,1739,-1,1740,1245,1250,-1,1253,1741,1252,-1,1242,1181,1243,-1,1742,1743,1744,-1,1238,1237,1745,-1,1746,1747,1231,-1,1748,1198,1744,-1,1236,1204,1198,-1,1200,1383,1201,-1,1200,1749,1383,-1,1750,1751,1752,-1,1753,1754,1755,-1,1086,1756,1084,-1,1757,1758,1759,-1,1760,1278,1761,-1,1762,1082,1211,-1,1197,1241,1198,-1,1197,1763,1239,-1,1219,1764,1765,-1,1206,1194,1193,-1,965,1766,1767,-1,1093,1092,1768,-1,1769,1427,1646,-1,1770,1771,1085,-1,448,1386,1174,-1,1772,1031,1773,-1,444,1026,1774,-1,1775,1140,1776,-1,1056,1655,1777,-1,1640,1440,1166,-1,1166,742,1640,-1,1168,780,1778,-1,1440,1100,1102,-1,1099,1779,1164,-1,1780,1781,780,-1,1782,443,1161,-1,964,1783,965,-1,1124,1122,1784,-1,997,1318,1785,-1,1154,1153,1786,-1,1787,1788,1789,-1,1790,1791,1792,-1,1210,1147,1078,-1,1793,1741,1739,-1,1144,1146,1255,-1,1794,1795,1636,-1,1278,1796,1797,-1,1052,1141,1143,-1,1054,1798,1055,-1,1194,1205,1226,-1,1799,1800,1801,-1,1802,1799,1803,-1,1804,1805,1806,-1,1046,1807,1047,-1,1808,1809,1810,-1,1811,1139,1653,-1,1137,1135,1410,-1,1134,1809,1656,-1,1812,1813,1130,-1,997,1814,1812,-1,1815,1646,997,-1,1129,1303,1126,-1,1816,542,1301,-1,543,542,1816,-1,1122,1121,1284,-1,1817,1115,1818,-1,1417,1150,1819,-1,1109,1110,1118,-1,1419,1113,1820,-1,1121,1821,1822,-1,1418,1417,1823,-1,1824,1638,1167,-1,1105,1825,1103,-1,1164,1779,1638,-1,1189,1826,1769,-1,1151,1150,1186,-1,1827,1828,1829,-1,1097,492,1448,-1,1830,1831,1005,-1,1832,1086,1085,-1,1210,1833,1208,-1,1007,1834,1835,-1,1183,1836,1837,-1,1838,1839,1840,-1,1202,1841,1842,-1,1843,1751,1746,-1,1193,1382,1224,-1,1207,1844,1845,-1,1846,995,1847,-1,1847,1140,1846,-1,1653,1138,1143,-1,1848,989,988,-1,1227,985,987,-1,1799,1801,1803,-1,1807,1805,1849,-1,1046,1805,1807,-1,1802,1849,1804,-1,1850,1428,1437,-1,790,1041,1038,-1,1040,1731,1439,-1,1438,1851,1265,-1,1435,1436,1852,-1,443,1782,1159,-1,1853,1028,1854,-1,1772,1773,1855,-1,1856,1857,1858,-1,1859,1217,1216,-1,1860,1209,1208,-1,1770,1861,1862,-1,1179,1729,1863,-1,1395,1713,1712,-1,1663,1389,1669,-1,1391,1668,1395,-1,1015,1663,1016,-1,1864,1865,1866,-1,1395,1712,1867,-1,1435,1868,1783,-1,1868,1869,1783,-1,1380,1583,1360,-1,1081,1870,1004,-1,1773,1854,1871,-1,1310,1777,1654,-1,1226,1872,985,-1,1051,1050,1873,-1,1874,1875,1876,-1,975,1877,1730,-1,1805,1878,1806,-1,1879,1043,977,-1,970,1880,1881,-1,534,1560,1380,-1,1882,1433,1644,-1,1883,927,961,-1,1884,932,954,-1,1885,1883,960,-1,1886,1884,953,-1,1887,1888,952,-1,1887,952,1889,-1,901,1890,1891,-1,901,1892,1890,-1,1893,1894,901,-1,1895,1896,1897,-1,1898,1565,1899,-1,932,931,921,-1,959,923,955,-1,923,1900,955,-1,910,1901,1902,-1,1903,1904,918,-1,935,934,1905,-1,910,912,1906,-1,941,920,919,-1,919,1907,941,-1,1908,917,916,-1,1909,1910,934,-1,1911,1912,1913,-1,1914,907,906,-1,1915,1912,797,-1,879,878,884,-1,1916,1917,1918,-1,1919,1920,902,-1,899,898,1921,-1,893,1922,1923,-1,1578,889,896,-1,1924,1925,1926,-1,1927,1926,1925,-1,1928,1590,1929,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=5 */
		private int[] getethmoid_Geo_6_34_coordIndex_5()
		{
			int[] value = {1930,1931,1932,-1,1933,1934,1935,-1,1935,883,1936,-1,1937,1938,1916,-1,1917,1939,878,-1,884,883,880,-1,884,1940,1941,-1,1942,1943,1944,-1,875,1945,876,-1,1946,1947,1948,-1,1949,1950,1951,-1,1952,871,1947,-1,842,1953,1954,-1,1955,1956,1957,-1,1958,863,862,-1,864,1959,863,-1,1960,1961,1962,-1,1963,841,1964,-1,860,859,858,-1,829,856,855,-1,853,847,838,-1,1965,833,852,-1,835,830,850,-1,840,839,832,-1,1966,848,1967,-1,843,845,853,-1,854,838,837,-1,1968,834,833,-1,832,1969,849,-1,1967,1970,1971,-1,1972,1973,1974,-1,821,824,806,-1,1975,1976,809,-1,806,808,1977,-1,803,805,1978,-1,1979,801,800,-1,1980,802,1981,-1,797,796,798,-1,1982,1983,795,-1,1441,1984,1261,-1,1882,1644,963,-1,1168,784,1106,-1,753,756,1985,-1,756,753,752,-1,751,1986,1987,-1,772,1988,1989,-1,752,773,754,-1,767,773,774,-1,771,770,1990,-1,768,767,1991,-1,753,1992,759,-1,1993,1994,1995,-1,747,707,706,-1,750,745,746,-1,746,700,698,-1,1996,1997,1998,-1,1999,744,697,-1,741,2000,1640,-1,2001,699,2002,-1,2003,2004,2005,-1,2006,724,2007,-1,2008,730,709,-1,728,2009,729,-1,726,716,2010,-1,2011,2007,723,-1,731,2008,2012,-1,719,2013,714,-1,2014,2015,2016,-1,2016,2017,2014,-1,2018,2019,2020,-1,2021,708,2022,-1,2023,2024,2025,-1,2026,2027,706,-1,2028,707,2029,-1,2030,745,721,-1,737,2031,1998,-1,692,2032,2033,-1,2034,2035,2036,-1,686,2037,2032,-1,689,684,694,-1,684,689,682,-1,677,682,628,-1,2038,2039,2040,-1,675,2041,679,-1,634,2042,638,-1,634,638,637,-1,663,671,668,-1,664,2043,657,-1,654,665,2044,-1,659,658,2045,-1,646,650,649,-1,2046,2047,655,-1,2048,642,2046,-1,2049,2050,2051,-1,2052,2053,641,-1,695,2049,2054,-1,635,616,2055,-1,636,688,695,-1,636,2056,639,-1,619,618,2057,-1,619,630,629,-1,2058,632,627,-1,626,615,2059,-1,2060,2059,615,-1,677,628,632,-1,2061,618,623,-1,630,2057,2062,-1,2063,2064,2065,-1,2066,613,612,-1,2067,2068,2069,-1,610,2070,2071,-1,344,496,609,-1,605,2072,608,-1,603,602,595,-1,2073,2074,2075,-1,2076,612,599,-1,2077,600,597,-1,2078,2070,610,-1,2079,2080,585,-1,585,2081,2079,-1,2080,2082,2083,-1,583,2084,578,-1,2085,2083,2082,-1,2086,2087,2088,-1,2084,2089,579,-1,2087,2090,2091,-1,336,333,575,-1,2092,576,2093,-1,333,332,2094,-1,2095,568,567,-1,545,547,556,-1,2096,341,560,-1,2097,2098,562,-1,559,558,2099,-1,341,2100,589,-1,555,2101,2102,-1,2087,582,577,-1,2103,551,553,-1,552,2104,545,-1,2105,572,571,-1,543,1129,520,-1,1325,1336,1328,-1,539,525,1334,-1,537,522,2106,-1,530,529,2107,-1,526,525,2108,-1,531,544,2109,-1,521,520,522,-1,2110,2111,529,-1,523,2112,532,-1,1772,512,488,-1,1831,489,488,-1,507,487,508,-1,2113,2114,2115,-1,2115,504,1625,-1,2114,480,479,-1,2116,498,497,-1,2117,501,500,-1,496,498,610,-1,2118,2119,1483,-1,1097,1164,490,-1,489,492,490,-1,486,2120,487,-1,2121,485,484,-1,477,480,482,-1,472,466,465,-1,471,2122,2123,-1,2124,2125,2126,-1,2122,2127,2128,-1,2128,2127,462,-1,464,452,2129,-1,2130,2131,2132,-1,455,457,2133,-1,462,461,2134,-1,460,459,2135,-1,2136,2137,2138,-1,2139,2140,458,-1,2141,2142,2143,-1,461,457,2144,-1,463,2137,2145,-1,2146,2147,2145,-1,449,2148,2149,-1,439,1174,1176,-1,448,449,1387,-1,393,1797,2150,-1,2151,2152,2153,-1,968,2149,2151,-1,96,98,2154,-1,438,97,439,-1,2155,440,447,-1,2156,86,426,-1,437,435,2157,-1,2157,427,429,-1,1026,444,2158,-1,2159,416,2160,-1,432,2161,425,-1,434,2162,2163,-1,431,425,2164,-1,2165,2166,2161,-1,2167,417,2168,-1,2169,2170,411,-1,2171,2172,400,-1,2172,2173,2174,-1,2172,2174,400,-1,2175,2176,2177,-1,2178,2179,2180,-1,2180,395,2178,-1,396,2173,2172,-1,499,497,2072,-1,2181,500,2182,-1,355,354,165,-1,85,165,86,-1,2183,2184,392,-1,2185,2186,2187,-1,386,252,2188,-1,2187,252,387,-1,313,2189,384,-1,2190,2191,2192,-1,2193,2194,381,-1,2191,2195,2196,-1,255,254,2197,-1,2198,2199,2200,-1,2201,2202,2203,-1,380,2204,2205,-1,2206,2207,2208,-1,2209,2210,2211,-1,377,2212,2213,-1,362,2214,2215,-1,374,2216,369,-1,225,2217,2218,-1,2219,2220,2221,-1,2222,138,166,-1,2223,362,364,-1,374,2224,2225,-1,377,2226,2227,-1,2197,2228,2229,-1,2230,2231,2232,-1,2233,2234,2193,-1,165,163,353,-1,347,2065,2235,-1,2236,2063,347,-1,352,310,312,-1,2237,2189,343,-1,313,2234,312,-1,349,2237,2238,-1,345,2239,2240,-1,2069,351,2240,-1,2241,310,352,-1,2242,2243,2244,-1,335,334,322,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=6 */
		private int[] getethmoid_Geo_6_34_coordIndex_6()
		{
			int[] value = {330,2245,321,-1,2246,2100,341,-1,2247,2248,328,-1,2246,339,338,-1,308,2249,315,-1,2250,310,2251,-1,2252,2189,2249,-1,2253,2254,259,-1,115,114,1176,-1,2255,2256,2257,-1,16,120,14,-1,2258,2259,2260,-1,212,291,2261,-1,114,116,294,-1,2262,2259,2258,-1,275,277,11,-1,276,11,277,-1,1142,2263,1143,-1,2258,1143,2263,-1,1664,2264,2265,-1,295,262,264,-1,292,2266,262,-1,1,2267,4,-1,259,2268,2269,-1,2270,2269,2268,-1,383,253,252,-1,247,246,129,-1,151,2271,2272,-1,194,245,353,-1,194,353,162,-1,228,126,2273,-1,215,238,219,-1,282,2274,283,-1,169,2275,170,-1,135,206,2276,-1,2277,2278,2279,-1,2280,209,200,-1,211,210,231,-1,2281,2282,231,-1,211,2283,123,-1,2284,258,2285,-1,139,368,2286,-1,2287,2288,2289,-1,135,221,207,-1,2290,2278,2277,-1,2276,204,133,-1,205,130,2291,-1,200,2292,201,-1,2293,2294,368,-1,2295,171,2296,-1,2297,186,185,-1,187,183,182,-1,2298,177,2299,-1,178,2300,179,-1,176,2301,2302,-1,179,2300,2293,-1,167,166,2303,-1,2304,146,2305,-1,2304,2305,169,-1,2306,168,162,-1,2293,368,2307,-1,2302,2308,2309,-1,2310,2311,2303,-1,141,174,173,-1,161,164,2312,-1,2312,164,2302,-1,2308,2313,2314,-1,160,132,131,-1,2315,2316,243,-1,2304,155,157,-1,167,151,2272,-1,147,2304,2296,-1,133,204,2317,-1,368,367,2307,-1,282,2318,246,-1,271,125,124,-1,2319,95,2320,-1,271,232,2273,-1,2313,2299,2314,-1,2321,123,125,-1,2155,92,85,-1,180,119,109,-1,2322,112,111,-1,2323,2324,107,-1,181,180,2325,-1,2325,180,122,-1,2326,2327,2328,-1,2325,100,181,-1,89,2329,2308,-1,91,2330,88,-1,89,2308,90,-1,88,2331,89,-1,68,37,40,-1,2332,2333,2334,-1,2335,81,83,-1,29,31,2336,-1,2337,2338,2339,-1,62,2340,2341,-1,2342,20,19,-1,2343,38,80,-1,2344,2345,2346,-1,44,84,41,-1,2347,2348,2337,-1,276,2257,2349,-1,2335,2350,2344,-1,2351,2257,2256,-1,2352,2353,2354,-1,2350,2335,78,-1,42,2355,2356,-1,36,38,2340,-1,17,73,75,-1,2357,2358,2340,-1,2340,2358,2359,-1,64,70,2355,-1,2360,2361,58,-1,51,2362,50,-1,29,2336,49,-1,2363,50,49,-1,27,2364,34,-1,2349,2257,2351,-1,2365,2366,2334,-1,2367,2368,2332,-1,2356,70,69,-1,2369,2338,2337,-1,82,2370,2352,-1,74,25,75,-1,22,60,23,-1,51,20,2342,-1,2371,17,16,-1,14,72,2372,-1,45,2373,2374,-1,2343,2340,38,-1,5,4,6,-1,2,1,2375,-1,2270,2266,1,-1,259,2254,2268,-1,2270,1,2376,-1,2377,1,0,-1,2378,4,3,-1,7,6,4,-1,45,2374,46,-1,2379,10,9,-1,2380,13,115,-1,14,2371,16,-1,11,276,2381,-1,2342,2382,51,-1,60,59,23,-1,25,74,2359,-1,31,30,2336,-1,68,71,80,-1,2356,2355,70,-1,84,46,67,-1,2383,2365,2334,-1,2349,2351,2384,-1,18,2363,2256,-1,27,29,2364,-1,2360,58,2385,-1,79,78,2386,-1,2355,2387,64,-1,2340,2343,2357,-1,73,76,75,-1,2340,62,36,-1,65,64,2387,-1,42,2388,2355,-1,2389,2332,2390,-1,2335,2386,78,-1,2354,83,2352,-1,2336,2351,2256,-1,2335,2344,81,-1,2349,2381,276,-1,2347,2337,2370,-1,2350,2390,2344,-1,43,44,41,-1,2344,2346,81,-1,2372,72,2371,-1,80,2391,2343,-1,19,21,2342,-1,2340,74,2341,-1,25,15,75,-1,29,28,31,-1,2334,2367,2332,-1,68,40,2392,-1,88,90,2393,-1,2393,2302,164,-1,2330,2331,88,-1,89,113,2329,-1,104,103,2327,-1,105,2394,106,-1,2325,122,121,-1,102,2395,103,-1,2299,2313,2298,-1,2324,105,107,-1,2396,280,2397,-1,2397,2325,121,-1,2155,97,436,-1,85,440,2155,-1,124,123,2283,-1,2273,94,271,-1,95,126,2320,-1,232,271,124,-1,217,2398,2399,-1,2317,2400,133,-1,130,2401,2291,-1,146,148,193,-1,147,146,2304,-1,157,2296,2304,-1,2315,243,2402,-1,160,159,132,-1,2308,2329,2313,-1,161,163,164,-1,2403,141,173,-1,137,2310,2303,-1,2302,2309,176,-1,2307,2404,2293,-1,173,146,154,-1,169,155,2304,-1,146,174,2305,-1,2303,149,167,-1,2405,2309,2314,-1,2293,2404,179,-1,178,2406,2300,-1,383,2407,2408,-1,182,2409,187,-1,185,2410,2297,-1,2296,157,2295,-1,2294,134,368,-1,2411,199,198,-1,2291,2292,200,-1,199,203,197,-1,205,211,123,-1,2277,229,2290,-1,206,135,207,-1,2289,208,2287,-1,2294,2293,2300,-1,217,287,2398,-1,2284,246,258,-1,2412,257,2221,-1,231,210,2281,-1,211,231,2283,-1,123,2321,184,-1,209,2291,200,-1,2278,202,2279,-1,2276,133,135,-1,2413,134,133,-1,2221,257,248,-1,215,2414,238,-1,246,2284,282,-1,228,2273,2282,-1,349,2189,2237,-1,162,2189,348,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=7 */
		private int[] getethmoid_Geo_6_34_coordIndex_7()
		{
			int[] value = {151,2415,2271,-1,191,249,192,-1,2217,255,2191,-1,2416,381,2194,-1,2253,2264,263,-1,4,2267,7,-1,2380,1394,1393,-1,1664,265,2264,-1,2417,2418,93,-1,2419,2294,2300,-1,10,275,11,-1,2262,278,2259,-1,2258,2255,2262,-1,130,132,240,-1,116,110,294,-1,2260,1143,2258,-1,120,12,14,-1,2257,2262,2255,-1,1391,115,1392,-1,2376,2269,2270,-1,2420,310,2250,-1,313,315,2249,-1,312,314,313,-1,304,308,315,-1,2246,338,2421,-1,2247,328,2422,-1,341,339,2246,-1,2096,329,340,-1,2096,342,329,-1,330,331,2245,-1,322,2423,335,-1,2243,325,2244,-1,352,592,2241,-1,2239,2069,2240,-1,2424,349,2238,-1,2236,2425,2424,-1,2189,349,348,-1,2240,351,195,-1,312,195,352,-1,347,2235,2067,-1,195,2233,196,-1,2193,381,366,-1,2426,2427,361,-1,2428,2429,359,-1,375,377,2227,-1,372,374,2225,-1,364,2430,2223,-1,2218,250,225,-1,222,2431,227,-1,374,2432,2216,-1,362,2215,363,-1,377,2213,2223,-1,2433,2434,375,-1,2434,376,375,-1,2209,2435,2210,-1,2207,2436,2208,-1,380,379,2204,-1,2202,378,2203,-1,2198,2437,2199,-1,381,2416,2438,-1,2191,2196,2192,-1,313,2249,2189,-1,386,2188,2439,-1,2187,387,2185,-1,392,2426,2183,-1,164,163,165,-1,354,86,165,-1,2182,2440,2181,-1,2072,2441,499,-1,2172,397,396,-1,2177,2442,2175,-1,2174,2443,400,-1,400,399,2171,-1,2169,2444,2170,-1,417,416,2168,-1,2164,2445,431,-1,434,2446,2162,-1,2157,2447,2448,-1,2159,2160,2445,-1,2446,2156,2449,-1,2157,2448,427,-1,435,2447,2157,-1,433,448,440,-1,447,97,2155,-1,97,447,439,-1,968,2151,2450,-1,2451,2151,2153,-1,2150,394,393,-1,1176,114,439,-1,438,98,97,-1,2146,2145,2137,-1,2145,450,463,-1,2144,2139,461,-1,2143,2131,2141,-1,458,461,2139,-1,2137,463,2138,-1,459,2146,2135,-1,461,458,2134,-1,2133,2452,455,-1,2131,2143,2132,-1,452,454,2129,-1,2128,462,2134,-1,2122,465,2127,-1,2123,2453,471,-1,472,2454,466,-1,477,2455,480,-1,484,2456,2121,-1,2120,2457,487,-1,490,492,1097,-1,490,1164,1029,-1,2118,1483,1482,-1,500,2181,2117,-1,497,499,2116,-1,479,502,2114,-1,1625,1624,2115,-1,2115,1622,2113,-1,487,2457,508,-1,488,1029,1772,-1,523,532,521,-1,2110,2458,2111,-1,2459,1562,515,-1,519,544,520,-1,2109,2110,531,-1,526,2108,527,-1,2107,1562,530,-1,525,541,2108,-1,1332,536,538,-1,543,520,544,-1,2460,1358,1546,-1,573,577,581,-1,2105,2090,572,-1,545,550,552,-1,2103,553,2461,-1,2087,2086,582,-1,555,2102,2462,-1,341,589,560,-1,559,2099,2463,-1,2097,562,561,-1,546,545,2104,-1,560,565,2096,-1,556,548,545,-1,566,2095,567,-1,333,2094,575,-1,2093,2464,2092,-1,336,575,574,-1,2087,2091,2088,-1,579,578,2084,-1,2086,2088,2465,-1,2082,2466,2085,-1,583,578,2467,-1,2080,2083,585,-1,594,596,595,-1,2077,598,600,-1,2073,2075,2468,-1,605,608,606,-1,2469,2470,2078,-1,2470,2471,2078,-1,609,2472,344,-1,344,608,496,-1,2069,2239,2067,-1,612,2076,2066,-1,347,2063,2065,-1,630,2062,2473,-1,2474,619,629,-1,618,620,623,-1,2474,621,620,-1,615,617,2060,-1,626,624,615,-1,2058,2061,632,-1,2057,630,619,-1,636,639,638,-1,616,636,638,-1,695,2475,2049,-1,2476,2052,641,-1,2051,2054,2049,-1,642,2047,2046,-1,2046,655,653,-1,646,649,2477,-1,2045,663,659,-1,2056,654,2044,-1,657,667,664,-1,668,659,663,-1,679,676,675,-1,2038,2478,2039,-1,684,691,694,-1,686,2032,692,-1,2036,2479,2034,-1,692,2033,2052,-1,1998,1997,737,-1,2480,2030,721,-1,2028,2029,2481,-1,2026,706,705,-1,2025,2482,2023,-1,2022,2483,2021,-1,2019,2484,2020,-1,719,718,2013,-1,731,730,2008,-1,2007,724,723,-1,726,714,716,-1,708,2008,709,-1,2006,2007,2021,-1,699,2485,2002,-1,742,741,1640,-1,697,2486,1999,-1,1996,1998,1994,-1,746,743,700,-1,746,744,750,-1,706,2487,747,-1,1993,2488,1994,-1,752,774,773,-1,756,752,754,-1,2489,757,2490,-1,768,1991,2491,-1,771,1990,766,-1,767,774,1991,-1,1989,775,772,-1,751,779,1986,-1,2492,781,780,-1,2493,1640,2000,-1,1441,1261,1260,-1,1882,1641,792,-1,795,2494,1982,-1,797,794,796,-1,1981,2495,1980,-1,1979,800,2496,-1,1978,807,803,-1,1977,810,806,-1,1191,2497,814,-1,809,2498,1975,-1,806,810,821,-1,2499,2500,826,-1,1972,2501,1973,-1,1970,827,1971,-1,1969,2502,849,-1,1965,1968,833,-1,837,2503,854,-1,853,844,843,-1,1967,1971,1966,-1,832,849,840,-1,851,835,850,-1,844,1965,852,-1,838,854,853,-1,2504,829,855,-1,861,860,858,-1,2505,1963,1964,-1,1962,2506,1960,-1,843,862,845,-1,1959,846,863,-1,1953,842,1961,-1,862,2507,1958,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=8 */
		private int[] getethmoid_Geo_6_34_coordIndex_8()
		{
			int[] value = {2508,2509,2510,-1,1957,2511,1955,-1,1954,866,842,-1,871,1948,1947,-1,1951,2512,1949,-1,1946,1948,2513,-1,1945,2514,876,-1,2515,1942,1944,-1,883,881,880,-1,1939,1936,878,-1,1937,2516,1938,-1,885,1935,1936,-1,1935,885,1933,-1,2517,1930,1932,-1,1928,1929,1927,-1,1925,1928,1927,-1,1924,1926,2518,-1,896,1550,1578,-1,2519,2520,2521,-1,2519,888,2520,-1,1923,2522,893,-1,899,1921,2523,-1,1919,902,903,-1,1917,877,1918,-1,884,1941,879,-1,1912,1911,797,-1,2524,1914,906,-1,2525,1911,1913,-1,2526,913,912,-1,2527,1903,920,-1,1901,910,1906,-1,2528,935,1905,-1,1903,939,1904,-1,1902,1910,910,-1,923,2529,1900,-1,924,949,2530,-1,932,921,959,-1,1899,2531,1898,-1,1895,1897,1898,-1,901,1891,1893,-1,2532,1887,1889,-1,1941,1886,953,-1,1887,1885,1888,-1,958,2533,1900,-1,1884,954,953,-1,960,1888,1885,-1,1884,962,932,-1,961,960,1883,-1,1882,792,1433,-1,972,970,1694,-1,2108,973,1684,-1,1433,2534,1730,-1,1730,2534,975,-1,1874,1876,1043,-1,1800,2535,1848,-1,1205,1845,2536,-1,1845,2537,2536,-1,1138,1411,1735,-1,2538,964,1025,-1,1773,1031,1854,-1,1003,1081,1004,-1,1360,1381,1380,-1,1869,1768,1783,-1,1864,2539,1865,-1,1651,1676,1022,-1,1280,1669,1715,-1,1389,2540,1390,-1,1282,1390,2540,-1,1770,1079,1861,-1,1860,1208,1762,-1,1216,2541,1859,-1,1425,1725,1426,-1,1856,1858,2542,-1,2164,1774,1162,-1,1853,2543,1028,-1,1032,2544,2545,-1,1165,1639,2546,-1,2547,2548,788,-1,1437,1439,1643,-1,1731,1643,1439,-1,1429,1642,998,-1,1879,2549,1874,-1,1432,2550,981,-1,1805,1804,1849,-1,1422,988,990,-1,1800,1848,988,-1,1047,2551,1048,-1,1140,1847,1411,-1,1846,2552,996,-1,1056,2553,2554,-1,1205,1207,1845,-1,2555,2556,2557,-1,1765,2558,2559,-1,1758,1757,2560,-1,1244,2561,2562,-1,1181,2563,2564,-1,1215,1217,1861,-1,1003,1274,1211,-1,1005,1004,1830,-1,1097,1448,1637,-1,2565,2566,2567,-1,813,1093,2568,-1,2568,1188,813,-1,1769,1096,1189,-1,792,1442,1443,-1,1105,1275,1825,-1,1638,1779,1167,-1,1821,1111,1822,-1,1113,1112,1820,-1,1823,1417,1819,-1,1820,1116,1819,-1,1117,1107,1118,-1,1816,2569,543,-1,1126,1125,1129,-1,1812,2570,997,-1,997,2570,1815,-1,1812,1130,2571,-1,1656,1658,1134,-1,2572,1136,1137,-1,1811,1653,2573,-1,2574,1133,2575,-1,1804,1806,2576,-1,1056,1058,2553,-1,1797,1279,1278,-1,2577,297,1659,-1,1424,1252,1182,-1,1255,1649,1144,-1,1145,1793,1146,-1,1784,2578,1789,-1,1789,2578,1787,-1,1786,2579,1154,-1,1785,1814,997,-1,1784,1789,1124,-1,816,1191,967,-1,1168,2492,780,-1,1099,2580,1779,-1,1104,1778,780,-1,1780,780,1166,-1,1056,1657,1655,-1,2581,1140,1775,-1,1868,1435,1852,-1,1161,2582,1782,-1,1774,2164,444,-1,448,1174,446,-1,1215,1078,2583,-1,1770,1862,1771,-1,1094,1769,1646,-1,1092,1783,1768,-1,1219,1765,1063,-1,1763,2584,1239,-1,976,975,2534,-1,1194,1227,1195,-1,1860,1762,1211,-1,1760,1761,2585,-1,1757,1759,2586,-1,1086,1083,1756,-1,2587,1753,1755,-1,1750,1752,2588,-1,1231,1749,1232,-1,1204,2589,1198,-1,1198,1748,1236,-1,1746,1231,1384,-1,1206,1059,1207,-1,2584,1238,2590,-1,1743,1242,1744,-1,1650,1246,1245,-1,1740,2591,1245,-1,1249,1245,1247,-1,2592,1007,1180,-1,1738,2593,1146,-1,1233,1240,1239,-1,1257,1256,1736,-1,1256,1447,1254,-1,1652,1412,1735,-1,1041,1040,1266,-1,1035,1037,1734,-1,1264,1044,1733,-1,1733,1432,999,-1,1733,1732,1731,-1,1642,1643,1731,-1,2594,1000,2595,-1,1725,1425,1728,-1,1727,1857,1725,-1,1722,1724,2596,-1,1831,513,1005,-1,1721,1397,1720,-1,2597,1717,2598,-1,1714,2599,1712,-1,1419,1150,1149,-1,1285,1154,2579,-1,1710,2600,1708,-1,1709,1704,1703,-1,534,1293,535,-1,1705,1301,1704,-1,1301,1292,1703,-1,1302,1301,542,-1,1697,1306,1305,-1,1702,1706,1697,-1,1307,1309,1701,-1,1700,1313,1127,-1,1385,1317,1316,-1,1785,1318,1699,-1,1319,1321,1322,-1,1322,1323,1291,-1,2601,1355,1324,-1,2601,2602,1355,-1,1325,1328,1327,-1,1696,1321,1320,-1,1325,1324,1357,-1,1338,1695,1345,-1,1357,1324,1355,-1,1691,1681,1680,-1,1692,2603,1693,-1,1342,1339,1680,-1,1338,1345,1344,-1,1682,1688,1690,-1,2604,1686,1687,-1,1692,2605,2603,-1,1349,2606,1354,-1,1010,293,1662,-1,1381,2607,1683,-1,1365,1687,1348,-1,1677,1120,1119,-1,1369,2608,1682,-1,1369,1010,1367,-1,1371,1341,1340,-1,1681,1372,1340,-1,1681,1691,1678,-1,1379,1378,1692,-1,1352,2606,1678,-1,1364,1120,1677,-1,1017,1020,1676,-1,971,1357,1673,-1,1143,2260,1653,-1,1246,1235,1248,-1,1386,1392,1175,-1,1388,1670,2609,-1,1022,1715,1669,-1,1282,1668,1390,-1,1664,1666,265,-1,1663,1280,1281,-1,1720,1401,1400,-1,1352,1367,1662,-1,1821,1123,1110,-1,2573,1653,1409,-1,1406,1405,1653,-1,1656,1655,1658,-1,2610,1054,1059,-1,1651,1669,967,-1,1415,1413,1017,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=9 */
		private int[] getethmoid_Geo_6_34_coordIndex_9()
		{
			int[] value = {1150,1417,1416,-1,1315,1049,1777,-1,1206,1193,1224,-1,1244,2611,1744,-1,1424,1181,1743,-1,1086,1832,1081,-1,1648,2612,1267,-1,964,1435,1783,-1,1646,1429,997,-1,998,997,1429,-1,2549,1879,2613,-1,1874,1043,1879,-1,2534,1433,976,-1,1264,1041,790,-1,1441,1640,1442,-1,1033,1032,2545,-1,1772,1029,1031,-1,1097,1443,1098,-1,1259,1645,1445,-1,1259,1446,1637,-1,1254,974,1255,-1,2614,1522,1521,-1,1464,1449,1635,-1,1634,1451,1450,-1,1453,2615,1633,-1,1632,1458,1460,-1,1631,1449,1628,-1,1463,1462,1630,-1,1449,1465,1627,-1,1462,1626,1630,-1,1627,1465,1466,-1,1471,1470,1626,-1,1475,1466,1465,-1,1624,1473,1476,-1,1477,2616,1622,-1,1481,1621,1618,-1,1485,1481,1618,-1,1617,1613,1491,-1,1493,1460,1459,-1,1633,1494,1454,-1,1492,1612,1493,-1,1498,1457,1499,-1,1610,2617,1611,-1,1609,2618,1504,-1,1507,1607,1502,-1,1505,1504,1506,-1,1504,1507,1506,-1,1508,1506,1509,-1,1601,2619,1605,-1,495,2620,1604,-1,1516,1601,1603,-1,1599,1517,1519,-1,1596,1598,2621,-1,2622,1593,1595,-1,1525,1592,2623,-1,1579,1539,1537,-1,1582,1581,1527,-1,2624,897,2625,-1,2624,1548,1528,-1,1585,1584,1586,-1,1530,1574,1591,-1,1583,1526,1546,-1,1545,1544,1581,-1,1578,1550,1549,-1,1552,2626,1933,-1,1933,887,1552,-1,1934,1933,1581,-1,1573,1579,1590,-1,1570,2627,1571,-1,1567,1569,1549,-1,1577,1556,1575,-1,1565,936,1899,-1,1564,2628,1563,-1,1558,2629,904,-1,2459,514,1545,-1,1540,516,1561,-1,1583,1560,1545,-1,1545,1562,2459,-1,1558,926,1563,-1,944,1563,926,-1,1556,1577,1554,-1,2626,1527,1581,-1,2626,1552,1527,-1,1933,2626,1581,-1,1581,1591,1574,-1,1541,1537,2630,-1,1540,1580,1534,-1,1545,1582,1583,-1,1543,2630,1537,-1,1537,1539,1538,-1,2631,1586,1584,-1,1545,514,1547,-1,2624,2625,1585,-1,1534,1580,1532,-1,1588,1529,1531,-1,1523,2632,1524,-1,1517,2633,1518,-1,1516,1603,1514,-1,1511,495,1512,-1,2634,1508,1510,-1,1508,2635,1505,-1,1507,1502,1501,-1,1503,1608,1504,-1,2636,2617,1610,-1,2636,2623,2617,-1,1502,1607,1500,-1,1499,1457,2632,-1,1493,1612,1456,-1,1491,1615,1497,-1,1495,2637,1496,-1,1490,1492,1459,-1,1474,2638,1489,-1,2639,2640,2641,-1,2639,2642,2640,-1,1488,2643,1486,-1,1484,1482,1481,-1,1483,1620,1481,-1,1476,1472,1464,-1,1473,1475,1472,-1,2644,1469,1471,-1,1627,1466,1468,-1,1630,1626,1464,-1,2645,1461,1463,-1,2646,1629,1464,-1,1458,2647,1459,-1,1455,1632,1456,-1,1452,1454,1634,-1,1449,1451,1635,-1,1636,1255,974,-1,792,1445,1645,-1,1032,1638,1825,-1,1441,792,791,-1,2493,2648,1443,-1,1102,1780,1166,-1,1042,1264,1733,-1,1438,1265,1439,-1,1433,978,1263,-1,1234,976,1433,-1,978,980,1044,-1,983,1432,981,-1,1850,1642,1429,-1,1428,1850,1429,-1,443,1159,966,-1,1274,1003,1005,-1,1245,2591,1650,-1,1198,2589,1196,-1,1183,2649,1423,-1,985,1227,1226,-1,1049,1315,1421,-1,1289,1113,1419,-1,1414,1415,1187,-1,1415,1414,1413,-1,1115,1112,1818,-1,1059,991,993,-1,2572,1405,1123,-1,1135,1134,1410,-1,1809,1134,1133,-1,1288,1154,1711,-1,292,1010,1402,-1,1401,1370,1351,-1,1018,1397,1718,-1,1663,1015,2540,-1,2650,1393,1395,-1,2540,1389,1663,-1,1388,1392,1670,-1,2651,1669,1389,-1,1309,1699,1317,-1,1846,1140,2581,-1,1231,1203,1202,-1,1049,1671,1777,-1,1382,1193,1201,-1,1359,2607,1381,-1,969,1880,970,-1,1380,1381,1362,-1,1377,1379,2652,-1,1374,1376,1119,-1,1373,1371,1379,-1,1370,1401,1371,-1,1343,2608,1369,-1,1352,1679,1368,-1,2653,1364,1366,-1,1675,2654,2655,-1,2656,2657,1683,-1,1360,1546,1358,-1,1354,2606,1352,-1,1370,1349,1351,-1,1687,1346,1348,-1,1345,2658,1343,-1,1339,1338,1691,-1,1691,1680,1339,-1,1379,1692,1373,-1,1336,970,972,-1,1339,2659,1337,-1,1320,2660,1696,-1,538,537,1306,-1,1330,540,539,-1,2661,1327,1329,-1,1326,2601,1324,-1,1318,999,1316,-1,1431,2662,1432,-1,1313,1304,1312,-1,1310,1294,1314,-1,1316,1701,1385,-1,1316,2662,1701,-1,1314,1294,1308,-1,543,2569,1303,-1,1323,1703,1292,-1,1298,2663,1299,-1,1294,1296,1308,-1,531,530,534,-1,1292,1300,1293,-1,1114,1113,1290,-1,1290,1152,1114,-1,1157,1705,1286,-1,1285,2579,1122,-1,1283,1667,1282,-1,1280,1715,1021,-1,1666,266,265,-1,1672,969,971,-1,289,1761,1278,-1,1005,2664,1273,-1,1002,1863,1271,-1,964,2538,2665,-1,1439,1265,1040,-1,1044,1432,1733,-1,790,1644,1263,-1,1731,1042,1733,-1,2666,1234,1434,-1,2666,1248,1234,-1,1258,1447,1256,-1,2593,1254,1146,-1,1251,1247,1246,-1,1424,1247,1252,-1,1743,1181,1242,-1,1244,1744,1242,-1,2611,1748,1744,-1,1228,1238,1199,-1,1072,2611,1244,-1,1236,1748,2611,-1,1235,1240,1233,-1,1230,1203,1231,-1,1197,1239,1241,-1,1199,1238,2667,-1,1227,1799,1237,-1,1223,2668,1177,-1,283,1184,1423,-1,1229,234,2555,-1,1210,1209,1761,-1,1082,1081,1003,-1,1227,1228,1195,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=10 */
		private int[] getethmoid_Geo_6_34_coordIndex_10()
		{
			int[] value = {1066,1202,1204,-1,1879,1799,1802,-1,1199,1201,1195,-1,1195,1201,1193,-1,2669,1192,966,-1,1190,1191,813,-1,1187,813,1188,-1,1418,1187,1189,-1,1186,1416,1096,-1,1075,1183,1185,-1,1177,1179,1425,-1,1425,1222,1177,-1,1174,1386,1175,-1,1032,1030,1029,-1,2670,1852,2671,-1,1852,1036,2671,-1,1132,1131,1155,-1,1658,1408,1134,-1,1655,1654,1777,-1,1171,1657,1056,-1,1171,2672,1169,-1,1168,1778,1167,-1,780,1781,1104,-1,1034,1030,1032,-1,1777,1310,1315,-1,1155,1700,1156,-1,1152,2600,1153,-1,2583,1078,1148,-1,288,1147,1210,-1,1793,1739,1146,-1,1180,1182,2592,-1,1846,996,995,-1,1777,1671,2673,-1,1049,1422,990,-1,1653,1410,1409,-1,1410,2572,1137,-1,1132,2571,1130,-1,1812,1814,1813,-1,1129,1125,1128,-1,973,2108,541,-1,1720,2652,1401,-1,1123,1821,1121,-1,1120,1109,1108,-1,2674,1406,2675,-1,1112,1116,1820,-1,1661,1285,1284,-1,1818,1112,1114,-1,1821,1110,1111,-1,1118,1107,1109,-1,742,780,740,-1,1167,1778,1824,-1,2676,1781,1101,-1,1032,1825,1275,-1,2677,1260,1262,-1,1096,1769,1094,-1,1301,2678,1791,-1,2679,2680,2681,-1,2682,1005,1087,-1,512,1087,513,-1,1761,1209,2585,-1,1084,1770,1085,-1,1006,1771,2683,-1,1180,2684,2685,-1,2649,2686,1216,-1,1243,2687,2688,-1,1759,2689,2586,-1,1384,2690,2691,-1,2588,1224,1382,-1,1062,1061,1752,-1,1061,1225,1752,-1,1383,1747,1750,-1,1059,993,2692,-1,1054,2693,1798,-1,1801,2694,1803,-1,1799,2535,1800,-1,1432,983,1878,-1,1879,2695,2613,-1,1642,1850,1437,-1,1040,1042,1731,-1,1264,1042,1041,-1,1869,2670,2696,-1,964,2665,1734,-1,1277,2697,1275,-1,966,1160,1024,-1,1161,1163,2582,-1,1028,1774,1026,-1,1076,2698,1077,-1,2650,1395,1867,-1,1669,1280,1663,-1,1676,2699,1022,-1,1397,1396,1720,-1,1017,1413,1018,-1,1013,1283,1011,-1,1583,1546,1360,-1,1182,2700,2592,-1,1000,1002,2595,-1,999,1318,997,-1,994,996,2701,-1,2554,2702,2552,-1,1804,2576,2695,-1,492,974,1448,-1,1684,1561,516,-1,1560,1583,1380,-1,2450,2703,817,-1,790,963,1644,-1,960,962,1884,-1,954,959,955,-1,958,2704,956,-1,953,955,2705,-1,904,1889,952,-1,948,2706,946,-1,943,1564,944,-1,936,1566,937,-1,932,962,930,-1,927,1883,928,-1,1559,924,926,-1,921,923,959,-1,1903,918,920,-1,917,2707,915,-1,914,1906,912,-1,905,1919,903,-1,902,1920,900,-1,897,2708,898,-1,894,896,2709,-1,893,2520,891,-1,885,887,1933,-1,890,889,1578,-1,2710,2711,892,-1,878,1936,883,-1,880,882,905,-1,877,1917,878,-1,876,2712,874,-1,871,1952,872,-1,868,870,2713,-1,843,842,866,-1,2714,2715,2716,-1,843,2507,862,-1,865,1959,864,-1,846,845,862,-1,1961,842,1962,-1,1964,841,861,-1,859,865,857,-1,856,838,847,-1,854,1965,844,-1,833,835,851,-1,830,832,839,-1,849,1967,848,-1,847,853,845,-1,844,852,842,-1,841,1963,839,-1,856,836,838,-1,834,2717,835,-1,831,1969,832,-1,1971,827,829,-1,1973,2501,2718,-1,826,2500,824,-1,821,1976,822,-1,818,820,2719,-1,2720,2721,1972,-1,2721,2501,1972,-1,2722,2669,1767,-1,2723,1783,1092,-1,810,1977,811,-1,807,1978,808,-1,804,2724,805,-1,802,1980,800,-1,799,1915,797,-1,794,2494,795,-1,1262,2725,2677,-1,791,1984,1441,-1,787,783,782,-1,782,1444,2726,-1,2727,776,778,-1,775,754,773,-1,751,2728,774,-1,767,1990,772,-1,771,2729,769,-1,766,1990,767,-1,764,2730,765,-1,761,2731,762,-1,759,1992,757,-1,1985,1992,753,-1,749,744,1999,-1,748,2029,707,-1,745,2030,743,-1,744,746,698,-1,743,748,701,-1,739,2031,737,-1,2002,2485,2732,-1,2732,2733,2002,-1,2734,2735,2736,-1,709,729,2009,-1,736,727,2737,-1,725,735,723,-1,722,717,733,-1,732,719,714,-1,731,733,729,-1,728,732,726,-1,724,2738,725,-1,720,2480,721,-1,717,2739,718,-1,714,2013,715,-1,712,2740,713,-1,710,2022,708,-1,707,2028,705,-1,704,2732,702,-1,701,2485,699,-1,698,2741,696,-1,694,2475,695,-1,687,686,692,-1,684,683,690,-1,689,694,688,-1,685,2742,686,-1,682,681,683,-1,677,622,682,-1,616,625,2055,-1,678,676,679,-1,676,673,674,-1,2474,629,672,-1,668,674,673,-1,665,664,672,-1,671,663,662,-1,669,660,659,-1,657,656,666,-1,654,2043,664,-1,663,2045,661,-1,660,649,658,-1,655,2477,656,-1,653,2043,654,-1,651,658,649,-1,647,648,2743,-1,646,2047,642,-1,643,645,647,-1,640,2476,641,-1,639,2056,2044,-1,688,636,635,-1,689,625,682,-1,634,2744,631,-1,629,631,2744,-1,628,624,626,-1,634,637,2744,-1,620,621,623,-1,619,2474,620,-1,2473,2745,630,-1,2746,2747,627,-1,610,2071,609,-1,608,344,607,-1,604,606,591,-1,2748,601,603,-1,612,611,599,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=11 */
		private int[] getethmoid_Geo_6_34_coordIndex_11()
		{
			int[] value = {598,2076,599,-1,596,2077,597,-1,590,604,591,-1,589,588,558,-1,586,2081,587,-1,585,2083,583,-1,2467,578,2749,-1,578,2750,2749,-1,582,2751,581,-1,580,2750,578,-1,576,2089,574,-1,573,2752,571,-1,2464,567,570,-1,568,2753,569,-1,565,2095,566,-1,561,550,549,-1,552,550,561,-1,560,589,558,-1,546,2754,557,-1,555,2462,556,-1,551,2104,552,-1,550,545,548,-1,607,2755,2251,-1,542,544,531,-1,2106,522,1128,-1,541,525,539,-1,536,522,537,-1,515,514,2459,-1,2756,2757,2758,-1,2756,2759,2757,-1,532,2760,533,-1,531,2110,529,-1,2761,1562,2107,-1,527,2108,515,-1,524,536,525,-1,519,2109,544,-1,520,1128,522,-1,518,2109,519,-1,1540,514,516,-1,2762,6,8,-1,1831,488,513,-1,1830,489,1831,-1,505,2763,511,-1,510,503,487,-1,509,2763,507,-1,1625,504,506,-1,502,503,510,-1,499,501,2116,-1,493,495,1511,-1,490,1029,488,-1,474,487,503,-1,485,2764,483,-1,481,482,2765,-1,2455,478,480,-1,476,2455,477,-1,474,478,475,-1,469,476,470,-1,471,465,2122,-1,2123,2766,2453,-1,465,467,2127,-1,2767,2128,2134,-1,2134,460,2767,-1,464,2138,463,-1,2143,455,2452,-1,2452,2132,2143,-1,462,2133,457,-1,460,2134,458,-1,456,2144,457,-1,463,450,452,-1,2149,968,449,-1,92,2155,436,-1,294,438,114,-1,440,448,446,-1,2164,428,2159,-1,425,431,432,-1,430,418,2768,-1,2769,2447,435,-1,2164,2159,2445,-1,421,2770,419,-1,418,2160,416,-1,415,432,413,-1,410,2169,411,-1,407,2771,408,-1,404,2772,405,-1,401,2773,402,-1,398,400,2774,-1,2179,2775,442,-1,395,2180,396,-1,2776,1279,1797,-1,2777,2778,2428,-1,2184,391,392,-1,391,388,390,-1,2779,313,385,-1,225,255,2217,-1,382,366,381,-1,2437,2198,2780,-1,2203,378,380,-1,2210,2781,2211,-1,376,2212,377,-1,373,2432,374,-1,369,2216,370,-1,355,165,353,-1,366,382,365,-1,196,2233,244,-1,363,2782,364,-1,2783,2784,2229,-1,2785,392,2232,-1,366,2233,2193,-1,366,244,2233,-1,2234,2233,312,-1,344,2472,343,-1,2425,346,350,-1,2241,592,591,-1,342,330,329,-1,341,2096,340,-1,339,340,337,-1,336,2466,334,-1,331,330,332,-1,326,328,2421,-1,323,325,2422,-1,300,322,2244,-1,319,306,320,-1,304,315,314,-1,343,2786,318,-1,317,344,318,-1,310,2420,311,-1,308,2787,309,-1,306,319,304,-1,303,2788,301,-1,300,316,298,-1,2267,1,2266,-1,263,266,264,-1,1392,115,1175,-1,262,296,293,-1,214,144,143,-1,2255,18,2256,-1,115,1176,1175,-1,286,145,2789,-1,285,158,218,-1,1147,127,2318,-1,280,61,24,-1,275,274,277,-1,258,156,2790,-1,184,2321,272,-1,93,271,94,-1,269,2791,267,-1,265,263,2264,-1,2380,115,1394,-1,2267,1402,7,-1,2269,260,259,-1,259,261,2253,-1,262,2266,2254,-1,246,248,257,-1,257,2412,2295,-1,2792,247,129,-1,2271,2793,2272,-1,2233,195,312,-1,223,191,172,-1,242,2794,243,-1,240,132,159,-1,238,2795,220,-1,233,2796,236,-1,213,212,234,-1,231,124,2283,-1,2291,209,205,-1,228,2290,229,-1,2797,2412,2221,-1,224,2220,222,-1,134,2294,221,-1,220,284,218,-1,2399,215,217,-1,212,214,291,-1,211,205,209,-1,208,2289,206,-1,2400,169,2798,-1,198,2279,2411,-1,130,240,2401,-1,239,2799,2800,-1,204,2276,197,-1,191,148,147,-1,148,191,193,-1,383,192,249,-1,189,118,117,-1,152,2801,188,-1,185,187,2409,-1,182,184,273,-1,103,189,2802,-1,2803,2300,2406,-1,179,2299,177,-1,175,2804,136,-1,257,2295,258,-1,147,2296,171,-1,168,2306,166,-1,2312,2302,2301,-1,2805,2306,2806,-1,2314,2309,2308,-1,158,2807,159,-1,152,154,2407,-1,151,167,149,-1,146,193,2408,-1,2401,2800,2291,-1,139,2286,140,-1,2301,136,138,-1,2222,2805,2312,-1,2301,176,136,-1,94,2273,126,-1,2298,2313,2808,-1,2428,2778,2784,-1,2809,92,436,-1,122,12,120,-1,119,2322,111,-1,12,110,116,-1,279,117,99,-1,2810,112,2323,-1,112,2810,113,-1,2405,2314,2299,-1,2325,101,100,-1,2323,107,2810,-1,105,2811,2394,-1,2329,113,2313,-1,2330,2154,98,-1,95,2417,93,-1,2809,91,92,-1,88,2393,164,-1,2156,2446,86,-1,82,2352,83,-1,74,2340,2359,-1,80,71,70,-1,63,2391,80,-1,2341,74,76,-1,17,2371,72,-1,2812,69,71,-1,68,80,38,-1,30,47,2336,-1,2353,2352,2339,-1,2355,2388,2387,-1,65,2387,41,-1,61,25,24,-1,77,2389,78,-1,60,2385,58,-1,55,57,2813,-1,54,2814,52,-1,50,2363,20,-1,50,2364,29,-1,33,2815,27,-1,48,2816,47,-1,46,84,44,-1,2383,2334,2333,-1,41,2388,42,-1,37,36,39,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=12 */
		private int[] getethmoid_Geo_6_34_coordIndex_12()
		{
			int[] value = {2388,41,2387,-1,33,35,2817,-1,35,34,2364,-1,32,48,30,-1,47,2351,2336,-1,25,2359,26,-1,21,23,2342,-1,18,20,2363,-1,17,75,15,-1,14,2372,2371,-1,12,115,13,-1,2818,2819,2374,-1,2376,1,2377,-1,6,2762,5,-1,2268,2266,2270,-1,2268,2254,2266,-1,2383,2820,2365,-1,2820,2383,2818,-1,2269,2377,2821,-1,2269,2376,2377,-1,2822,58,2823,-1,2822,59,58,-1,2824,2825,2826,-1,2824,2827,2825,-1,2357,52,2358,-1,2357,53,52,-1,2828,2370,82,-1,2828,2347,2370,-1,2368,2829,2830,-1,2368,2367,2829,-1,2364,2362,2338,-1,2364,50,2362,-1,2354,2822,2386,-1,2354,2831,2822,-1,2832,2361,2360,-1,2832,2833,2361,-1,2834,63,2835,-1,63,2834,2391,-1,2826,2836,2824,-1,2836,2826,66,-1,2332,2837,2333,-1,2837,2332,2389,-1,2386,83,2354,-1,2335,83,2386,-1,2363,2336,2256,-1,2336,2363,49,-1,2386,2823,79,-1,2386,2822,2823,-1,2838,31,28,-1,2838,32,31,-1,2382,23,2831,-1,2342,23,2382,-1,2339,2370,2337,-1,2339,2352,2370,-1,2319,2839,2840,-1,2319,2841,2839,-1,111,89,2331,-1,111,113,89,-1,181,2842,2843,-1,2842,181,100,-1,2808,113,2810,-1,2808,2313,113,-1,99,280,279,-1,99,101,280,-1,91,2154,2330,-1,2154,91,2809,-1,108,178,177,-1,108,106,178,-1,2326,2844,2845,-1,2844,2326,2328,-1,2320,2841,2319,-1,2841,2320,2846,-1,2310,367,2403,-1,2804,367,2310,-1,203,2317,204,-1,203,2847,2317,-1,2292,2848,201,-1,2292,2799,2848,-1,285,243,2794,-1,2402,243,285,-1,2306,2222,166,-1,2805,2222,2306,-1,174,140,2305,-1,141,140,174,-1,166,137,2303,-1,138,137,166,-1,2404,2299,179,-1,2405,2299,2404,-1,2185,2849,2850,-1,2849,2185,2851,-1,2852,2418,2853,-1,2854,2418,2852,-1,2410,1142,2297,-1,2263,1142,2410,-1,2799,2855,2848,-1,239,2855,2799,-1,2275,2847,2856,-1,2275,2317,2847,-1,2277,2287,229,-1,2277,2288,2287,-1,2857,237,236,-1,237,2857,290,-1,2858,2285,2859,-1,2858,2284,2285,-1,207,2860,2791,-1,207,221,2860,-1,2287,269,2861,-1,2287,208,269,-1,2280,202,2278,-1,2280,200,202,-1,2276,2289,197,-1,206,2289,2276,-1,2295,2797,171,-1,2797,2295,2412,-1,2862,1221,2863,-1,2864,1221,2862,-1,1218,2274,2795,-1,1218,283,2274,-1,2865,2398,2866,-1,2865,2864,2398,-1,2274,2284,2858,-1,2274,282,2284,-1,2867,190,2868,-1,189,190,2867,-1,2794,2855,2807,-1,242,2855,2794,-1,194,348,195,-1,194,162,348,-1,2869,2,2375,-1,2870,2,2869,-1,262,2253,263,-1,2253,262,2254,-1,1664,2380,1393,-1,2265,2380,1664,-1,2297,2261,291,-1,1142,2261,2297,-1,142,183,187,-1,183,142,2871,-1,189,2839,2802,-1,189,2867,2839,-1,2790,2285,258,-1,2315,2285,2790,-1,24,117,279,-1,24,2814,117,-1,2852,2872,2854,-1,2813,2872,2852,-1,2360,273,272,-1,2360,2385,273,-1,185,19,2410,-1,185,21,19,-1,2396,61,280,-1,61,2396,15,-1,327,2873,2874,-1,2873,327,326,-1,2875,317,316,-1,2755,317,2875,-1,2876,2250,2251,-1,2250,2876,2874,-1,338,303,302,-1,303,338,337,-1,2248,2421,328,-1,2248,2246,2421,-1,335,2245,331,-1,335,2423,2245,-1,2243,2079,2247,-1,2080,2079,2243,-1,310,607,2251,-1,2241,607,310,-1,2238,343,2472,-1,2238,2237,343,-1,2877,2070,2878,-1,2070,2877,2071,-1,2067,345,347,-1,345,2067,2239,-1,371,2879,2880,-1,371,2881,2879,-1,2882,2225,2883,-1,2882,372,2225,-1,2884,2792,2776,-1,2884,2885,2792,-1,355,245,2884,-1,355,353,245,-1,2415,2886,385,-1,2886,2415,188,-1,2887,2888,2889,-1,2890,2888,2887,-1,2891,2892,2893,-1,2891,2894,2892,-1,2890,2895,2896,-1,2890,2887,2895,-1,2889,2897,2887,-1,2898,2897,2889,-1,2899,2893,2892,-1,2899,2900,2893,-1,2901,2433,2881,-1,2901,2434,2433,-1,2214,2223,2213,-1,2223,2214,362,-1,2435,2902,2210,-1,2435,373,2902,-1,2901,2204,379,-1,2901,370,2204,-1,2212,2437,2213,-1,2437,2212,2199,-1,2436,2209,2208,-1,2436,2435,2209,-1,2200,2202,2201,-1,2200,2199,2202,-1,2781,2903,2211,-1,2903,2781,2062,-1,2205,2904,2905,-1,2205,2206,2904,-1,2906,2201,2907,-1,2906,2200,2201,-1,2880,360,361,-1,360,2880,2879,-1,364,357,359,-1,357,364,2782,-1,2429,364,359,-1,2430,364,2429,-1,2416,2908,2183,-1,2909,2908,2416,-1,2229,2195,2197,-1,2784,2195,2229,-1,2899,2416,2194,-1,2899,2909,2416,-1,2191,2197,2195,-1,255,2197,2191,-1,2900,2194,2193,-1,2900,2899,2194,-1,2192,2910,2190,-1,2192,2911,2910,-1,2190,2912,251,-1,2190,2910,2912,-1,389,2779,385,-1,388,2779,389,-1,386,2185,387,-1,2185,386,2851,-1,358,2913,2186,-1,2230,2913,358,-1,357,2230,358,-1,357,2231,2230,-1,392,2427,2426,-1,2427,392,2785,-1,2914,2915,2916,-1,2914,2917,2915,-1,393,2776,1797,-1,393,2918,2776,-1,497,608,2072,-1,497,496,608,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=13 */
		private int[] getethmoid_Geo_6_34_coordIndex_13()
		{
			int[] value = {2182,2919,2440,-1,2919,2182,2920,-1,500,2441,2182,-1,500,499,2441,-1,2921,2177,2922,-1,2442,2177,2921,-1,2774,2443,2923,-1,400,2443,2774,-1,2924,2925,2926,-1,2924,2927,2925,-1,2173,2928,2174,-1,1192,2928,2173,-1,2172,2929,397,-1,2171,2929,2172,-1,2930,2931,2921,-1,2932,2931,2930,-1,2931,2773,401,-1,2931,2932,2773,-1,407,2171,2771,-1,2929,2171,407,-1,2933,2934,2444,-1,2933,2935,2934,-1,402,2924,403,-1,402,2927,2924,-1,2936,408,2937,-1,409,408,2936,-1,2170,2938,2939,-1,2170,2940,2938,-1,2153,2923,2451,-1,2153,2176,2923,-1,2451,2443,2151,-1,2923,2443,2451,-1,433,2148,449,-1,437,2148,433,-1,2941,2167,2168,-1,2942,2167,2941,-1,2943,420,2944,-1,2945,420,2943,-1,2167,2946,417,-1,2946,2167,2947,-1,2445,413,431,-1,2445,2160,413,-1,2448,2941,427,-1,2448,2948,2941,-1,2948,2447,423,-1,2448,2447,2948,-1,440,434,433,-1,87,434,440,-1,2949,2947,2147,-1,2949,2946,2947,-1,456,2950,2144,-1,456,2951,2950,-1,2952,453,451,-1,2952,2953,453,-1,458,2949,459,-1,458,2140,2949,-1,2146,2136,2135,-1,2146,2137,2136,-1,454,2130,2129,-1,454,2131,2130,-1,462,467,2133,-1,2127,467,462,-1,2129,2954,2124,-1,2954,2129,2130,-1,2955,2136,468,-1,2955,2135,2136,-1,2956,2957,2958,-1,2956,2959,2957,-1,466,2960,2958,-1,2454,2960,466,-1,475,2125,473,-1,475,2126,2125,-1,2456,472,471,-1,2456,484,472,-1,486,2961,2120,-1,2961,486,2962,-1,2456,2963,2121,-1,2456,2964,2963,-1,2965,2966,2967,-1,2965,2968,2966,-1,2115,502,504,-1,2115,2114,502,-1,1624,1622,2115,-1,1623,1622,1624,-1,2969,2616,2970,-1,2969,2971,2616,-1,2119,2972,2973,-1,2118,2972,2119,-1,508,1488,509,-1,508,2643,1488,-1,494,1603,1602,-1,494,493,1603,-1,2112,524,2974,-1,524,2112,523,-1,2111,2107,529,-1,2111,2975,2107,-1,2976,527,2977,-1,527,2976,526,-1,2978,2979,2980,-1,2981,2979,2978,-1,2982,2974,2983,-1,2112,2974,2982,-1,2984,2111,2985,-1,2975,2111,2984,-1,2986,2987,2988,-1,2986,2989,2987,-1,2757,2990,2991,-1,2759,2990,2757,-1,2992,2993,2994,-1,2993,2992,2995,-1,2996,2997,2998,-1,2999,2997,2996,-1,3000,2758,3001,-1,3000,2756,2758,-1,3002,3003,3004,-1,3002,3005,3003,-1,3006,3007,3008,-1,3009,3007,3006,-1,3010,3011,3012,-1,3010,3013,3011,-1,3014,3015,3016,-1,3014,3017,3015,-1,3018,3019,3020,-1,3021,3019,3018,-1,3022,3023,3024,-1,3025,3023,3022,-1,3026,3027,3028,-1,3026,3029,3027,-1,3030,3031,3032,-1,3033,3031,3030,-1,3034,3035,3036,-1,3034,3037,3035,-1,3038,3039,3040,-1,3039,3038,3041,-1,3042,3043,3044,-1,3042,3045,3043,-1,3046,3047,3048,-1,3046,3049,3047,-1,3050,3051,3052,-1,3051,3050,3053,-1,1329,1336,972,-1,1336,1329,1328,-1,1300,535,1293,-1,1300,1302,535,-1,3054,2105,571,-1,3055,2105,3054,-1,582,3056,3057,-1,2086,3056,582,-1,3058,3059,3060,-1,3058,3061,3059,-1,2102,3062,2091,-1,2101,3062,2102,-1,2463,2098,2097,-1,2463,2099,2098,-1,560,2095,565,-1,560,559,2095,-1,3063,554,557,-1,554,3063,3064,-1,3064,555,554,-1,555,3064,3065,-1,3066,571,2752,-1,3066,3054,571,-1,2093,575,2094,-1,575,2093,576,-1,2101,3067,3062,-1,2101,3068,3067,-1,2084,574,2089,-1,2085,574,2084,-1,2083,2084,583,-1,2083,2085,2084,-1,3057,2751,582,-1,3069,2751,3057,-1,3070,2467,2749,-1,3071,2467,3070,-1,3072,3061,3058,-1,3061,3072,3073,-1,3070,3074,3071,-1,3074,3070,3075,-1,3073,3076,3061,-1,3076,3073,3077,-1,3078,2461,553,-1,3078,3079,2461,-1,2099,3080,2098,-1,2099,3081,3080,-1,3082,2754,3083,-1,2754,3082,3084,-1,2075,3085,3086,-1,2074,3085,2075,-1,2066,3087,3088,-1,3087,2066,3089,-1,3090,2468,3091,-1,3090,2073,2468,-1,2078,498,2469,-1,498,2078,610,-1,3092,2078,2471,-1,2078,3092,2070,-1,3092,2878,2070,-1,3092,3093,2878,-1,2235,2068,2067,-1,2068,2235,3094,-1,3088,3095,3096,-1,3088,3087,3095,-1,3097,3098,3099,-1,3097,3095,3098,-1,3100,3099,3098,-1,3099,3100,3101,-1,3102,3101,3100,-1,3101,3102,3103,-1,3102,2469,3103,-1,3102,2470,2469,-1,2937,3104,2936,-1,3104,2937,3105,-1,2058,2062,2057,-1,2058,2903,2062,-1,2905,626,2059,-1,626,2905,2904,-1,2906,633,631,-1,633,2906,2907,-1,633,2042,634,-1,3106,2042,633,-1,695,2051,636,-1,695,2054,2051,-1,3107,2049,2475,-1,3107,2048,2049,-1,2046,2049,2048,-1,2049,2046,2050,-1,653,2050,2046,-1,2050,653,652,-1,2743,661,2045,-1,2743,648,661,-1,671,3108,3109,-1,671,670,3108,-1,678,3110,3111,-1,3110,678,621,-1,679,685,680,-1,679,2742,685,-1,689,2055,625,-1,2055,689,635,-1,2037,2034,2032,-1,2037,2035,2034,-1,2476,692,2052,-1,693,692,2476,-1,2428,358,2850,-1,2428,359,358,-1,3112,2031,3113,-1,1998,2031,3112,-1,3114,3115,3116,-1,3114,3117,3115,-1,749,2013,718,-1,749,3118,2013,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=14 */
		private int[] getethmoid_Geo_6_34_coordIndex_14()
		{
			int[] value = {2480,2029,2030,-1,2481,2029,2480,-1,2006,2482,2025,-1,2482,2006,3119,-1,736,2009,728,-1,3120,2009,736,-1,2014,3121,3122,-1,3123,3121,2014,-1,3124,3125,3126,-1,3124,3127,3125,-1,3128,3129,3130,-1,3128,3131,3129,-1,1987,2019,2018,-1,1987,3132,2019,-1,2015,3133,2016,-1,2015,3134,3133,-1,3135,3136,3137,-1,3135,3130,3136,-1,734,2026,705,-1,3138,2026,734,-1,3139,3140,2003,-1,3140,3139,2010,-1,2010,711,3140,-1,2010,716,711,-1,3141,713,3138,-1,3142,713,3141,-1,2007,708,2021,-1,2007,2008,708,-1,2005,3143,2024,-1,2005,2004,3143,-1,736,3144,3127,-1,736,2737,3144,-1,3145,2483,2022,-1,3122,2483,3145,-1,3131,2023,3129,-1,3131,3146,2023,-1,3147,786,3148,-1,3147,3149,786,-1,3150,2734,2736,-1,3150,2733,2734,-1,3151,3152,3153,-1,3151,3154,3152,-1,782,3148,786,-1,782,2726,3148,-1,3155,704,3117,-1,2734,704,3155,-1,3156,696,3154,-1,3156,3157,696,-1,1994,3112,1995,-1,1994,1998,3112,-1,703,747,2487,-1,703,702,747,-1,1993,3158,3159,-1,3158,1993,1995,-1,778,3160,3161,-1,777,3160,778,-1,3162,3163,3164,-1,3163,3162,3165,-1,3166,3167,762,-1,3166,3168,3167,-1,3169,3170,3171,-1,3169,3172,3170,-1,3173,3172,3169,-1,3173,2727,3172,-1,761,2727,3173,-1,761,776,2727,-1,760,776,761,-1,760,3174,776,-1,3175,3174,760,-1,3175,3176,3174,-1,3177,3178,3179,-1,3177,3180,3178,-1,757,3181,758,-1,757,2489,3181,-1,3180,3182,3178,-1,3180,3183,3182,-1,3184,3181,2489,-1,3184,3185,3181,-1,3183,3186,3182,-1,3183,3187,3186,-1,3188,3189,3190,-1,3189,3188,3191,-1,2731,3173,3192,-1,761,3173,2731,-1,3193,3190,3194,-1,3190,3193,3188,-1,3192,3169,3165,-1,3173,3169,3192,-1,3195,3193,3194,-1,3195,3196,3193,-1,2491,3197,3198,-1,2491,3199,3197,-1,2729,2730,764,-1,2729,771,2730,-1,3199,1991,3200,-1,2491,1991,3199,-1,774,3200,1991,-1,774,2728,3200,-1,3172,778,3201,-1,3172,2727,778,-1,3202,3203,1989,-1,3202,3204,3203,-1,3204,3179,3203,-1,3204,3177,3179,-1,740,3205,3206,-1,781,3205,740,-1,1982,3207,1983,-1,1982,3208,3207,-1,3209,1979,2496,-1,3210,1979,3209,-1,3211,2720,3212,-1,2721,2720,3211,-1,3213,819,818,-1,3213,3214,819,-1,1976,810,809,-1,810,1976,821,-1,803,2718,804,-1,803,2499,2718,-1,1975,3215,3216,-1,1975,3217,3215,-1,2503,2499,1968,-1,2718,2499,2503,-1,3216,1970,2502,-1,3216,3215,1970,-1,834,825,2717,-1,826,825,834,-1,2502,1967,849,-1,2502,1970,1967,-1,865,855,1959,-1,855,865,2504,-1,851,2506,1962,-1,850,2506,851,-1,1960,1963,2505,-1,1960,2506,1963,-1,2508,858,2715,-1,2508,861,858,-1,1955,1961,1960,-1,1953,1961,1955,-1,864,1958,3218,-1,864,863,1958,-1,2510,1957,1956,-1,1957,2510,2509,-1,3219,1958,2507,-1,3220,1958,3219,-1,3221,2715,3222,-1,3221,2508,2715,-1,1954,3223,3224,-1,1954,2511,3223,-1,3219,3225,3220,-1,3225,3219,3226,-1,1947,3227,1952,-1,3227,1947,1943,-1,3228,3229,3230,-1,3228,3231,3229,-1,3232,3233,3234,-1,869,3233,3232,-1,3235,3236,3237,-1,3235,3222,3236,-1,3238,3239,3240,-1,3238,3241,3239,-1,3242,3243,3244,-1,3242,3245,3243,-1,3241,3246,3247,-1,3246,3241,3238,-1,3248,3245,3242,-1,3248,3249,3245,-1,3246,3250,3247,-1,3251,3250,3246,-1,3252,3249,3248,-1,3252,3253,3249,-1,3250,3254,3255,-1,3254,3250,3251,-1,3256,3252,3257,-1,3256,3253,3252,-1,3255,3258,3259,-1,3258,3255,3254,-1,3260,3257,3261,-1,3260,3256,3257,-1,3259,3262,3263,-1,3262,3259,3258,-1,3264,3261,3265,-1,3264,3260,3261,-1,3263,3266,3267,-1,3266,3263,3262,-1,1951,3265,3268,-1,1951,3264,3265,-1,3266,2513,3267,-1,3269,2513,3266,-1,2512,3268,3270,-1,2512,1951,3268,-1,3225,1949,2514,-1,3225,3226,1949,-1,1952,3271,872,-1,1952,3227,3271,-1,3272,2514,1945,-1,3272,3225,2514,-1,1944,3273,2515,-1,3273,1944,3274,-1,3275,875,874,-1,3275,3276,875,-1,2515,3240,3239,-1,3240,2515,3273,-1,900,3277,3278,-1,900,3279,3277,-1,1938,1917,1916,-1,1938,1939,1917,-1,886,1936,1939,-1,886,885,1936,-1,882,3280,3281,-1,2517,3280,882,-1,3282,3277,3283,-1,3282,3284,3277,-1,891,3285,3286,-1,891,890,3285,-1,3287,3288,3289,-1,3288,3287,3290,-1,1931,1935,1934,-1,1930,1935,1931,-1,1573,1928,3291,-1,1573,1590,1928,-1,3292,1571,2627,-1,1571,3292,3293,-1,1927,3294,1926,-1,1927,3295,3294,-1,3296,1924,3297,-1,3296,1925,1924,-1,1568,3285,1569,-1,1568,3298,3285,-1,2518,3299,2711,-1,2518,3300,3299,-1,889,2519,3301,-1,889,888,2519,-1,1922,3302,1923,-1,1922,3303,3302,-1,3301,2708,1575,-1,3301,2519,2708,-1,1923,3304,3305,-1,1923,3302,3304,-1,886,1554,887,-1,886,3306,1554,-1,904,880,905,-1,904,951,880,-1,1916,1891,1937,-1,1916,1918,1891,-1,3208,907,3210,-1,3208,909,907,-1,1981,3307,3308,-1,802,3307,1981,-1,3309,797,1911,-1,797,3309,794,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=15 */
		private int[] getethmoid_Geo_6_34_coordIndex_15()
		{
			int[] value = {3308,3310,3311,-1,3308,3307,3310,-1,1911,3312,3309,-1,3312,1911,2525,-1,935,1908,933,-1,917,1908,935,-1,919,3313,1907,-1,919,3314,3313,-1,3315,915,2707,-1,915,3315,2524,-1,1901,3316,1902,-1,1901,1913,3316,-1,3317,3318,3319,-1,3317,3320,3318,-1,3321,3320,3317,-1,2528,917,935,-1,917,2528,2707,-1,3322,938,937,-1,3322,3323,938,-1,2705,1900,2533,-1,955,1900,2705,-1,3324,3322,1909,-1,3322,3324,3323,-1,925,2530,3325,-1,924,2530,925,-1,1883,2532,928,-1,1883,1887,2532,-1,1883,1885,1887,-1,929,3326,927,-1,929,1896,3326,-1,929,3327,1896,-1,2704,3328,3329,-1,2704,2529,3328,-1,1908,3330,3331,-1,1908,3332,3330,-1,3333,1899,930,-1,3333,2531,1899,-1,1565,1897,943,-1,1898,1897,1565,-1,3334,2526,3335,-1,2526,3334,942,-1,946,3335,947,-1,3335,946,3334,-1,3336,2532,1889,-1,928,2532,3336,-1,3337,3338,3339,-1,3338,3337,3340,-1,1893,953,2705,-1,1891,953,1893,-1,3317,3339,3341,-1,3339,3317,3337,-1,1886,960,1884,-1,1888,960,1886,-1,791,795,1983,-1,793,795,791,-1,788,1980,2495,-1,2548,1980,788,-1,1984,3209,1261,-1,1984,3207,3209,-1,1766,3211,1767,-1,1766,2724,3211,-1,3342,814,2497,-1,3342,811,814,-1,812,808,1091,-1,812,1977,808,-1,3343,1874,2549,-1,1875,1874,3343,-1,3344,1845,1844,-1,2537,1845,3344,-1,1847,1735,1411,-1,1847,3345,1735,-1,3346,2544,2596,-1,3346,2545,2544,-1,1727,2565,3347,-1,1727,2566,2565,-1,1855,3348,1089,-1,1855,3349,3348,-1,1030,1854,1031,-1,1030,1853,1854,-1,2681,1272,1753,-1,2681,2680,1272,-1,1865,1712,2599,-1,1865,1867,1712,-1,2539,3350,3351,-1,3350,2539,1864,-1,1015,1282,2540,-1,1015,1014,1282,-1,1668,1713,1395,-1,1667,1713,1668,-1,2698,1836,1077,-1,2698,3352,1836,-1,2664,3353,1760,-1,3354,3353,2664,-1,3355,3356,3357,-1,1755,3356,3355,-1,1080,1770,1084,-1,1079,1770,1080,-1,1760,1273,2664,-1,1760,2585,1273,-1,2542,3358,3359,-1,3358,2542,1858,-1,1163,3360,2582,-1,1163,3361,3360,-1,1723,1159,1724,-1,1160,1159,1723,-1,1723,2538,1025,-1,1722,2538,1723,-1,1852,1037,1036,-1,1037,1852,1436,-1,2677,3362,2671,-1,2677,2547,3362,-1,1044,2550,1432,-1,2550,1044,1045,-1,979,1876,3363,-1,979,1877,1876,-1,985,1873,986,-1,1051,1873,985,-1,1412,1052,1143,-1,1052,1412,1053,-1,2693,994,1798,-1,3345,994,2693,-1,1746,1750,1747,-1,1746,1751,1750,-1,2562,2586,2689,-1,2586,2562,2561,-1,2564,2698,1076,-1,2564,2563,2698,-1,1860,1274,1273,-1,1274,1860,1211,-1,3358,3348,3364,-1,3358,3365,3348,-1,3366,1213,2150,-1,3366,1214,1213,-1,2668,3367,3368,-1,2668,1223,3367,-1,3369,2612,1212,-1,3369,3370,2612,-1,1791,3371,1792,-1,1791,2678,3371,-1,1099,1444,2580,-1,1099,1098,1444,-1,1404,7,1402,-1,1404,8,7,-1,1121,1661,1284,-1,1121,1822,1661,-1,1419,1819,1150,-1,1820,1819,1419,-1,1115,1660,1399,-1,1660,1115,1817,-1,1398,2652,1720,-1,2652,1398,1377,-1,1808,1656,1809,-1,1654,1656,1808,-1,2662,1421,1701,-1,1421,2662,1431,-1,1432,1805,1046,-1,1805,1432,1878,-1,1802,2694,1849,-1,2694,1802,1803,-1,2551,1800,988,-1,2551,1801,1800,-1,2673,1872,2536,-1,1671,1872,2673,-1,2692,1207,1059,-1,2692,1844,1207,-1,297,3372,1659,-1,297,274,3372,-1,3373,1636,491,-1,1636,3373,1794,-1,1739,1253,3374,-1,1739,1741,1253,-1,1810,3375,3376,-1,2574,3375,1810,-1,1122,1786,1784,-1,1122,2579,1786,-1,1157,1420,1149,-1,1287,1420,1157,-1,3377,2571,3378,-1,2571,3377,1812,-1,3379,1814,1785,-1,1814,3379,1813,-1,1314,1307,1315,-1,1307,1314,1308,-1,1105,1781,2676,-1,1105,1104,1781,-1,3380,3381,1172,-1,3381,3380,3382,-1,3382,3383,1169,-1,3382,3384,3383,-1,1846,1172,1056,-1,3380,1172,1846,-1,1815,1792,3385,-1,1790,1792,1815,-1,1027,1854,1028,-1,1027,1871,1854,-1,1085,1006,1832,-1,1085,1771,1006,-1,1186,3386,1151,-1,1186,1095,3386,-1,2559,1063,1765,-1,1063,2559,1064,-1,1196,1230,3387,-1,2589,1230,1196,-1,977,1234,3388,-1,1234,977,976,-1,212,2610,1060,-1,2261,2610,212,-1,1764,1071,1765,-1,235,1071,1764,-1,1834,1859,2541,-1,1834,2683,1859,-1,3389,3368,3390,-1,3389,3391,3368,-1,1829,2681,1827,-1,1829,2679,2681,-1,1073,2689,1840,-1,2562,2689,1073,-1,2584,2667,1238,-1,2584,1763,2667,-1,1206,1061,1059,-1,1206,1225,1061,-1,2561,1243,2688,-1,1244,1243,2561,-1,1741,1182,1252,-1,1741,1793,1182,-1,1737,1248,2666,-1,1737,1736,1248,-1,1737,1434,1645,-1,1737,2666,1434,-1,991,2554,992,-1,2702,2554,991,-1,2547,3392,3362,-1,2547,1039,3392,-1,1642,999,998,-1,1732,999,1642,-1,1875,3363,1876,-1,3393,3363,1875,-1,3346,3360,3394,-1,3395,3360,3346,-1,1719,1880,264,-1,1881,1880,1719,-1,1665,1393,3351,-1,1393,1665,1664,-1,2597,3396,2699,-1,2597,2598,3396,-1,1023,1587,1021,-1,1548,1587,1023,-1,3378,1303,3377,-1,1126,1303,3378,-1,537,3397,1306,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=16 */
		private int[] getethmoid_Geo_6_34_coordIndex_16()
		{
			int[] value = {537,2106,3397,-1,3398,1785,1699,-1,3398,3379,1785,-1,1298,3379,3398,-1,1298,3399,3379,-1,2678,1705,1157,-1,2678,1301,1705,-1,1701,1315,1307,-1,1421,1315,1701,-1,1695,2602,2601,-1,1337,2602,1695,-1,3400,2661,1331,-1,3401,2661,3400,-1,1306,3402,1335,-1,3402,1306,3403,-1,1345,3404,2658,-1,1345,1695,3404,-1,1686,3400,3405,-1,1689,3400,1686,-1,3403,1693,2603,-1,3403,3406,1693,-1,1373,1342,1341,-1,1373,1693,1342,-1,2608,1688,1682,-1,2608,3407,1688,-1,1561,3350,1864,-1,1561,1685,3350,-1,1683,1721,1400,-1,1721,1683,2607,-1,3408,1350,1354,-1,1350,3408,3409,-1,293,3410,1662,-1,293,1673,3410,-1,1348,3411,1366,-1,1348,2605,3411,-1,1369,1374,1010,-1,1374,1369,1375,-1,1378,1399,3411,-1,1377,1399,1378,-1,2604,1365,1677,-1,1365,2604,1687,-1,2657,1675,1363,-1,2654,1675,2657,-1,3412,3410,1356,-1,3410,3412,3413,-1,1662,3413,1353,-1,1662,3410,3413,-1,1016,1542,1012,-1,1016,2631,1542,-1,1347,2605,1348,-1,2603,2605,1347,-1,2651,1387,1173,-1,2651,2609,1387,-1,2650,3351,1393,-1,2650,2539,3351,-1,1405,1410,1653,-1,2572,1410,1405,-1,1788,1133,1135,-1,1788,2575,1133,-1,1229,2557,1069,-1,2557,1229,2555,-1,1236,1072,1066,-1,1236,2611,1072,-1,1073,1244,2562,-1,1073,1072,1244,-1,2583,1423,2649,-1,1423,2583,1148,-1,1772,1089,1088,-1,1772,1855,1089,-1,1768,1438,3414,-1,1768,1869,1438,-1,1799,1745,1237,-1,1799,1879,1745,-1,1879,3388,1745,-1,1879,977,3388,-1,788,1039,2547,-1,790,1039,788,-1,1032,2697,2544,-1,1032,1275,2697,-1,2615,1616,1633,-1,2615,3415,1616,-1,3415,3416,3417,-1,2615,3416,3415,-1,3418,1458,3419,-1,1458,3418,2647,-1,1452,1631,3420,-1,1450,1631,1452,-1,3416,3421,3422,-1,3423,3421,3416,-1,2645,3424,3425,-1,3424,2645,3419,-1,3422,3426,3427,-1,3421,3426,3422,-1,3428,2645,3425,-1,3428,1461,2645,-1,2644,1462,1461,-1,2644,1471,1462,-1,3427,3429,3430,-1,3426,3429,3427,-1,2640,3431,3430,-1,2640,1619,3431,-1,1464,3432,1476,-1,3432,1464,1626,-1,2118,1486,2972,-1,1486,2118,1487,-1,1488,3433,509,-1,1488,3434,3433,-1,2639,1489,2638,-1,2639,2641,1489,-1,1634,1496,3435,-1,1454,1496,1634,-1,1614,3436,3437,-1,3436,1614,1613,-1,1516,1612,1497,-1,1516,1515,1612,-1,1495,3438,2637,-1,1495,1523,3438,-1,1509,1595,1510,-1,1501,1595,1509,-1,1500,1595,1501,-1,1523,3439,3438,-1,1523,1525,3439,-1,1611,2618,1609,-1,1611,3440,2618,-1,3441,3439,2636,-1,3442,3439,3441,-1,2618,1507,1504,-1,2618,1606,1507,-1,3443,3441,3444,-1,3445,3441,3443,-1,1503,3446,3443,-1,3446,1503,3447,-1,3448,3446,2620,-1,3448,3449,3446,-1,1602,3448,494,-1,1602,1605,3448,-1,2634,3450,3451,-1,2634,1510,3450,-1,1522,3452,3453,-1,1522,1513,3452,-1,3454,1456,3455,-1,1457,1456,3454,-1,3456,1597,1520,-1,1597,3456,1598,-1,1592,3454,3457,-1,1524,3454,1592,-1,1598,2622,2621,-1,1598,1593,2622,-1,1596,3440,1611,-1,1596,2621,3440,-1,1588,1545,1547,-1,1588,1531,1545,-1,1931,1581,1574,-1,1934,1581,1931,-1,3292,1529,1533,-1,1529,3292,2627,-1,1567,3458,1572,-1,3458,1567,3459,-1,1575,897,1576,-1,1575,2708,897,-1,899,2625,897,-1,899,1535,2625,-1,3460,944,1557,-1,944,3460,945,-1,2628,3336,2629,-1,3336,2628,3461,-1,2629,1889,904,-1,1889,2629,3336,-1,3461,928,3336,-1,928,3461,929,-1,3462,929,3461,-1,929,3462,3327,-1,1535,2523,1536,-1,899,2523,1535,-1,1577,887,1554,-1,1577,1552,887,-1,1568,1572,1571,-1,1572,1568,1567,-1,1553,1579,1537,-1,1553,1589,1579,-1,1535,1585,2625,-1,1535,1584,1585,-1,1579,1580,1539,-1,1532,1580,1579,-1,2621,3463,3440,-1,2621,2622,3463,-1,3464,3457,3465,-1,1592,3457,3464,-1,3456,1593,1598,-1,3456,1599,1593,-1,3457,3455,3466,-1,3454,3455,3457,-1,3466,2614,1521,-1,3466,3467,2614,-1,2633,3453,3452,-1,3453,2633,1517,-1,3450,2633,3451,-1,2633,3450,1518,-1,2634,3468,3469,-1,3468,2634,3451,-1,2620,3447,1604,-1,2620,3446,3447,-1,1505,3447,1503,-1,3447,1505,2635,-1,3470,3471,3472,-1,3470,3473,3471,-1,3443,1608,1503,-1,3443,3444,1608,-1,3444,2636,1610,-1,3441,2636,3444,-1,3440,1606,2618,-1,3440,3463,1606,-1,1594,1510,1595,-1,1600,1510,1594,-1,1519,1510,1600,-1,1519,3450,1510,-1,1519,1518,3450,-1,2637,3474,3475,-1,2637,3438,3474,-1,2619,3437,3470,-1,3437,2619,1614,-1,3435,2637,3475,-1,1496,2637,3435,-1,511,1474,506,-1,511,2638,1474,-1,2642,3433,3434,-1,3433,2642,2639,-1,1484,1488,1487,-1,1488,1484,3434,-1,1479,1621,1620,-1,1479,1469,1621,-1,1626,1478,3432,-1,1478,1626,1470,-1,506,1473,1625,-1,506,1474,1473,-1,1621,2644,3476,-1,1621,1469,2644,-1,3430,2641,2640,-1,3429,2641,3430,-1,1468,3429,3426,-1,1468,1467,3429,-1,3476,1461,3428,-1,3476,2644,1461,-1,3477,3425,3478,-1,3477,3428,3425,-1,3421,1468,3426,-1,3479,1468,3421,-1,3425,3480,3478,-1,3480,3425,3424,-1,3423,3479,3421,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=17 */
		private int[] getethmoid_Geo_6_34_coordIndex_17()
		{
			int[] value = {3420,3479,3423,-1,3419,1632,3424,-1,1632,3419,1458,-1,2615,3423,3416,-1,1453,3423,2615,-1,3415,1457,1616,-1,3415,1455,1457,-1,1795,3481,1008,-1,3481,1795,1794,-1,1437,3414,1438,-1,1428,3414,1437,-1,1268,2567,2566,-1,1268,1270,2567,-1,1198,1742,1744,-1,1198,1241,1742,-1,1059,1060,2610,-1,1059,1061,1060,-1,3482,1838,1759,-1,1838,3482,1220,-1,3371,1151,3386,-1,1151,3371,1158,-1,1190,967,1191,-1,1415,967,1190,-1,1396,1116,1115,-1,1396,1413,1116,-1,1171,1658,1657,-1,1658,1171,1170,-1,2674,1117,1406,-1,1107,1117,2674,-1,1388,1668,1391,-1,1390,1668,1388,-1,2651,1388,2609,-1,2651,1389,1388,-1,1170,1408,1658,-1,3483,1408,1170,-1,3370,1267,2612,-1,1267,3370,1729,-1,1021,1586,1281,-1,1587,1586,1021,-1,1672,295,969,-1,295,1672,296,-1,2654,2656,3409,-1,2654,2657,2656,-1,2699,1023,1022,-1,3396,1023,2699,-1,1375,1690,1376,-1,1375,1682,1690,-1,1378,2605,1692,-1,1378,3411,2605,-1,1343,1679,1344,-1,1368,1679,1343,-1,3484,1881,1719,-1,3484,3485,1881,-1,1353,3408,1354,-1,3413,3408,1353,-1,1319,1675,2655,-1,1674,1675,1319,-1,2656,1400,1351,-1,2656,1683,1400,-1,1881,1694,970,-1,1694,1881,3485,-1,3407,1343,2658,-1,1343,3407,2608,-1,3402,2603,1347,-1,3402,3403,2603,-1,1689,3401,3400,-1,1688,3401,1689,-1,2659,1342,3486,-1,1342,2659,1339,-1,1333,3402,3487,-1,1333,1335,3402,-1,3401,1327,2661,-1,3488,1327,3401,-1,2659,2602,1337,-1,2659,2660,2602,-1,1335,1332,538,-1,1332,1335,1333,-1,1331,1329,540,-1,1331,2661,1329,-1,1674,1322,1698,-1,1319,1322,1674,-1,999,2662,1316,-1,2662,999,1432,-1,1706,2578,1784,-1,1706,1702,2578,-1,1304,3489,1305,-1,1304,1299,3489,-1,3397,1127,1312,-1,3397,1125,1127,-1,1298,1296,2663,-1,1296,1298,3398,-1,1297,3399,1298,-1,3490,3399,1297,-1,3490,1313,1700,-1,1297,1313,3490,-1,1125,2106,1128,-1,2106,1125,3397,-1,1816,3491,2569,-1,1790,3491,1816,-1,1013,2630,3492,-1,1013,1541,2630,-1,1281,2631,1016,-1,1281,1586,2631,-1,3366,3353,3357,-1,3366,1796,3353,-1,2682,3355,3354,-1,3493,3355,2682,-1,3362,1851,2696,-1,3392,1851,3362,-1,1258,1448,1447,-1,1448,1258,1637,-1,1254,3494,1736,-1,3494,1254,2593,-1,1248,3494,1246,-1,1736,3494,1248,-1,3495,1250,3496,-1,1740,1250,3495,-1,2700,1144,1009,-1,2700,1145,1144,-1,1181,2687,1243,-1,2564,2687,1181,-1,1650,1240,1235,-1,1650,1241,1240,-1,1749,3497,1232,-1,1749,1200,3497,-1,1840,1759,1838,-1,2689,1759,1840,-1,1839,1067,1074,-1,1839,1065,1067,-1,1062,2555,1060,-1,2555,1062,2556,-1,1747,1749,1231,-1,1749,1747,1383,-1,3365,1858,3347,-1,3358,1858,3365,-1,3390,3367,3498,-1,3368,3367,3390,-1,1185,1758,1075,-1,1185,3499,1758,-1,3499,3500,3501,-1,3500,3499,1185,-1,1229,235,234,-1,1229,1071,235,-1,2649,1837,2686,-1,2649,1183,1837,-1,1796,2150,1797,-1,1796,3366,2150,-1,1215,2649,1216,-1,1215,2583,2649,-1,1233,3388,1234,-1,1233,2590,3388,-1,1066,1841,1202,-1,1068,1841,1066,-1,1200,2667,3497,-1,2667,1200,1199,-1,1826,3414,1428,-1,1826,2568,3414,-1,1218,1185,1184,-1,1185,1218,3500,-1,1180,2563,1181,-1,1180,2685,2563,-1,3482,3501,2863,-1,3501,3482,3499,-1,1008,1649,1795,-1,1649,1008,1009,-1,2671,1035,2677,-1,2671,1036,1035,-1,1301,1790,1816,-1,1791,1790,1301,-1,1775,1407,1408,-1,1775,1776,1407,-1,1169,3381,3382,-1,1169,2672,3381,-1,1172,2672,1171,-1,1172,3381,2672,-1,2676,1275,1105,-1,1275,2676,1276,-1,1311,1295,1294,-1,1311,3376,1295,-1,1155,3490,1700,-1,1131,3490,1155,-1,1812,3491,2570,-1,1812,3377,3491,-1,1287,1289,1420,-1,1287,1709,1289,-1,2574,3502,3375,-1,2575,3502,2574,-1,274,2379,3372,-1,274,10,2379,-1,1135,1789,1788,-1,1136,1789,1135,-1,1720,1115,1398,-1,1720,1396,1115,-1,1374,1108,3503,-1,1374,1119,1108,-1,1660,1285,1661,-1,1660,1711,1285,-1,1403,2674,2675,-1,2674,1403,3503,-1,782,2580,1444,-1,784,2580,782,-1,1440,3504,1100,-1,1260,3504,1440,-1,1094,3386,1095,-1,1094,3385,3386,-1,2151,2669,2450,-1,2151,1192,2669,-1,2151,2928,1192,-1,1753,1271,1754,-1,1753,1272,1271,-1,1223,2542,3367,-1,2542,1223,1856,-1,2150,3389,394,-1,2150,1213,3389,-1,1005,3354,2664,-1,1005,2682,3354,-1,1756,1082,1762,-1,1083,1082,1756,-1,1074,1840,1839,-1,1074,1073,1840,-1,1065,1068,1067,-1,1065,1064,1068,-1,1225,2588,1752,-1,1225,1224,2588,-1,1057,3344,1058,-1,2537,3344,1057,-1,1052,2610,1141,-1,2610,1052,1054,-1,1039,1266,3392,-1,1039,1038,1266,-1,1734,2546,1639,-1,1734,2665,2546,-1,3361,3394,3360,-1,3361,3505,3394,-1,1025,1160,1723,-1,1160,1025,1024,-1,2158,1027,1026,-1,2158,3506,1027,-1,1774,2543,1162,-1,1774,1028,2543,-1,1084,1833,1080,-1,1756,1833,1084,-1,3369,1755,1754,-1,3369,3356,1755,-1,2541,2686,3507,-1,2686,2541,1216,-1,2597,1019,1717,-1,2597,1020,1019,-1,1013,1714,1283,-1,3492,1714,1013,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=18 */
		private int[] getethmoid_Geo_6_34_coordIndex_18()
		{
			int[] value = {1666,1719,266,-1,1719,1666,3484,-1,1009,2592,2700,-1,2592,1009,1007,-1,2680,1002,1272,-1,2595,1002,2680,-1,3505,1033,3394,-1,3505,1034,1033,-1,3365,1089,3348,-1,1089,3365,1090,-1,1269,1726,1728,-1,1269,1268,1726,-1,2596,2697,1722,-1,2697,2596,2544,-1,995,3345,1847,-1,3345,995,994,-1,2692,3344,1844,-1,3344,2692,3508,-1,980,3363,1045,-1,3363,980,979,-1,1806,983,982,-1,1806,1878,983,-1,1088,512,1772,-1,512,1088,1829,-1,965,2669,966,-1,965,1767,2669,-1,1766,805,2724,-1,1766,2723,805,-1,3509,815,817,-1,3510,815,3509,-1,1978,2723,1092,-1,805,2723,1978,-1,2725,1980,2548,-1,2725,800,1980,-1,800,1262,2496,-1,800,2725,1262,-1,796,1882,798,-1,796,1641,1882,-1,956,3341,957,-1,956,3511,3341,-1,957,3339,3512,-1,957,3341,3339,-1,2533,1893,2705,-1,1893,2533,950,-1,3338,3513,3514,-1,3338,3340,3513,-1,2706,3515,946,-1,2706,3514,3515,-1,3515,3334,946,-1,3334,3515,3516,-1,3516,942,3334,-1,942,3516,3517,-1,911,2526,912,-1,911,3518,2526,-1,1566,943,945,-1,1565,943,1566,-1,3519,940,2527,-1,940,3519,3520,-1,916,3332,1908,-1,916,940,3332,-1,938,931,936,-1,931,938,921,-1,3332,3320,3330,-1,3332,3318,3320,-1,3329,956,2704,-1,3329,3331,956,-1,3319,3519,3521,-1,3319,3520,3519,-1,3318,3520,3319,-1,3522,3325,3518,-1,925,3325,3522,-1,3328,3323,3324,-1,3323,3328,922,-1,949,1559,1894,-1,949,924,1559,-1,937,3523,3322,-1,3460,3523,937,-1,1906,1913,1901,-1,1906,2525,1913,-1,3310,2707,2528,-1,2707,3310,3315,-1,918,3314,919,-1,918,908,3314,-1,3309,3313,3524,-1,3312,3313,3309,-1,3315,3307,3525,-1,3310,3307,3315,-1,3309,2494,794,-1,3309,3524,2494,-1,802,3525,3307,-1,801,3525,802,-1,1982,909,3208,-1,1982,3526,909,-1,900,1892,901,-1,900,3278,1892,-1,1536,3527,3289,-1,1536,2523,3527,-1,3306,1555,1554,-1,3306,3528,1555,-1,2519,898,2708,-1,2519,2521,898,-1,3528,894,1555,-1,3528,3282,894,-1,889,2709,896,-1,2709,889,3301,-1,892,1922,893,-1,892,2711,1922,-1,895,3529,1551,-1,3283,3529,895,-1,3286,3298,3297,-1,3285,3298,3286,-1,3293,3297,3298,-1,3293,3296,3297,-1,3291,3293,3292,-1,3293,3291,3296,-1,3530,1590,1589,-1,1590,3530,1929,-1,1553,3289,3288,-1,1553,1536,3289,-1,890,1569,3285,-1,890,1578,1569,-1,2516,3282,3528,-1,3282,2516,3284,-1,3531,3281,3280,-1,3531,3532,3281,-1,1939,3306,886,-1,3306,1939,1938,-1,1920,3279,900,-1,1920,3532,3279,-1,3239,1942,2515,-1,3239,2713,1942,-1,3276,1945,875,-1,3276,3237,1945,-1,3271,874,2712,-1,3533,874,3271,-1,1946,1943,1947,-1,1944,1943,1946,-1,2514,2512,876,-1,2514,1949,2512,-1,3270,873,872,-1,3270,3268,873,-1,1948,3267,2513,-1,1948,3534,3267,-1,1950,3264,1951,-1,1950,3535,3264,-1,3263,3534,3536,-1,3267,3534,3263,-1,3535,3260,3264,-1,3535,3537,3260,-1,3538,3263,3536,-1,3263,3538,3259,-1,3537,3256,3260,-1,3537,3539,3256,-1,3540,3259,3538,-1,3259,3540,3255,-1,3539,3253,3256,-1,3539,3541,3253,-1,3542,3255,3540,-1,3255,3542,3250,-1,3253,3543,3249,-1,3253,3541,3543,-1,3544,3250,3542,-1,3250,3544,3247,-1,3249,3545,3245,-1,3249,3543,3545,-1,868,3247,3544,-1,3247,868,3241,-1,3245,3235,3243,-1,3245,3545,3235,-1,3241,2713,3239,-1,3241,868,2713,-1,3243,3237,3276,-1,3243,3235,3237,-1,3546,869,3232,-1,870,869,3546,-1,3547,3228,3230,-1,3548,3228,3547,-1,3549,1943,1942,-1,3549,3227,1943,-1,3219,3550,3226,-1,3219,867,3550,-1,2511,3551,3223,-1,2511,1957,3551,-1,3222,2714,3236,-1,3222,2715,2714,-1,867,2507,843,-1,3219,2507,867,-1,857,3218,2716,-1,857,864,3218,-1,1955,2505,1956,-1,1955,1960,2505,-1,857,2715,858,-1,2715,857,2716,-1,847,1959,855,-1,847,846,1959,-1,1963,850,839,-1,1963,2506,850,-1,859,2504,865,-1,2504,859,1966,-1,835,831,830,-1,835,2717,831,-1,1968,826,834,-1,2499,826,1968,-1,2502,822,3216,-1,822,2502,1969,-1,820,836,828,-1,820,1974,836,-1,825,821,823,-1,824,821,825,-1,3217,2719,3215,-1,3217,818,2719,-1,2501,804,2718,-1,2721,804,2501,-1,3552,818,3217,-1,3552,3213,818,-1,2669,2703,2450,-1,2722,2703,2669,-1,1766,1783,2723,-1,965,1783,1766,-1,2498,811,3342,-1,2498,809,811,-1,3212,3214,3553,-1,2720,3214,3212,-1,3554,1915,799,-1,3555,1915,3554,-1,2725,2547,2677,-1,2548,2547,2725,-1,2000,2735,2493,-1,2736,2735,2000,-1,787,1106,783,-1,3556,1106,787,-1,2648,1444,1443,-1,2726,1444,2648,-1,3177,3557,3558,-1,3557,3177,3204,-1,3160,3204,3202,-1,3160,3557,3204,-1,3161,769,3559,-1,3161,3560,769,-1,2728,2020,3200,-1,2728,2018,2020,-1,3561,3200,2020,-1,3199,3200,3561,-1,771,3195,2730,-1,771,766,3195,-1,3199,3135,3197,-1,3199,3561,3135,-1,2730,3194,765,-1,2730,3195,3194,-1,3135,3562,3197,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=19 */
		private int[] getethmoid_Geo_6_34_coordIndex_19()
		{
			int[] value = {3562,3135,3137,-1,3190,765,3194,-1,3563,765,3190,-1,3137,3564,3562,-1,3564,3137,3565,-1,3190,3186,3563,-1,3186,3190,3189,-1,3565,3185,3564,-1,3185,3565,2017,-1,3189,3182,3186,-1,3182,3189,3566,-1,2017,3181,3185,-1,3181,2017,2016,-1,3178,3566,3567,-1,3178,3182,3566,-1,2016,758,3181,-1,758,2016,3133,-1,3567,3179,3178,-1,3179,3567,3568,-1,3133,759,758,-1,759,3133,3569,-1,1985,755,3570,-1,1985,756,755,-1,3571,3168,3558,-1,3167,3168,3571,-1,3572,3165,3162,-1,3165,3572,3192,-1,3559,778,3161,-1,778,3559,3201,-1,1999,3118,749,-1,3118,1999,1996,-1,2029,743,2030,-1,2029,748,743,-1,3115,2487,3573,-1,3115,703,2487,-1,2741,3154,696,-1,3154,2741,3152,-1,2031,3149,3113,-1,3149,2031,739,-1,2734,2732,704,-1,2733,2732,2734,-1,3556,3154,3151,-1,3556,3156,3154,-1,2002,3150,3206,-1,2002,2733,3150,-1,3149,785,786,-1,3149,739,785,-1,3574,3146,3131,-1,3574,3575,3146,-1,3122,3119,2483,-1,3121,3119,3122,-1,3120,3127,3124,-1,3120,736,3127,-1,3140,713,3142,-1,3140,711,713,-1,2011,735,3576,-1,723,735,2011,-1,719,733,717,-1,733,719,732,-1,2010,727,726,-1,2010,3139,727,-1,2738,3141,725,-1,2738,3143,3141,-1,735,705,2028,-1,734,705,735,-1,717,721,2739,-1,722,721,717,-1,3561,3130,3135,-1,3561,3128,3130,-1,3125,1987,1986,-1,3125,3132,1987,-1,3131,2484,3574,-1,2484,3131,3128,-1,3577,3126,3134,-1,3577,3124,3126,-1,3136,3121,3123,-1,3136,3578,3121,-1,2005,3575,2003,-1,3575,2005,3146,-1,750,718,2739,-1,750,749,718,-1,3159,712,1993,-1,712,3159,2740,-1,2732,701,702,-1,2732,2485,701,-1,697,3157,2486,-1,697,696,3157,-1,2850,2777,2428,-1,2777,2850,2849,-1,693,640,690,-1,693,2476,640,-1,687,690,683,-1,687,693,690,-1,2037,2742,3579,-1,2742,2037,686,-1,679,3579,2742,-1,679,2041,3579,-1,676,3111,673,-1,3111,676,678,-1,666,673,3111,-1,666,669,673,-1,639,665,637,-1,2044,665,639,-1,649,656,2477,-1,649,660,656,-1,654,3580,652,-1,3580,654,2056,-1,652,2051,2050,-1,2051,652,3580,-1,646,2053,650,-1,641,2053,646,-1,2048,640,642,-1,3107,640,2048,-1,682,624,628,-1,682,625,624,-1,2042,616,638,-1,617,616,2042,-1,2907,3106,633,-1,3106,2907,3581,-1,626,2746,627,-1,626,2904,2746,-1,2936,2894,3582,-1,2894,2936,3104,-1,2074,3102,3085,-1,3102,2074,2470,-1,3100,3085,3102,-1,3100,3583,3085,-1,3098,3583,3100,-1,3098,3584,3583,-1,3087,3098,3095,-1,3087,3584,3098,-1,3089,2076,598,-1,2076,3089,2066,-1,3093,3585,3586,-1,3093,3587,3585,-1,3588,2071,2877,-1,609,2071,3588,-1,593,2468,2075,-1,593,601,2468,-1,3587,3091,614,-1,3587,3090,3091,-1,3089,3584,3087,-1,3584,3089,3589,-1,601,595,602,-1,601,593,595,-1,352,2069,592,-1,351,2069,352,-1,2098,3078,562,-1,2098,3080,3078,-1,586,2100,3590,-1,2100,586,589,-1,3079,3080,3075,-1,3080,3079,3078,-1,2081,3590,2079,-1,3590,2081,586,-1,3591,3075,3070,-1,3075,3591,3079,-1,2749,3591,3070,-1,2749,3069,3591,-1,2086,3060,3056,-1,2086,2465,3060,-1,2751,580,581,-1,2750,580,2751,-1,3592,581,580,-1,3592,573,581,-1,2091,2105,2102,-1,2090,2105,2091,-1,2102,3055,2462,-1,2105,3055,2102,-1,2464,566,567,-1,2093,566,2464,-1,556,3055,548,-1,3055,556,2462,-1,342,565,564,-1,342,2096,565,-1,568,559,2463,-1,2095,559,568,-1,3083,546,3593,-1,3083,2754,546,-1,2091,3594,2088,-1,3062,3594,2091,-1,3061,3595,3059,-1,3061,3076,3595,-1,3054,548,3055,-1,548,3054,549,-1,317,607,344,-1,607,317,2755,-1,1548,2460,1546,-1,1548,3596,2460,-1,2985,3053,3050,-1,3053,2985,3597,-1,3042,3048,3047,-1,3048,3042,2989,-1,3044,3039,3052,-1,3044,3043,3039,-1,3038,2984,3041,-1,3038,2980,2984,-1,3036,3033,3045,-1,3036,3035,3033,-1,3040,3032,3028,-1,3030,3032,3040,-1,3029,2978,3027,-1,3029,3598,2978,-1,3031,3024,3021,-1,3022,3024,3031,-1,3026,3020,3016,-1,3018,3020,3026,-1,3017,3599,3015,-1,3017,2983,3599,-1,3011,3019,3012,-1,3011,3009,3019,-1,3014,3008,3004,-1,3006,3008,3014,-1,3005,2982,3003,-1,3005,2760,2982,-1,3007,2758,2999,-1,3001,2758,3007,-1,2996,2993,3002,-1,2996,2998,2993,-1,3600,2995,2992,-1,2995,3600,533,-1,2997,2991,2986,-1,2757,2991,2997,-1,2988,3051,2994,-1,2988,2987,3051,-1,2990,3049,3046,-1,2990,3034,3049,-1,2759,3034,2990,-1,2759,3037,3034,-1,2756,3037,2759,-1,2756,3025,3037,-1,3000,3025,2756,-1,3000,3023,3025,-1,3013,3023,3000,-1,3013,3010,3023,-1,518,533,3600,-1,518,517,533,-1,2983,2976,3599,-1,2974,2976,2983,-1,2980,2975,2984,-1,2979,2975,2980,-1,524,522,536,-1,523,522,524,-1,532,519,521,-1,532,517,519,-1,2761,2975,2979,-1,2107,2975,2761,-1,9,8,2379,-1,9,2762,8,-1,494,2620,495,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=20 */
		private int[] getethmoid_Geo_6_34_coordIndex_20()
		{
			int[] value = {3448,2620,494,-1,509,511,2763,-1,511,509,3433,-1,2972,2764,485,-1,1486,2764,2972,-1,2121,2969,2973,-1,2121,2963,2969,-1,2971,482,2113,-1,2971,2765,482,-1,1477,2970,2616,-1,2970,1477,1480,-1,2878,3586,2968,-1,2878,3093,3586,-1,2964,2765,2963,-1,2964,481,2765,-1,481,470,477,-1,470,481,2766,-1,473,486,474,-1,2962,486,473,-1,2454,484,483,-1,472,484,2454,-1,476,2126,475,-1,476,469,2126,-1,2958,2961,2956,-1,2960,2961,2958,-1,2958,467,466,-1,2958,2957,467,-1,468,2138,469,-1,2138,468,2136,-1,2954,2132,2959,-1,2954,2130,2132,-1,460,2955,2767,-1,2955,460,2135,-1,3601,451,450,-1,3601,2952,451,-1,2943,456,2142,-1,2943,2951,456,-1,2140,2946,2949,-1,2140,2768,2946,-1,3602,356,394,-1,356,3602,354,-1,419,2446,2449,-1,419,2162,2446,-1,2168,2159,428,-1,2159,2168,416,-1,2161,426,425,-1,426,2161,2166,-1,2942,2947,2167,-1,2947,2942,3603,-1,2950,414,430,-1,2950,415,414,-1,421,2945,2953,-1,421,420,2945,-1,2948,2942,2941,-1,3604,2942,2948,-1,415,2161,432,-1,415,2165,2161,-1,437,2152,2148,-1,2157,2152,437,-1,2152,2922,2177,-1,2152,3605,2922,-1,2177,2153,2152,-1,2176,2153,2177,-1,411,2939,3606,-1,411,2170,2939,-1,3582,409,2936,-1,405,409,3582,-1,2940,2924,2938,-1,2940,403,2924,-1,405,407,409,-1,2772,407,405,-1,2934,403,2940,-1,2934,401,403,-1,2771,399,410,-1,2171,399,2771,-1,3607,2773,2932,-1,3607,404,2773,-1,2931,2442,2921,-1,2931,2935,2442,-1,397,3608,395,-1,2929,3608,397,-1,441,396,2180,-1,396,441,3609,-1,2926,2938,2924,-1,2888,2938,2926,-1,2182,3610,2920,-1,2182,2441,3610,-1,2440,2235,2065,-1,2235,2440,2919,-1,2784,2429,2428,-1,2784,2783,2429,-1,2232,390,2230,-1,392,390,2232,-1,2850,2186,2185,-1,358,2186,2850,-1,3611,388,391,-1,3611,2897,388,-1,2913,385,2886,-1,389,385,2913,-1,252,2912,2188,-1,252,251,2912,-1,250,253,249,-1,2218,253,250,-1,2915,3612,2916,-1,3612,2915,3613,-1,360,2197,254,-1,2228,2197,360,-1,3614,3615,3616,-1,3614,3617,3615,-1,3618,3617,3614,-1,3618,3619,3617,-1,3613,3619,3618,-1,3613,3620,3619,-1,2915,3620,3613,-1,3620,2915,2917,-1,2883,2232,2231,-1,2883,2225,2232,-1,2782,2231,357,-1,2782,2883,2231,-1,2879,2228,360,-1,2879,3621,2228,-1,3581,2201,2203,-1,2907,2201,3581,-1,2206,2746,2904,-1,2206,2208,2746,-1,2780,2062,2781,-1,2062,2780,2473,-1,2212,2202,2199,-1,2212,376,2202,-1,2207,370,2216,-1,2204,370,2207,-1,2215,2210,2902,-1,2210,2215,2781,-1,372,2902,373,-1,2882,2902,372,-1,3622,3623,2908,-1,3623,3622,3624,-1,3625,2893,2900,-1,3625,3626,2893,-1,2895,2897,3611,-1,2897,2895,2887,-1,2896,3624,3627,-1,2896,2895,3624,-1,2893,2925,2891,-1,2925,2893,3626,-1,365,245,244,-1,3628,245,365,-1,384,162,2271,-1,384,2189,162,-1,2187,188,2801,-1,188,2187,2886,-1,2776,355,2884,-1,2776,2918,355,-1,3629,371,2880,-1,369,371,3629,-1,2878,2965,2877,-1,2878,2968,2965,-1,2238,609,3588,-1,609,2238,2472,-1,2247,3590,2248,-1,2079,3590,2247,-1,2242,2080,2243,-1,2242,2082,2080,-1,336,331,333,-1,335,331,336,-1,302,2421,338,-1,302,326,2421,-1,300,325,324,-1,300,2244,325,-1,2245,319,321,-1,2787,319,2245,-1,2788,314,312,-1,2788,305,314,-1,2249,307,2252,-1,307,2249,308,-1,2755,2876,2251,-1,2876,2755,2875,-1,2250,2873,2420,-1,2874,2873,2250,-1,304,2787,308,-1,304,319,2787,-1,326,301,2873,-1,301,326,302,-1,307,299,298,-1,307,309,299,-1,2378,2869,2375,-1,2869,2378,3630,-1,2789,2857,286,-1,2857,2789,3631,-1,158,216,218,-1,160,216,158,-1,281,2318,282,-1,281,1147,2318,-1,22,185,2409,-1,22,21,185,-1,2360,3632,2832,-1,2360,272,3632,-1,2813,2868,55,-1,2813,2852,2868,-1,2577,277,297,-1,2577,278,277,-1,2859,2315,2402,-1,2285,2315,2859,-1,2867,2840,2839,-1,2867,2853,2840,-1,2871,184,183,-1,184,2871,123,-1,2860,2845,2844,-1,2860,2419,2845,-1,2217,2190,2218,-1,2217,2191,2190,-1,2431,2220,2219,-1,2431,222,2220,-1,230,2846,2320,-1,2861,2846,230,-1,2273,231,2282,-1,2273,232,231,-1,2856,170,2275,-1,2856,2316,170,-1,2858,2795,2274,-1,220,2795,2858,-1,2866,2796,2865,-1,236,2796,2866,-1,2863,2414,2862,-1,2863,3501,2414,-1,2796,235,1764,-1,233,235,2796,-1,197,2288,198,-1,2289,2288,197,-1,229,2861,230,-1,229,2287,2861,-1,226,222,227,-1,223,222,226,-1,248,2219,2221,-1,248,247,2219,-1,215,218,216,-1,215,219,218,-1,286,236,2866,-1,236,286,2857,-1,210,2280,2281,-1,209,2280,210,-1,202,2411,2279,-1,201,2411,202,-1,2848,242,3633,-1,2855,242,2848,-1,169,2317,2275,-1,169,2400,2317,-1,2791,2844,267,-1,2791,2860,2844,-1,385,2271,2415,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=21 */
		private int[] getethmoid_Geo_6_34_coordIndex_21()
		{
			int[] value = {384,2271,385,-1,93,2854,3634,-1,93,2418,2854,-1,103,118,189,-1,103,2395,118,-1,2303,153,149,-1,153,2303,2311,-1,2798,2305,140,-1,2798,169,2305,-1,2790,155,170,-1,156,155,2790,-1,2408,154,146,-1,2407,154,2408,-1,290,3631,144,-1,290,2857,3631,-1,2291,2799,2292,-1,2291,2800,2799,-1,199,2847,203,-1,199,3635,2847,-1,2403,139,141,-1,367,139,2403,-1,2301,2222,2312,-1,2301,138,2222,-1,2846,3636,2841,-1,3636,2846,268,-1,2811,2845,2803,-1,2845,2811,2326,-1,92,165,85,-1,165,92,88,-1,2397,120,2396,-1,121,120,2397,-1,101,2397,280,-1,101,2325,2397,-1,2842,2323,2843,-1,2324,2323,2842,-1,100,102,2842,-1,102,100,2395,-1,2326,105,2327,-1,2326,2811,105,-1,2331,98,111,-1,2330,98,2331,-1,95,2840,2417,-1,95,2319,2840,-1,2831,59,2822,-1,2831,23,59,-1,2344,2830,2345,-1,2830,2344,2368,-1,2353,2338,2362,-1,2339,2338,2353,-1,65,2819,3637,-1,67,2819,65,-1,2837,2836,3637,-1,2837,3638,2836,-1,2824,3638,3639,-1,2824,2836,3638,-1,3640,2833,2832,-1,3640,2827,2833,-1,2353,2831,2354,-1,2353,2382,2831,-1,2812,68,2392,-1,2812,71,68,-1,2816,2351,47,-1,2384,2351,2816,-1,26,2358,52,-1,2359,2358,26,-1,2826,57,2835,-1,2826,2825,57,-1,2823,2361,3641,-1,2823,58,2361,-1,2821,0,3642,-1,2821,2377,0,-1,2819,2383,2333,-1,2819,2818,2383,-1,46,2819,67,-1,2819,46,2374,-1,2827,3639,2833,-1,2824,3639,2827,-1,53,2834,56,-1,2357,2834,53,-1,2815,28,27,-1,2815,2838,28,-1,2369,2348,3643,-1,2369,2337,2348,-1,24,52,2814,-1,24,26,52,-1,2338,35,2364,-1,2369,35,2338,-1,56,54,53,-1,54,56,55,-1,2825,2813,57,-1,2813,2825,2872,-1,2357,2391,2834,-1,2391,2357,2343,-1,2835,66,2826,-1,66,2835,63,-1,2389,3638,2837,-1,2389,77,3638,-1,1391,1394,115,-1,1394,1391,1395,-1,2841,2802,2839,-1,2841,3636,2802,-1,96,2809,436,-1,2154,2809,96,-1,2324,2327,105,-1,2327,2324,104,-1,108,2810,107,-1,108,2808,2810,-1,112,2843,2323,-1,112,2322,2843,-1,110,119,98,-1,110,109,119,-1,2406,106,2394,-1,106,2406,178,-1,2328,267,2844,-1,267,2328,3644,-1,2318,129,246,-1,129,2318,127,-1,2806,2312,2805,-1,161,2312,2806,-1,137,2804,2310,-1,136,2804,137,-1,140,2413,2798,-1,2286,2413,140,-1,201,3633,2411,-1,201,2848,3633,-1,123,145,130,-1,145,123,2789,-1,152,149,153,-1,150,149,152,-1,2794,158,285,-1,2794,2807,158,-1,162,2806,2306,-1,162,161,2806,-1,2307,2405,2404,-1,175,2405,2307,-1,2851,3645,2849,-1,3645,2851,3646,-1,2852,2867,2868,-1,2852,2853,2867,-1,125,270,2321,-1,271,270,125,-1,188,151,150,-1,151,188,2415,-1,192,2408,193,-1,192,383,2408,-1,2401,239,2800,-1,240,239,2401,-1,2856,3635,241,-1,2856,2847,3635,-1,213,290,214,-1,213,237,290,-1,220,2859,284,-1,220,2858,2859,-1,171,224,172,-1,224,171,2797,-1,2791,208,207,-1,269,208,2791,-1,1219,2864,2865,-1,1219,1221,2864,-1,2795,3500,1218,-1,238,3500,2795,-1,234,237,213,-1,234,233,237,-1,2399,2864,2862,-1,2398,2864,2399,-1,131,287,217,-1,131,145,287,-1,2320,228,230,-1,2320,126,228,-1,268,2861,269,-1,268,2846,2861,-1,250,223,226,-1,191,223,250,-1,3,3630,2378,-1,3630,3,3647,-1,383,152,2407,-1,383,2801,152,-1,18,2410,19,-1,18,2263,2410,-1,143,187,186,-1,187,143,142,-1,3632,2321,270,-1,3632,272,2321,-1,2286,134,2413,-1,134,2286,368,-1,2814,190,117,-1,2814,54,190,-1,3640,2854,2872,-1,3640,3634,2854,-1,2385,182,273,-1,2385,60,182,-1,2255,2263,18,-1,2255,2258,2263,-1,2402,284,2859,-1,285,284,2402,-1,120,15,2396,-1,15,120,16,-1,2871,144,3631,-1,2871,142,144,-1,288,127,1147,-1,288,128,127,-1,323,2874,2876,-1,2874,323,327,-1,2788,306,305,-1,2788,303,306,-1,300,2875,316,-1,300,324,2875,-1,318,298,316,-1,318,2786,298,-1,2420,301,311,-1,2873,301,2420,-1,337,306,303,-1,306,337,320,-1,309,322,299,-1,309,2423,322,-1,327,2422,328,-1,327,323,2422,-1,340,320,337,-1,340,329,320,-1,325,2247,2422,-1,2243,2247,325,-1,2424,350,349,-1,2424,2425,350,-1,2424,3588,2236,-1,2238,3588,2424,-1,347,2425,2236,-1,346,2425,347,-1,2881,3621,2879,-1,2881,2433,3621,-1,363,2883,2782,-1,363,2882,2883,-1,2885,247,2792,-1,2885,2219,247,-1,2884,3628,2885,-1,245,3628,2884,-1,382,227,365,-1,227,382,225,-1,252,2801,383,-1,2187,2801,252,-1,2889,2926,3648,-1,2888,2926,2889,-1,2894,3649,2892,-1,2894,3104,3649,-1,3627,3622,3105,-1,3627,3624,3622,-1,2898,3648,3650,-1,2898,2889,3648,-1,2909,2892,3649,-1,2909,2899,2892,-1,371,2901,2881,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=22 */
		private int[] getethmoid_Geo_6_34_coordIndex_22()
		{
			int[] value = {371,370,2901,-1,373,2436,2432,-1,2436,373,2435,-1,379,2434,2901,-1,378,2434,379,-1,2213,2780,2214,-1,2780,2213,2437,-1,2209,2903,2747,-1,2209,2211,2903,-1,380,2905,3651,-1,380,2205,2905,-1,2745,2200,2906,-1,2745,2198,2200,-1,2783,2430,2429,-1,2226,2430,2783,-1,2785,3629,2427,-1,2224,3629,2785,-1,3621,2229,2228,-1,3621,2227,2229,-1,2416,2426,2438,-1,2416,2183,2426,-1,2784,2196,2195,-1,2784,2778,2196,-1,3613,2911,3612,-1,2911,3613,3618,-1,256,225,382,-1,256,255,225,-1,2911,3614,2910,-1,2911,3618,3614,-1,2910,3616,2912,-1,2910,3614,3616,-1,2779,3650,313,-1,2898,3650,2779,-1,2897,2779,388,-1,2897,2898,2779,-1,2439,2851,386,-1,2851,2439,3646,-1,2230,389,2913,-1,390,389,2230,-1,3623,391,2184,-1,3623,3611,391,-1,3645,2917,2914,-1,3645,3620,2917,-1,2777,2916,2778,-1,2777,2914,2916,-1,2920,3652,2919,-1,3652,2920,3653,-1,605,3654,3610,-1,3654,605,604,-1,2775,2921,2922,-1,2921,2775,2930,-1,3655,2925,2927,-1,2925,3655,2891,-1,2890,3606,2939,-1,2896,3606,2890,-1,2774,2933,398,-1,2933,2774,2175,-1,2178,2932,2930,-1,3607,2932,2178,-1,2935,401,2934,-1,2935,2931,401,-1,2772,2929,407,-1,3608,2929,2772,-1,398,2444,2169,-1,398,2933,2444,-1,404,402,2773,-1,404,406,402,-1,412,2771,410,-1,2771,412,408,-1,406,2927,402,-1,406,3655,2927,-1,3656,408,412,-1,408,3656,2937,-1,2775,3605,442,-1,2775,2922,3605,-1,2443,2928,2151,-1,2443,2174,2928,-1,442,1647,443,-1,1647,442,429,-1,2944,419,2449,-1,2944,420,419,-1,2160,414,413,-1,418,414,2160,-1,421,424,2770,-1,421,422,424,-1,2951,2944,2165,-1,2943,2944,2951,-1,417,2768,418,-1,2768,417,2946,-1,2952,3604,422,-1,3601,3604,2952,-1,419,2163,2162,-1,419,2770,2163,-1,427,2168,428,-1,2941,2168,427,-1,434,2769,435,-1,2769,434,2163,-1,86,2164,425,-1,2164,86,444,-1,2151,2148,2152,-1,2151,2149,2148,-1,968,1387,449,-1,968,1173,1387,-1,2147,3603,2145,-1,2147,2947,3603,-1,2144,430,2139,-1,2144,2950,430,-1,2953,2141,453,-1,2953,2945,2141,-1,2141,454,453,-1,454,2141,2131,-1,2957,2133,467,-1,2957,2452,2133,-1,464,2124,2126,-1,2124,464,2129,-1,2767,2766,2123,-1,2766,2767,2955,-1,3657,2959,2956,-1,3657,2954,2959,-1,2955,470,2766,-1,470,2955,468,-1,473,3657,2962,-1,473,2125,3657,-1,471,2964,2456,-1,2453,2964,471,-1,2961,3658,2120,-1,2960,3658,2961,-1,2455,475,478,-1,475,2455,476,-1,479,474,503,-1,478,474,479,-1,2764,3658,483,-1,3658,2764,3659,-1,2968,3096,2966,-1,2968,3586,3096,-1,3467,1511,2614,-1,3467,493,1511,-1,510,504,502,-1,504,510,505,-1,2963,2971,2969,-1,2963,2765,2971,-1,485,2973,2972,-1,485,2121,2973,-1,3659,508,2457,-1,508,3659,2643,-1,507,505,510,-1,505,507,2763,-1,489,3373,491,-1,489,1830,3373,-1,3467,1603,493,-1,1603,3467,1514,-1,526,2974,524,-1,526,2976,2974,-1,528,2977,527,-1,528,2981,2977,-1,1562,528,515,-1,1562,2761,528,-1,3598,2981,2978,-1,2977,2981,3598,-1,532,2982,2760,-1,532,2112,2982,-1,2111,3597,2985,-1,2111,2458,3597,-1,2991,2989,2986,-1,2991,3048,2989,-1,3597,2992,3053,-1,2992,3597,3600,-1,2998,2994,2993,-1,2998,2988,2994,-1,2758,2997,2999,-1,2758,2757,2997,-1,533,3005,2995,-1,3005,533,2760,-1,3004,2996,3002,-1,3008,2996,3004,-1,3009,3001,3007,-1,3011,3001,3009,-1,3003,2983,3017,-1,3003,2982,2983,-1,3006,3016,3020,-1,3006,3014,3016,-1,3021,3012,3019,-1,3024,3012,3021,-1,3015,3598,3029,-1,3015,3599,3598,-1,3028,3018,3026,-1,3032,3018,3028,-1,3033,3022,3031,-1,3035,3022,3033,-1,3027,2980,3038,-1,3027,2978,2980,-1,3043,3040,3039,-1,3043,3030,3040,-1,3047,3045,3042,-1,3047,3036,3045,-1,2984,3050,3041,-1,3050,2984,2985,-1,3052,2987,3044,-1,2987,3052,3051,-1,540,972,541,-1,972,540,1329,-1,535,542,531,-1,1302,542,535,-1,3056,3660,3057,-1,3056,3661,3660,-1,3662,3060,2465,-1,3662,3058,3060,-1,556,557,554,-1,557,556,547,-1,2753,561,563,-1,2753,2097,561,-1,563,569,2753,-1,569,563,3066,-1,332,564,2094,-1,332,342,564,-1,570,3066,2752,-1,570,569,3066,-1,570,573,3592,-1,570,2752,573,-1,579,576,2092,-1,2089,576,579,-1,336,2085,2466,-1,336,574,2085,-1,3069,2750,2751,-1,2749,2750,3069,-1,3071,583,2467,-1,584,583,3071,-1,3661,3060,3059,-1,3661,3056,3060,-1,587,3071,3074,-1,587,584,3071,-1,2103,3059,3595,-1,2103,3661,3059,-1,588,3074,3081,-1,588,587,3074,-1,3595,551,2103,-1,551,3595,3593,-1,558,3081,2099,-1,558,588,3081,-1,3593,2104,551,-1,2104,3593,546,-1,3653,604,590,-1,3654,604,3653,-1,603,611,2748,-1,611,603,599,-1,3086,3583,3663,-1,3085,3583,3086,-1,3585,2066,3088,-1,3585,613,2066,-1,597,603,595,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=23 */
		private int[] getethmoid_Geo_6_34_coordIndex_23()
		{
			int[] value = {603,600,599,-1,597,600,603,-1,2073,3092,2471,-1,2073,3090,3092,-1,3092,3587,3093,-1,3092,3090,3587,-1,2967,3097,3664,-1,2967,2966,3097,-1,3664,3099,2117,-1,3664,3097,3099,-1,501,3099,3101,-1,2117,3099,501,-1,2116,3101,3103,-1,501,3101,2116,-1,498,3103,2469,-1,2116,3103,498,-1,3105,3656,3627,-1,3105,2937,3656,-1,627,2903,2058,-1,627,2747,2903,-1,3651,2059,2060,-1,2059,3651,2905,-1,2745,631,630,-1,631,2745,2906,-1,629,637,672,-1,629,2744,637,-1,3106,617,2042,-1,617,3106,2060,-1,2051,2056,636,-1,3580,2056,2051,-1,643,3665,2033,-1,643,647,3665,-1,647,651,3665,-1,647,2743,651,-1,2743,658,651,-1,2743,2045,658,-1,2043,655,657,-1,653,655,2043,-1,660,666,656,-1,660,669,666,-1,664,3110,672,-1,664,667,3110,-1,668,3109,674,-1,668,671,3109,-1,621,672,3110,-1,672,621,2474,-1,675,3109,2038,-1,674,3109,675,-1,680,621,678,-1,621,680,622,-1,622,685,681,-1,622,680,685,-1,2039,3666,2040,-1,2039,3667,3666,-1,681,687,683,-1,681,685,687,-1,3667,2035,3666,-1,3667,2036,2035,-1,691,2475,694,-1,691,3107,2475,-1,2034,644,643,-1,2034,2479,644,-1,3116,3113,3114,-1,3112,3113,3116,-1,700,2741,698,-1,700,699,2741,-1,3117,703,3115,-1,3117,704,703,-1,2013,2488,715,-1,2013,3118,2488,-1,2483,2006,2021,-1,3119,2006,2483,-1,3120,709,2009,-1,710,709,3120,-1,2015,3122,3145,-1,2014,3122,2015,-1,3127,3132,3125,-1,3127,3144,3132,-1,3574,2019,3668,-1,2019,3574,2484,-1,3134,3569,3133,-1,3134,3126,3569,-1,3136,3565,3137,-1,3136,3123,3565,-1,712,716,715,-1,716,712,711,-1,2481,720,3576,-1,2481,2480,720,-1,2740,3138,713,-1,2740,2026,3138,-1,3142,2003,3140,-1,2004,2003,3142,-1,732,729,733,-1,732,728,729,-1,731,720,722,-1,2012,720,731,-1,725,3138,734,-1,3141,3138,725,-1,3139,2737,727,-1,2737,3139,3669,-1,2024,2738,2025,-1,2024,3143,2738,-1,3669,3144,2737,-1,3144,3669,3668,-1,2022,3577,3145,-1,2022,710,3577,-1,3129,2482,3578,-1,3129,2023,2482,-1,3670,3147,3148,-1,3670,3155,3147,-1,787,3156,3556,-1,787,738,3156,-1,3205,3152,2001,-1,3153,3152,3205,-1,3670,2726,2648,-1,3670,3148,2726,-1,3147,3117,3114,-1,3155,3117,3147,-1,3157,738,737,-1,738,3157,3156,-1,3112,3158,1995,-1,3112,3116,3158,-1,747,701,748,-1,747,702,701,-1,2027,3158,3573,-1,2027,3159,3158,-1,777,3557,3160,-1,3671,3557,777,-1,3164,3672,3673,-1,3672,3164,3163,-1,762,3674,3166,-1,2731,3674,762,-1,2490,3675,2489,-1,3675,2490,3676,-1,2490,1992,1985,-1,1992,2490,757,-1,3180,3558,3168,-1,3558,3180,3177,-1,3168,3183,3180,-1,3168,3166,3183,-1,3191,2489,3675,-1,3191,3184,2489,-1,3166,3187,3183,-1,3166,3674,3187,-1,3677,3191,3188,-1,3191,3677,3184,-1,3674,3678,3187,-1,3674,3572,3678,-1,3193,3677,3188,-1,3193,3679,3677,-1,3162,3678,3572,-1,3162,763,3678,-1,3196,3679,3193,-1,3196,3198,3679,-1,3164,763,3162,-1,3164,764,763,-1,768,3198,3196,-1,768,2491,3198,-1,3673,764,3164,-1,3673,2729,764,-1,3559,2729,3673,-1,3559,769,2729,-1,1988,1990,770,-1,1988,772,1990,-1,751,2018,2728,-1,751,1987,2018,-1,3202,3161,3160,-1,3161,3202,3560,-1,3680,1989,3203,-1,1989,3680,775,-1,3569,779,759,-1,779,3569,1986,-1,3568,3203,3179,-1,3203,3568,3680,-1,781,3153,3205,-1,781,2492,3153,-1,3670,2493,2735,-1,3670,2648,2493,-1,3153,1168,3151,-1,3153,2492,1168,-1,3208,3209,3207,-1,3208,3210,3209,-1,3213,3510,3509,-1,3213,3552,3510,-1,2721,2724,804,-1,2721,3211,2724,-1,813,1091,1093,-1,812,1091,813,-1,2720,819,3214,-1,2720,1972,819,-1,803,2500,2499,-1,803,807,2500,-1,819,1974,820,-1,819,1972,1974,-1,3216,1976,1975,-1,1976,3216,822,-1,3215,827,1970,-1,3215,2719,827,-1,2717,823,831,-1,825,823,2717,-1,1973,836,1974,-1,1973,837,836,-1,828,856,829,-1,828,836,856,-1,860,840,848,-1,860,841,840,-1,852,1962,842,-1,851,1962,852,-1,2510,861,2508,-1,2510,1964,861,-1,3220,3218,1958,-1,3681,3218,3220,-1,2508,3682,2509,-1,3682,2508,3221,-1,866,3224,3683,-1,866,1954,3224,-1,3272,3220,3225,-1,3272,3681,3220,-1,3231,3684,3229,-1,3231,3685,3684,-1,3234,3686,3687,-1,3233,3686,3234,-1,3688,3689,3690,-1,3691,3689,3688,-1,3691,3692,3689,-1,3693,3692,3691,-1,3693,3694,3692,-1,3695,3694,3693,-1,3695,3696,3694,-1,3697,3696,3695,-1,3697,3698,3696,-1,3697,3699,3698,-1,3275,3232,3244,-1,3232,3275,3546,-1,3240,3699,3238,-1,3699,3240,3698,-1,3234,3244,3232,-1,3234,3242,3244,-1,3699,3246,3238,-1,3697,3246,3699,-1,3687,3242,3234,-1,3687,3248,3242,-1,3697,3251,3246,-1,3695,3251,3697,-1,3547,3248,3687,-1,3547,3252,3248,-1,3251,3693,3254,-1,3693,3251,3695,-1,3230,3252,3547,-1,3230,3257,3252,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=24 */
		private int[] getethmoid_Geo_6_34_coordIndex_24()
		{
			int[] value = {3254,3691,3258,-1,3691,3254,3693,-1,3261,3230,3229,-1,3261,3257,3230,-1,3258,3688,3262,-1,3688,3258,3691,-1,3265,3229,3684,-1,3265,3261,3229,-1,3262,3690,3266,-1,3690,3262,3688,-1,3268,3684,873,-1,3268,3265,3684,-1,3690,3269,3266,-1,3689,3269,3690,-1,3689,3700,3269,-1,3692,3700,3689,-1,872,2712,3270,-1,3271,2712,872,-1,3692,3274,3700,-1,3694,3274,3692,-1,3274,3696,3273,-1,3696,3274,3694,-1,3546,874,3533,-1,3546,3275,874,-1,3273,3698,3240,-1,3698,3273,3696,-1,3278,3284,3701,-1,3278,3277,3284,-1,905,3281,1919,-1,905,882,3281,-1,2517,881,1930,-1,2517,882,881,-1,3283,3279,3529,-1,3283,3277,3279,-1,892,3286,2710,-1,892,891,3286,-1,3702,3290,3287,-1,3304,3290,3702,-1,3304,3703,3290,-1,3302,3703,3304,-1,3302,3704,3703,-1,3303,3704,3302,-1,3303,3295,3704,-1,3299,3295,3303,-1,3299,3294,3295,-1,3299,3300,3294,-1,3290,3530,3288,-1,3530,3290,3703,-1,3280,1932,3458,-1,3280,2517,1932,-1,3280,3459,3531,-1,3280,3458,3459,-1,1551,3531,3459,-1,3529,3531,1551,-1,1924,2711,2710,-1,1924,2518,2711,-1,890,2520,888,-1,890,891,2520,-1,894,3283,895,-1,3282,3283,894,-1,1575,2709,3301,-1,1556,2709,1575,-1,2522,3305,1921,-1,2522,1923,3305,-1,3304,3527,3305,-1,3527,3304,3702,-1,880,1940,884,-1,880,951,1940,-1,3278,1890,1892,-1,3701,1890,3278,-1,1979,907,1914,-1,3210,907,1979,-1,3705,1981,3308,-1,1981,3705,3555,-1,3705,3311,3316,-1,3705,3308,3311,-1,908,3526,3314,-1,908,909,3526,-1,3312,1907,3313,-1,914,1907,3312,-1,2524,1904,915,-1,1904,2524,906,-1,3316,1905,1902,-1,1905,3316,3311,-1,3319,3337,3317,-1,3340,3319,3513,-1,3340,3337,3319,-1,939,915,1904,-1,939,916,915,-1,3323,921,938,-1,3323,922,921,-1,1557,925,3522,-1,926,925,1557,-1,911,3322,3523,-1,911,1909,3322,-1,3330,3321,3511,-1,3330,3320,3321,-1,961,930,962,-1,961,3333,930,-1,933,3331,3329,-1,933,1908,3331,-1,3326,2531,3333,-1,3326,3706,2531,-1,933,1909,934,-1,933,3324,1909,-1,910,1909,911,-1,1910,1909,910,-1,3517,920,942,-1,920,3517,2527,-1,943,3462,1564,-1,1897,3462,943,-1,3518,3335,2526,-1,3518,3325,3335,-1,3325,947,3335,-1,3325,2530,947,-1,2530,948,947,-1,2530,949,948,-1,3707,948,950,-1,948,3707,2706,-1,3339,3707,3512,-1,3707,3339,3338,-1,1891,1941,953,-1,1891,879,1941,-1,1891,877,879,-1,877,1891,1918,-1,958,2529,2704,-1,1900,2529,958,-1,2495,789,788,-1,3554,789,2495,-1,1983,1984,791,-1,3207,1984,1983,-1,796,793,1641,-1,793,796,795,-1,814,1977,812,-1,1977,814,811,-1,1767,3212,2722,-1,3212,1767,3211,-1,2497,3510,3342,-1,2497,815,3510,-1,968,817,816,-1,817,968,2450,-1,2567,1829,1088,-1,1829,2567,2679,-1,3708,2549,2613,-1,3708,3343,2549,-1,984,2550,3393,-1,984,981,2550,-1,990,1873,1050,-1,1873,990,989,-1,2552,2701,996,-1,2701,2552,2702,-1,3394,2545,3346,-1,2545,3394,1033,-1,1726,2566,1727,-1,2566,1726,1268,-1,1773,3349,1855,-1,3349,1773,1871,-1,2587,1828,1827,-1,2587,3493,1828,-1,1753,1827,2681,-1,1753,2587,1827,-1,1832,1008,3481,-1,1832,1006,1008,-1,2599,1866,1865,-1,3709,1866,2599,-1,3351,3710,1665,-1,3710,3351,3350,-1,1011,1016,1012,-1,1011,1014,1016,-1,1718,1019,1018,-1,1019,1718,1717,-1,1837,3352,3711,-1,1836,3352,1837,-1,1271,1729,3370,-1,1271,1863,1729,-1,3357,3354,3355,-1,3353,3354,3357,-1,3364,3359,3358,-1,3359,3364,3712,-1,3395,2582,3360,-1,3395,1782,2582,-1,1782,1724,1159,-1,1782,3395,1724,-1,3395,2596,1724,-1,2596,3395,3346,-1,2671,2696,2670,-1,2696,2671,3362,-1,3393,3343,984,-1,1875,3343,3393,-1,1054,1652,2693,-1,1054,1053,1652,-1,2701,991,1055,-1,2702,991,2701,-1,2556,1843,2557,-1,1751,1843,2556,-1,1070,2691,2690,-1,1070,1069,2691,-1,2688,2560,1757,-1,2688,2687,2560,-1,3711,2685,2684,-1,3711,3352,2685,-1,1771,1859,2683,-1,1771,1862,1859,-1,3602,3498,445,-1,3390,3498,3602,-1,3357,1214,3366,-1,3356,1214,3357,-1,3391,2668,3368,-1,1648,2668,3391,-1,3498,3712,445,-1,3498,3359,3712,-1,1792,3386,3385,-1,1792,3371,3386,-1,1276,2546,1277,-1,1165,2546,1276,-1,2676,1165,1276,-1,1101,1165,2676,-1,1442,2493,1443,-1,2493,1442,1640,-1,2379,1404,3372,-1,2379,8,1404,-1,2674,1108,1107,-1,2674,3503,1108,-1,1288,1818,1114,-1,1817,1818,1288,-1,1111,2653,1822,-1,1111,1364,2653,-1,1399,1822,2653,-1,1399,1661,1822,-1,515,1684,516,-1,515,2108,1684,-1,1139,1776,1140,-1,1776,1139,1811,-1,1431,1422,1421,-1,1422,1431,1430,-1,2694,1807,1849,-1,2694,1047,1807,-1,1848,1873,989,-1,986,1873,1848,-1,2551,1422,1048,-1,2551,988,1422,-1,1058,3508,2553,-1,1058,3344,3508,-1,1251,3374,1253,-1,3713,3374,1251,-1,1808,3376,1311,-1,1810,3376,1808,-1,1708,1152,1290,-1,1708,2600,1152,-1,1158,2678,1157,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=25 */
		private int[] getethmoid_Geo_6_34_coordIndex_25()
		{
			int[] value = {3371,2678,1158,-1,3378,1132,1156,-1,1132,3378,2571,-1,1130,3379,3399,-1,1813,3379,1130,-1,3376,3714,1295,-1,3376,3375,3714,-1,2543,3505,3361,-1,1853,3505,2543,-1,1781,1102,1101,-1,1781,1780,1102,-1,1170,3383,3483,-1,3383,1170,1169,-1,3384,3380,3715,-1,3382,3380,3384,-1,3715,1846,2581,-1,3380,1846,3715,-1,1815,1094,1646,-1,1094,1815,3385,-1,1869,1852,2670,-1,1868,1852,1869,-1,1648,1177,2668,-1,1648,1178,1177,-1,1182,1145,2700,-1,1793,1145,1182,-1,1183,1077,1836,-1,1077,1183,1075,-1,1427,1826,1428,-1,1769,1826,1427,-1,1093,3414,2568,-1,1093,1768,3414,-1,816,2497,1191,-1,2497,816,815,-1,3387,1197,1196,-1,1197,3387,1763,-1,2559,1068,1064,-1,2559,1841,1068,-1,1230,1204,1203,-1,1204,1230,2589,-1,1870,1830,1004,-1,1870,3373,1830,-1,1080,1210,1078,-1,1833,1210,1080,-1,1060,234,212,-1,1060,2555,234,-1,1220,1063,1838,-1,1219,1063,1220,-1,1423,281,283,-1,281,1423,1148,-1,3507,2684,1835,-1,3507,3711,2684,-1,3367,3359,3498,-1,3367,2542,3359,-1,2565,1088,1090,-1,2565,2567,1088,-1,1069,1843,2691,-1,2557,1843,1069,-1,1750,1382,1383,-1,1750,2588,1382,-1,2561,1757,2586,-1,1757,2561,2688,-1,3387,1232,3497,-1,3387,1230,1232,-1,1238,3388,2590,-1,3388,1238,1745,-1,2591,1241,1650,-1,2591,1742,1241,-1,1743,1247,1424,-1,1247,1743,1249,-1,3496,1249,1743,-1,1250,1249,3496,-1,1246,3713,1251,-1,1246,3494,3713,-1,2536,1057,2673,-1,1057,2536,2537,-1,985,1671,1051,-1,1872,1671,985,-1,1222,1856,1223,-1,1222,1426,1856,-1,1001,1425,1179,-1,1001,1728,1425,-1,296,1673,293,-1,296,1672,1673,-1,1867,2539,2650,-1,1865,2539,1867,-1,2460,1717,1358,-1,2460,2598,1717,-1,1012,1541,1013,-1,1542,1541,1012,-1,1707,1784,1786,-1,1784,1707,1706,-1,1787,1702,1305,-1,1702,1787,2578,-1,1126,1156,1127,-1,1126,3378,1156,-1,1308,3398,1699,-1,1308,1296,3398,-1,1299,3714,3489,-1,1299,2663,3714,-1,1707,1710,1697,-1,3716,1710,1707,-1,1710,1323,1697,-1,1710,1703,1323,-1,3502,1305,3489,-1,1305,3502,1787,-1,1286,1709,1287,-1,1704,1709,1286,-1,1362,1293,534,-1,1361,1293,1362,-1,1333,539,1334,-1,539,1333,1330,-1,1696,3406,1697,-1,3406,1696,3486,-1,3404,2601,1326,-1,1695,2601,3404,-1,3405,1331,1330,-1,3400,1331,3405,-1,1697,3403,1306,-1,3403,1697,3406,-1,2658,3488,3407,-1,2658,3404,3488,-1,3405,1346,1686,-1,3405,3487,1346,-1,1356,1320,3412,-1,1355,1320,1356,-1,1359,1717,1716,-1,1359,1358,1717,-1,1683,1363,1362,-1,1363,1683,2657,-1,2655,3409,3408,-1,3409,2655,2654,-1,1356,1673,1357,-1,3410,1673,1356,-1,2653,3411,1399,-1,1366,3411,2653,-1,1401,1379,1371,-1,1379,1401,2652,-1,3396,1548,1023,-1,3396,3596,1548,-1,3717,1684,973,-1,1684,3717,1685,-1,1685,3710,3350,-1,1685,3717,3710,-1,3409,1351,1350,-1,3409,2656,1351,-1,3412,1319,2655,-1,1320,1319,3412,-1,2651,967,1669,-1,2651,1173,967,-1,1283,1713,1667,-1,1283,1714,1713,-1,1010,3503,1403,-1,3503,1010,1374,-1,1407,1409,1134,-1,2573,1409,1407,-1,1124,2572,1123,-1,1124,1136,2572,-1,1136,1124,1789,-1,1777,1057,1056,-1,1777,2673,1057,-1,1116,1823,1819,-1,1414,1823,1116,-1,1823,1187,1418,-1,1823,1414,1187,-1,1070,1765,1071,-1,1070,2558,1765,-1,1072,1067,1066,-1,1074,1067,1072,-1,1007,2683,1834,-1,1007,1006,2683,-1,1829,1087,512,-1,1829,1828,1087,-1,1438,2696,1851,-1,1438,1869,2696,-1,1778,1103,1824,-1,1104,1103,1778,-1,1459,2646,1490,-1,2647,2646,1459,-1,1455,3417,3480,-1,3415,3417,1455,-1,2647,1629,2646,-1,2647,3418,1629,-1,3417,3422,3718,-1,3416,3422,3417,-1,1463,3419,2645,-1,3419,1463,3418,-1,3427,3718,3422,-1,3427,3719,3718,-1,3477,3431,3720,-1,3719,3431,3477,-1,3719,3430,3431,-1,3427,3430,3719,-1,3720,1619,1618,-1,3431,1619,3720,-1,1476,1623,1624,-1,1623,1476,3432,-1,1478,1469,1479,-1,1478,1470,1469,-1,1482,1487,2118,-1,1487,1482,1484,-1,1619,2642,1485,-1,2642,1619,2640,-1,3433,2638,511,-1,3433,2639,2638,-1,3436,1451,3721,-1,1451,3436,1635,-1,1451,3435,3721,-1,1634,3435,1451,-1,3437,3721,3722,-1,3721,3437,3436,-1,1601,1497,1615,-1,1601,1516,1497,-1,1495,2632,1523,-1,1499,2632,1495,-1,3470,3722,3473,-1,3722,3470,3437,-1,2636,1525,2623,-1,3439,1525,2636,-1,3438,3442,3474,-1,3438,3439,3442,-1,3445,3442,3441,-1,3471,3442,3445,-1,3449,3443,3446,-1,3449,3445,3443,-1,1605,3449,3448,-1,1605,3472,3449,-1,2635,2634,3469,-1,2635,1508,2634,-1,1513,3468,3452,-1,1513,1512,3468,-1,2614,1513,1522,-1,2614,1511,1513,-1,3455,1515,1514,-1,1456,1515,3455,-1,1520,3453,3456,-1,1520,1522,3453,-1,3465,1520,1597,-1,3465,1521,1520,-1,2632,3454,1524,-1,2632,1457,3454,-1,1611,3464,1596,-1,2617,3464,1611,-1,1544,1530,1591,-1,1544,1531,1530,-1,1585,1548,2624,-1,1585,1587,1548,-1,1537,2631,1584,-1,1537,1542,2631,-1,1529,1570,1574,-1,1529,2627,1570,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=26 */
		private int[] getethmoid_Geo_6_34_coordIndex_26()
		{
			int[] value = {3292,1573,3291,-1,1573,3292,1533,-1,1528,897,2624,-1,1576,897,1528,-1,1897,3327,3462,-1,3327,1897,1896,-1,1563,2629,1558,-1,2629,1563,2628,-1,903,901,904,-1,903,902,901,-1,1558,1894,1559,-1,901,1894,1558,-1,1564,3461,2628,-1,3461,1564,3462,-1,930,936,931,-1,1899,936,930,-1,1576,1552,1577,-1,1576,1528,1552,-1,3459,1549,1551,-1,3459,1567,1549,-1,3458,1570,1572,-1,1932,1570,3458,-1,1932,1574,1570,-1,1931,1574,1932,-1,1588,1533,1529,-1,1533,1588,1534,-1,2622,1500,3463,-1,2622,1595,1500,-1,2617,1592,3464,-1,2623,1592,2617,-1,1596,3465,1597,-1,3464,3465,1596,-1,1599,1594,1593,-1,1599,1600,1594,-1,3465,3466,1521,-1,3457,3466,3465,-1,1517,3456,3453,-1,3456,1517,1599,-1,3466,1514,3467,-1,3455,1514,3466,-1,3451,3452,3468,-1,3452,3451,2633,-1,3469,1512,1604,-1,1512,3469,3468,-1,2635,1604,3447,-1,1604,2635,3469,-1,2619,3472,1605,-1,2619,3470,3472,-1,3472,3445,3449,-1,3472,3471,3445,-1,3471,3474,3442,-1,3473,3474,3471,-1,1608,1610,1609,-1,3444,1610,1608,-1,3463,1607,1606,-1,3463,1500,1607,-1,3473,3475,3474,-1,3475,3473,3722,-1,2619,1615,1614,-1,2619,1601,1615,-1,3721,3475,3722,-1,3435,3475,3721,-1,1498,1633,1616,-1,1498,1494,1633,-1,1613,1635,3436,-1,1635,1613,1617,-1,1485,3434,1484,-1,3434,1485,2642,-1,1620,1480,1479,-1,1483,1480,1620,-1,1623,1478,1477,-1,1623,3432,1478,-1,1489,1466,1475,-1,1466,1489,1467,-1,3476,1618,1621,-1,3720,1618,3476,-1,2641,1467,1489,-1,1467,2641,3429,-1,3720,3428,3477,-1,3720,3476,3428,-1,3719,3478,3718,-1,3719,3477,3478,-1,1468,1628,1627,-1,1628,1468,3479,-1,1630,3418,1463,-1,3418,1630,1629,-1,3480,3718,3478,-1,3417,3718,3480,-1,3420,1628,3479,-1,1631,1628,3420,-1,3424,1455,3480,-1,1455,3424,1632,-1,1453,3420,3423,-1,1452,3420,1453,-1,1490,1464,1617,-1,2646,1464,1490,-1,1097,1446,1443,-1,1097,1637,1446,-1,1870,1794,3373,-1,1794,1870,3481,-1,2679,2595,2680,-1,2679,2594,2595,-1,1007,2684,1180,-1,1835,2684,1007,-1,1202,2690,1384,-1,2690,1202,1842,-1,1065,1838,1063,-1,1065,1839,1838,-1,1056,2552,1846,-1,2552,1056,2554,-1,2260,1659,1653,-1,2260,2577,1659,-1,2675,1659,3372,-1,2675,1406,1659,-1,1109,1364,1111,-1,1109,1120,1364,-1,2609,1386,1387,-1,1386,2609,1670,-1,2607,1716,1721,-1,2607,1359,1716,-1,3484,3717,3485,-1,3484,3710,3717,-1,2699,1020,2597,-1,2699,1676,1020,-1,1349,1678,2606,-1,1681,1678,1349,-1,1344,1678,1691,-1,1679,1678,1344,-1,1372,1349,1370,-1,1349,1372,1681,-1,1376,2604,1677,-1,1690,2604,1376,-1,264,969,295,-1,1880,969,264,-1,2655,3413,3412,-1,2655,3408,3413,-1,3485,973,1694,-1,3485,3717,973,-1,1538,1864,1866,-1,1864,1538,1561,-1,1690,1686,2604,-1,1690,1689,1686,-1,3487,1347,1346,-1,3487,3402,1347,-1,1688,3488,3401,-1,3407,3488,1688,-1,3486,1693,3406,-1,1693,3486,1342,-1,1330,3487,3405,-1,1330,1333,3487,-1,3488,1326,1327,-1,3404,1326,3488,-1,3486,2660,2659,-1,3486,1696,2660,-1,1355,2660,1320,-1,2602,2660,1355,-1,1361,1291,1293,-1,1698,1291,1361,-1,1674,1361,1363,-1,1674,1698,1361,-1,1710,1153,2600,-1,3716,1153,1710,-1,3397,1304,1306,-1,3397,1312,1304,-1,2663,1295,3714,-1,1295,2663,1296,-1,1313,1299,1304,-1,1299,1313,1297,-1,3716,1786,1153,-1,1786,3716,1707,-1,3377,2569,3491,-1,1303,2569,3377,-1,2630,3709,3492,-1,3709,2630,1543,-1,2598,3596,3396,-1,2598,2460,3596,-1,1716,1397,1721,-1,1718,1397,1716,-1,3349,3364,3348,-1,3349,3506,3364,-1,1002,1179,1863,-1,1179,1002,1001,-1,1734,1436,964,-1,1734,1037,1436,-1,984,3708,982,-1,3708,984,3343,-1,2538,2546,2665,-1,1277,2546,2538,-1,1259,1737,1645,-1,1257,1737,1259,-1,2593,3713,3494,-1,3713,2593,1738,-1,3374,1738,1739,-1,3374,3713,1738,-1,1740,1742,2591,-1,3495,1742,1740,-1,1742,3496,1743,-1,3496,1742,3495,-1,1062,1751,2556,-1,1062,1752,1751,-1,1842,1070,2690,-1,1842,2558,1070,-1,2691,1746,1384,-1,1843,1746,2691,-1,1269,2594,1270,-1,1269,1000,2594,-1,3356,1212,1214,-1,3356,3369,1212,-1,3391,1213,1212,-1,3389,1213,3391,-1,1076,2687,2564,-1,2560,2687,1076,-1,1220,2863,1221,-1,2863,1220,3482,-1,2560,1075,1758,-1,1076,1075,2560,-1,289,1210,1761,-1,289,288,1210,-1,978,1877,979,-1,1730,1877,978,-1,2584,1233,1239,-1,2584,2590,1233,-1,1763,3497,2667,-1,1763,3387,3497,-1,1418,1096,1416,-1,1418,1189,1096,-1,3352,2563,2685,-1,2563,3352,2698,-1,1759,3499,3482,-1,3499,1759,1758,-1,1215,1079,1078,-1,1215,1861,1079,-1,1408,2581,1775,-1,1408,3715,2581,-1,3715,1408,3483,-1,3483,3384,3715,-1,3384,3483,3383,-1,1638,1103,1825,-1,1638,1824,1103,-1,2677,3504,1260,-1,2677,1100,3504,-1,1035,1100,2677,-1,784,1779,2580,-1,784,1167,1779,-1,1161,2164,1162,-1,1647,2164,1161,-1,3375,3489,3714,-1,3489,3375,3502,-1,1131,3399,3490,-1,1130,3399,1131,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=27 */
		private int[] getethmoid_Geo_6_34_coordIndex_27()
		{
			int[] value = {2570,1790,1815,-1,2570,3491,1790,-1,1709,1290,1289,-1,1708,1290,1709,-1,2575,1787,3502,-1,1788,1787,2575,-1,1311,1654,1808,-1,1311,1310,1654,-1,1255,1795,1649,-1,1255,1636,1795,-1,1760,1796,1278,-1,1796,1760,3353,-1,1055,994,2701,-1,1055,1798,994,-1,987,1799,1227,-1,987,2535,1799,-1,1804,1879,1802,-1,1804,2695,1879,-1,1430,1048,1422,-1,1048,1430,1046,-1,2574,1809,1133,-1,1810,1809,2574,-1,1407,1811,2573,-1,1776,1811,1407,-1,1117,1123,1405,-1,1110,1123,1117,-1,1711,1817,1288,-1,1711,1660,1817,-1,2675,1404,1403,-1,2675,3372,1404,-1,1189,2568,1826,-1,1189,1188,2568,-1,1648,1212,2612,-1,1212,1648,3391,-1,1857,3347,1858,-1,3347,1857,1727,-1,1755,3493,2587,-1,1755,3355,3493,-1,3390,394,3389,-1,3390,3602,394,-1,2541,1835,1834,-1,2541,3507,1835,-1,2558,1841,2559,-1,1842,1841,2558,-1,992,2553,3508,-1,2554,2553,992,-1,1652,3345,2693,-1,1652,1735,3345,-1,1141,2261,1142,-1,2261,1141,2610,-1,2551,2694,1801,-1,2551,1047,2694,-1,2576,982,3708,-1,2576,1806,982,-1,3392,1265,1851,-1,1265,3392,1266,-1,1871,3506,3349,-1,1871,1027,3506,-1,3361,1162,2543,-1,1163,1162,3361,-1,3506,3712,3364,-1,3712,3506,2158,-1,1426,1857,1856,-1,1857,1426,1725,-1,2585,1860,1273,-1,2585,1209,1860,-1,1756,1208,1833,-1,1756,1762,1208,-1,1861,1859,1862,-1,1217,1859,1861,-1,1754,3370,3369,-1,1754,1271,3370,-1,2686,3711,3507,-1,2686,1837,3711,-1,3492,2599,1714,-1,3709,2599,3492,-1,3710,1666,1665,-1,3484,1666,3710,-1,3709,1538,1866,-1,3709,1543,1538,-1,1081,3481,1870,-1,1081,1832,3481,-1,1087,3493,2682,-1,1828,3493,1087,-1,1853,1034,3505,-1,1853,1030,1034,-1,3347,1090,3365,-1,1090,3347,2565,-1,1728,1000,1269,-1,1728,1001,1000,-1,1277,1722,2697,-1,1277,2538,1722,-1,3508,993,992,-1,3508,2692,993,-1,2536,1226,1205,-1,1872,1226,2536,-1,986,2535,987,-1,986,1848,2535,-1,3393,1045,3363,-1,3393,2550,1045,-1,3708,2695,2576,-1,3708,2613,2695,-1,1876,975,1043,-1,1877,975,1876,-1,1270,2679,2567,-1,2679,1270,2594,-1,2722,3553,2703,-1,2722,3212,3553,-1,2703,3509,817,-1,2703,3553,3509,-1,1091,1978,1092,-1,1091,808,1978,-1,789,799,963,-1,789,3554,799,-1,1261,2496,1262,-1,1261,3209,2496,-1,963,798,1882,-1,963,799,798,-1,3511,3317,3341,-1,3511,3321,3317,-1,958,3512,2533,-1,958,957,3512,-1,1941,1888,1886,-1,952,1888,1941,-1,3512,950,2533,-1,950,3512,3707,-1,1941,951,952,-1,1941,1940,951,-1,3338,2706,3707,-1,2706,3338,3514,-1,3514,3723,3515,-1,3514,3513,3723,-1,3723,3516,3515,-1,3516,3723,3724,-1,3724,3517,3516,-1,3517,3724,3521,-1,3521,2527,3517,-1,2527,3521,3519,-1,937,945,3460,-1,1566,945,937,-1,3706,1898,2531,-1,3706,1895,1898,-1,3520,3332,940,-1,3332,3520,3318,-1,3329,3324,933,-1,3329,3328,3324,-1,927,3333,961,-1,927,3326,3333,-1,3331,3511,956,-1,3331,3330,3511,-1,1896,3706,3326,-1,1896,1895,3706,-1,949,1893,950,-1,1893,949,1894,-1,3523,3518,911,-1,3522,3518,3523,-1,2529,922,3328,-1,922,2529,923,-1,3460,3522,3523,-1,1557,3522,3460,-1,941,914,913,-1,941,1907,914,-1,1905,1910,1902,-1,1910,1905,934,-1,3521,3513,3319,-1,3521,3723,3513,-1,3724,3723,3521,-1,3311,2528,1905,-1,2528,3311,3310,-1,906,918,1904,-1,918,906,908,-1,2525,914,3312,-1,1906,914,2525,-1,939,2527,940,-1,1903,2527,939,-1,942,913,2526,-1,942,941,913,-1,3314,3524,3313,-1,3314,3526,3524,-1,2524,3525,1914,-1,3315,3525,2524,-1,3705,1913,1912,-1,1913,3705,3316,-1,1912,3555,3705,-1,3555,1912,1915,-1,801,1914,3525,-1,1979,1914,801,-1,3526,2494,3524,-1,2494,3526,1982,-1,1890,1937,1891,-1,1890,3701,1937,-1,3702,3289,3527,-1,3289,3702,3287,-1,3305,2523,1921,-1,2523,3305,3527,-1,2522,898,2521,-1,898,2522,1921,-1,1555,2709,1556,-1,1555,894,2709,-1,893,2521,2520,-1,2521,893,2522,-1,3299,1922,2711,-1,1922,3299,3303,-1,896,1551,1550,-1,895,1551,896,-1,3297,2710,3286,-1,3297,1924,2710,-1,1926,3300,2518,-1,1926,3294,3300,-1,1571,3298,1568,-1,1571,3293,3298,-1,3291,1925,3296,-1,3291,1928,1925,-1,1929,3295,1927,-1,1929,3704,3295,-1,3703,1929,3530,-1,1929,3703,3704,-1,3288,1589,1553,-1,1589,3288,3530,-1,3532,3529,3279,-1,3531,3529,3532,-1,881,1935,1930,-1,1935,881,883,-1,3528,1938,2516,-1,3528,3306,1938,-1,1919,3532,1920,-1,1919,3281,3532,-1,2516,3701,3284,-1,3701,2516,1937,-1,3549,2713,870,-1,3549,1942,2713,-1,3237,3272,1945,-1,3237,3236,3272,-1,3227,3533,3271,-1,3227,3549,3533,-1,3700,1944,1946,-1,3274,1944,3700,-1,876,3270,2712,-1,876,2512,3270,-1,3269,1946,2513,-1,3700,1946,3269,-1,3226,1950,1949,-1,3226,3550,1950,-1,3534,871,3685,-1,1948,871,3534,-1,3550,3535,1950,-1,3550,3683,3535,-1,3536,3685,3231,-1,3534,3685,3536,-1,3683,3537,3535,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=28 */
		private int[] getethmoid_Geo_6_34_coordIndex_28()
		{
			int[] value = {3683,3224,3537,-1,3538,3231,3228,-1,3536,3231,3538,-1,3224,3539,3537,-1,3224,3223,3539,-1,3538,3548,3540,-1,3538,3228,3548,-1,3223,3541,3539,-1,3223,3551,3541,-1,3686,3540,3548,-1,3540,3686,3542,-1,3541,3682,3543,-1,3541,3551,3682,-1,3233,3542,3686,-1,3542,3233,3544,-1,3543,3221,3545,-1,3543,3682,3221,-1,869,3544,3233,-1,3544,869,868,-1,3545,3222,3235,-1,3545,3221,3222,-1,3244,3276,3275,-1,3244,3243,3276,-1,3533,870,3546,-1,3549,870,3533,-1,3687,3548,3547,-1,3686,3548,3687,-1,3685,873,3684,-1,3685,871,873,-1,3236,3681,3272,-1,3236,2714,3681,-1,867,3683,3550,-1,867,866,3683,-1,1957,3682,3551,-1,1957,2509,3682,-1,2714,3218,3681,-1,2714,2716,3218,-1,1953,2511,1954,-1,1953,1955,2511,-1,1956,1964,2510,-1,1956,2505,1964,-1,2504,1971,829,-1,1966,1971,2504,-1,859,848,1966,-1,859,860,848,-1,854,1968,1965,-1,854,2503,1968,-1,2718,837,1973,-1,2718,2503,837,-1,1969,823,822,-1,823,1969,831,-1,2719,828,827,-1,2719,820,828,-1,824,807,806,-1,807,824,2500,-1,2498,3217,1975,-1,2498,3552,3217,-1,3342,3552,2498,-1,3552,3342,3510,-1,3553,3213,3509,-1,3214,3213,3553,-1,1981,3554,2495,-1,1981,3555,3554,-1,3206,741,740,-1,3150,741,3206,-1,3556,1168,1106,-1,3556,3151,1168,-1,741,2736,2000,-1,2736,741,3150,-1,3671,3176,3571,-1,3174,3176,3671,-1,3570,3680,3568,-1,3680,3570,755,-1,777,3174,3671,-1,776,3174,777,-1,755,775,3680,-1,775,755,754,-1,1988,3202,1989,-1,3560,3202,1988,-1,770,3560,1988,-1,769,3560,770,-1,3170,3201,3672,-1,3170,3172,3201,-1,3171,3672,3163,-1,3171,3170,3672,-1,766,3196,3195,-1,766,768,3196,-1,3165,3171,3163,-1,3169,3171,3165,-1,3198,3562,3679,-1,3198,3197,3562,-1,3563,763,765,-1,3678,763,3563,-1,3562,3677,3679,-1,3677,3562,3564,-1,3186,3678,3563,-1,3187,3678,3186,-1,3564,3184,3677,-1,3184,3564,3185,-1,3191,3566,3189,-1,3566,3191,3675,-1,3175,762,3167,-1,3175,760,762,-1,3675,3567,3566,-1,3567,3675,3676,-1,3176,3167,3571,-1,3176,3175,3167,-1,3676,3568,3567,-1,3568,3676,3570,-1,2490,3570,3676,-1,2490,1985,3570,-1,3671,3558,3557,-1,3571,3558,3671,-1,3674,3192,3572,-1,3192,3674,2731,-1,3673,3201,3559,-1,3201,3673,3672,-1,3118,1994,2488,-1,3118,1996,1994,-1,3573,706,2027,-1,706,3573,2487,-1,3573,3116,3115,-1,3158,3116,3573,-1,1999,1997,1996,-1,1999,2486,1997,-1,699,3152,2741,-1,3152,699,2001,-1,3149,3114,3113,-1,3147,3114,3149,-1,2001,3206,3205,-1,2001,2002,3206,-1,739,787,785,-1,739,738,787,-1,2735,3155,3670,-1,2735,2734,3155,-1,3121,2482,3119,-1,3578,2482,3121,-1,710,3124,3577,-1,710,3120,3124,-1,3575,3668,3669,-1,3668,3575,3574,-1,2006,2738,724,-1,2025,2738,2006,-1,2003,3669,3139,-1,3669,2003,3575,-1,2012,3576,720,-1,2011,3576,2012,-1,2008,2011,2012,-1,2008,2007,2011,-1,2004,3141,3143,-1,3141,2004,3142,-1,2028,3576,735,-1,2028,2481,3576,-1,3123,2017,3565,-1,3123,2014,2017,-1,3126,1986,3569,-1,3126,3125,1986,-1,2020,3128,3561,-1,2020,2484,3128,-1,3668,3132,3144,-1,3132,3668,2019,-1,3134,3145,3577,-1,2015,3145,3134,-1,3130,3578,3136,-1,3130,3129,3578,-1,2024,3146,2005,-1,3146,2024,2023,-1,2026,3159,2027,-1,2740,3159,2026,-1,2739,745,750,-1,721,745,2739,-1,715,1993,712,-1,715,2488,1993,-1,737,2486,3157,-1,2486,737,1997,-1,2849,2914,2777,-1,2914,2849,3645,-1,2034,2033,2032,-1,2034,643,2033,-1,690,3107,691,-1,690,640,3107,-1,3666,2037,3579,-1,3666,2035,2037,-1,2040,3579,2041,-1,2040,3666,3579,-1,2038,2041,675,-1,2038,2040,2041,-1,3108,2038,3109,-1,3108,2478,2038,-1,667,3111,3110,-1,667,666,3111,-1,646,655,2047,-1,646,2477,655,-1,650,3665,651,-1,2053,3665,650,-1,2053,2033,3665,-1,2052,2033,2053,-1,644,648,645,-1,644,661,648,-1,2479,661,644,-1,2479,662,661,-1,2036,662,2479,-1,2036,670,662,-1,3667,670,2036,-1,3667,3108,670,-1,2039,3108,3667,-1,2478,3108,2039,-1,2061,2057,618,-1,2061,2058,2057,-1,677,2061,623,-1,632,2061,677,-1,3581,2060,3106,-1,2060,3581,3651,-1,3582,2891,3655,-1,2891,3582,2894,-1,2075,594,593,-1,3086,594,2075,-1,3663,594,3086,-1,596,594,3663,-1,2077,3663,3589,-1,2077,596,3663,-1,598,3589,3089,-1,598,2077,3589,-1,2919,3094,2235,-1,3094,2919,3652,-1,2063,3664,2064,-1,2063,2967,3664,-1,3586,3088,3096,-1,3586,3585,3088,-1,2748,614,3091,-1,2748,611,614,-1,601,3091,2468,-1,601,2748,3091,-1,2074,2471,2470,-1,2074,2073,2471,-1,590,3652,3653,-1,590,3094,3652,-1,2068,3094,590,-1,3587,613,3585,-1,3587,614,613,-1,3589,3583,3584,-1,3583,3589,3663,-1,592,2068,590,-1,2069,2068,592,-1,562,553,552,-1,562,3078,553,-1,3077,3083,3076,-1,3083,3077,3082,-1,3081,3075,3080,-1,3081,3074,3075,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=29 */
		private int[] getethmoid_Geo_6_34_coordIndex_29()
		{
			int[] value = {3079,3660,2461,-1,3079,3591,3660,-1,2081,584,587,-1,2081,585,584,-1,3660,3069,3057,-1,3591,3069,3660,-1,3662,3072,3058,-1,3662,3725,3072,-1,3594,3725,3662,-1,3594,3726,3725,-1,3062,3726,3594,-1,3062,3067,3726,-1,580,2092,3592,-1,579,2092,580,-1,2464,3592,2092,-1,2464,570,3592,-1,555,3068,2101,-1,555,3065,3068,-1,2093,564,566,-1,2094,564,2093,-1,549,3066,563,-1,3066,549,3054,-1,568,2097,2753,-1,568,2463,2097,-1,2754,3063,557,-1,2754,3084,3063,-1,3063,3065,3064,-1,3084,3065,3063,-1,3084,3068,3065,-1,3082,3068,3084,-1,3082,3067,3068,-1,3077,3067,3082,-1,3077,3726,3067,-1,3073,3726,3077,-1,3073,3725,3726,-1,3072,3725,3073,-1,2088,3662,2465,-1,3594,3662,2088,-1,3595,3083,3593,-1,3076,3083,3595,-1,3660,2103,2461,-1,3661,2103,3660,-1,572,2087,577,-1,2090,2087,572,-1,525,1332,1334,-1,525,536,1332,-1,3044,2989,3042,-1,2989,3044,2987,-1,3041,3052,3039,-1,3052,3041,3050,-1,3049,3036,3047,-1,3049,3034,3036,-1,3045,3030,3043,-1,3045,3033,3030,-1,3027,3040,3028,-1,3040,3027,3038,-1,3035,3025,3022,-1,3037,3025,3035,-1,3032,3021,3018,-1,3031,3021,3032,-1,3016,3029,3026,-1,3016,3015,3029,-1,3024,3010,3012,-1,3023,3010,3024,-1,3020,3009,3006,-1,3019,3009,3020,-1,3004,3017,3014,-1,3004,3003,3017,-1,3013,3001,3011,-1,3013,3000,3001,-1,3007,2996,3008,-1,3007,2999,2996,-1,2995,3002,2993,-1,3002,2995,3005,-1,2998,2986,2988,-1,2997,2986,2998,-1,2994,3053,2992,-1,2994,3051,3053,-1,2991,3046,3048,-1,2990,3046,2991,-1,3600,2458,518,-1,2458,3600,3597,-1,3599,2977,3598,-1,2976,2977,3599,-1,2761,2981,528,-1,2761,2979,2981,-1,518,2110,2109,-1,518,2458,2110,-1,2643,2764,1486,-1,2643,3659,2764,-1,2970,2973,2969,-1,2119,2973,2970,-1,2971,1622,2616,-1,2971,2113,1622,-1,2113,480,2114,-1,2113,482,480,-1,2064,2117,2181,-1,2064,3664,2117,-1,1480,2119,2970,-1,2119,1480,1483,-1,2966,3095,3097,-1,2966,3096,3095,-1,2457,3658,3659,-1,2120,3658,2457,-1,2964,2766,481,-1,2766,2964,2453,-1,2960,483,3658,-1,2454,483,2960,-1,2956,2962,3657,-1,2961,2962,2956,-1,3657,2124,2954,-1,3657,2125,2124,-1,2767,2122,2128,-1,2123,2122,2767,-1,2126,2138,464,-1,2126,469,2138,-1,2959,2452,2957,-1,2959,2132,2452,-1,2146,2949,2147,-1,459,2949,2146,-1,2143,456,455,-1,2143,2142,456,-1,2145,3601,450,-1,2145,3603,3601,-1,2945,2142,2141,-1,2945,2943,2142,-1,2139,2768,2140,-1,2139,430,2768,-1,445,2158,444,-1,445,3712,2158,-1,439,446,1174,-1,447,446,439,-1,354,445,86,-1,445,354,3602,-1,1192,441,443,-1,3609,441,1192,-1,1647,428,2164,-1,429,428,1647,-1,2446,87,86,-1,434,87,2446,-1,426,2449,2156,-1,426,2166,2449,-1,2769,423,2447,-1,2769,424,423,-1,2770,2769,2163,-1,2769,2770,424,-1,3604,3603,2942,-1,3603,3604,3601,-1,2165,2950,2951,-1,2165,415,2950,-1,2953,422,421,-1,2952,422,2953,-1,423,3604,2948,-1,422,3604,423,-1,2944,2166,2165,-1,2944,2449,2166,-1,429,2152,2157,-1,442,2152,429,-1,2152,442,3605,-1,441,2179,442,-1,2179,441,2180,-1,2173,3609,1192,-1,3609,2173,396,-1,3606,412,411,-1,412,3606,3656,-1,3655,405,3582,-1,406,405,3655,-1,2444,2940,2170,-1,2444,2934,2940,-1,2169,399,398,-1,399,2169,410,-1,404,3608,2772,-1,3607,3608,404,-1,2935,2175,2442,-1,2935,2933,2175,-1,395,3607,2178,-1,3608,3607,395,-1,2888,2939,2938,-1,2890,2939,2888,-1,3627,3606,2896,-1,3627,3656,3606,-1,2175,2923,2176,-1,2774,2923,2175,-1,2179,2930,2775,-1,2930,2179,2178,-1,605,2441,2072,-1,3610,2441,605,-1,3610,3653,2920,-1,3653,3610,3654,-1,2065,2181,2440,-1,2065,2064,2181,-1,289,2776,2792,-1,289,1279,2776,-1,2183,3623,2184,-1,2908,3623,2183,-1,3646,3620,3645,-1,3646,3619,3620,-1,3617,3646,2439,-1,3646,3617,3619,-1,2186,2886,2187,-1,2913,2886,2186,-1,3615,2439,2188,-1,2439,3615,3617,-1,3616,2188,2912,-1,2188,3616,3615,-1,313,3625,2234,-1,3650,3625,313,-1,2234,2900,2193,-1,3625,2900,2234,-1,3612,2192,2196,-1,2192,3612,2911,-1,256,2438,254,-1,381,2438,256,-1,2916,2196,2778,-1,2196,2916,3612,-1,254,2426,361,-1,2438,2426,254,-1,2427,2880,361,-1,3629,2880,2427,-1,2232,2224,2785,-1,2232,2225,2224,-1,2227,2783,2229,-1,2783,2227,2226,-1,2198,2473,2780,-1,2473,2198,2745,-1,3651,2203,380,-1,3581,2203,3651,-1,2747,2208,2209,-1,2746,2208,2747,-1,2204,2206,2205,-1,2204,2207,2206,-1,376,378,2202,-1,376,2434,378,-1,2216,2436,2207,-1,2216,2432,2436,-1,2214,2781,2215,-1,2781,2214,2780,-1,2882,2215,2902,-1,363,2215,2882,-1,3649,2908,2909,-1,2908,3649,3622,-1,3650,3626,3625,-1,3650,3648,3626,-1,3624,3611,3623,-1,3611,3624,2895,-1,3105,3649,3104,-1,3105,3622,3649,-1,3626,2926,2925,-1,2926,3626,3648,-1,3628,227,2431,-1};
			return value;
		}

		/** Define subarray values using type int[] with $tupleSize=1 and $tupleSplitSize=1000 for subarray position()=30 */
		private int[] getethmoid_Geo_6_34_coordIndex_30()
		{
			int[] value = {365,227,3628,-1,2431,2885,3628,-1,2431,2219,2885,-1,2918,356,355,-1,2918,393,356,-1,377,2430,2226,-1,377,2223,2430,-1,2224,369,3629,-1,374,369,2224,-1,2433,2227,3621,-1,2433,375,2227,-1,2236,2967,2063,-1,2965,2967,2236,-1,2236,2877,2965,-1,2877,2236,3588,-1,606,2241,591,-1,2241,606,607,-1,348,2240,195,-1,348,350,2240,-1,346,2240,350,-1,346,345,2240,-1,322,2242,2244,-1,334,2242,322,-1,2246,3590,2100,-1,3590,2246,2248,-1,334,2082,2242,-1,334,2466,2082,-1,2787,2423,309,-1,2787,2245,2423,-1,311,2788,312,-1,301,2788,311,-1,2786,307,298,-1,2786,2252,307,-1,2252,343,2189,-1,2252,2786,343,-1,2875,323,2876,-1,2875,324,323,-1,160,217,216,-1,217,160,131,-1,2409,60,22,-1,60,2409,182,-1,3634,2832,3632,-1,3640,2832,3634,-1,54,2868,190,-1,54,55,2868,-1,2259,2577,2260,-1,2577,2259,278,-1,122,109,12,-1,109,122,180,-1,2853,2417,2840,-1,2853,2418,2417,-1,186,291,143,-1,186,2297,291,-1,2262,276,278,-1,276,2262,2257,-1,1402,2266,292,-1,2266,1402,2267,-1,2218,251,253,-1,2190,251,2218,-1,243,2856,241,-1,2856,243,2316,-1,2807,239,159,-1,2855,239,2807,-1,258,157,156,-1,258,2295,157,-1,215,2862,2414,-1,2399,2862,215,-1,3501,238,2414,-1,3501,3500,238,-1,2865,1764,1219,-1,2796,1764,2865,-1,99,2395,100,-1,118,2395,99,-1,221,2419,2860,-1,2294,2419,221,-1,198,2277,2279,-1,2288,2277,198,-1,228,2281,2290,-1,2282,2281,228,-1,2220,2797,2221,-1,224,2797,2220,-1,2866,287,286,-1,2866,2398,287,-1,2803,2419,2300,-1,2419,2803,2845,-1,2280,2290,2281,-1,2280,2278,2290,-1,3633,241,3635,-1,242,241,3633,-1,270,3634,3632,-1,270,93,3634,-1,2307,2804,175,-1,2307,367,2804,-1,154,2311,173,-1,154,153,2311,-1,2793,162,168,-1,162,2793,2271,-1,175,2309,2405,-1,176,2309,175,-1,2311,2403,173,-1,2310,2403,2311,-1,2315,170,2316,-1,2790,170,2315,-1,2272,168,167,-1,2793,168,2272,-1,123,3631,2789,-1,123,2871,3631,-1,3635,2411,3633,-1,199,2411,3635,-1,2798,133,2400,-1,2413,133,2798,-1,2792,128,289,-1,2792,129,128,-1,177,2808,108,-1,177,2298,2808,-1,3644,268,267,-1,268,3644,3636,-1,2803,2394,2811,-1,2803,2406,2394,-1,2843,119,181,-1,119,2843,2322,-1,2327,3644,2328,-1,103,3644,2327,-1,102,2324,2842,-1,104,2324,102,-1,103,3636,3644,-1,3636,103,2802,-1,2302,90,2308,-1,2302,2393,90,-1,2390,2368,2344,-1,2368,2390,2332,-1,3637,66,65,-1,3637,2836,66,-1,2366,2367,2334,-1,2366,2829,2367,-1,82,2346,2828,-1,2346,82,81,-1,2390,78,2389,-1,2390,2350,78,-1,2333,3637,2819,-1,2333,2837,3637,-1,79,3641,77,-1,79,2823,3641,-1,77,3639,3638,-1,77,3641,3639,-1,2872,2827,3640,-1,2872,2825,2827,-1,2362,2382,2353,-1,2362,51,2382,-1,3643,35,2369,-1,3643,2817,35,-1,2835,56,2834,-1,2835,57,56,-1,2833,3641,2361,-1,3639,3641,2833,-1,3642,2,2870,-1,2,3642,0,-1,2818,2373,2820,-1,2373,2818,2374,-1,2762,3,5,-1,3,2762,3647,-1,4,2375,1,-1,2375,4,2378,-1};
			return value;
		}

		/** Define subarray values using type double[] with $tupleSize=3 and $tupleSplitSize=1000 for subarray position()=1 */
		private double[] getethmoid_Coord_7_34_point_1()
		{
			double[] value = {-0.0199,57.6964,2.1337,-0.0244,57.6204,2.2092,-0.0198,57.7173,2.1568,-0.0189,57.7195,2.2759,-0.0246,57.6613,2.2896,-0.0202,57.7021,2.3467,-0.0208,57.6913,2.3564,-0.0397,57.5934,2.3554,-0.059,57.6641,2.3514,0.0,57.7563,2.3445,-0.0463,57.6589,2.3669,0.0,57.6727,2.3945,-0.0417,57.1141,1.4837,0.0,57.1409,1.4694,0.0,57.0871,1.488,-0.0317,57.1683,1.5582,-0.0143,57.1484,1.5229,-0.0259,56.9458,1.5212,-0.0625,57.4332,2.3731,-0.0541,57.4218,2.3205,-0.0629,57.3224,2.3651,-0.045,57.421,2.2713,-0.0637,57.4089,2.1941,-0.0413,57.2424,2.2589,-0.057,57.2158,1.6361,-0.0335,56.9195,1.6323,-0.0375,57.0456,1.7139,-0.0232,57.2669,2.5274,-0.0223,57.2766,2.5296,-0.0197,57.3008,2.4981,-0.0225,57.3378,2.5407,-0.0158,5