Packages

case class JsonUpdate(name: String, profile: String, uri: String, pyramid: Boolean, maxZoom: Option[Int] = scala.None, type: PipelineExprType) extends Update with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonUpdate
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Update
  7. PipelineExpr
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonUpdate(name: String, profile: String, uri: String, pyramid: Boolean, maxZoom: Option[Int] = scala.None, type: PipelineExprType)

Value Members

  1. val maxZoom: Option[Int]
    Definition Classes
    JsonUpdateUpdate
  2. val name: String
    Definition Classes
    JsonUpdateUpdate
  3. val profile: String
    Definition Classes
    JsonUpdateUpdate
  4. val pyramid: Boolean
    Definition Classes
    JsonUpdateUpdate
  5. val type: PipelineExprType
    Definition Classes
    JsonUpdatePipelineExpr
  6. val uri: String
    Definition Classes
    JsonUpdateUpdate
  7. def ~(other: Option[PipelineExpr]): PipelineConstructor
    Definition Classes
    PipelineExpr
  8. def ~(other: PipelineExpr): PipelineConstructor
    Definition Classes
    PipelineExpr