Class LandBox


  • public class LandBox
    extends Object
    Author:
    hogye
    • Field Detail

      • northLat

        public final double northLat
      • southLat

        public final double southLat
      • eastLon

        public final double eastLon
      • westLon

        public final double westLon
      • isSwCornerLand

        public final boolean isSwCornerLand
    • Constructor Detail

      • LandBox

        public LandBox​(LatLonGeo swCorner,
                       LatLonGeo neCorner,
                       boolean isSwCornerLand)
      • LandBox

        public LandBox​(double northLat,
                       double southLat,
                       double eastLon,
                       double westLon,
                       boolean isSwCornerLand)