Packages

package style

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ClipDefinition extends Product with Serializable
  2. case class ColorMapStyle(name: String, title: String, colorMap: ColorMap, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable
  3. 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
  4. case class InterpolatedColorMap(poles: Map[Double, Int], clipDefinition: ClipDefinition) extends Product with Serializable
  5. case class InterpolatedColorMapStyle(name: String, title: String, colorMap: InterpolatedColorMap, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable
  6. case class LegendModel(format: String, width: Int, height: Int, onlineResource: OnlineResourceModel) extends Product with Serializable
  7. trait OgcStyle extends AnyRef
  8. case class OnlineResourceModel(type: String, href: String, role: Option[String] = None, title: Option[String] = None, show: Option[String] = None, actuate: Option[String] = None) extends Product with Serializable
  9. case class RGBStyle(name: String, title: String, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable

Value Members

  1. object ClipBoth extends ClipDefinition with Product with Serializable
  2. object ClipDefinition extends Serializable
  3. object ClipLeft extends ClipDefinition with Product with Serializable
  4. object ClipNone extends ClipDefinition with Product with Serializable
  5. object ClipRight extends ClipDefinition with Product with Serializable
  6. object InterpolatedColorMap extends Serializable

Ungrouped