root package

package root

Visibility
  1. Public
  2. All

Type Members

  1. case class BoundingBox(xmin: Int, ymin: Int, xmax: Int, ymax: Int, zmin: Int, zmax: Int, mmin: Int, mmax: Int) extends Product with Serializable

  2. class JavaIOExample extends AnyRef

  3. trait ShapeType extends AnyRef

  4. class ShapefileDatastore extends AnyRef

    Assumption is that csv and shp file are in sync and therefore there are the same number of records

  5. case class ShapefileRecord(num: Int, shapeType: ShapeType, attributes: Seq[String]) extends Product with Serializable

Value Members

  1. object BoundingBox extends Serializable

  2. object Linestring extends ShapeType

  3. object MultiPatch extends ShapeType

  4. object MultiPoint extends ShapeType

  5. object MultiPointM extends ShapeType

  6. object MultiPointZ extends ShapeType

  7. object NullShape extends ShapeType

  8. object Point extends ShapeType

  9. object PointM extends ShapeType

  10. object PointZ extends ShapeType

  11. object PolyLine extends ShapeType

  12. object PolyLineM extends ShapeType

  13. object PolyLineZ extends ShapeType

  14. object Polygon extends ShapeType

  15. object PolygonM extends ShapeType

  16. object PolygonZ extends ShapeType

  17. object ScalaIOExample extends App

  18. object ShapeType

  19. object ShapefileReader extends App

    Read the Shapefile and println one attribute from each record

Ungrouped