case class ColorRampStyle(name: String, title: String, colorRamp: ColorRamp, stops: Option[Int], minRender: Option[Double], maxRender: Option[Double], clampWithColor: Boolean = false, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColorRampStyle
- Serializable
- Serializable
- Product
- Equals
- OgcStyle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ColorRampStyle(name: String, title: String, colorRamp: ColorRamp, stops: Option[Int], minRender: Option[Double], maxRender: Option[Double], clampWithColor: Boolean = false, legends: List[LegendModel] = Nil)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def breaks(hists: List[Histogram[Double]], numBreaks: Int): Array[Double]
- val clampWithColor: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val colorRamp: ColorRamp
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
val
legends: List[LegendModel]
- Definition Classes
- ColorRampStyle → OgcStyle
- lazy val logger: Logger
- val maxRender: Option[Double]
- val minRender: Option[Double]
-
val
name: String
- Definition Classes
- ColorRampStyle → OgcStyle
-
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()
-
def
renderRaster(raster: Raster[MultibandTile], crs: CRS, format: OutputFormat, hists: List[Histogram[Double]]): Array[Byte]
- Definition Classes
- ColorRampStyle → OgcStyle
- val stops: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
title: String
- Definition Classes
- ColorRampStyle → OgcStyle
-
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()