Packages

package kml

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class KmlStationsCity(cityKml: Option[String], watershedStation: Seq[WatershedStation]) extends Product with Serializable
  2. case class Station(type: String, code: Double, codebss: Option[String], name: Option[String], x: Option[Double], y: Option[Double], soustype: Option[String] = None) extends Product with Serializable
  3. case class WatershedKml(code: Option[String], name: Option[String], kml: Option[String]) extends Product with Serializable
  4. case class WatershedStation(watershedKml: Option[WatershedKml] = None, stations: Option[Seq[Station]] = None) extends Product with Serializable

Value Members

  1. object KmlStationsCity extends Serializable
  2. object Station extends Serializable
  3. object WatershedKml extends Serializable
  4. object WatershedStation extends Serializable

Ungrouped