Method: GeoWorks::Processors::Vector::Base.encode_queue

Defined in:
app/processors/geo_works/processors/vector/base.rb

.encode_queueArray

Set of commands to run to encode the vector thumbnail.

Returns:

  • (Array)

    set of command name symbols



24
25
26
# File 'app/processors/geo_works/processors/vector/base.rb', line 24

def self.encode_queue
  [:reproject, :vector_thumbnail, :trim, :center]
end