Class GliderTestApp

    • Field Detail

      • nw

        protected static LatLon nw
      • ne

        protected static LatLon ne
      • se

        protected static LatLon se
      • sw

        protected static LatLon sw
      • corners

        protected static java.util.List<LatLon> corners
      • cloudImagePath

        protected static java.lang.String cloudImagePath
    • Constructor Detail

      • GliderTestApp

        public GliderTestApp()
    • Method Detail

      • makeField

        protected static float[][] makeField​(java.util.List<LatLon> corners,
                                             int width,
                                             int height,
                                             Angle angle)
      • makeBorder

        protected static java.util.ArrayList<LatLon> makeBorder​(float[][] field,
                                                                int width,
                                                                int height,
                                                                java.util.ArrayList<LatLon> latLons)
      • main

        public static void main​(java.lang.String[] args)