class GeojsonModel::Geometry

Public Instance Methods

to_feature() click to toggle source

@return [Feature]

# File lib/geojson_model/geometry.rb, line 11
def to_feature
  Feature.new(geometry: self)
end