Class BoxArea


  • public class BoxArea
    extends java.lang.Object
    A box in latitude-longitude, expressed as west and east longitude and north and south latitude
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float east  
      float north  
      float south  
      float west  
    • Constructor Summary

      Constructors 
      Constructor Description
      BoxArea()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • west

        public float west
      • east

        public float east
      • north

        public float north
      • south

        public float south
    • Constructor Detail

      • BoxArea

        public BoxArea()