package territory
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class GroupIrrigData(tempDatas: Seq[IrrigData], etpDatas: Seq[IrrigData], hydrosDatas: Seq[IrrigData], rainDatas: Seq[IrrigData], piezos: Seq[PiezoIrrigDatas], waterRequirement: Seq[IrrigData], irrigation: Seq[IrrigData], ETR: Seq[IrrigData], waterRequirementCumulative: Seq[IrrigData], accumulatedPrecipitation: Seq[IrrigData], accumulatedIrrigation: Seq[IrrigData], percentNeedCoveredByIrrigation: Seq[IrrigData], allowedVolume: Seq[IrrigData], chronotension: Seq[IrrigData]) extends Product with Serializable
- case class IrrigData(week: Int, stationType: Option[Long] = None, stationId: Option[Long] = None, dataType: Int = -1, value: Option[Double] = None, stringValue: Option[String] = None, dateUsed: Option[DateTime] = None, ipsColor: Option[String] = None, ipsTrend: Option[String] = None, ipsTooltip: Option[String] = None, thresholdColor: Option[String] = None, thresholdTooltip: Option[String] = None, isPredict: Option[Boolean] = None) extends Product with Serializable
- case class PiezoIrrigDatas(piezoId: Long, piezoCode: String, datas: Seq[IrrigData], modelDatas: Option[Seq[CalculatedMeasure]] = None, lastMeasureDate: Option[DateTime] = None) extends Product with Serializable
- case class TerritoryUgeParams(volumesShow: String, stepTime: Option[Int], scenarioYear: Option[Int]) extends Product with Serializable
- case class UgeCityVolume(inseeCode: Option[String], cityName: Option[String], requestedVolumes: Option[Double], attributedVolumes: Option[Double], authorizedVolumes: Option[Double], consumedVolumes: Option[Double]) extends Product with Serializable
- case class UgePointVolume(code: Option[String], name: Option[String], city: Option[String], typePrel: Option[Double], nature: Option[Double], codeParcelle: Option[String], x: Option[Double], y: Option[Double], projection: Option[Double], requestedVolumes: Option[Double], attributedVolumes: Option[Double], authorizedVolumes: Option[Double], consumedVolumes: Option[Double]) extends Product with Serializable
- case class UgeSamplerVolume(codification: Option[String], sampler: Option[String], city: Option[String], phoneTel: Option[String], mobile: Option[String], email: Option[String], requestedVolumes: Option[Double], consumedVolumes: Option[Double]) extends Product with Serializable
- case class UgeUsageVolume(usage: Option[String], category: Option[String], requestedVolumes: Option[Double], consumedVolumes: Option[Double]) extends Product with Serializable
- case class VolumeManagementUnit(idUge: Option[String], nameUge: Option[String], idSubUge: Option[String], nameSubUge: Option[String], volume: Option[Double], tanks: Option[Double] = None) extends Product with Serializable
Value Members
- object GroupIrrigData extends Serializable
- object IrrigData extends Serializable
- object PiezoIrrigDatas extends Serializable
- object TerritoryUgeParams extends Serializable
- object UgeCityVolume extends Serializable
- object UgePointVolume extends Serializable
- object UgeSamplerVolume extends Serializable
- object UgeUsageVolume extends Serializable
- object VolumeManagementUnit extends Serializable