Click or drag to resize

StateElementAdapterHelpers Class

A set of helper methods for working with StateElementAdapters.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.SegmentPropagationStateElementAdapterHelpers

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class StateElementAdapterHelpers

The StateElementAdapterHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdaptEphemeris
Adapts the ephemeris using the adapters provided. A new list of ITimeBasedStates will be returned. The states will have been cloned using the context and those clones adapted, leaving the original states alone.
Public methodStatic memberAdaptState
A helper method to perform the default state adaptation. Note that initialState and finalState can be the same instance.
Public methodStatic memberCreateAdapterBetweenSegments
A helper method to create a StateElementAdapter from one segment to another.
Top
See Also