Package

vectorpipe

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class AugmentedDiff(sequence: Int, type: Byte, id: Long, prevGeom: Option[Geometry], geom: Geometry, prevTags: Option[Map[String, String]], tags: Map[String, String], prevNds: Option[Seq[Long]], nds: Seq[Long], prevChangeset: Option[Long], changeset: Long, prevUid: Option[Long], uid: Long, prevUser: Option[String], user: String, prevUpdated: Option[Timestamp], updated: Timestamp, prevVisible: Option[Boolean], visible: Boolean, prevVersion: Option[Int], version: Int, minorVersion: Boolean) extends Product with Serializable

    Permalink
  2. case class Change(id: Long, type: String, tags: Map[String, String], lat: Option[Double], lon: Option[Double], nds: Option[Seq[Nd]], members: Option[Seq[Member]], changeset: Long, timestamp: Timestamp, uid: Long, user: String, version: Long, visible: Boolean, sequence: Int) extends Product with Serializable

    Permalink
  3. case class Changeset(id: Long, tags: Map[String, String], createdAt: Timestamp, open: Boolean, closedAt: Option[Timestamp], commentsCount: Int, minLat: Option[Double], maxLat: Option[Double], minLon: Option[Double], maxLon: Option[Double], numChanges: Int, uid: Long, user: String, comments: Seq[ChangesetComment], sequence: Int) extends Product with Serializable

    Permalink
  4. case class ChangesetComment(date: Timestamp, user: String, uid: Long, body: String) extends Product with Serializable

    Permalink
  5. case class ElementWithSequence(id: Long, type: String, tags: Map[String, String], nds: Seq[Long], changeset: Long, timestamp: Timestamp, uid: Long, user: String, version: Int, visible: Option[Boolean], sequence: Option[Long]) extends Product with Serializable

    Permalink
  6. case class Member(type: Byte, ref: Long, role: String) extends Product with Serializable

    Permalink
  7. case class Nd(ref: Long) extends Product with Serializable

    Permalink

Value Members

  1. object Actions

    Permalink
  2. object AugmentedDiff extends Serializable

    Permalink
  3. object Change extends Serializable

    Permalink
  4. object Changeset extends Serializable

    Permalink
  5. object ChangesetComment extends Serializable

    Permalink
  6. object ElementWithSequence extends Serializable

    Permalink
  7. object Member extends Serializable

    Permalink
  8. object Nd extends Serializable

    Permalink

Ungrouped