Class

com.scalakml.kml

Folder

Related Doc: package kml

Permalink

case class Folder(features: Seq[Feature] = Nil, featurePart: FeaturePart = new FeaturePart(), id: Option[String] = None, targetId: Option[String] = None, folderSimpleExtensionGroup: Seq[Any] = Nil, folderObjectExtensionGroup: Seq[Any] = Nil, containerSimpleExtensionGroup: Seq[Any] = Nil, containerObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil) extends Container with Product with Serializable

A Folder is used to arrange other Features hierarchically (Folders, Placemarks, NetworkLinks, or Overlays). A Feature is visible only if it and all its ancestors are visible.

features

set of Features for this Folder

featurePart

the FeaturePart of this Folder

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

Instance Constructors

  1. new Folder(name: String, feature: Feature, id: String)

    Permalink
  2. new Folder(name: String, feature: Feature)

    Permalink
  3. new Folder(feature: Feature)

    Permalink
  4. new Folder(features: Seq[Feature] = Nil, featurePart: FeaturePart = new FeaturePart(), id: Option[String] = None, targetId: Option[String] = None, folderSimpleExtensionGroup: Seq[Any] = Nil, folderObjectExtensionGroup: Seq[Any] = Nil, containerSimpleExtensionGroup: Seq[Any] = Nil, containerObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil)

    Permalink

    features

    set of Features for this Folder

    featurePart

    the FeaturePart of this Folder

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 addToFeatures(value: Feature): Folder

    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. val containerObjectExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    FolderContainer
  8. val containerSimpleExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    FolderContainer
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val featurePart: FeaturePart

    Permalink

    the FeaturePart of this Folder

    the FeaturePart of this Folder

    Definition Classes
    FolderContainerFeature
  11. val features: Seq[Feature]

    Permalink

    set of Features for this Folder

  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val folderObjectExtensionGroup: Seq[Any]

    Permalink
  14. val folderSimpleExtensionGroup: Seq[Any]

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink

    a unique identification of this KML element

    a unique identification of this KML element

    Definition Classes
    FolderContainerFeatureKmlObject
  17. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    FolderContainerFeatureKmlObject
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    a reference to objects that have already been loaded into Google Earth

    a reference to objects that have already been loaded into Google Earth

    Definition Classes
    FolderContainerFeatureKmlObject
  24. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. 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 Container

Inherited from Feature

Inherited from KmlObject

Inherited from AnyRef

Inherited from Any

Ungrouped