Package

com.rasterfoundry.common.datamodel

export

Permalink

package export

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

Type Members

  1. final case class AnalysisExportSource(zoom: Int, area: MultiPolygon, ast: Expression, params: Map[String, List[(String, Int, Option[Double])]]) extends Product with Serializable

    Permalink
  2. final case class ExportDefinition[SourceDefinition](id: UUID, source: SourceDefinition, output: OutputDefinition) extends Product with Serializable

    Permalink
  3. final case class MosaicExportSource(zoom: Int, area: MultiPolygon, layers: List[(String, List[Int], Option[Double])]) extends Product with Serializable

    Permalink
  4. final case class OutputDefinition(crs: Option[CRS], destination: String, dropboxCredential: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object AnalysisExportSource extends Serializable

    Permalink
  2. object ExportDefinition extends Serializable

    Permalink
  3. object MosaicExportSource extends Serializable

    Permalink
  4. object OutputDefinition extends Serializable

    Permalink
  5. implicit lazy val celltypeDecoder: Decoder[CellType]

    Permalink
  6. implicit lazy val celltypeEncoder: Encoder[CellType]

    Permalink
  7. implicit val crsDecoder: Decoder[CRS]

    Permalink
  8. implicit val crsEncoder: Encoder[CRS]

    Permalink
  9. implicit val extentDecoder: Decoder[Extent]

    Permalink
  10. implicit val extentEncoder: Encoder[Extent]

    Permalink
  11. implicit val polygonDecoder: Decoder[Polygon]

    Permalink
  12. implicit val polygonEncoder: Encoder[Polygon]

    Permalink
  13. implicit val uriDecoder: Decoder[URI]

    Permalink
  14. implicit val uriEncoder: Encoder[URI]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped