class LinearRing

Public Instance Methods

namespace() click to toggle source
# File lib/employees/gml/linearRing.rb, line 6
def namespace
        "gml:"
end
tag_name() click to toggle source
# File lib/employees/gml/linearRing.rb, line 2
def tag_name
        class_name
end