Packages

case class SimpleSource(name: String, title: String, source: RasterSource, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String], timeFormat: OgcTimeFormat) extends RasterOgcSource with Product with Serializable

An imagery source with a RasterSource that defines its capacities

Linear Supertypes
Serializable, Serializable, Product, Equals, RasterOgcSource, OgcSource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RasterOgcSource
  7. OgcSource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleSource(name: String, title: String, source: RasterSource, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeMetadataKey: Option[String], timeFormat: OgcTimeFormat)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val attributes: Map[String, String]
    Definition Classes
    RasterOgcSourceOgcSource
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val defaultStyle: Option[String]
    Definition Classes
    SimpleSourceOgcSource
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def extentIn(crs: CRS): Extent
    Definition Classes
    RasterOgcSourceOgcSource
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isTemporal: Boolean
    Definition Classes
    OgcSource
  14. lazy val metadata: RasterMetadata
    Definition Classes
    RasterOgcSourceOgcSource
  15. val name: String
    Definition Classes
    SimpleSourceOgcSource
  16. lazy val nativeCrs: Set[CRS]
    Definition Classes
    RasterOgcSourceOgcSource
  17. lazy val nativeExtent: Extent
    Definition Classes
    RasterOgcSourceOgcSource
  18. def nativeProjectedExtent: ProjectedExtent
    Definition Classes
    OgcSource
  19. lazy val nativeRE: GridExtent[Long]
    Definition Classes
    RasterOgcSourceOgcSource
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val overviewStrategy: OverviewStrategy
    Definition Classes
    SimpleSourceOgcSource
  24. def projectedExtent: ProjectedExtent
    Definition Classes
    OgcSource
  25. val resampleMethod: ResampleMethod
    Definition Classes
    SimpleSourceOgcSource
  26. val source: RasterSource
    Definition Classes
    SimpleSourceRasterOgcSource
  27. val styles: List[OgcStyle]
    Definition Classes
    SimpleSourceOgcSource
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. lazy val time: OgcTime
    Definition Classes
    SimpleSourceOgcSource
  30. val timeDefault: OgcTimeDefault
    Definition Classes
    SimpleSourceOgcSource
  31. val timeFormat: OgcTimeFormat
  32. val timeMetadataKey: Option[String]
    Definition Classes
    SimpleSourceOgcSource
  33. val title: String
    Definition Classes
    SimpleSourceOgcSource
  34. def toLayer(crs: CRS, style: Option[OgcStyle], temporalSequence: List[OgcTime]): SimpleOgcLayer
    Definition Classes
    SimpleSourceRasterOgcSource
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RasterOgcSource

Inherited from OgcSource

Inherited from AnyRef

Inherited from Any

Ungrouped