Packages

trait Read extends PipelineExpr

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Read
  2. PipelineExpr
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val crs: Option[String]
  2. abstract val maxTileSize: Option[Int]
  3. abstract val partitions: Option[Int]
  4. abstract val tag: Option[String]
  5. abstract val type: PipelineExprType
    Definition Classes
    PipelineExpr
  6. abstract val uri: String

Concrete Value Members

  1. def getTag: String
  2. def getURI: URI
  3. def ~(other: Option[PipelineExpr]): PipelineConstructor
    Definition Classes
    PipelineExpr
  4. def ~(other: PipelineExpr): PipelineConstructor
    Definition Classes
    PipelineExpr