Class

cesium

CompositeEntityCollection

Related Doc: package cesium

Permalink

class CompositeEntityCollection extends Object

Non-destructively composites multiple EntityCollection instances into a single collection. If a Entity with the same ID exists in multiple collections, it is non-destructively merged into a single new entity instance. If an entity has the same property in multiple collections, the property of the Entity in the last collection of the list it belongs to is used. CompositeEntityCollection can be used almost anywhere that a EntityCollection is used.

alias CompositeEntityCollection

- {EntityCollection[]} [collections] The initial list of EntityCollection instances to merge. - {DataSource|CompositeEntityCollection} [owner] The data source (or composite entity collection) which created this collection.

Annotations
@RawJSType() @native() @JSName( "Cesium.CompositeEntityCollection" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompositeEntityCollection
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompositeEntityCollection(collections: Array[EntityCollection] = ???, owner: |[DataSource, CompositeEntityCollection] = ???)

    Permalink
  2. new CompositeEntityCollection()

    Permalink
    Attributes
    protected

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 addCollection(collection: EntityCollection, index: Double = ???): Dynamic

    Permalink
  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. var collectionChanged: Event

    Permalink
  8. def computeAvailability(): TimeInterval

    Permalink
  9. def contains(entity: Entity): Boolean

    Permalink
  10. def containsCollection(collection: EntityCollection): Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getById(id: Any): Entity

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getCollection(index: Double): Dynamic

    Permalink
  17. def getCollectionsLength(): Dynamic

    Permalink
  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. var id: String

    Permalink
  21. def indexOfCollection(collection: EntityCollection): Double

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  24. def lowerCollection(collection: EntityCollection): Dynamic

    Permalink
  25. def lowerCollectionToBottom(collection: EntityCollection): Dynamic

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. var owner: |[DataSource, CompositeEntityCollection]

    Permalink
  30. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  31. def raiseCollection(collection: EntityCollection): Dynamic

    Permalink
  32. def raiseCollectionToTop(collection: EntityCollection): Dynamic

    Permalink
  33. def removeAllCollections(): Dynamic

    Permalink
  34. def removeCollection(collection: EntityCollection): Boolean

    Permalink
  35. def resumeEvents(): Dynamic

    Permalink
  36. def suspendEvents(): Dynamic

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  41. var values: Array[Entity]

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped