Sha256: 8079ac28dafef56f9b69c3d1d22588c4691b7ebf64957b2f393eee43dca53d92

Contents?: true

Size: 415 Bytes

Versions: 10

Compression:

Stored size: 415 Bytes

Contents

class TablePoint < ActiveRecord::Base
end

class TableLineString < ActiveRecord::Base
end

class TablePolygon < ActiveRecord::Base
end

class TableMultiPoint < ActiveRecord::Base
end

class TableMultiLineString < ActiveRecord::Base
end

class TableMultiPolygon < ActiveRecord::Base
end

class TableGeometry < ActiveRecord::Base
end

class TableGeometryCollection < ActiveRecord::Base
end


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
GeoRuby-1.2.0 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.2.1 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.2.2 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.2.4 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.3.0 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.3.1 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.3.3 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.3.4 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.2.3 tools/lib/spatial_adapter/test/models/models_mysql.rb
GeoRuby-1.3.2 tools/lib/spatial_adapter/test/models/models_mysql.rb