package kml
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class KmlStationsCity(cityKml: Option[String], watershedStation: Seq[WatershedStation]) extends Product with Serializable
- 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
- case class WatershedKml(code: Option[String], name: Option[String], kml: Option[String]) extends Product with Serializable
- case class WatershedStation(watershedKml: Option[WatershedKml] = None, stations: Option[Seq[Station]] = None) extends Product with Serializable
Value Members
- object KmlStationsCity extends Serializable
- object Station extends Serializable
- object WatershedKml extends Serializable
- object WatershedStation extends Serializable