Class KMLAbstractLatLonBoxType

    • Constructor Detail

      • KMLAbstractLatLonBoxType

        protected KMLAbstractLatLonBoxType​(java.lang.String namespaceURI)
        Construct an instance.
        Parameters:
        namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getNorth

        public java.lang.Double getNorth()
      • getSouth

        public java.lang.Double getSouth()
      • getEast

        public java.lang.Double getEast()
      • getWest

        public java.lang.Double getWest()