Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.27 KB | None | 0 0
  1. case class Features(geometry: Geometry, `type`: String, id: Int, properties: Properties)
  2.  
  3. case class Properties(cellId: Int)
  4.  
  5. case class Geometry(`type`: String, coordinates: Seq[Seq[Seq[Double]]])
  6.  
  7. case class MilanoGrid(square_id: Int, coordinates: Seq[Seq[Seq[Double]]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement