Method: GeoWorks::Processors::Raster::Processor#process
- Defined in:
- app/processors/geo_works/processors/raster.rb
#process ⇒ Object
5 6 7 8 9 |
# File 'app/processors/geo_works/processors/raster.rb', line 5 def process raster_processor_class.new(source_path, directives, output_file_service: output_file_service).process end |