Packages

object ReadTypes

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait HadoopReadType extends AnyRef
  2. trait ReadType extends AnyRef
  3. trait S3ReadType extends AnyRef

Value Members

  1. def fromName(name: String): Product with Serializable with PipelineExprType with ReadType
  2. object MultibandSpatialHadoopType extends ReadType with MultibandSpatialExprType with HadoopReadType with Product with Serializable
  3. object MultibandSpatialS3Type extends ReadType with MultibandSpatialExprType with S3ReadType with Product with Serializable
  4. object MultibandTemporalHadoopType extends ReadType with MultibandTemporalExprType with HadoopReadType with Product with Serializable
  5. object MultibandTemporalS3Type extends ReadType with MultibandTemporalExprType with S3ReadType with Product with Serializable
  6. object SpatialHadoopType extends ReadType with SinglebandSpatialExprType with HadoopReadType with Product with Serializable
  7. object SpatialS3Type extends ReadType with SinglebandSpatialExprType with S3ReadType with Product with Serializable
  8. object TemporalHadoopType extends ReadType with SinglebandTemporalExprType with HadoopReadType with Product with Serializable
  9. object TemporalS3Type extends ReadType with SinglebandTemporalExprType with S3ReadType with Product with Serializable