Interface BoundingBoxDescription.Builder<T extends BoundingBoxDescription,​B extends BoundingBoxDescription.Builder<T,​B>>

    • Method Detail

      • withDefaultCRS

        B withDefaultCRS​(OwsCRS defaultCRS)
      • withDefaultCRS

        default B withDefaultCRS​(URI defaultCRS)
      • withSupportedCRS

        default B withSupportedCRS​(OwsCRS... crss)
      • withSupportedCRS

        default B withSupportedCRS​(URI crs)
      • withSupportedCRS

        B withSupportedCRS​(OwsCRS uom)