Class: Contrek::Cpp::CPPGeoJsonConcurrentStreamingMerger
- Inherits:
-
CPPGeoJsonStreamingMerger
- Object
- CPPGeoJsonStreamingMerger
- Contrek::Cpp::CPPGeoJsonConcurrentStreamingMerger
- Defined in:
- lib/contrek/cpp/cpp_geo_json_concurrent_streaming_merger.rb
Class Method Summary collapse
Class Method Details
.new(stream_to:, number_of_threads: 0, options: nil, pixel_val: 0) ⇒ Object
6 7 8 |
# File 'lib/contrek/cpp/cpp_geo_json_concurrent_streaming_merger.rb', line 6 def self.new(stream_to:, number_of_threads: 0, options: nil, pixel_val: 0) super(number_of_threads, , stream_to, pixel_val) end |