Object/Class

com.rasterfoundry.common.datamodel

ProjectLayer

Related Docs: class ProjectLayer | package datamodel

Permalink

object ProjectLayer extends LazyLogging with JsonCodecs with Serializable

Linear Supertypes
Serializable, Serializable, JsonCodecs, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectLayer
  2. Serializable
  3. Serializable
  4. JsonCodecs
  5. LazyLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Create(name: String, projectId: Option[UUID], colorGroupHex: String, smartLayerId: Option[UUID], rangeStart: Option[Timestamp], rangeEnd: Option[Timestamp], geometry: Option[Projected[Geometry]], isSingleBand: Boolean, singleBandOptions: Option[Params], overviewsLocation: Option[String], minZoomLevel: Option[Int]) extends Product with Serializable

    Permalink
  2. final case class GeoJSON(id: UUID, geometry: Option[Projected[Geometry]], properties: ProjectLayerProperties, _type: String = "Feature") extends GeoJSONFeature with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Create extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val decodeHexRGBA: Decoder[RGBA]

    Permalink
    Definition Classes
    JsonCodecs
  8. implicit val decodeKeyDouble: KeyDecoder[Double]

    Permalink
    Definition Classes
    JsonCodecs
  9. implicit val decodeProjectLayer: Decoder[ProjectLayer]

    Permalink
  10. val directUUIDDecoder: Decoder[UUID]

    Permalink
    Definition Classes
    JsonCodecs
  11. implicit val encodeKeyDouble: KeyEncoder[Double]

    Permalink
    Definition Classes
    JsonCodecs
  12. implicit val encodeProjectLayer: ObjectEncoder[ProjectLayer]

    Permalink
  13. implicit val encodeRgbaAsHex: Encoder[RGBA]

    Permalink
    Definition Classes
    JsonCodecs
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. implicit val projectedGeometryDecoder: Decoder[Projected[Geometry]]

    Permalink
    Definition Classes
    JsonCodecs
  25. implicit val projectedGeometryEncoder: Encoder[Projected[Geometry]]

    Permalink
    Definition Classes
    JsonCodecs
  26. implicit val projectedMultiPolygonDecoder: Decoder[Projected[MultiPolygon]]

    Permalink
    Definition Classes
    JsonCodecs
  27. implicit val projectedMultiPolygonEncoder: Encoder[Projected[MultiPolygon]]

    Permalink
    Definition Classes
    JsonCodecs
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. implicit val timeRangeDecoder: Decoder[(LocalDate, LocalDate)]

    Permalink
    Definition Classes
    JsonCodecs
  30. implicit val timeRangeEncoder: Encoder[(LocalDate, LocalDate)]

    Permalink
    Definition Classes
    JsonCodecs
  31. implicit val timestampDecoder: Decoder[Timestamp]

    Permalink
    Definition Classes
    JsonCodecs
  32. implicit val timestampEncoder: Encoder[Timestamp]

    Permalink
    Definition Classes
    JsonCodecs
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. implicit val uriDecoder: Decoder[URI]

    Permalink
    Definition Classes
    JsonCodecs
  35. implicit val uriEncoder: Encoder[URI]

    Permalink
    Definition Classes
    JsonCodecs
  36. implicit val uuidDecoder: Decoder[UUID]

    Permalink
    Definition Classes
    JsonCodecs
  37. implicit val uuidEncoder: Encoder[UUID]

    Permalink
    Definition Classes
    JsonCodecs
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. val withUUIDFieldUUIDDecoder: Decoder[UUID]

    Permalink
    Definition Classes
    JsonCodecs

Inherited from Serializable

Inherited from Serializable

Inherited from JsonCodecs

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped