case class MapAlgebraSource(name: String, title: String, ogcSources: Map[String, RasterOgcSource], algebra: Expression, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeFormat: OgcTimeFormat, timeDefault: OgcTimeDefault, targetCellType: Option[CellType]) extends OgcSource with Product with Serializable
A complex layer, constructed from an Expression and one or more RasterSource mappings which allow evaluation of said Expression
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapAlgebraSource
- Serializable
- Serializable
- Product
- Equals
- OgcSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapAlgebraSource(name: String, title: String, ogcSources: Map[String, RasterOgcSource], algebra: Expression, defaultStyle: Option[String], styles: List[OgcStyle], resampleMethod: ResampleMethod, overviewStrategy: OverviewStrategy, timeFormat: OgcTimeFormat, timeDefault: OgcTimeDefault, targetCellType: Option[CellType])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val algebra: Expression
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
attributes: Map[String, String]
- Definition Classes
- MapAlgebraSource → OgcSource
- def bboxIn(crs: CRS): BoundingBox
- lazy val cellTypes: Set[CellType]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
defaultStyle: Option[String]
- Definition Classes
- MapAlgebraSource → OgcSource
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extentIn(crs: CRS): Extent
- Definition Classes
- MapAlgebraSource → OgcSource
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTemporal: Boolean
- Definition Classes
- OgcSource
-
lazy val
metadata: MapAlgebraSourceMetadata
- Definition Classes
- MapAlgebraSource → OgcSource
- lazy val minBandCount: Int
-
val
name: String
- Definition Classes
- MapAlgebraSource → OgcSource
-
lazy val
nativeCrs: Set[CRS]
- Definition Classes
- MapAlgebraSource → OgcSource
-
lazy val
nativeExtent: Extent
- Definition Classes
- MapAlgebraSource → OgcSource
-
def
nativeProjectedExtent: ProjectedExtent
- Definition Classes
- OgcSource
-
lazy val
nativeRE: GridExtent[Long]
- Definition Classes
- MapAlgebraSource → OgcSource
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val ogcSources: Map[String, RasterOgcSource]
- lazy val ogcSourcesList: List[RasterOgcSource]
-
val
overviewStrategy: OverviewStrategy
- Definition Classes
- MapAlgebraSource → OgcSource
-
def
projectedExtent: ProjectedExtent
- Definition Classes
- OgcSource
-
val
resampleMethod: ResampleMethod
- Definition Classes
- MapAlgebraSource → OgcSource
- lazy val resolutions: List[CellSize]
- lazy val sources: Map[String, RasterSource]
- lazy val sourcesList: List[RasterSource]
-
val
styles: List[OgcStyle]
- Definition Classes
- MapAlgebraSource → OgcSource
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetCellType: Option[CellType]
-
val
time: OgcTime
- Definition Classes
- MapAlgebraSource → OgcSource
-
val
timeDefault: OgcTimeDefault
- Definition Classes
- MapAlgebraSource → OgcSource
- val timeFormat: OgcTimeFormat
-
val
timeMetadataKey: Option[String]
- Definition Classes
- MapAlgebraSource → OgcSource
-
val
title: String
- Definition Classes
- MapAlgebraSource → OgcSource
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()