# File lib/geo_ruby/simple_features/envelope.rb, line 10
      def initialize(srid = DEFAULT_SRID, with_z = false)
        @srid = srid
        @with_z = with_z
      end