SampledCesiumProperty<T> Class |
Namespace: AGI.Foundation.Cesium
The SampledCesiumProperty<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | SampledCesiumProperty<T>() | Initializes a new instance. |
![]() | SampledCesiumProperty<T>(DateMotionCollection<T>) |
Initializes a new instance with the provided DateMotionCollection<T>.
|
![]() | SampledCesiumProperty<T>(DateMotionCollection<T>, List<JulianDate>) |
Initializes a new instance with the provided DateMotionCollection<T>.
|
Name | Description | |
---|---|---|
![]() | BackwardExtrapolationDuration |
Gets or sets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever.
null indicates that the value will not be specified in the CZML output.
|
![]() | BackwardExtrapolationType |
Gets or sets the type of extrapolation to perform when a value is requested at a time before any available samples.
null indicates that the value will not be specified in the CZML output.
|
![]() | ForwardExtrapolationDuration |
Gets or sets the amount of time to extrapolate forward before the property becomes undefined. A value of 0 will extrapolate forever.
null indicates that the value will not be specified in the CZML output.
|
![]() | ForwardExtrapolationType |
Gets or sets the type of extrapolation to perform when a value is requested at a time after any available samples.
null indicates that the value will not be specified in the CZML output.
|
![]() | InterpolationAlgorithm |
Gets or sets the algorithm to use for interpolation.
null indicates that the value will not be specified in the CZML output.
|
![]() | InterpolationDegree |
Gets or sets the degree of the polynomial to use for interpolation.
null indicates that the value will not be specified in the CZML output.
|
![]() | Samples |
Gets or sets the samples.
|
![]() | SegmentBoundaryTimes |
Gets or sets the list of times representing discontinuities that should not be interpolated over.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(DateMotionCollection<T> to SampledCesiumProperty<T>) |
Converts a DateMotionCollection<T> to a SampledCesiumProperty<T>.
|