fr.geocites.marius.model

MariusFile

object MariusFile

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MariusFile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def arokatos: List[String]

    Id of cities

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def columnsBeforeDates: Int

    Number of column before the census columns

  8. def content: Iterator[Seq[String]]

    Read the content of the file

  9. def data: List[Seq[String]]

    Read the data part of the csv file

  10. lazy val dates: Seq[Int]

    The dates of the census

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def header: Seq[String]

    Read the header of the csv file

  17. def hydrocarbonDistribution: List[Boolean]

    Cities with hydrocarbons

  18. def initialPopulations: Seq[Double]

    Populations of the cities at the first date

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def latitudes: List[String]

    Latitudes of the cities in decimal degrees

  21. def longitudes: List[String]

    Longitudes of the cities in decimal degrees

  22. def names: List[String]

    Names of the cities

  23. def nationalCapitals: Iterator[Boolean]

    A vector of boolean, true in case a city is a national capital

  24. def nbCities: Int

    Number of cities taken into account

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def numberOfDates: Int

    The number of columns of census data

  29. def populations(date: Int): Option[Seq[Double]]

    Column of population at a given date

    Column of population at a given date

    date

    date of observation

    returns

    an option containing the population if provided, none otherwise

  30. def positions: List[Position]

    Read the position of the cities

  31. def regionCapitals: Iterator[Boolean]

    A vector of boolean, true in case a city is a regional capital

  32. def regions: Iterator[String]

    Regions of the cities

  33. def startingCities: List[Seq[String]]

    The cities with known populations for all dates

  34. def states: Iterator[String]

    States cities belong to

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped