ScalarVariableAreaArgumentLatitude Constructor (Int32, DictionaryDouble, Double, Point, ReferenceFrame) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarVariableAreaArgumentLatitude(
int interpolationOrder,
Dictionary<double, double> areaData,
Point integrationPoint,
ReferenceFrame integrationFrame
)
Public Sub New (
interpolationOrder As Integer,
areaData As Dictionary(Of Double, Double),
integrationPoint As Point,
integrationFrame As ReferenceFrame
)
public:
ScalarVariableAreaArgumentLatitude(
int interpolationOrder,
Dictionary<double, double>^ areaData,
Point^ integrationPoint,
ReferenceFrame^ integrationFrame
)
new :
interpolationOrder : int *
areaData : Dictionary<float, float> *
integrationPoint : Point *
integrationFrame : ReferenceFrame -> ScalarVariableAreaArgumentLatitude
Parameters
- interpolationOrder
- Type: SystemInt32
The order of the interpolation that will be done to estimate the area. - areaData
- Type: System.Collections.GenericDictionaryDouble, Double
Collection of key-value pairs with argument of latitude (in degrees)
as the key and area (in meters squared) as the value. - integrationPoint
- Type: AGI.Foundation.GeometryPoint
The Point used to determine the argument of latitude
at a particular time. This argument of latitude is then used to interpolate the area. - integrationFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the integrationPoint should be
observed in.
See Also