class Rozi::NameSearchProperties

Represents the global properties of a name search text file

Constants

PROPERTIES

Public Class Methods

new(*args, **kwargs) click to toggle source
Calls superclass method
# File lib/rozi/name_search.rb, line 47
def initialize(*args, **kwargs)
  update(
    comment: "",
    datum: "WGS 84",
    latlng: true,
    utm: false,
    utm_zone: nil,
    hemisphere: nil
  )

  super
end