Class GeoBounds

    • Method Detail

      • isCoords

        public boolean isCoords()
        Is this variant instance of kind coords?
      • coords

        public CoordsGeoBounds coords()
        Get the coords variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the coords kind.
      • isTlbr

        public boolean isTlbr()
        Is this variant instance of kind tlbr?
      • tlbr

        public TopLeftBottomRightGeoBounds tlbr()
        Get the tlbr variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the tlbr kind.
      • isTrbl

        public boolean isTrbl()
        Is this variant instance of kind trbl?
      • trbl

        public TopRightBottomLeftGeoBounds trbl()
        Get the trbl variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the trbl kind.
      • isWkt

        public boolean isWkt()
        Is this variant instance of kind wkt?
      • wkt

        public WktGeoBounds wkt()
        Get the wkt variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the wkt kind.