Class

com.scalakml.kml

StyleMap

Related Doc: package kml

Permalink

case class StyleMap(pair: Seq[Pair] = Nil, id: Option[String] = None, targetId: Option[String] = None, styleMapSimpleExtensionGroup: Seq[Any] = Nil, styleMapObjectExtensionGroup: Seq[Any] = Nil, styleSelectorSimpleExtensionGroup: Seq[Any] = Nil, styleSelectorObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil) extends StyleSelector with Product with Serializable

A <StyleMap> maps between two different Styles. Typically a <StyleMap> element is used to provide separate normal and highlighted styles for a placemark, so that the highlighted version appears when the user mouses over the icon in Google Earth.

pair

Defines a key/value pair that maps a mode (normal or highlight) to the predefined <styleUrl>. <Pair> contains two elements (both are required): <key>, which identifies the key <styleUrl> or <Style>, which references the style. In <styleUrl>, for referenced style elements that are local to the KML document, a simple # referencing is used. For styles that are contained in external files, use a full URL along with # referencing.

Linear Supertypes
Serializable, Serializable, Product, Equals, StyleSelector, KmlObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StyleMap
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. StyleSelector
  7. KmlObject
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StyleMap(pair: Pair, id: String)

    Permalink
  2. new StyleMap(pair: Pair)

    Permalink
  3. new StyleMap(pair: Seq[Pair] = Nil, id: Option[String] = None, targetId: Option[String] = None, styleMapSimpleExtensionGroup: Seq[Any] = Nil, styleMapObjectExtensionGroup: Seq[Any] = Nil, styleSelectorSimpleExtensionGroup: Seq[Any] = Nil, styleSelectorObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil)

    Permalink

    pair

    Defines a key/value pair that maps a mode (normal or highlight) to the predefined <styleUrl>. <Pair> contains two elements (both are required): <key>, which identifies the key <styleUrl> or <Style>, which references the style. In <styleUrl>, for referenced style elements that are local to the KML document, a simple # referencing is used. For styles that are contained in external files, use a full URL along with # referencing.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToPair(value: Pair): StyleMap

    Permalink

    returns a new object with value added to the sequence

    returns a new object with value added to the sequence

    value

    to add

    returns

    a new object with value added to the sequence

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. val id: Option[String]

    Permalink
    Definition Classes
    StyleMapStyleSelectorKmlObject
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. val objectSimpleExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    StyleMapStyleSelectorKmlObject
  16. val pair: Seq[Pair]

    Permalink

    Defines a key/value pair that maps a mode (normal or highlight) to the predefined <styleUrl>.

    Defines a key/value pair that maps a mode (normal or highlight) to the predefined <styleUrl>. <Pair> contains two elements (both are required): <key>, which identifies the key <styleUrl> or <Style>, which references the style. In <styleUrl>, for referenced style elements that are local to the KML document, a simple # referencing is used. For styles that are contained in external files, use a full URL along with # referencing.

  17. val styleMapObjectExtensionGroup: Seq[Any]

    Permalink
  18. val styleMapSimpleExtensionGroup: Seq[Any]

    Permalink
  19. val styleSelectorObjectExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    StyleMapStyleSelector
  20. val styleSelectorSimpleExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    StyleMapStyleSelector
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. val targetId: Option[String]

    Permalink
    Definition Classes
    StyleMapStyleSelectorKmlObject
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from StyleSelector

Inherited from KmlObject

Inherited from AnyRef

Inherited from Any

Ungrouped