@JsType(isNative=true, namespace="Cesium", name="TimeIntervalCollectionPositionProperty") public class TimeIntervalCollectionPositionProperty extends PositionProperty
TimeIntervalCollectionProperty
which is also a PositionProperty
.Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
intervals
Gets the interval collection.
|
ReferenceFrame |
referenceFrame
Gets the reference frame in which the position is defined.
|
Constructor and Description |
---|
TimeIntervalCollectionPositionProperty()
A
TimeIntervalCollectionProperty which is also a PositionProperty . |
TimeIntervalCollectionPositionProperty(ReferenceFrame referenceFrame)
A
TimeIntervalCollectionProperty which is also a PositionProperty . |
Modifier and Type | Method and Description |
---|---|
Event |
definitionChanged()
Gets the event that is raised whenever the definition of this property changes.
|
boolean |
equals(Property other)
Compares this property to the provided property and returns true if they are equal, false otherwise.
|
boolean |
isConstant()
Gets a value indicating if this property is constant.
|
getValueInReferenceFrame, getValueInReferenceFrame
getValue, getValue, getValueOrUndefined
@JsProperty public TimeIntervalCollection intervals
@JsProperty public ReferenceFrame referenceFrame
ReferenceFrame.FIXED()
@JsConstructor public TimeIntervalCollectionPositionProperty()
TimeIntervalCollectionProperty
which is also a PositionProperty
.@JsConstructor public TimeIntervalCollectionPositionProperty(ReferenceFrame referenceFrame)
TimeIntervalCollectionProperty
which is also a PositionProperty
.referenceFrame
- The reference frame in which the position is defined.@JsProperty public Event definitionChanged()
definitionChanged
in class Property<Cartesian3>
@JsProperty public boolean isConstant()
isConstant
in class Property<Cartesian3>
public boolean equals(Property other)
equals
in class Property<Cartesian3>
other
- The other property.Copyright © 2019. All rights reserved.