Packages

case class SimpleStyleProperties(entries: ListMap[String, Any] = ListMap.empty) extends RootProperties[SimpleStyleProperties] with Product with Serializable

Simple styles to customize how map features are displayed.

See also Style GeoJSON Visualization

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleStyleProperties
  2. Serializable
  3. Product
  4. Equals
  5. RootProperties
  6. Properties
  7. Entries
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleStyleProperties(entries: ListMap[String, Any] = ListMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++(that: Properties): SimpleStyleProperties
    Definition Classes
    RootPropertiesProperties
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add(entries: (String, Any)*): SimpleStyleProperties
    Definition Classes
    Entries
  6. def add(name: String, value: Any): SimpleStyleProperties
    Definition Classes
    Entries
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def build(properties: ListMap[String, Any]): SimpleStyleProperties
    Attributes
    protected
    Definition Classes
    SimpleStylePropertiesEntries
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def description(description: String): SimpleStyleProperties

    A tooltip description.

    A tooltip description. Can contain HTML.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def fill(color: Color): SimpleStyleProperties

    The color of a "Polygon/MultiPolygon".

  13. def fillOpacity(opacity: Double): SimpleStyleProperties

    The opacity of the interior of "Polygon/MultiPolygon".

    The opacity of the interior of "Polygon/MultiPolygon".

    opacity

    must be a floating point number greater than or equal to zero and less than or equal to one.

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def markerColor(color: Color): SimpleStyleProperties

    The color of a marker for a "Point/MultiPoint".

  17. def markerSize(size: String): SimpleStyleProperties

    The size of a marker for a "Point/MultiPoint".

    The size of a marker for a "Point/MultiPoint".

    size

    must be one of: "small", "medium", "large".

  18. def markerSymbol(symbol: String): SimpleStyleProperties

    A short name of a marker image for a "Point/MultiPoint".

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def stroke(color: Color): SimpleStyleProperties

    A color for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.

  24. def strokeOpacity(opacity: Double): SimpleStyleProperties

    The opacity for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.

    The opacity for "LineString/MultiLineString" and "Polygon/MultiPolygon" outlines.

    opacity

    must be a floating point number greater than or equal to zero and less than or equal to one.

  25. def strokeWidth(width: Double): SimpleStyleProperties

    The width of a "LineString/MultiLineString" or of a "Polygon/MultiPolygon" outlines.

    The width of a "LineString/MultiLineString" or of a "Polygon/MultiPolygon" outlines.

    width

    must be a floating point number greater than or equal to zero.

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def title(title: String): SimpleStyleProperties

    A tooltip title.

  28. def union(that: Properties): SimpleStyleProperties
    Definition Classes
    RootPropertiesProperties
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Properties

Inherited from AnyRef

Inherited from Any

Ungrouped