Package

geotrellis.server.ogc

style

Permalink

package style

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ClipDefinition extends Product with Serializable

    Permalink
  2. case class ColorMapStyle(name: String, title: String, colorMap: ColorMap, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable

    Permalink
  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

    Permalink
  4. case class InterpolatedColorMap(poles: Map[Double, Int], clipDefinition: ClipDefinition) extends Product with Serializable

    Permalink
  5. case class InterpolatedColorMapStyle(name: String, title: String, colorMap: InterpolatedColorMap, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable

    Permalink
  6. case class LegendModel(format: String, width: Int, height: Int, onlineResource: OnlineResourceModel) extends Product with Serializable

    Permalink
  7. trait OgcStyle extends AnyRef

    Permalink
  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

    Permalink
  9. case class RGBStyle(name: String, title: String, legends: List[LegendModel] = Nil) extends OgcStyle with Product with Serializable

    Permalink

Value Members

  1. object ClipBoth extends ClipDefinition with Product with Serializable

    Permalink
  2. object ClipDefinition extends Serializable

    Permalink
  3. object ClipLeft extends ClipDefinition with Product with Serializable

    Permalink
  4. object ClipNone extends ClipDefinition with Product with Serializable

    Permalink
  5. object ClipRight extends ClipDefinition with Product with Serializable

    Permalink
  6. object InterpolatedColorMap extends Serializable

    Permalink

Ungrouped