Class EnvelopeBuilder

    • Constructor Detail

      • EnvelopeBuilder

        public EnvelopeBuilder​(org.locationtech.jts.geom.Coordinate topLeft,
                               org.locationtech.jts.geom.Coordinate bottomRight)
        Build an envelope from the top left and bottom right coordinates.
      • EnvelopeBuilder

        public EnvelopeBuilder​(StreamInput in)
                        throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException