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
- Alphabetic
- By Inheritance
Inherited
- JsonUpdate
- Serializable
- Serializable
- Product
- Equals
- Update
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonUpdate(name: String, profile: String, uri: String, pyramid: Boolean, maxZoom: Option[Int] = scala.None, type: PipelineExprType)
Value Members
-
val
maxZoom: Option[Int]
- Definition Classes
- JsonUpdate → Update
-
val
name: String
- Definition Classes
- JsonUpdate → Update
-
val
profile: String
- Definition Classes
- JsonUpdate → Update
-
val
pyramid: Boolean
- Definition Classes
- JsonUpdate → Update
-
val
type: PipelineExprType
- Definition Classes
- JsonUpdate → PipelineExpr
-
val
uri: String
- Definition Classes
- JsonUpdate → Update
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr