dryade/georuby-ext

View on GitHub
lib/georuby-ext/rgeo/feature/geometry_collection.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RGeo
  module Feature
    module GeometryCollection      
      
      def to_georuby
        raise Error::UnsupportedOperation, "Method GeometryCollection#to_georuby not defined."
      end      
      
    end
  end
end