- CachingCesiumUriResolver - Class in agi.foundation.cesium.advanced
-
A URI resolver that downloads files and converts them to data URIs.
- CachingCesiumUriResolver(int) - Constructor for class agi.foundation.cesium.advanced.CachingCesiumUriResolver
-
Initializes a new instance.
- CachingEvaluator<T> - Class in agi.foundation.infrastructure
-
A wrapper for any
IEvaluator1
that caches the last evaluated result.
- CachingEvaluator(IEvaluator1<T>) - Constructor for class agi.foundation.infrastructure.CachingEvaluator
-
Initializes a new instance.
- CachingMotionEvaluator1<T> - Class in agi.foundation.infrastructure
-
- CachingMotionEvaluator1(MotionEvaluator1<T>) - Constructor for class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Initializes a new instance.
- calculate(double) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Calculate results from the U.S.
- calculateAcceleration(Cartesian, double) - Static method in class agi.foundation.celestial.TwoBodyGravity
-
Calculates the acceleration at a position caused by two-body gravity.
- calculateApFromKp(double) - Static method in class agi.foundation.celestial.SolarGeophysicalData
-
Uses cubic spline interpolation to calculate ap geomagnetic flux from kp geomagnetic flux.
- calculateEclipseType(double, double, double) - Static method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Calculates the type of shadow a platform is in using a dual cone shadow model.
- calculateForce(Cartesian, double, double, double) - Static method in class agi.foundation.celestial.AtmosphericDragForce
-
Calculates the atmospheric drag force on an object.
- calculateKpFromAp(double) - Static method in class agi.foundation.celestial.SolarGeophysicalData
-
Uses cubic spline interpolation to calculate kp geomagnetic flux from ap geomagnetic flux.
- calculateTrajectoryInformation() - Method in class agi.foundation.propagators.BallisticPropagator
-
Creates an object that contains many metrics which describe the trajectory defined by this object.
- CalculationContext - Class in agi.foundation.infrastructure
-
The context in which calculations are performed.
- CalculationContext() - Constructor for class agi.foundation.infrastructure.CalculationContext
-
Initializes a new calculation context with default facets.
- CalculationContext(CalculationContext, CopyContext) - Constructor for class agi.foundation.infrastructure.CalculationContext
-
Initializes a new instance as a copy of an existing instance.
- CalculationContextFacet - Class in agi.foundation.infrastructure
-
- CalculationContextFacet() - Constructor for class agi.foundation.infrastructure.CalculationContextFacet
-
Initializes a new instance.
- CalculationContextFacet(CalculationContextFacet, CopyContext) - Constructor for class agi.foundation.infrastructure.CalculationContextFacet
-
Initializes a new instance as a copy of an existing instance.
- callAndMemoize(EvaluatorGroup.Callback0<TResult>) - Method in class agi.foundation.EvaluatorGroup
-
Optimizes calls to a callback
that is expected to be called multiple times so that future calls
with the same parameters return a cached result rather than actually invoking the callback again.
- callAndMemoize(EvaluatorGroup.Callback1<TResult, TParameter1>, TParameter1) - Method in class agi.foundation.EvaluatorGroup
-
Optimizes calls to a callback
that is expected to be called multiple times so that future calls
with the same parameters return a cached result rather than actually invoking the callback again.
- callAndMemoize(EvaluatorGroup.Callback2<TResult, TParameter1, TParameter2>, TParameter1, TParameter2) - Method in class agi.foundation.EvaluatorGroup
-
Optimizes calls to a callback
that is expected to be called multiple times so that future calls
with the same parameters return a cached result rather than actually invoking the callback again.
- callAndMemoize(EvaluatorGroup.Callback3<TResult, TParameter1, TParameter2, TParameter3>, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.EvaluatorGroup
-
Optimizes calls to a callback
that is expected to be called multiple times so that future calls
with the same parameters return a cached result rather than actually invoking the callback again.
- callAndMemoize(EvaluatorGroup.Callback4<TResult, TParameter1, TParameter2, TParameter3, TParameter4>, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.EvaluatorGroup
-
Optimizes calls to a callback
that is expected to be called multiple times so that future calls
with the same parameters return a cached result rather than actually invoking the callback again.
- callAndMemoize(EvaluatorGroup.Callback5<TResult, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5>, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.EvaluatorGroup
-
Optimizes calls to a callback
that is expected to be called multiple times so that future calls
with the same parameters return a cached result rather than actually invoking the callback again.
- Callback0() - Constructor for class agi.foundation.EvaluatorGroup.Callback0
-
Creates a new instance of this delegate.
- Callback0(Object, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback0
-
Initializes a delegate that will invoke an instance method on a class instance.
- Callback0(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback0
-
Initializes a delegate that will invoke a static method on a class.
- Callback1() - Constructor for class agi.foundation.EvaluatorGroup.Callback1
-
Creates a new instance of this delegate.
- Callback1(Object, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback1
-
Initializes a delegate that will invoke an instance method on a class instance.
- Callback1(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback1
-
Initializes a delegate that will invoke a static method on a class.
- Callback2() - Constructor for class agi.foundation.EvaluatorGroup.Callback2
-
Creates a new instance of this delegate.
- Callback2(Object, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback2
-
Initializes a delegate that will invoke an instance method on a class instance.
- Callback2(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback2
-
Initializes a delegate that will invoke a static method on a class.
- Callback3() - Constructor for class agi.foundation.EvaluatorGroup.Callback3
-
Creates a new instance of this delegate.
- Callback3(Object, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback3
-
Initializes a delegate that will invoke an instance method on a class instance.
- Callback3(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback3
-
Initializes a delegate that will invoke a static method on a class.
- Callback4() - Constructor for class agi.foundation.EvaluatorGroup.Callback4
-
Creates a new instance of this delegate.
- Callback4(Object, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback4
-
Initializes a delegate that will invoke an instance method on a class instance.
- Callback4(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback4
-
Initializes a delegate that will invoke a static method on a class.
- Callback5() - Constructor for class agi.foundation.EvaluatorGroup.Callback5
-
Creates a new instance of this delegate.
- Callback5(Object, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback5
-
Initializes a delegate that will invoke an instance method on a class instance.
- Callback5(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.EvaluatorGroup.Callback5
-
Initializes a delegate that will invoke a static method on a class.
- callDerivativeEvaluationEvent(OptimizerMultivariableFunctionDerivativeResults) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Calls the
DerivativeEvaluationEvent
(
add
/
remove
).
- callDerivativeEvaluationEvent(SolvableMultivariableFunctionDerivativeResults) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Calls the
DerivativeEvaluationEvent
(
add
/
remove
).
- CallistoCentralBody - Class in agi.foundation.celestial
-
The Jovian moon Callisto.
- CallistoCentralBody() - Constructor for class agi.foundation.celestial.CallistoCentralBody
-
Initializes a new instance.
- CallistoCentralBody(CallistoCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.CallistoCentralBody
-
Initializes a new instance as a copy of an existing instance.
- Camera - Class in agi.foundation.graphics
-
Implemented by the scene camera.
- CameraSnapshot - Class in agi.foundation.graphics.advanced
-
Takes snapshots of the 3D window.
- CameraSnapshotFileFormat - Enum in agi.foundation.graphics.advanced
-
- CameraVideoFormat - Enum in agi.foundation.graphics.advanced
-
- CameraVideoRecording - Class in agi.foundation.graphics.advanced
-
Records the 3D window to either a movie file or to consecutively ordered image files
each time the
Scene
is rendered.
- cancelAsync() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Requests cancellation of a pending background operation.
- CancelEventArgs - Class in agi.foundation.compatibility
-
Provides data for a cancelable event.
- CancelEventArgs() - Constructor for class agi.foundation.compatibility.CancelEventArgs
-
Initializes a new instance of the CancelEventArgs class with the Cancel property
set to false.
- CancelEventArgs(boolean) - Constructor for class agi.foundation.compatibility.CancelEventArgs
-
Initializes a new instance of the CancelEventArgs class with the Cancel property
set to the given value.
- captureCalculationContext() - Method in class agi.foundation.infrastructure.threading.BackgroundCalculation
-
Captures the calculation context of the calling thread.
- Cartesian - Class in agi.foundation.coordinates
-
A set of rectilinear 3-dimensional coordinates.
- Cartesian() - Constructor for class agi.foundation.coordinates.Cartesian
-
Initializes a new instance.
- Cartesian(double, double, double) - Constructor for class agi.foundation.coordinates.Cartesian
-
Initializes a set of
Cartesian
coordinates from the provided values.
- Cartesian(Spherical) - Constructor for class agi.foundation.coordinates.Cartesian
-
Initializes a set of
Cartesian
coordinates from the provided set of
Spherical
coordinates.
- Cartesian(LongitudeLatitudeRadius) - Constructor for class agi.foundation.coordinates.Cartesian
-
- Cartesian(Cylindrical) - Constructor for class agi.foundation.coordinates.Cartesian
-
- Cartesian(Pyramidal) - Constructor for class agi.foundation.coordinates.Cartesian
-
Initializes a set of
Cartesian
coordinates from the provided set of
Pyramidal
coordinates.
- Cartesian(AzimuthElevationRange) - Constructor for class agi.foundation.coordinates.Cartesian
-
- Cartesian(double[]) - Constructor for class agi.foundation.coordinates.Cartesian
-
Initializes a set of
Cartesian
coordinates from the first 3 consecutive elements in the provided array.
- Cartesian(double[], int) - Constructor for class agi.foundation.coordinates.Cartesian
-
Initializes a set of
Cartesian
coordinates from 3 consecutive elements in the provided array.
- CartesianBounds - Class in agi.foundation.coordinates
-
Holds two
Cartesian
values which form the bounds of a range of cartesian coordinates.
- CartesianBounds() - Constructor for class agi.foundation.coordinates.CartesianBounds
-
Initializes a new instance.
- CartesianBounds(Cartesian, Cartesian) - Constructor for class agi.foundation.coordinates.CartesianBounds
-
Holds two
Cartesian
values which form the bounds of a range of cartesian coordinates.
- CartesianElement - Enum in agi.foundation.coordinates
-
An enumeration indicating a part of a
Cartesian
.
- CartesianOnePointPropagator - Class in agi.foundation.propagators
-
The base class for simple one-point propagators that produce only
Motion1
.
- CartesianOnePointPropagator() - Constructor for class agi.foundation.propagators.CartesianOnePointPropagator
-
Initializes a new instance.
- CartesianOnePointPropagator(CartesianOnePointPropagator, CopyContext) - Constructor for class agi.foundation.propagators.CartesianOnePointPropagator
-
Initializes a new instance as a copy of an existing instance.
- CartesianParameter - Class in agi.foundation.geometry
-
Represents a
Cartesian
and its derivatives as a parameter.
- CartesianParameter() - Constructor for class agi.foundation.geometry.CartesianParameter
-
Initializes a new instance.
- CartesianStateElementConverter - Class in agi.foundation.propagators.advanced
-
- CartesianStateElementConverter(String, Motion1<int[]>, Motion1<Cartesian>) - Constructor for class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Initializes a new instance.
- CartesianStateElementConverter(String, Motion1<int[]>, Motion1<Cartesian>, Motion1<double[]>) - Constructor for class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Initializes a new instance.
- CartesianStateElementConverter(CartesianStateElementConverter, CopyContext) - Constructor for class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Initializes a new instance as a copy of an existing instance.
- cartesianToCartographic(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the motion given in terms of cartesian coordinates to motion in cartographic coordinates.
- cartesianToCartographic(Motion1<Cartesian>, int) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the motion given in terms of cartesian coordinates to motion in cartographic coordinates.
- Cartographic - Class in agi.foundation.coordinates
-
A set of curvilinear 3-dimensional coordinates.
- Cartographic() - Constructor for class agi.foundation.coordinates.Cartographic
-
Initializes a new instance.
- Cartographic(double, double, double) - Constructor for class agi.foundation.coordinates.Cartographic
-
Initializes a set of
Cartographic
coordinates from the provided values.
- Cartographic(double[]) - Constructor for class agi.foundation.coordinates.Cartographic
-
Initializes a set of
Cartographic
coordinates from the first 3 consecutive elements in the provided array.
- Cartographic(double[], int) - Constructor for class agi.foundation.coordinates.Cartographic
-
Initializes a set of
Cartographic
coordinates from the provided array.
- CartographicElement - Enum in agi.foundation.coordinates
-
- CartographicExtent - Class in agi.foundation.coordinates
-
A two-dimensional region specified by longitude and latitude coordinate bounds.
- CartographicExtent(double, double, double, double) - Constructor for class agi.foundation.coordinates.CartographicExtent
-
Initializes a new instance with the specified coordinate bounds with the
LongitudePiInNativeUnits
(
get
)
and
LatitudePiInNativeUnits
(
get
) in radians.
- CartographicExtent(double, double, double, double, double) - Constructor for class agi.foundation.coordinates.CartographicExtent
-
Initializes a new instance with the specified coordinate bounds.
- CartographicExtent(double, double, double, double, double, double) - Constructor for class agi.foundation.coordinates.CartographicExtent
-
Initializes a new instance with the specified coordinate bounds.
- cartographicExtentToIndexExtent(double, double, double, double) - Method in class agi.foundation.terrain.RasterTerrainProvider
-
Gets the post indices corresponding to a given cartographic extent.
- cartographicToCartesian(Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the motion given in terms of planetodetic cartographic coordinates to motion in cartesian coordinates.
- cartographicToCartesian(Motion1<Cartographic>, int) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the motion given in terms of planetodetic cartographic coordinates to motion in cartesian coordinates.
- cartographicToCartesian(double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the specified planetodetic surface location into a cartesian vector in the fixed frame of the ellipsoid.
- cartographicToUniversalPolarStereographic(double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the location given in terms of planetodetic longitude and latitude to Universal Polar Stereographic (UPS) coordinates.
- cartographicToUniversalPolarStereographic(Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the location given in terms of planetodetic cartographic coordinates to Universal Polar Stereographic (UPS) coordinates.
- cartographicToUniversalTransverseMercator(double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the location given in terms of planetodetic longitude and latitude to Universal Transverse Mercator (UTM) coordinates.
- cartographicToUniversalTransverseMercator(Cartographic) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Converts the location given in terms of planetodetic cartographic coordinates to Universal Transverse Mercator (UTM) coordinates.
- cartographicToWindow(CentralBody, Cartographic) - Method in class agi.foundation.graphics.Camera
-
- CartographicZoneConstraint - Class in agi.foundation.access.constraints
-
This constraint limits access to within a certain cartographic region.
- CartographicZoneConstraint() - Constructor for class agi.foundation.access.constraints.CartographicZoneConstraint
-
Initializes a new instance with default values.
- CartographicZoneConstraint(CentralBody, double, double, double, double, boolean) - Constructor for class agi.foundation.access.constraints.CartographicZoneConstraint
-
Initializes a new instance with the specified central body and zone definition.
- CartographicZoneConstraint(IServiceProvider, CentralBody, double, double, double, double, boolean) - Constructor for class agi.foundation.access.constraints.CartographicZoneConstraint
-
Initializes a new instance with the specified constrained object, central body, and zone definition.
- CartographicZoneConstraint(CartographicZoneConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CartographicZoneConstraint
-
Initializes a new instance as a copy of an existing instance.
- CcsdsInterpolationMethod - Enum in agi.foundation.ccsds
-
This type defines the interpolation method for Consultative Committee for Space Data Systems (CCSDS)
Orbit Ephemeris Message (OEM) data.
- CcsdsOemFileOutputFormat - Enum in agi.foundation.ccsds
-
A value indicating which output format should be used
for the CCSDS OEM file.
- CcsdsOemFileWritingOptions - Class in agi.foundation.ccsds
-
- CcsdsOemFileWritingOptions() - Constructor for class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
Initializes a new instance.
- CcsdsOemFileWritingOptions(boolean, CcsdsOemFileOutputFormat) - Constructor for class agi.foundation.ccsds.CcsdsOemFileWritingOptions
-
Initializes a new instance.
- CcsdsOrbitEphemerisMessageFile - Class in agi.foundation.ccsds
-
Reads from and writes to Orbit Ephemeris Message (OEM) files determined by the specifications of The
Consultative Committee for Space Data Systems (CCSDS).
- CcsdsOrbitEphemerisMessageFile() - Constructor for class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Initializes a new instance.
- CcsdsOrbitEphemerisMessageFile(CcsdsOrbitEphemerisMessageFile, CopyContext) - Constructor for class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Initializes a new instance as a copy of an existing instance.
- CcsdsOrbitEphemerisMessageSegment - Class in agi.foundation.ccsds
-
Ephemeris (and optionally covariance) data for an object that is valid for a given time period.
- CcsdsOrbitEphemerisMessageSegment() - Constructor for class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Initializes a new instance.
- CcsdsOrbitEphemerisMessageSegment(CcsdsOrbitEphemerisMessageSegment, CopyContext) - Constructor for class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Initializes a new instance as a copy of an existing instance.
- CcsdsReferenceFrameType - Enum in agi.foundation.ccsds
-
This type defines whether a Consultative Committee for Space Data Systems (CCSDS)
reference frame is inertial, fixed, or unknown.
- CelestrakGeneralPerturbationElements - Class in agi.foundation.propagators
-
Celestrak general perturbation (GP) orbital elements.
- CelestrakGeneralPerturbationElements() - Constructor for class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Initializes a new instance.
- CelestrakGeneralPerturbationElements(Sgp4Elements, String, String, String, String, double, double, int, int, int) - Constructor for class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Initializes a new instance from a set of
Sgp4Elements
and additional
meta-data contained in a Celestrak General Perturbation file.
- CelestrakGeneralPerturbationElements(CelestrakGeneralPerturbationElements) - Constructor for class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Initializes a new instance as a copy of an existing instance.
- CENTRAL_BODY_CLIPPED - Static variable in class agi.foundation.graphics.advanced.RenderPass
-
Render before the central body is rendered.
- CentralBodiesFacet - Class in agi.foundation.celestial
-
A
CalculationContextFacet
that holds and provides information about
central bodies such as planets, moons, the sun, etc.
- CentralBodiesFacet() - Constructor for class agi.foundation.celestial.CentralBodiesFacet
-
Initializes a new instance with default values.
- CentralBodiesFacet(CentralBodiesFacet, CopyContext) - Constructor for class agi.foundation.celestial.CentralBodiesFacet
-
Initializes a new instance as a copy of an existing instance.
- CentralBody - Class in agi.foundation.celestial
-
A central body, such as a planet, star, asteroid, libration point, etc.
- CentralBody() - Constructor for class agi.foundation.celestial.CentralBody
-
Initializes a new instance.
- CentralBody(CentralBody, CopyContext) - Constructor for class agi.foundation.celestial.CentralBody
-
Initializes a new instance as a copy of an existing instance.
- CentralBodyCoverageGrid - Class in agi.foundation.geometry.discrete
-
The abstract base class for a
ICoverageGrid
that produces grid points defined relative to a
CentralBody
(
get
/
set
).
- CentralBodyCoverageGrid() - Constructor for class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Initializes a new instance.
- CentralBodyCoverageGrid(CentralBody) - Constructor for class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Initializes a new instance with a specified central body.
- CentralBodyCoverageGrid(TerrainProvider) - Constructor for class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Initializes a new instance with a specified reference terrain.
- CentralBodyCoverageGrid(CentralBody, TerrainProvider) - Constructor for class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Initializes a new instance with a specified reference terrain.
- CentralBodyCoverageGrid(CentralBodyCoverageGrid) - Constructor for class agi.foundation.geometry.discrete.CentralBodyCoverageGrid
-
Initializes a new instance using the same reference surface as an existing grid.
- CentralBodyEllipticCylindricalAccessConstraint - Class in agi.foundation.access.constraints
-
An access constraint in the shape of an elliptic cylinder (or a circular cylinder by setting the x semiaxis length equal to the y semiaxis length) defined by a central point,
a heading for the x semiaxis, and the corresponding x semiaxis and y semiaxis lengths.
- CentralBodyEllipticCylindricalAccessConstraint(IServiceProvider, IServiceProvider, Scalar, Scalar, Scalar) - Constructor for class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Initializes a new instance with the specified values, with the Earth as the central body and the fidelity set to high.
- CentralBodyEllipticCylindricalAccessConstraint(IServiceProvider, IServiceProvider, Scalar, Scalar, Scalar, CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity) - Constructor for class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Initializes a new instance with the specified values, with the Earth as the central body.
- CentralBodyEllipticCylindricalAccessConstraint(IServiceProvider, IServiceProvider, Scalar, Scalar, Scalar, CentralBody, CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity) - Constructor for class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Initializes a new instance with the specified values.
- CentralBodyEllipticCylindricalAccessConstraint(CentralBodyEllipticCylindricalAccessConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodyEllipticCylindricalAccessConstraint.ModelFidelity - Enum in agi.foundation.access.constraints
-
Indicates the model to be used.
- CentralBodyGraphics - Class in agi.foundation.graphics
-
The graphical properties associated with a particular
CentralBody
.
- CentralBodyGraphicsIndexer - Class in agi.foundation.graphics.advanced
-
- CentralBodyInertialAxes - Class in agi.foundation.celestial
-
This class provides the Axes based on the STK definition of a
CentralBody
's Inertial Axes.
- CentralBodyInertialAxes(CentralBodyInertialAxes.ComputeOrientationParameters) - Constructor for class agi.foundation.celestial.CentralBodyInertialAxes
-
Initializes a new instance.
- CentralBodyInertialAxes(CentralBodyInertialAxes, CopyContext) - Constructor for class agi.foundation.celestial.CentralBodyInertialAxes
-
Initializes a new instance as a copy of an existing instance.
- CentralBodyInertialAxes.ComputeOrientationParameters - Class in agi.foundation.celestial
-
The definition of a function which computes a set of orientation parameters.
- CentralBodyInertialAxes.ComputeOrientationParameters.Function - Interface in agi.foundation.celestial
-
A functional interface for the containing delegate type.
- CentralBodyIntersection - Class in agi.foundation.celestial
-
A utility for checking for orbit intersection with a planet given two-body dynamics.
- CentralBodyLayeredProjectedVolumeAccessConstraint - Class in agi.foundation.access.constraints
-
An access constraint that takes a set of points and altitude layers to create a layered volume access constraint.
- CentralBodyLayeredProjectedVolumeAccessConstraint() - Constructor for class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Initializes an instance of the layer access constraint, with the default values.
- CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody) - Constructor for class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Initializes an instance of the constraint with the specified
CentralBody
(
get
/
set
).
- CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody, TimeIntervalCollection1<ArrayList<Cartographic>>) - Constructor for class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Initializes an instance of the constraint with the specified
CentralBody
(
get
/
set
) and a
TimeIntervalCollection1
of the points defining the constraint volume.
- CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBody, TimeIntervalCollection1<ArrayList<Cartographic>>, IServiceProvider) - Constructor for class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Initializes an instance of the constraint with the specified
CentralBody
(
get
/
set
) and a
TimeIntervalCollection1
of the points defining the constraint volume.
- CentralBodyLayeredProjectedVolumeAccessConstraint(TimeIntervalCollection1<ArrayList<Cartographic>>, IServiceProvider) - Constructor for class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Initializes an instance of the constraint with the specified
TimeIntervalCollection1
of the points defining the constraint volume.
- CentralBodyLayeredProjectedVolumeAccessConstraint(CentralBodyLayeredProjectedVolumeAccessConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodyLayeredProjectedVolumeAccessConstraint.VolumeLayer - Class in agi.foundation.access.constraints
-
- CentralBodyObstructionConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that the view from one object to another not be obstructed by
a central body such as the Earth or another planet.
- CentralBodyObstructionConstraint() - Constructor for class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Initializes a new instance with default values.
- CentralBodyObstructionConstraint(CentralBody) - Constructor for class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Initializes a new instance with the specified central body.
- CentralBodyObstructionConstraint(IServiceProvider, CentralBody) - Constructor for class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and central body.
- CentralBodyObstructionConstraint(CentralBodyObstructionConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceCurve - Class in agi.foundation.platforms
-
A curve (or polyline) on the surface of a
CentralBody
(
get
/
set
).
- CentralBodySurfaceCurve() - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurve
-
Initializes a new instance.
- CentralBodySurfaceCurve(CentralBody, Iterable<Cartographic>) - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurve
-
Initializes a new instance as a polyline defined by a set of planetodetic cartographic points
on a specified central body.
- CentralBodySurfaceCurve(CentralBody, EllipsoidSurfaceCurve) - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurve
-
Initializes a new instance as a surface curve on a specified central body.
- CentralBodySurfaceCurve(CentralBodySurfaceCurve, CopyContext) - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurve
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceCurveCesiumSource - Class in agi.foundation.cesium.advanced
-
- CentralBodySurfaceCurveElevationAngleConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that an object be between a span of elevation angles
from any or all of the points along a given line on the surface of the central body.
- CentralBodySurfaceCurveElevationAngleConstraint() - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Initializes a new instance with default values.
- CentralBodySurfaceCurveElevationAngleConstraint(double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Initializes a new instance with the specified minimum value.
- CentralBodySurfaceCurveElevationAngleConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- CentralBodySurfaceCurveElevationAngleConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Initializes a new instance with the specified central body and minimum value.
- CentralBodySurfaceCurveElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
and minimum value.
- CentralBodySurfaceCurveElevationAngleConstraint(CentralBodySurfaceCurveElevationAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceCurveGraphics - Class in agi.foundation.cesium
-
- CentralBodySurfaceCurveGraphics() - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphics
-
Initializes a new instance.
- CentralBodySurfaceCurveGraphicsExtension - Class in agi.foundation.cesium
-
- CentralBodySurfaceCurveGraphicsExtension() - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Initializes a new instance.
- CentralBodySurfaceCurveGraphicsExtension(CentralBodySurfaceCurveGraphics) - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
- CentralBodySurfaceCurveGraphicsExtension(CentralBodySurfaceCurveGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceCurveGraphicsExtension - Class in agi.foundation.platforms
-
- CentralBodySurfaceCurveGraphicsExtension() - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Initializes a new instance.
- CentralBodySurfaceCurveGraphicsExtension(ExtrudableLineGraphics) - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
- CentralBodySurfaceCurveGraphicsExtension(CentralBodySurfaceCurveGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceCurveVisualizer - Class in agi.foundation.platforms.advanced
-
- CentralBodySurfaceCurveVisualizer() - Constructor for class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
-
Initializes a new instance.
- CentralBodySurfaceRegion - Class in agi.foundation.platforms
-
A region (or polygon) on the surface of a
CentralBody
(
get
/
set
).
- CentralBodySurfaceRegion() - Constructor for class agi.foundation.platforms.CentralBodySurfaceRegion
-
Initializes a new instance.
- CentralBodySurfaceRegion(CentralBody, Iterable<Cartographic>) - Constructor for class agi.foundation.platforms.CentralBodySurfaceRegion
-
Initializes a new instance as a polygon defined by a set of planetodetic cartographic points on a specified associated central body.
- CentralBodySurfaceRegion(CentralBody, EllipsoidSurfaceRegion) - Constructor for class agi.foundation.platforms.CentralBodySurfaceRegion
-
Initializes a new instance as a surface region on a specified central body.
- CentralBodySurfaceRegion(CentralBodySurfaceRegion, CopyContext) - Constructor for class agi.foundation.platforms.CentralBodySurfaceRegion
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceRegionCesiumSource - Class in agi.foundation.cesium.advanced
-
- CentralBodySurfaceRegionConstraint - Class in agi.foundation.access.constraints
-
- CentralBodySurfaceRegionConstraint(EllipsoidSurfaceRegion, IServiceProvider) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Initializes a new instance with the specified surface region and object.
- CentralBodySurfaceRegionConstraint(Iterable<Cartographic>, IServiceProvider) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Initializes a new instance with the specified region and object.
- CentralBodySurfaceRegionConstraint(EllipsoidSurfaceRegion, IServiceProvider, CentralBody) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Initializes a new instance with the specified region, object, and
CentralBody
.
- CentralBodySurfaceRegionConstraint(Iterable<Cartographic>, IServiceProvider, CentralBody) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Initializes a new instance with the specified surfaceRegion, object, and
CentralBody
.
- CentralBodySurfaceRegionConstraint(IServiceProvider, IServiceProvider) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Initializes a new instance with the specified region and object.
- CentralBodySurfaceRegionConstraint(CentralBodySurfaceRegionConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceRegionElevationAngleConstraint - Class in agi.foundation.access.constraints
-
An
AccessConstraint
that requires that an object be between a span of elevation angles
from any or all of the points in a given area on the surface of the
CentralBody
(
get
/
set
).
- CentralBodySurfaceRegionElevationAngleConstraint() - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Initializes a new instance with default values.
- CentralBodySurfaceRegionElevationAngleConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Initializes a new instance with the specified
CentralBody
and minimum value.
- CentralBodySurfaceRegionElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end,
CentralBody
,
and minimum value.
- CentralBodySurfaceRegionElevationAngleConstraint(double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Initializes a new instance with the specified minimum value.
- CentralBodySurfaceRegionElevationAngleConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- CentralBodySurfaceRegionElevationAngleConstraint(CentralBodySurfaceRegionElevationAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceRegionGraphics - Class in agi.foundation.cesium
-
- CentralBodySurfaceRegionGraphics() - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphics
-
Initializes a new instance.
- CentralBodySurfaceRegionGraphicsExtension - Class in agi.foundation.cesium
-
- CentralBodySurfaceRegionGraphicsExtension() - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Initializes a new instance.
- CentralBodySurfaceRegionGraphicsExtension(CentralBodySurfaceRegionGraphics) - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
- CentralBodySurfaceRegionGraphicsExtension(CentralBodySurfaceRegionGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceRegionGraphicsExtension - Class in agi.foundation.platforms
-
- CentralBodySurfaceRegionGraphicsExtension() - Constructor for class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Initializes a new instance.
- CentralBodySurfaceRegionGraphicsExtension(CentralBodySurfaceRegionGraphicsExtension, CopyContext) - Constructor for class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceRegionSensorVolumeConstraint - Class in agi.foundation.access.constraints
-
An access constraint that requires that an
EllipsoidSurfaceRegion
attached to one end of the
ConstrainedLink
(
get
/
set
) be partially within the volume of the sensor attached to the other end of the link.
- CentralBodySurfaceRegionSensorVolumeConstraint() - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Initializes a new default instance.
- CentralBodySurfaceRegionSensorVolumeConstraint(IServiceProvider, LinkRole) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Initializes a new instance from the provided service provider, region, and central body.
- CentralBodySurfaceRegionSensorVolumeConstraint(CentralBodySurfaceRegionSensorVolumeConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Initializes a new instance as a copy of an existing instance.
- CentralBodySurfaceRegionVisualizer - Class in agi.foundation.platforms.advanced
-
- CentralBodySurfaceRegionVisualizer() - Constructor for class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
-
Initializes a new instance.
- CeresBspEphemerisProvider - Class in agi.foundation.spice
-
Provides access to the position of Ceres
with respect to the Sun.
- CeresBspEphemerisProvider(String, Point) - Constructor for class agi.foundation.spice.CeresBspEphemerisProvider
-
Initializes an instance using the specified ceres.bsp filename.
- CeresBspEphemerisProvider(StreamFactory, Point) - Constructor for class agi.foundation.spice.CeresBspEphemerisProvider
-
Initializes a new instance with the specified stream factory.
- CeresBspEphemerisProvider(JplSpkFile, Point) - Constructor for class agi.foundation.spice.CeresBspEphemerisProvider
-
Initializes an instance using the specified
JplSpkFile
instance.
- CeresBspEphemerisProvider(CeresBspEphemerisProvider, CopyContext) - Constructor for class agi.foundation.spice.CeresBspEphemerisProvider
-
Initializes a new instance as a copy of an existing instance.
- CeresCentralBody - Class in agi.foundation.celestial
-
The dwarf planet Ceres.
- CeresCentralBody() - Constructor for class agi.foundation.celestial.CeresCentralBody
-
Initializes a new instance.
- CeresCentralBody(CeresCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.CeresCentralBody
-
Initializes a new instance as a copy of an existing instance.
- CesiumArcType - Enum in agi.foundation.cesium
-
Specifies the type of an arc.
- CesiumAvailabilityExtension - Class in agi.foundation.cesium
-
An extension that defines the availability of a CZML object.
- CesiumAvailabilityExtension() - Constructor for class agi.foundation.cesium.CesiumAvailabilityExtension
-
Initializes a new instance.
- CesiumAvailabilityExtension(TimeIntervalCollection) - Constructor for class agi.foundation.cesium.CesiumAvailabilityExtension
-
- CesiumAvailabilityExtension(CesiumAvailabilityExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumAvailabilityExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumClassificationType - Enum in agi.foundation.cesium
-
Whether a classification affects terrain, 3D Tiles, or both.
- CesiumColorBlendMode - Enum in agi.foundation.cesium
-
The mode to use when blending between a target color and an entity's source color.
- CesiumCustomProperties - Class in agi.foundation.cesium
-
A set of custom CZML properties to be written for a particular object.
- CesiumCustomProperties() - Constructor for class agi.foundation.cesium.CesiumCustomProperties
-
Initializes a new instance.
- CesiumCustomPropertiesExtension - Class in agi.foundation.cesium
-
An extension that defines a set of custom CZML properties to be written for a particular object.
- CesiumCustomPropertiesExtension() - Constructor for class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Initializes a new instance.
- CesiumCustomPropertiesExtension(CesiumCustomProperties) - Constructor for class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
- CesiumCustomPropertiesExtension(CesiumCustomPropertiesExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeleteExtension - Class in agi.foundation.cesium
-
An extension that indicates that a CZML object should be deleted from the client.
- CesiumDeleteExtension() - Constructor for class agi.foundation.cesium.CesiumDeleteExtension
-
Initializes a new instance.
- CesiumDeleteExtension(CesiumDeleteExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeleteExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeleteFanDirectionsExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML agi_fan.directions
property should be deleted from the client.
- CesiumDeleteFanDirectionsExtension() - Constructor for class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Initializes a new instance.
- CesiumDeleteFanDirectionsExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Initializes a new instance.
- CesiumDeleteFanDirectionsExtension(CesiumDeleteFanDirectionsExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeleteOrientationExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML orientation
property should be deleted from the client.
- CesiumDeleteOrientationExtension() - Constructor for class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Initializes a new instance.
- CesiumDeleteOrientationExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Initializes a new instance.
- CesiumDeleteOrientationExtension(CesiumDeleteOrientationExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeletePolygonHolesExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML polygon.holes
property should be deleted from the client.
- CesiumDeletePolygonHolesExtension() - Constructor for class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Initializes a new instance.
- CesiumDeletePolygonHolesExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Initializes a new instance.
- CesiumDeletePolygonHolesExtension(CesiumDeletePolygonHolesExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeletePolygonPositionsExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML polygon.positions
property should be deleted from the client.
- CesiumDeletePolygonPositionsExtension() - Constructor for class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Initializes a new instance.
- CesiumDeletePolygonPositionsExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Initializes a new instance.
- CesiumDeletePolygonPositionsExtension(CesiumDeletePolygonPositionsExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeletePolylinePositionsExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML polyline.positions
property should be deleted from the client.
- CesiumDeletePolylinePositionsExtension() - Constructor for class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Initializes a new instance.
- CesiumDeletePolylinePositionsExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Initializes a new instance.
- CesiumDeletePolylinePositionsExtension(CesiumDeletePolylinePositionsExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeletePositionExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML position
property should be deleted from the client.
- CesiumDeletePositionExtension() - Constructor for class agi.foundation.cesium.CesiumDeletePositionExtension
-
Initializes a new instance.
- CesiumDeletePositionExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeletePositionExtension
-
Initializes a new instance.
- CesiumDeletePositionExtension(CesiumDeletePositionExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeletePositionExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumDeleteVectorDirectionExtension - Class in agi.foundation.cesium
-
An extension that indicates that existing data (samples or interval values)
for the CZML agi_vector.direction
property should be deleted from the client.
- CesiumDeleteVectorDirectionExtension() - Constructor for class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Initializes a new instance.
- CesiumDeleteVectorDirectionExtension(TimeInterval) - Constructor for class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Initializes a new instance.
- CesiumDeleteVectorDirectionExtension(CesiumDeleteVectorDirectionExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumExtrapolationType - Enum in agi.foundation.cesium
-
The type of extrapolation to perform when outside the sample data range of an interpolatable property.
- CesiumFixedStepExtension - Class in agi.foundation.cesium
-
An extension that defines the step size to use when sampling properties for an object being written to CZML.
- CesiumFixedStepExtension() - Constructor for class agi.foundation.cesium.CesiumFixedStepExtension
-
Initializes a new instance.
- CesiumFixedStepExtension(Duration) - Constructor for class agi.foundation.cesium.CesiumFixedStepExtension
-
Initializes a new instance with the provided step size.
- CesiumFixedStepExtension(CesiumFixedStepExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumFixedStepExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumGenerationStatus - Enum in agi.foundation.cesium
-
- CesiumGenerator - Class in agi.foundation.cesium.advanced
-
Base class for all objects that wish to write custom CZML.
- CesiumGenerator(IServiceProvider) - Constructor for class agi.foundation.cesium.advanced.CesiumGenerator
-
Creates a new instance.
- CesiumGeneratorContext - Class in agi.foundation.cesium.advanced
-
This class both provides contextual information regarding the CZML being written
as well as allows
CesiumSource
instances to add
CesiumGenerators
to be written.
- CesiumHeightReference - Enum in agi.foundation.cesium
-
The height reference of an object, which indicates if the object's position is relative to terrain or not.
- CesiumHorizontalOrigin - Enum in agi.foundation.cesium
-
The horizontal origin of an item relative to its position.
- CesiumImageFormat - Enum in agi.foundation.cesium
-
The format of an image to be embedded in a CZML stream.
- CesiumInterpolationAlgorithm - Enum in agi.foundation.cesium
-
The algorithm to use for interpolation of sampled data.
- CesiumLabelStyle - Enum in agi.foundation.cesium
-
Specifies how the text of a label is drawn.
- CesiumLibraryVersion - Class in agi.foundation
-
Version information for the Cesium library.
- CesiumOrientationExtension - Class in agi.foundation.cesium
-
An extension that specifies how an object's orientation should be written to CZML.
- CesiumOrientationExtension() - Constructor for class agi.foundation.cesium.CesiumOrientationExtension
-
Initializes a new instance.
- CesiumOrientationExtension(CesiumOrientationExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumOrientationExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumOutputStream - Class in agi.foundation.cesium
-
A stream to which raw CZML data can be written.
- CesiumOutputStream(Writer) - Constructor for class agi.foundation.cesium.CesiumOutputStream
-
Initializes a new instance.
- CesiumOutputStream(Writer, boolean) - Constructor for class agi.foundation.cesium.CesiumOutputStream
-
Initializes a new instance.
- CesiumPositionExtension - Class in agi.foundation.cesium
-
An extension that specifies how an object's position should be written to CZML.
- CesiumPositionExtension() - Constructor for class agi.foundation.cesium.CesiumPositionExtension
-
Initializes a new instance.
- CesiumPositionExtension(CesiumPositionExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumPositionExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumProperty<T> - Class in agi.foundation.cesium.advanced
-
The base class for all CZML properties.
- CesiumProperty() - Constructor for class agi.foundation.cesium.advanced.CesiumProperty
-
Initializes a new instance.
- CesiumReferenceFrameExtension - Class in agi.foundation.cesium
-
An extension that defines the reference frame in which an object's CZML position will be written.
- CesiumReferenceFrameExtension() - Constructor for class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Initializes a new instance.
- CesiumReferenceFrameExtension(ReferenceFrame) - Constructor for class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Initializes a new instance with the provided
CesiumReferenceFrame
(
get
/
set
).
- CesiumReferenceFrameExtension(CesiumReferenceFrameExtension, CopyContext) - Constructor for class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Initializes a new instance as a copy of an existing instance.
- CesiumResource - Class in agi.foundation.cesium
-
A resource to be linked from or embedded into a CZML document.
- CesiumResource(URI, CesiumResourceBehavior) - Constructor for class agi.foundation.cesium.CesiumResource
-
Initializes a new instance.
- CesiumResource(String, CesiumResourceBehavior) - Constructor for class agi.foundation.cesium.CesiumResource
-
Initializes a new instance.
- CesiumResourceBehavior - Enum in agi.foundation.cesium
-
Specifies whether to embed a resource into a CZML stream or simply link to them.
- CesiumSensorVolumePortionToDisplay - Enum in agi.foundation.cesium
-
Specifies which parts of a sensor are to be displayed.
- CesiumShadowMode - Enum in agi.foundation.cesium
-
Whether or not an object casts or receives shadows from each light source when shadows are enabled.
- CesiumSource - Class in agi.foundation.cesium.advanced
-
The base class for items that produce
CesiumGenerator
instances for writing CZML.
- CesiumSource() - Constructor for class agi.foundation.cesium.advanced.CesiumSource
-
Initializes a new instance.
- CesiumStripeOrientation - Enum in agi.foundation.cesium
-
The orientation of the stripes in a stripe material.
- CesiumVerticalOrigin - Enum in agi.foundation.cesium
-
The vertical origin of an item relative to its position.
- changeData(TNew) - Method in class agi.foundation.time.TimeInterval1
-
Creates a new interval that is identical to this time interval,
except that it has a different value for the
Data
(
get
) property.
- ChangePropagateSegmentsPropagatorOperator - Class in agi.foundation.segmentpropagation
-
- ChangePropagateSegmentsPropagatorOperator() - Constructor for class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Initializes a new instance.
- ChangePropagateSegmentsPropagatorOperator(PropagateSegment, StoppablePropagatorDefinition) - Constructor for class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Initializes a new instance.
- ChangePropagateSegmentsPropagatorOperator(ChangePropagateSegmentsPropagatorOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Initializes a new instance as a copy of an existing instance.
- ChangeReturnSegmentOperator - Class in agi.foundation.segmentpropagation
-
- ChangeReturnSegmentOperator() - Constructor for class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Initializes a new instance.
- ChangeReturnSegmentOperator(ReturnSegment, ReturnSegmentBehavior) - Constructor for class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Initializes a new instance.
- ChangeReturnSegmentOperator(ChangeReturnSegmentOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Initializes a new instance as a copy of an existing instance.
- ChangeStoppingConditionEnabledOperator - Class in agi.foundation.segmentpropagation
-
- ChangeStoppingConditionEnabledOperator() - Constructor for class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Initializes a new instance.
- ChangeStoppingConditionEnabledOperator(StoppingCondition, ChangeStoppingConditionOption) - Constructor for class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Initializes a new instance.
- ChangeStoppingConditionEnabledOperator(ChangeStoppingConditionEnabledOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Initializes a new instance as a copy of an existing instance.
- ChangeStoppingConditionOption - Enum in agi.foundation.segmentpropagation
-
- ChangeStoppingConditionThresholdOperator<T> - Class in agi.foundation.segmentpropagation
-
- ChangeStoppingConditionThresholdOperator() - Constructor for class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Initializes a new instance.
- ChangeStoppingConditionThresholdOperator(ComputeNewThresholdCallback<T>, T) - Constructor for class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Initializes a new instance.
- ChangeStoppingConditionThresholdOperator(ChangeStoppingConditionThresholdOperator<T>, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Initializes a new instance as a copy of an existing instance.
- ChangeStopSegmentOperator - Class in agi.foundation.segmentpropagation
-
- ChangeStopSegmentOperator() - Constructor for class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Initializes a new instance.
- ChangeStopSegmentOperator(StopSegment, boolean) - Constructor for class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Initializes a new instance.
- ChangeStopSegmentOperator(ChangeStopSegmentOperator, CopyContext) - Constructor for class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Initializes a new instance as a copy of an existing instance.
- CharonCentralBody - Class in agi.foundation.celestial
-
The Plutonian moon Charon.
- CharonCentralBody() - Constructor for class agi.foundation.celestial.CharonCentralBody
-
Initializes a new instance.
- CharonCentralBody(CharonCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.CharonCentralBody
-
Initializes a new instance as a copy of an existing instance.
- checkConstraints(List<SolverConstraintSettings>, double[]) - Static method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
A helper method to determine if the
constraints
are
satisfied with the
currentConstraintValues
- checkCostFunctionConvergence(CostFunctionSettings, Double, Double) - Static method in class agi.foundation.numericalmethods.ParameterOptimizer
-
A helper method to determine if the
cost function
changed
by less than its
Tolerance
(
get
/
set
) in the last iteration.
- checkCurrentState(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
- checkCurrentState(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
-
- checkEqualitySatisfaction(List<SolverConstraintSettings>, double[]) - Static method in class agi.foundation.numericalmethods.ParameterOptimizer
-
A helper method to determine if the
equality constraints
are
satisfied with the
currentEqualityValues
.
- CheckerboardMaterialGraphics - Class in agi.foundation.cesium
-
Describes graphical properties of a material that fills the surface with a checkerboard pattern.
- CheckerboardMaterialGraphics() - Constructor for class agi.foundation.cesium.CheckerboardMaterialGraphics
-
Initializes a new instance.
- checkForExactCrossing(double, double) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Checks to see if the state is at the exact threshold to within machine tolerance.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.access.AccessComputation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessComputation) - Method in class agi.foundation.access.AccessComputation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.AccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<AccessConstraint>) - Method in class agi.foundation.access.AccessConstraintCollection
-
- checkForSameDefinition(AccessConstraintCollection) - Method in class agi.foundation.access.AccessConstraintCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.access.AccessQuery
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQuery
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryAnd
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryAtMostN
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<AccessQuery>) - Method in class agi.foundation.access.AccessQueryCollection
-
- checkForSameDefinition(AccessQueryCollection) - Method in class agi.foundation.access.AccessQueryCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryExactlyN
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryNot
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryOr
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQueryStartAndMaintain) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQuery) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQueryTrackedSatellite) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AlwaysSatisfiedLinkConstraint) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.CircularAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CircularAccessConstraint) - Method in class agi.foundation.access.CircularAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AltitudeConstraint) - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CircularAccessConstraint) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AngleInPlaneConstraint) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AngleOutOfPlaneConstraint) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CircularAccessConstraint) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AzimuthAngleConstraint) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AzimuthAngleRateConstraint) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AzimuthElevationMaskConstraint) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartographicZoneConstraint) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodyEllipticCylindricalAccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodyLayeredProjectedVolumeAccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodyObstructionConstraint) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceCurveElevationAngleConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceRegionConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceRegionElevationAngleConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceRegionSensorVolumeConstraint) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CircularEquatorialOrbitGrazingAngleConstraint) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkConstraint) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectConstraint) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CovarianceSeparationConstraint) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DilutionOfPrecisionConstraint) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ElevationAngleConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ElevationAngleRateConstraint) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GroundSampleDistanceConstraint) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HeightAboveHorizonConstraint) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavigationAccuracyAssessedConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavigationAccuracyPredictedConstraint) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.RangeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RangeConstraint) - Method in class agi.foundation.access.constraints.RangeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RangeRateConstraint) - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarConstraint) - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SensorVolumeConstraint) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarObjectConstraint) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceDistanceConstraint) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TerrainLineOfSightConstraint) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ThirdBodyElevationAngleConstraint) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TotalAngularRateConstraint) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.access.LinkInstantaneous
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkInstantaneous) - Method in class agi.foundation.access.LinkInstantaneous
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<IServiceProvider>) - Method in class agi.foundation.access.LinkPath
-
- checkForSameDefinition(LinkPath) - Method in class agi.foundation.access.LinkPath
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkSpeedOfLight) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraint) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumMaximumAccessConstraint) - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BandedCruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ClimbDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ClimbDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.ClimbPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.ClimbPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Maneuver) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ClimbDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.DescentPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.DescentPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Maneuver) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PerformanceModels) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleAccelerationPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleClimbPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleCruisePerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleDescentPerformanceModel) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HorizontalBehavior) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VerticalBehavior) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<CcsdsOrbitEphemerisMessageSegment>) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
- checkForSameDefinition(CcsdsOrbitEphemerisMessageFile) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CcsdsOrbitEphemerisMessageSegment) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.ArielCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ArielCentralBody) - Method in class agi.foundation.celestial.ArielCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericDragForce) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CallistoCentralBody) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.CentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodyInertialAxes) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CeresCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CeresCentralBody) - Method in class agi.foundation.celestial.CeresCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.CharonCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CharonCentralBody) - Method in class agi.foundation.celestial.CharonCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EquationOfEquinoxes) - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ConstantForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantForce) - Method in class agi.foundation.celestial.ConstantForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.ConstantTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantTorque) - Method in class agi.foundation.celestial.ConstantTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WindModel) - Method in class agi.foundation.celestial.ConstantWindModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantWindModel) - Method in class agi.foundation.celestial.ConstantWindModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DeimosCentralBody) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.DioneCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DioneCentralBody) - Method in class agi.foundation.celestial.DioneCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragBodyPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragBodyPlate) - Method in class agi.foundation.celestial.DragBodyPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragOneDofSolarPanelPlate) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IndividualPlateModel) - Method in class agi.foundation.celestial.DragPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragPlate) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DragTwoDofSolarPanelPlate) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.EarthCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EarthCentralBody) - Method in class agi.foundation.celestial.EarthCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.EarthMoonBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EarthMoonBarycenter) - Method in class agi.foundation.celestial.EarthMoonBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EffectiveRadiusAtmosphericRefractionModel) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EnceladusCentralBody) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.EquationOfEquinoxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EquationOfEquinoxes) - Method in class agi.foundation.celestial.EquationOfEquinoxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EuropaCentralBody) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.ForceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ForceModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GanymedeCentralBody) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HyperionCentralBody) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IapetusCentralBody) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PrecessionModel) - Method in class agi.foundation.celestial.Iau1976Precession
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Iau1976Precession) - Method in class agi.foundation.celestial.Iau1976Precession
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NutationModel) - Method in class agi.foundation.celestial.Iau1980Nutation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Iau1980Nutation) - Method in class agi.foundation.celestial.Iau1980Nutation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.celestial.IauOrientationAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IauOrientationAxes) - Method in class agi.foundation.celestial.IauOrientationAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TimeVaryingSolidTideModel) - Method in class agi.foundation.celestial.Iers2003SolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IersTechnicalNote36RelativisticCorrectionForce) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.IndividualPlateModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IndividualPlateModel) - Method in class agi.foundation.celestial.IndividualPlateModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MagneticFieldVector) - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InternationalGeomagneticReferenceFieldVector) - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.IoCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IoCentralBody) - Method in class agi.foundation.celestial.IoCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRP834Version4AtmosphericRefractionModel) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.JplDE
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE200
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE200) - Method in class agi.foundation.celestial.JplDE200
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE403
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE403) - Method in class agi.foundation.celestial.JplDE403
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE405
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE405) - Method in class agi.foundation.celestial.JplDE405
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE421
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE421) - Method in class agi.foundation.celestial.JplDE421
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE430
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE430) - Method in class agi.foundation.celestial.JplDE430
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE) - Method in class agi.foundation.celestial.JplDE440
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDE440) - Method in class agi.foundation.celestial.JplDE440
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.JplDEFile
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDEFile) - Method in class agi.foundation.celestial.JplDEFile
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JupiterCentralBody) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.JupiterSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JupiterSystemBarycenter) - Method in class agi.foundation.celestial.JupiterSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.LibrationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LibrationModel) - Method in class agi.foundation.celestial.LibrationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.celestial.LinkRefracted
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkRefracted) - Method in class agi.foundation.celestial.LinkRefracted
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MagneticCoilTorque) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MagneticFieldVector) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MarsCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MarsCentralBody) - Method in class agi.foundation.celestial.MarsCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.MarsSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MarsSystemBarycenter) - Method in class agi.foundation.celestial.MarsSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MercuryCentralBody) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MimasCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MimasCentralBody) - Method in class agi.foundation.celestial.MimasCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.MoonCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MoonCentralBody) - Method in class agi.foundation.celestial.MoonCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NeptuneCentralBody) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NeptuneSystemBarycenter) - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NPlateAtmosphericDragForce) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<IndividualPlateModel>) - Method in class agi.foundation.celestial.NPlateModel
-
- checkForSameDefinition(NPlateModel) - Method in class agi.foundation.celestial.NPlateModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NPlateSolarRadiationForce) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.NutationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NutationModel) - Method in class agi.foundation.celestial.NutationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.OffAxisTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolidTideModel) - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhobosCentralBody) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhoebeCentralBody) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlutoCentralBody) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.PlutoSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlutoSystemBarycenter) - Method in class agi.foundation.celestial.PlutoSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.PrecessionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PrecessionModel) - Method in class agi.foundation.celestial.PrecessionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.RheaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RheaCentralBody) - Method in class agi.foundation.celestial.RheaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SaturnCentralBody) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.SaturnSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SaturnSystemBarycenter) - Method in class agi.foundation.celestial.SaturnSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDensityJacchia1970) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDensityJacchiaRoberts) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDensityMsis2000) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDensityMsis86) - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtmosphericDensity) - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDensityMsis90) - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.celestial.ScalarOccultation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultationCylindrical) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultationDualCone) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultation) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultationNoShadow) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultationDualCone) - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarOccultationRegulatedDualCone) - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.celestial.ScalarVariableArea
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarVariableArea) - Method in class agi.foundation.celestial.ScalarVariableArea
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarVariableArea) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarVariableAreaArgumentLatitude) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarVariableArea) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarVariableAreaJulianDate) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleSolarRadiationForce) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleSolidTideModel) - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TimeVaryingSolidTideModel) - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationBodyPlate) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateCorrector) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationBoundaryMitigation) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationOneDofSolarPanelPlate) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IndividualPlateModel) - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationPlate) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarRadiationTwoDofSolarPanelPlate) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolarSystemBarycenter) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.SolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolidTideModel) - Method in class agi.foundation.celestial.SolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericRefractionModel) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SpaceControlFacilityAtmosphericRefractionModel) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SphericalHarmonicGravity) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SphericalHarmonicGravitySecularVariations) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.SunCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SunCentralBody) - Method in class agi.foundation.celestial.SunCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TethysCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TethysCentralBody) - Method in class agi.foundation.celestial.TethysCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ThirdBodyGravity) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolidTideModel) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TimeVaryingSolidTideModel) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TitanCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TitanCentralBody) - Method in class agi.foundation.celestial.TitanCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TitaniaCentralBody) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.TorqueModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TorqueModel) - Method in class agi.foundation.celestial.TorqueModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.TritonCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TritonCentralBody) - Method in class agi.foundation.celestial.TritonCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ForceModel) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TwoBodyGravity) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.UranusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UranusCentralBody) - Method in class agi.foundation.celestial.UranusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetarySystemBarycenter) - Method in class agi.foundation.celestial.UranusSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UranusSystemBarycenter) - Method in class agi.foundation.celestial.UranusSystemBarycenter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorRefractedDisplacement) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.VenusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VenusCentralBody) - Method in class agi.foundation.celestial.VenusCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBody) - Method in class agi.foundation.celestial.VestaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VestaCentralBody) - Method in class agi.foundation.celestial.VestaCentralBody
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.celestial.WindModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WindModel) - Method in class agi.foundation.celestial.WindModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MagneticFieldVector) - Method in class agi.foundation.celestial.WorldMagneticModelVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WorldMagneticModelVector) - Method in class agi.foundation.celestial.WorldMagneticModelVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AzimuthElevationMaskGraphicsExtension) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BillboardGraphicsExtension) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceCurveGraphicsExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceRegionGraphicsExtension) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumAvailabilityExtension) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumCustomPropertiesExtension) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeleteExtension) - Method in class agi.foundation.cesium.CesiumDeleteExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeleteFanDirectionsExtension) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeleteOrientationExtension) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeletePolygonHolesExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeletePolygonPositionsExtension) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeletePolylinePositionsExtension) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeletePositionExtension) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumDeleteVectorDirectionExtension) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumFixedStepExtension) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumOrientationExtension) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumPositionExtension) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CesiumReferenceFrameExtension) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.DescriptionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DescriptionExtension) - Method in class agi.foundation.cesium.DescriptionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EllipsoidGraphicsExtension) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FieldOfViewGraphicsExtension) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.cesium.GraphicalVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicalVector) - Method in class agi.foundation.cesium.GraphicalVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LabelGraphicsExtension) - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkGraphicsExtension) - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ModelGraphicsExtension) - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PathGraphicsExtension) - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointGraphicsExtension) - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TilesetGraphicsExtension) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.cesium.ViewFromExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ViewFromExtension) - Method in class agi.foundation.cesium.ViewFromExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SphericalTabularMonostaticCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AnsysHfssCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FrequencyDependentElectricFieldPolarizationSource) - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AnsysHfssFarFieldDataPolarizationSource) - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FrequencyDependentElectricFieldGainPattern) - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AnsysHfssFarFieldDataGainPattern) - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AntennaSignalProcessor<TGainPattern>) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseDualPolarizedReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseTransmittingAntennaExtension<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseDualPolarizedTransmittingAntennaExtension<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseGainPattern) - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseReceivingAntennaExtension<TGainPattern, TAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseTransmittingAntennaExtension<TGainPattern>) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BesselCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BesselEnvelopeCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhasedArrayElementFactor) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineExponentElementFactor) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosinePedestalCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosinePedestalRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineSquaredCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineSquaredPedestalCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineSquaredPedestalRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CosineSquaredRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CustomGainPattern) - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DipoleGainPattern) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.DirectionsProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DirectionsProvider) - Method in class agi.foundation.communications.antennas.DirectionsProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseDualPolarizedReceivingAntennaExtension<RadioFrequencyGainPattern, RadioFrequencyAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
-
- checkForSameDefinition(DualPolarizedRadioFrequencyReceivingAntennaExtension) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseDualPolarizedTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
-
- checkForSameDefinition(DualPolarizedRadioFrequencyTransmittingAntennaExtension) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FrequencyDependentElectricFieldGainPattern) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FrpaGainPattern) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GaussianGainPattern) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OpticalGainPattern) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GaussianOpticalGainPattern) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsSatelliteAntennaPattern) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HelicalGainPattern) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HemisphericalGainPattern) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IsotropicGainPattern) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRBO1213Version1CoPolarGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRBO1213Version1CrossPolarGainPattern) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRF1245Version1GainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRF1245Version3GainPattern) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS1528R12GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS1528R13GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS465Version5GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS465Version6GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS580Version6GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS672Version4GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRS731Version1GainPattern) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DirectionsProvider) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkDirectionsProvider) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhasedArrayBeamformer) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MinimumVarianceDistortionlessResponseBeamformer) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AntennaSignalProcessor<OpticalGainPattern>) - Method in class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
-
- checkForSameDefinition(BaseGainPattern) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OpticalGainPattern) - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseReceivingAntennaExtension<OpticalGainPattern, OpticalAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
-
- checkForSameDefinition(OpticalReceivingAntennaExtension) - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseTransmittingAntennaExtension<OpticalGainPattern>) - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
-
- checkForSameDefinition(OpticalTransmittingAntennaExtension) - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParabolicGainPattern) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PencilBeamGainPattern) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhasedArrayBeamformer) - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhasedArrayElement) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhasedArrayElementFactor) - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PhasedArrayGainPattern) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AntennaSignalProcessor<RadioFrequencyGainPattern>) - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
-
- checkForSameDefinition(BaseGainPattern) - Method in class agi.foundation.communications.antennas.RadioFrequencyGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.RadioFrequencyGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseReceivingAntennaExtension<RadioFrequencyGainPattern, RadioFrequencyAntennaSignalProcessor>) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
-
- checkForSameDefinition(RadioFrequencyReceivingAntennaExtension) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
-
- checkForSameDefinition(RadioFrequencyTransmittingAntennaExtension) - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RectangularBeamGainPattern) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WeightedLinkExtension) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarWeightLinkExtension) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SincExponentCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SincExponentRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SquareHornGainPattern) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StaticDirection) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DirectionsProvider) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StaticDirectionsProvider) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UniformCircularApertureGainPattern) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadioFrequencyGainPattern) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UniformRectangularApertureGainPattern) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WeightedLinkExtension) - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObjectCollection) - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkCollection) - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.CommunicationSystem
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationSystem) - Method in class agi.foundation.communications.CommunicationSystem
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ComplexAnalogTransmitter) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ComplexMatrix) - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ComplexCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ComplexDigitalTransmitter) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.ComplexReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ComplexReceiver) - Method in class agi.foundation.communications.ComplexReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScatteringCoefficient) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantPolarizationSource) - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.EllipticalPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FrequencyDependentElectricFieldPolarizationSource) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IdentifiableTransmitterExtension) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Ieee1979PolarizationSource) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.LeftHandCircularPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.LinearPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.OpticalReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OpticalReceiver) - Method in class agi.foundation.communications.OpticalReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.OpticalTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OpticalTransmitter) - Method in class agi.foundation.communications.OpticalTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalChannelIdentifier) - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OrthogonalPolarizationChannelIdentifier) - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OrthogonalPolarizationSource) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.PointScattererExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointScattererExtension) - Method in class agi.foundation.communications.PointScattererExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointScattererFrequencyBand) - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<PointScattererFrequencyBand>) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
-
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PointScattererInformation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointScattererInformation) - Method in class agi.foundation.communications.PointScattererInformation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<PointScattererInformation>) - Method in class agi.foundation.communications.PointScattererInformationCollection
-
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PointScattererLinkPath
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.Polarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.Polarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.PolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PolarizationSource) - Method in class agi.foundation.communications.PolarizationSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalChannelIdentifier) - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PrimaryPolarizationChannelIdentifier) - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Polarization) - Method in class agi.foundation.communications.RightHandCircularPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.ScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScatteringCoefficient) - Method in class agi.foundation.communications.ScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.SignalChannelIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalChannelIdentifier) - Method in class agi.foundation.communications.SignalChannelIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.SignalComputation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalComputation) - Method in class agi.foundation.communications.SignalComputation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<Object>) - Method in class agi.foundation.communications.SignalDataCollection
-
- checkForSameDefinition(SignalDataCollection) - Method in class agi.foundation.communications.SignalDataCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.SignalIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalIdentifier) - Method in class agi.foundation.communications.SignalIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Photodiode) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AvalanchePhotodiode) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CompositeIntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantFrequencyMixer) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantGainAmplifier) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DigitalDataSource) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DigitalDemodulator<TModulation>) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DigitalModulator<TModulation>) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedReferenceSignal) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByDataType) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByFrequency) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByIdentifier<TIdentifier>) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByModulation<TModulation>) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByDataType) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByOrthogonalPolarization) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByDataType) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByPrimaryPolarization) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalByTransmitter) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntendedSignalStrategy) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LowNoiseAmplifier) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OrthogonalPolarizationChannelSource) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Photodetector) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Photodetector) - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Photodiode) - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Photodiode) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PinPhotodiode) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PrimaryPolarizationChannelSource) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PulsedSignalModulator) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalSource) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PulsedSignalSource) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalFilter) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RectangularFilter) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalFilter) - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalOutputExtension) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalSource) - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalProcessor) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VariableFrequencyMixer) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Amplifier) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VariableGainAmplifier) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericAttenuationModelItuRP676Version10) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AtmosphericAttenuationModelItuRP676Version9) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BeerLambertLawAtmosphericAttenuationModel) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CloudFogAttenuationModelItuRP840Version6) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CraneRainAttenuationModel) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DopplerShiftModel) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FreeSpacePathLossModel) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RefractiveIndexStructureParameterModel) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HufnagelValleyRefractiveIndexStructureParameterModel) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IonosphericAttenuationModelItuRP531Version13) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRP676AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRP838AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ItuRP840AtmosphericModel) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RainAttenuationModelItuRP618Version10) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RainAttenuationModelItuRP618Version12) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RainAttenuationModelItuRP838Version3) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RefractiveIndexStructureParameterModel) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleSatcomAtmosphericAttenuationModel) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TiremPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TiremPropagationModel3_18) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TropoScintAttenuationModelItuRP1814) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TropoScintAttenuationModelItuRP618Version12) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalPropagationModel) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TropoScintAttenuationModelItuRP618Version9) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleAnalogTransmitter) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleDigitalTransmitter) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.communications.SimpleReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleReceiver) - Method in class agi.foundation.communications.SimpleReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScatteringCoefficient) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SphericalTabularMonostaticCrossSectionScatteringCoefficient) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalIdentifier) - Method in class agi.foundation.communications.StringSignalIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StringSignalIdentifier) - Method in class agi.foundation.communications.StringSignalIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.communications.Transceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Transceiver) - Method in class agi.foundation.communications.Transceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.communications.Transponder
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Transponder) - Method in class agi.foundation.communications.Transponder
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WirelessLinkExtension) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransformationalStateElementAdapterDefinition) - Method in class agi.foundation.coordinates.AxesAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesAdapter) - Method in class agi.foundation.coordinates.AxesAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Matrix) - Method in class agi.foundation.coordinates.DenseMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DenseMatrix) - Method in class agi.foundation.coordinates.DenseMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Matrix) - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DiagonalMatrix) - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DoNothingStateElementAdapter) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.DynamicState
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicState<T>) - Method in class agi.foundation.coordinates.DynamicState
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.Matrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Matrix) - Method in class agi.foundation.coordinates.Matrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransformationalStateElementAdapterDefinition) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ReferenceFrameAdapter) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.SimpleAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleAdapter<T>) - Method in class agi.foundation.coordinates.SimpleAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleMotionAdapter<T>) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateElementAdapterDefinition) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransformationalStateElementAdapterDefinition) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coverage.AssetDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AssetDefinition) - Method in class agi.foundation.coverage.AssetDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseCoverageDefinition) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseCoverageDefinition) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ContinuousCoverageDefinition) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CoverageDefinitionOnSingleObject) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseCoverageDefinition) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DiscreteCoverageDefinition) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ContinuousCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MaterializedSpatiallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DiscreteCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MaterializedTemporallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ContinuousCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedSpatiallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DiscreteCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedTemporallyPartitionedCoverageDefinition) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Axes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.Axes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesAlignedConstrained) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesAlongTerrain) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesBPlane
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesBPlane) - Method in class agi.foundation.geometry.AxesBPlane
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesEastNorthUp) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesFixedAtJulianDate) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesFixedOffset) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFromArchive
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesFromArchive<TEntity>) - Method in class agi.foundation.geometry.AxesFromArchive
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesFromBankAngle) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesInAxes) - Method in class agi.foundation.geometry.AxesInAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesInPointsAxes) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesInterpolator) - Method in class agi.foundation.geometry.AxesInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesInVectorsAxes) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesLinearRate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesLinearRate) - Method in class agi.foundation.geometry.AxesLinearRate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesLocalVerticalLocalHorizontal) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesNorthEastDown) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesTargetingLink) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesVehicleVelocityLocalHorizontal) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesVelocityOrbitNormal) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkSignalData<T>) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.CompositeAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CompositeAxes) - Method in class agi.foundation.geometry.CompositeAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.CompositePoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CompositePoint) - Method in class agi.foundation.geometry.CompositePoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicCovariance3By3) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantCovariance3By3) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicMatrix) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Covariance3By3DynamicMatrix) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateOnStateValueDefinition<T>) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicCovariance3By3) - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicDelaunayElements) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicEquinoctialElements) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicKozaiIzsakMeanElements) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicMatrix) - Method in class agi.foundation.geometry.DynamicMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicMatrix) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicModifiedKeplerianElements) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.EntityAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityAxes<TEntity>) - Method in class agi.foundation.geometry.EntityAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.EntityPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityPoint<TEntity>) - Method in class agi.foundation.geometry.EntityPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicState<IAdjustableState>) - Method in class agi.foundation.geometry.GeometryDynamicState
-
- checkForSameDefinition(GeometryDynamicState) - Method in class agi.foundation.geometry.GeometryDynamicState
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplDECenterOfMassPoint) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.LinkSubdivision
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkSubdivision) - Method in class agi.foundation.geometry.LinkSubdivision
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedOnEvaluatorPoint) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedOnStatePoint) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedOnStateScalar) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedOnStateVector) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ParameterizedPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedPoint) - Method in class agi.foundation.geometry.ParameterizedPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ParameterizedScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedScalar) - Method in class agi.foundation.geometry.ParameterizedScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.ParameterizedVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedVector) - Method in class agi.foundation.geometry.ParameterizedVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Point
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.Point
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointAtAltitude
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointAtAltitude) - Method in class agi.foundation.geometry.PointAtAltitude
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointCartographic
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointCartographic) - Method in class agi.foundation.geometry.PointCartographic
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointCentralBodyProjection) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointDifferentiator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointDifferentiator) - Method in class agi.foundation.geometry.PointDifferentiator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointFixedAtJulianDate) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointFixedOffset
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointFixedOffset) - Method in class agi.foundation.geometry.PointFixedOffset
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointFromArchive
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointFromArchive<TEntity>) - Method in class agi.foundation.geometry.PointFromArchive
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInPointsFrame
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointInPointsFrame) - Method in class agi.foundation.geometry.PointInPointsFrame
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointInReferenceFrame) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointInRegionNearestToReferencePoint) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointInterpolator) - Method in class agi.foundation.geometry.PointInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointPropagationParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.PointVectorToPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointVectorToPoint) - Method in class agi.foundation.geometry.PointVectorToPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.ReferenceFrame
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Scalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.Scalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAbsoluteValue) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAngleBetweenVectors) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAngleInRange) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAngleSmallSpan) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAntennaGainInLinkDirection) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarBitErrorRate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarBitErrorRate<TModulation>) - Method in class agi.foundation.geometry.ScalarBitErrorRate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCarrierToInterference) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCarrierToNoise) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCarrierToNoiseDensity) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCarrierToNoiseDensityPlusInterference) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCarrierToNoisePlusInterference) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCartographicElement) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarCosine
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarCosine) - Method in class agi.foundation.geometry.ScalarCosine
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDelaunayElement) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDeltaSphericalElement) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDerivative
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDerivative) - Method in class agi.foundation.geometry.ScalarDerivative
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDihedralAngle) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDopplerConeAngle) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDotProduct) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDynamicPressure) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarEffectiveIsotropicRadiatedPower) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarEnergyPerBitToNoiseDensity<TModulation>) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarEquinoctialElement) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarEquivalentAirspeed) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarExponent
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarExponent) - Method in class agi.foundation.geometry.ScalarExponent
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarFixed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarFixed) - Method in class agi.foundation.geometry.ScalarFixed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarFixedAtJulianDate) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarGpsCommunicationsReceiverChannelNoise) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarGrazingAltitudeBetweenTwoPoints) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarInterpolator) - Method in class agi.foundation.geometry.ScalarInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarInverseTangent) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarJammingToSignal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarJammingToSignal) - Method in class agi.foundation.geometry.ScalarJammingToSignal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarKozaiIzsakMeanElement) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDependentOnServiceProvider) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarMachNumber) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarMaximumValue) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarMinimumValue) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarModifiedKeplerianElement) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarNoisePlusInterference) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarPointElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarPointElement) - Method in class agi.foundation.geometry.ScalarPointElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarPolarizationEfficiency) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationObjectScalar) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarPowerAtReceiverOutput) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarProduct
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarProduct) - Method in class agi.foundation.geometry.ScalarProduct
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarPropagationLoss) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarReceivedIsotropicPower) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CommunicationLinkScalar) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarReceivedPowerFluxDensity) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarRouteHeading) - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarRouteHeight) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarRouteSurfaceSpeed) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarRouteTotalSpeed) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSine
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarSine) - Method in class agi.foundation.geometry.ScalarSine
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarSphericalElement) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarSquintAngle) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarSum
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarSum) - Method in class agi.foundation.geometry.ScalarSum
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.ScalarVectorElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarVectorElement) - Method in class agi.foundation.geometry.ScalarVectorElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.geometry.ServiceProviderAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ServiceProviderAxes) - Method in class agi.foundation.geometry.ServiceProviderAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.geometry.ServiceProviderPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ServiceProviderPoint) - Method in class agi.foundation.geometry.ServiceProviderPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicSensorFieldOfView) - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicSensorFieldOfView) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityDynamicSensorFieldOfView<TEntity>) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SensorProjectionOptions) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkSubdivision) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SpecifiedResolutionLinkSubdivision) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueDefinition<JulianDate>) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TwoDimensionalConvexHull) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.Vector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.Vector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorAcceleration
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorAcceleration) - Method in class agi.foundation.geometry.VectorAcceleration
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorAngularAcceleration) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorAngularVelocity) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorApparentDisplacement) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorBPlane
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorBPlane) - Method in class agi.foundation.geometry.VectorBPlane
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorCrossProduct) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDependentOnServiceProvider) - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorDerivative
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDerivative) - Method in class agi.foundation.geometry.VectorDerivative
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDifferentiator) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.geometry.VectorDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorEllipsoidSurfaceNormal) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorFixed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorFixed) - Method in class agi.foundation.geometry.VectorFixed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorFixedAtJulianDate) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorInAxes) - Method in class agi.foundation.geometry.VectorInAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorInPointsAxes) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorInterpolator) - Method in class agi.foundation.geometry.VectorInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorInVectorsAxes) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorInverted
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorInverted) - Method in class agi.foundation.geometry.VectorInverted
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.geometry.VectorMagnitude
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorMagnitude) - Method in class agi.foundation.geometry.VectorMagnitude
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorNormalized
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorNormalized) - Method in class agi.foundation.geometry.VectorNormalized
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorScaled
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorScaled) - Method in class agi.foundation.geometry.VectorScaled
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorSum
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorSum) - Method in class agi.foundation.geometry.VectorSum
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.geometry.VectorTrueDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorTrueDisplacement) - Method in class agi.foundation.geometry.VectorTrueDisplacement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Vector) - Method in class agi.foundation.geometry.VectorVelocity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorVelocity) - Method in class agi.foundation.geometry.VectorVelocity
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChildrenExtension) - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantValueDefinition<T>) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.DefinitionalObject
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<T>) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<ExtensibleObject>) - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
-
- checkForSameDefinition(ExtensibleObjectCollection) - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<ObjectExtension>) - Method in class agi.foundation.infrastructure.ExtensionCollection
-
- checkForSameDefinition(ExtensionCollection) - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.IdentifierExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IdentifierExtension) - Method in class agi.foundation.infrastructure.IdentifierExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.ObjectExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.ObjectExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedValueDefinition<T>) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.infrastructure.ParentExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParentExtension) - Method in class agi.foundation.infrastructure.ParentExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.infrastructure.ValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueDefinition<T>) - Method in class agi.foundation.infrastructure.ValueDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverAccessQuery>) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
- checkForSameDefinition(CommunicationAccessQueryCollection) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<GnssLinkBudgetScalars>) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
- checkForSameDefinition(GnssLinkBudgetScalarsCollection) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsCommunicationsFrontEnd) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsCommunicationsNoiseModel) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsSignalGenerator) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<GpsSignalGenerator>) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
- checkForSameDefinition(GpsSignalGeneratorCollection) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavigationReceiverAccessQuery) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavigationReceiverChannel) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverChannel>) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
-
- checkForSameDefinition(NavigationReceiverChannelCollection) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavigationSignal) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<NavigationSignal>) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
- checkForSameDefinition(NavigationSignalCollection) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavigationTransmitterExtension) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalFilter) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsPowerSpectralDensityFilter) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantGpsReceiverNoiseModel) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorDisplacement) - Method in class agi.foundation.navigation.GpsLineOfSightVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsLineOfSightVector) - Method in class agi.foundation.navigation.GpsLineOfSightVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.GpsReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiver) - Method in class agi.foundation.navigation.GpsReceiver
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverExtension) - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverNoiseModel) - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsSatelliteExtension) - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsSatelliteInformationExtension) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverErrorModel) - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverErrorModel) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SaastamoinenTroposphericCorrectionModel) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarSaastamoinenTroposphericCorrection) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarSingleFrequencyIonosphericCorrection) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsReceiverErrorModel) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleFrequencyIonosphericCorrectionModel) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HermitePolynomialApproximation) - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LagrangeOrbitVariationOfParameters) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LagrangePolynomialApproximation) - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InterpolationAlgorithm) - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinearApproximation) - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PartialDerivativesFixed) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PartialDerivativesSum) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CombinedCostFunction) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CostFunctionSettings) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicCovariance3By3) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Covariance3By3SizeAndOrientationInterpolator) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateBasedConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateBasedCostFunction) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateBasedInequalityConstraint) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateBasedVariable<T>) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DoubleMotionInterpolator) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtremeValueOfSegmentConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtremeValueOfSegmentCostFunction) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtremeValueOfSegmentInequalityConstraint) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InequalityConstraintSettings) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedDateVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedDoubleVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedDurationVariable) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ParameterizedScalarVariable) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RotationalMotionInterpolator) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtEndOfNumericalSegmentConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtEndOfSegmentConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtEndOfSegmentCostFunction) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarAtEndOfSegmentInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDifferenceOfSegmentConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDifferenceOfSegmentCostFunction) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarDifferenceOfSegmentInequalityConstraint) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorConstraint) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorCostFunction) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorInequalityConstraint) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentPropagatorVariable) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolverConstraintSettings) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SolverVariableSettings) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListDifferentialCorrector) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListParameterOptimizer) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TranslationalMotionInterpolator) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AccessConstraintsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessConstraintsExtension) - Method in class agi.foundation.platforms.AccessConstraintsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessQueryGraphicsParameter<T>) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AccessResultExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessResultExtension) - Method in class agi.foundation.platforms.AccessResultExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.advanced.GraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<UnitQuaternion>) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AxesGraphicsParameter) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AzimuthElevationMaskExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AzimuthElevationMaskGraphicsExtension) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceCurve) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceCurveGraphicsExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceRegion) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CentralBodySurfaceRegionGraphicsExtension) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlatformCollection) - Method in class agi.foundation.platforms.ChildPlatformCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChildPlatformCollection) - Method in class agi.foundation.platforms.ChildPlatformCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantGraphicsParameter<T>) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicFieldOfViewExtension) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FieldOfViewCentralBodyProjectionGraphicsExtension) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FieldOfViewExtension) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.platforms.GraphicalVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicalVector) - Method in class agi.foundation.platforms.GraphicalVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<String>) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
- checkForSameDefinition(GraphicsParameterFormatter) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<TOutput>) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameterTransform<TInput, TOutput>) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ImagingDeviceExtension) - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LinkGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LinkGraphicsExtension) - Method in class agi.foundation.platforms.LinkGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LocationPointCovarianceExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LocationPointCovarianceGraphicsExtension) - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.LocationPointExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LocationPointExtension) - Method in class agi.foundation.platforms.LocationPointExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.MarkerGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MarkerGraphicsExtension) - Method in class agi.foundation.platforms.MarkerGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.ModelGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ModelGraphicsExtension) - Method in class agi.foundation.platforms.ModelGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.NameExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NameExtension) - Method in class agi.foundation.platforms.NameExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(OrientationAxesExtension) - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.platforms.Platform
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Platform) - Method in class agi.foundation.platforms.Platform
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<Platform>) - Method in class agi.foundation.platforms.PlatformCollection
-
- checkForSameDefinition(PlatformCollection) - Method in class agi.foundation.platforms.PlatformCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlatformLocationPoint) - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Axes) - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlatformOrientationAxes) - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.PointGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointGraphicsExtension) - Method in class agi.foundation.platforms.PointGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointGraphicsParameter) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ReferenceFrameGraphicsExtension) - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<Double>) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
- checkForSameDefinition(ScalarGraphicsParameter) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.platforms.TextGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TextGraphicsExtension) - Method in class agi.foundation.platforms.TextGraphicsExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<T>) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TimeIntervalGraphicsParameter<T>) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GraphicsParameter<Cartesian>) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VectorGraphicsParameter) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AuxiliaryStateElement) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.advanced.PropagationPointElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationPointElement) - Method in class agi.foundation.propagators.advanced.PropagationPointElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateCorrector) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AuxiliaryStateElement) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AuxiliaryStateScalar) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AuxiliaryStateElement) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AuxiliaryStateVector) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.BallisticPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BallisticPropagator) - Method in class agi.foundation.propagators.BallisticPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantStateStoppablePropagator) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DynamicStateStoppablePropagator) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GpsRinexPropagator) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.J2Propagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(J2Propagator) - Method in class agi.foundation.propagators.J2Propagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.J4Propagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(J4Propagator) - Method in class agi.foundation.propagators.J4Propagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NavstarISGps200DPropagator) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NumericalPropagatorDefinition) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationEulerianAxes) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationPointElement) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationNewtonianPoint) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.PropagationScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationScalar) - Method in class agi.foundation.propagators.PropagationScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.PropagationVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationVector) - Method in class agi.foundation.propagators.PropagationVector
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Point) - Method in class agi.foundation.propagators.PropagatorPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagatorPoint) - Method in class agi.foundation.propagators.PropagatorPoint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.Sgp4Propagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Sgp4Propagator) - Method in class agi.foundation.propagators.Sgp4Propagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SinglePointStoppablePropagatorDefinition) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagationStateElement) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateTransitionMatrix) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppableNumericalPropagator) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppablePropagatorDefinition) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SinglePointStoppablePropagatorDefinition) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TwoBodyStoppablePropagator) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CartesianOnePointPropagator) - Method in class agi.foundation.propagators.WaypointPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(WaypointPropagator) - Method in class agi.foundation.propagators.WaypointPropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseDualPolarizedReceivingAntennaExtension<RadioFrequencyGainPattern, RadarAntennaSignalProcessor>) - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
-
- checkForSameDefinition(DualPolarizedRadarReceivingAntennaExtension) - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseDualPolarizedTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
-
- checkForSameDefinition(DualPolarizedRadarTransmittingAntennaExtension) - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.DwellTimeScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DwellTimeScalar) - Method in class agi.foundation.radar.DwellTimeScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EffectiveIsotropicRadiatedPowerScalar) - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadarWaveformProcessor) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadarWaveformProcessor) - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.IntegratedPulseCountScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(IntegratedPulseCountScalar) - Method in class agi.foundation.radar.IntegratedPulseCountScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalIdentifier) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InterferenceSignalIdentifier) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MitchellWalkerProbabilityOfDetectionScalar) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MonostaticAmbiguousTargetRangeScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MonostaticAmbiguousTargetVelocityScalar) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PerfectFixedNumberOfPulsesWaveformIntegrator) - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(GoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PerfectGoalSignalToNoiseRatioWaveformIntegrator) - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ObjectExtension) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProcessedRadarWaveformOutputExtension) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PulseIntegrationTimeScalar) - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AntennaSignalProcessor<RadioFrequencyGainPattern>) - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
-
- checkForSameDefinition(BaseReceivingAntennaExtension<RadioFrequencyGainPattern, RadarAntennaSignalProcessor>) - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
-
- checkForSameDefinition(RadarReceivingAntennaExtension) - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BaseTransmittingAntennaExtension<RadioFrequencyGainPattern>) - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
-
- checkForSameDefinition(RadarTransmittingAntennaExtension) - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RadarWaveformProcessor) - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ReceiveAntennaGainScalar) - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ReceiveAntennaOutputInterferencePowerScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ReceiveAntennaOutputPowerScalar) - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SignalToNoiseRatioScalar) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Scalar) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PointScattererExtension) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetRadarCrossSectionExtension) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetRadarCrossSectionScalar) - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetScatteredPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetScatteredPowerScalar) - Method in class agi.foundation.radar.TargetScatteredPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetToReceiverDopplerFrequencyScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetToReceiverDopplerShiftScalar) - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetToReceiverPropagationLossScalar) - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetToReceiverReceivedIsotropicPowerScalar) - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitAntennaGainScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransmitAntennaGainScalar) - Method in class agi.foundation.radar.TransmitAntennaGainScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransmitterToTargetDopplerFrequencyScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransmitterToTargetDopplerShiftScalar) - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransmitterToTargetPropagationLossScalar) - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleTargetRadarLinkScalar) - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TransmitterToTargetReceivedIsotropicPowerScalar) - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CompositeProfileSegment) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CompositeSurfaceSegment) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConnectionConfigurationResult) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ConstantHeightSegment) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DegenerateSurfaceSegment) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PartialSurfaceSegment) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProcedureConfigurationResult) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProfileSegment) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceCurveSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CircularHoldProcedure) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefaultConnectionBehavior) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowPathProcedure) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HeadingAtWaypointProcedure) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HeightTransitionProcedure) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InscribedTurnProcedure) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.LandingProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(LandingProcedure) - Method in class agi.foundation.routedesign.LandingProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteConnection) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ProfileRouteConnection) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagatedRoute) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RacetrackHoldProcedure) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RasterSearchProcedure) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteSegment) - Method in class agi.foundation.routedesign.RouteConnection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteConnection) - Method in class agi.foundation.routedesign.RouteConnection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteSegment) - Method in class agi.foundation.routedesign.RouteProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.RouteProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.RoutePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RoutePropagator) - Method in class agi.foundation.routedesign.RoutePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.routedesign.RouteSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteSegment) - Method in class agi.foundation.routedesign.RouteSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StationaryHoldProcedure) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SurfaceCurveProcedure) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RouteProcedure) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TakeoffProcedure) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TurnAfterWaypointProcedure) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SimpleRouteProcedure) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TurnBeforeWaypointProcedure) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(BasicLaunchSegment) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChangePropagateSegmentsPropagatorOperator) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChangeReturnSegmentOperator) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChangeStoppingConditionEnabledOperator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChangeStoppingConditionThresholdOperator<T>) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ChangeStopSegmentOperator) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NumericalPropagatorSegment) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FiniteManeuverSegment) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegment) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentEnding) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentEndsWithStoppingConditions) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentBeginning) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(FollowSegmentStartsWithStoppingConditions) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.HoldSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(HoldSegment) - Method in class agi.foundation.segmentpropagation.HoldSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ImpulsiveManeuverInformation) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ImpulsiveManeuverSegment) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InitialStateSegment<T>) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(InitialStateSegment<NumericalPropagatorState>) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
- checkForSameDefinition(NumericalInitialStateSegment) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NumericalPropagatorSegment) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PropagateSegment) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ReturnSegment) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(RunSegmentListOperator) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SeedFiniteManeuverOperator) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentList) - Method in class agi.foundation.segmentpropagation.SegmentList
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateUpdaterDefinition) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SingleValueStateUpdater) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StateUpdaterDefinition) - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.StopSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StopSegment) - Method in class agi.foundation.segmentpropagation.StopSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SwapSegmentOperator) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SwitchableSegment) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentList) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentList) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(TargetedSegmentListOperator) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UpdateSegment) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<IServiceProvider>) - Method in class agi.foundation.ServiceProviderCollection
-
- checkForSameDefinition(ServiceProviderCollection) - Method in class agi.foundation.ServiceProviderCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AsteroidsBspEphemerisProvider) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(CeresBspEphemerisProvider) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.spice.JplSpkFile
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkFile) - Method in class agi.foundation.spice.JplSpkFile
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JupiterBspEphemerisProvider) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Jup365BspEphemerisProvider) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JupiterBspEphemerisProvider) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(MarsBspEphemerisProvider) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NeptuneBspEphemerisProvider) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Nep097BspEphemerisProvider) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(NeptuneBspEphemerisProvider) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlanetsBspEphemerisProvider) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlutoBspEphemerisProvider) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Plu058BspEphemerisProvider) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(PlutoBspEphemerisProvider) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SaturnBspEphemerisProvider) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Sat441BspEphemerisProvider) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(SaturnBspEphemerisProvider) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UranusBspEphemerisProvider) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(Ura111BspEphemerisProvider) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(UranusBspEphemerisProvider) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JplSpkEphemerisProvider) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(VestaBspEphemerisProvider) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessStoppingCondition) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateStoppingCondition) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DurationStoppingCondition) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DurationStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EpochSecondsStoppingCondition) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(JulianDateStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarStoppingCondition) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ScalarStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(StoppingCondition) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueInStateStoppingCondition) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ThresholdStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ValueInStateStoppingConditionConstraint) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityFilter<TEntity>) - Method in class agi.foundation.tracking.AccessEntityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(AccessEntityFilter<TEntity>) - Method in class agi.foundation.tracking.AccessEntityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityFilter<TEntity>) - Method in class agi.foundation.tracking.DelegateEntityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DelegateEntityFilter<TEntity>) - Method in class agi.foundation.tracking.DelegateEntityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(ExtensibleObject) - Method in class agi.foundation.tracking.EntityDescriptor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityDescriptor<TEntity>) - Method in class agi.foundation.tracking.EntityDescriptor
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.tracking.EntityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityFilter<TEntity>) - Method in class agi.foundation.tracking.EntityFilter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.tracking.EntityFilterChain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(EntityFilterChain<TEntity>) - Method in class agi.foundation.tracking.EntityFilterChain
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObjectCollection<EntityFilter<TEntity>>) - Method in class agi.foundation.tracking.EntityFilterCollection
-
- checkForSameDefinition(EntityFilterCollection<TEntity>) - Method in class agi.foundation.tracking.EntityFilterCollection
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkForSameDefinition(DefinitionalObject) - Method in class agi.foundation.tracking.EntityParameter
-
Checks to determine if another instance has the same definition as this instance and
returns true
if it does.
- checkInequalitySatisfaction(List<InequalityConstraintSettings>, double[]) - Static method in class agi.foundation.numericalmethods.ParameterOptimizer
-
- checkInitialBracketingPoints(double, double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Checks whether the given values will produce a valid initial bracketing interval.
- checkInitialBracketingPoints(double, double, double, double, double, double, double) - Static method in class agi.foundation.numericalmethods.advanced.BrentFindExtremum
-
Checks whether the given values and function values will produce a valid initial bracketing interval.
- checkInitialBracketingPoints(double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Checks whether the given variable values will produce a valid initial bracketing interval.
- checkInitialBracketingPoints(double, double, double, double) - Method in class agi.foundation.numericalmethods.advanced.BrentFindRoot
-
Checks whether the given variable and function values will produce a valid initial bracketing interval.
- checkInitialBracketingPoints(double, double, double) - Method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Checks whether the given values will produce a valid initial bracketing interval.
- checkInitialBracketingPoints(double, double, double, double, double, double, double) - Static method in class agi.foundation.numericalmethods.advanced.GoldenSectionFindExtremum
-
Checks whether the given values and function values will produce a valid initial bracketing interval.
- checkIsInside(Cartographic) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Check whether the given target point lies within the radius of this arc.
- checkPointInsideRegion(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Checks to see if the given planetodetic point lies inside the boundary and returns a heuristic measure
of how close the point is to the boundary (including distance to any hole boundary).
- checkPointInsideRegion(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
Checks to see if the given planetodetic point lies inside the boundary and returns a heuristic measure
of how close the point is to the boundary.
- checkPointInsideRegionIgnoringHoles(Cartographic) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Checks to see if the given planetodetic point lies inside the boundary, ignoring holes, and returns a heuristic measure
of how close the point is to the boundary.
- checkTransaction(Transaction) - Method in class agi.foundation.infrastructure.threading.TransactedObject
-
Verifies that a specified transaction is in the same context as this
transacted object and throws an
ArgumentException
if it is not.
- checkVariableConvergence(List<SolverVariableSettings>, double[], double[]) - Static method in class agi.foundation.numericalmethods.ParameterOptimizer
-
A helper method to determine if each of the
variables
changed
by less than their respective
VariableTolerance
(
get
/
set
) in the last iteration.
- ChildPlatformCollection - Class in agi.foundation.platforms
-
A collection of child platforms.
- ChildPlatformCollection(Platform) - Constructor for class agi.foundation.platforms.ChildPlatformCollection
-
Initializes a new instance.
- ChildPlatformCollection(ChildPlatformCollection, CopyContext) - Constructor for class agi.foundation.platforms.ChildPlatformCollection
-
Initializes a new instance as a copy of an existing instance.
- ChildrenExtension - Class in agi.foundation.infrastructure
-
- ChildrenExtension() - Constructor for class agi.foundation.infrastructure.ChildrenExtension
-
Initializes a new instance.
- ChildrenExtension(Iterable<? extends IServiceProvider>) - Constructor for class agi.foundation.infrastructure.ChildrenExtension
-
Initializes a new instance based on a collection of children.
- ChildrenExtension(ChildrenExtension, CopyContext) - Constructor for class agi.foundation.infrastructure.ChildrenExtension
-
Initializes a new instance as a copy of an existing instance.
- CircularAccessConstraint - Class in agi.foundation.access
-
Defines methods for implementing a circular function used to compute access.
- CircularAccessConstraint() - Constructor for class agi.foundation.access.CircularAccessConstraint
-
Initializes a new instance.
- CircularAccessConstraint(CircularAccessConstraint, CopyContext) - Constructor for class agi.foundation.access.CircularAccessConstraint
-
Initializes a new instance as a copy of an existing instance.
- CircularAccessConstraint.CircularAccessConstraintEvaluator - Class in agi.foundation.access
-
Base class for Access constraint evaluators which evaluate circular functions.
- CircularAccessConstraintEvaluator(EvaluatorGroup, CircularAccessConstraint) - Constructor for class agi.foundation.access.CircularAccessConstraint.CircularAccessConstraintEvaluator
-
Initializes a new instance based on the circular region of constraint
.
- CircularAccessConstraintEvaluator(CircularAccessConstraint.CircularAccessConstraintEvaluator, CopyContext) - Constructor for class agi.foundation.access.CircularAccessConstraint.CircularAccessConstraintEvaluator
-
Initializes a new instance as a copy of an existing instance.
- CircularDescriptiveStatistics - Class in agi.foundation
-
Provides descriptive statistic methods suited for circular data.
- CircularEquatorialOrbitGrazingAngleConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that the grazing angle between a ring in the equatorial plane of the provided
CentralBody
(
get
/
set
)
and the direction to an object at the other end of the
ConstrainedLink
(
get
/
set
)
be between a span of values as viewed from the
ConstrainedLinkEnd
(
get
/
set
).
- CircularEquatorialOrbitGrazingAngleConstraint() - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance.
- CircularEquatorialOrbitGrazingAngleConstraint(Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified minimum value.
- CircularEquatorialOrbitGrazingAngleConstraint(CentralBody, Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified central body and minimum value.
- CircularEquatorialOrbitGrazingAngleConstraint(Scalar, double, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified minimum value and maximum value.
- CircularEquatorialOrbitGrazingAngleConstraint(CentralBody, Scalar, double, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified central body, minimum value, and maximum value.
- CircularEquatorialOrbitGrazingAngleConstraint(IServiceProvider, LinkRole, Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- CircularEquatorialOrbitGrazingAngleConstraint(IServiceProvider, LinkRole, CentralBody, Scalar, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
and minimum value.
- CircularEquatorialOrbitGrazingAngleConstraint(IServiceProvider, LinkRole, CentralBody, Scalar, double, double) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
minimum value, and maximum value.
- CircularEquatorialOrbitGrazingAngleConstraint(CircularEquatorialOrbitGrazingAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Initializes a new instance as a copy of an existing instance.
- CircularHoldProcedure - Class in agi.foundation.routedesign
-
A procedure that places the position into a circular path around a given center point at
a given turn radius in a given direction.
- CircularHoldProcedure() - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
-
Create a new instance.
- CircularHoldProcedure(Cartographic, double, double, ClosedTurnDirection, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
-
Create a new instance based on the given parameters.
- CircularHoldProcedure(Ellipsoid, Cartographic, double, double, ClosedTurnDirection, HoldingPatternProfile) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
-
Create a new instance based on the given parameters.
- CircularHoldProcedure(Ellipsoid, Cartographic, double, Duration, ClosedTurnDirection, HoldingPatternProfile) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
-
Create a new instance based on the given parameters.
- CircularHoldProcedure(CircularHoldProcedure, CopyContext) - Constructor for class agi.foundation.routedesign.CircularHoldProcedure
-
Initializes a new instance as a copy of an existing instance.
- CircularHoldProcedure.ConfigurationData - Enum in agi.foundation.routedesign
-
An enumeration indicating whether the configuration of the hold was successful
or whether there was an error.
- CircularRange - Enum in agi.foundation.stoppingconditions
-
The possible options that a numerical value could be limited to when it represents an angle.
- CityType - Enum in agi.foundation.stk
-
- ClassicalEquationOfEquinoxes - Class in agi.foundation.celestial
-
Represents the classical equation of the equinox as defined in the Explanatory Supplement
to the Astronomical Almanac.
- ClassicalEquationOfEquinoxes() - Constructor for class agi.foundation.celestial.ClassicalEquationOfEquinoxes
-
Initializes a new instance.
- cleanup(Object) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
-
Cleans up modifications that are no longer visible to any transaction.
- clear() - Method in class agi.foundation.communications.SignalCollection
-
- clear() - Method in class agi.foundation.compatibility.BaseCollection
-
- clear() - Method in class agi.foundation.coordinates.ComplexMatrix
-
Sets the value of every value in the matrix to zero.
- clear() - Method in class agi.foundation.coordinates.DenseMatrix
-
Sets the value of every value in the matrix to zero.
- clear() - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
Removes all overlays from the collection.
- clear() - Method in class agi.foundation.graphics.CompositeDisplayCondition
-
Removes all display conditions from the composite.
- clear() - Method in class agi.foundation.graphics.CompositePrimitive
-
Removes all primitives from the composite.
- clear() - Method in class agi.foundation.graphics.ImageCollection
-
- clear() - Method in class agi.foundation.graphics.imaging.SequenceFilter
-
Clears all filters from the sequence.
- clear() - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Removes all primitives from the composite.
- clear() - Method in class agi.foundation.graphics.PathPrimitive
-
Removes all of the points.
- clear() - Method in class agi.foundation.graphics.PrimitiveManager
-
Removes all primitives from the manager.
- clear() - Method in class agi.foundation.graphics.TerrainCollection
-
- clear() - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.LinkVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.ModelVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.PointVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.TextVisualizer
-
- clear() - Method in class agi.foundation.platforms.advanced.VectorVisualizer
-
- clear() - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
Removes all of the items
- clear() - Method in class agi.foundation.time.TimeIntervalCollection
-
Removes all intervals from the interval collection.
- clear() - Method in class agi.foundation.time.TimeIntervalCollection1
-
Removes all intervals from the interval collection.
- clear(Transaction) - Method in class agi.foundation.tracking.EntitySet
-
Removes all entities from this entity set.
- clear() - Method in class agi.foundation.tracking.MemoryArchive
-
Clears the contents of the archive.
- clear() - Method in class agi.foundation.tracking.TrackingArchive
-
Clears the contents of the archive.
- clearAdjustments() - Method in class agi.foundation.graphics.imaging.LevelsFilter
-
Clears the level adjustment values for all bands.
- clearCache() - Method in class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Clears the image data cache associated with this instance.
- clearCache() - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Clears any values cached by this evaluator.
- clearCache() - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Clears any values cached by this evaluator.
- clearCache() - Method in interface agi.foundation.infrastructure.ICachingEvaluator
-
Clears any values cached by this evaluator.
- clearItems() - Method in class agi.foundation.compatibility.BaseCollection
-
Removes all elements from the collection.
- clearItems() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
- clearItems() - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Removes all elements from the collection.
- clearItems() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentFile
-
- clearItems() - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentRecord
-
- clearItems() - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionCollection
-
Removes all elements from the collection.
- clearItems() - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionCollection
-
Removes all elements from the collection.
- clearItems() - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionCollection
-
Removes all elements from the collection.
- clearItems() - Method in class agi.foundation.platforms.ChildPlatformCollection
-
- clearObjectMapping() - Method in class agi.foundation.infrastructure.CopyContext
-
- clearStoppingConditionsAutoSegment(StoppingCondition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
- clearThirdBodies() - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Clears all of the bodies from the lists.
- ClimbDescentCommandedValues - Class in agi.foundation.aircraftpropagation
-
Defines the commanded performance values during climb or descent.
- ClimbDescentCommandedValues() - Constructor for class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Initializes a new instance.
- ClimbDescentCommandedValues(double, double, double) - Constructor for class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Initializes an instance with the provided parameters.
- ClimbDescentCommandedValuesElement - Enum in agi.foundation.aircraftpropagation
-
- ClimbDescentPerformanceModel - Class in agi.foundation.aircraftpropagation
-
- ClimbDescentPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Initializes a new instance.
- ClimbDescentPerformanceModel(ClimbDescentPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- ClimbPerformanceModel - Class in agi.foundation.aircraftpropagation
-
- ClimbPerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.ClimbPerformanceModel
-
Initializes a new instance.
- ClimbPerformanceModel(ClimbPerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.ClimbPerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- Clock - Class in agi.foundation.cesium
-
Defines initial clock settings associated with a
CzmlDocument
.
- Clock() - Constructor for class agi.foundation.cesium.Clock
-
Initializes a new instance.
- ClockRange - Enum in agi.foundation.cesium
-
Defines the behavior of a clock when its current time reaches its start or end point.
- ClockStep - Enum in agi.foundation.cesium
-
Defines how a simulated clock advances in time.
- clone(CopyContext) - Method in class agi.foundation.access.AccessComputation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessConstraintCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryAnd
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryAtMostN
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryExactlyN
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryNot
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryOr
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.RangeConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.LinkInstantaneous
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.LinkPath
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ArielCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.CentralBodiesFacet
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.CentralBodyInertialAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.CeresCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.CharonCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ConstantForce
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ConstantTorque
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ConstantWindModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.DioneCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.DragBodyPlate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.EarthCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.EarthMoonBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.Iau1976Precession
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.Iau1980Nutation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.IauOrientationAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.Iers2003SolidTideModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.IoCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDE200
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDE403
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDE405
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDE421
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDE430
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDE440
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JplDEFile
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.JupiterSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.LinkRefracted
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MarsCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MarsSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MimasCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.MoonCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.NPlateModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.OffAxisTorque
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.PlutoSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.RheaCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SaturnSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.SunCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.TethysCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.TitanCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.TritonCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.UranusCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.UranusSystemBarycenter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.VenusCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.VestaCentralBody
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.celestial.WorldMagneticModelVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumFixedStepExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.DescriptionExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.GraphicalVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.cesium.ViewFromExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.CommunicationSystem
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.ComplexReceiver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.EllipticalPolarization
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.LeftHandCircularPolarization
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.LinearPolarization
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.OpticalReceiver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.OpticalTransmitter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.PointScattererInformation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.PointScattererInformationCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.PointScattererLinkPath
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.RightHandCircularPolarization
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SignalDataCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.FilteredSignalSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffCurves
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SignalPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SignalPropagationGraph
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SimpleReceiver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.StringSignalIdentifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.Transceiver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.Transponder
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Clones this object using the specified context.
- clone() - Method in interface agi.foundation.compatibility.ICloneable
-
Creates a new object that is a copy of the current instance.
- clone(CopyContext) - Method in class agi.foundation.ConstantEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.AxesAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.BasicState
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.DelaunayElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.DenseMatrix
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.EquinoctialElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.KeplerianElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.LifetimeElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.SimpleAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.SimpleMotionAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.StateElementAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coordinates.StateEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coverage.AssetDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.Evaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.Function2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.Function3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesBPlane
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesFromArchive
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesInAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesLinearRate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.CompositeAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.CompositePoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.EntityAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.EntityPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.GeometryDynamicState
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ParameterizedVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointAtAltitude
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointCartographic
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointDifferentiator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointFixedOffset
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointFromArchive
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointInPointsFrame
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointPropagationParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.PointVectorToPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ReferenceFrame
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarBitErrorRate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToInterference
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoise
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarCosine
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDerivative
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarExponent
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarFixed
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarJammingToSignal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPointElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarProduct
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSine
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarSum
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ScalarVectorElement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ServiceProviderAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.ServiceProviderPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorAcceleration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorBPlane
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorDerivative
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorFixed
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorInAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorInverted
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorMagnitude
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorNormalized
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorScaled
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorSum
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorTrueDisplacement
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.geometry.VectorVelocity
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.CalculationContext
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.CalculationContextFacet
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Clones this object using the specified context.
- clone(T) - Method in class agi.foundation.infrastructure.CopyContext
-
- clone(CopyContext) - Method in class agi.foundation.infrastructure.DefinitionalObject
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in interface agi.foundation.infrastructure.ICloneWithContext
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.IdentifierExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ParentExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.infrastructure.ValueEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.ConfidenceInterval
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.GpsLineOfSightVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.GpsReceiver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDifferentialEquation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.Interpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.LineSearchSettings
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.MultivariableFunctionSolverWarning
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.MultivariableFunctionWarning
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.advanced.RungeKuttaAlgorithm
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.BulirschStoerIntegrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.GaussJacksonIntegrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.MultivariableFunctionEvaluationAndDerivativeResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverIterationResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.MultivariableFunctionSolverResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.NumericalIntegrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.NumericallyComputedOptimizerFunctionDerivativeResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionDerivativeResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunctionResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ParameterOptimizer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ParameterOptimizerIterationResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.RungeKutta4Integrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.RungeKuttaCashKarp45Integrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.RungeKuttaFehlberg78Integrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.RungeKuttaVerner89Integrator
-
Create a copy of this integrator.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunctionDerivativeResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunctionResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrectorResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunctionResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunctionResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizerResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.AccessConstraintsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.AccessResultExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.ChildPlatformCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.GraphicalVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.LinkGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.LocationPointExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.MarkerGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.ModelGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.NameExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.Platform
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.PlatformCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.PointGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.TextGraphicsExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.PropagationStateElementEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.BallisticPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.CelestrakGeneralPerturbationElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Clones this object using the specified context.
- clone() - Method in class agi.foundation.propagators.InitialOrbitSolver
-
- clone(CopyContext) - Method in class agi.foundation.propagators.J2Propagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.J4Propagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.NumericalPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.NumericalPropagatorState
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.PropagationScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.PropagationStateConverter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.PropagationVector
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.Sgp4Elements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.Sgp4Propagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.StoppablePropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.TwoLineElementSet
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.UsafGeneralPerturbationElements
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.propagators.WaypointPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.DwellTimeScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.IntegratedPulseCountScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetScatteredPowerScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TransmitAntennaGainScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.LandingProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.RoutePropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndingPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.HoldSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.InitialStateSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.PropagateSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.PropagateSegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.ReturnSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentList
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentPropagator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SinglePropagateSegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.StateUpdaterEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.StopSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.StopSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SwitchableSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.SwitchableSegmentResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListResults
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.segmentpropagation.UpdateSegmentConfiguration
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.ServiceProviderCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.JplSpkFile
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraintEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Clones this object using the specified context.
- clone() - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
- clone(CopyContext) - Method in class agi.foundation.time.LeapSecondsFacet
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.tracking.AccessEntityFilter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.tracking.DelegateEntityFilter
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.tracking.EntityDescriptor
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.tracking.EntityFilterChain
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.tracking.EntityFilterCollection
-
Clones this object using the specified context.
- clone(CopyContext) - Method in class agi.foundation.tracking.EntityParameter
-
Clones this object using the specified context.
- cloneIfNotMapped(T) - Method in class agi.foundation.infrastructure.CopyContext
-
- close() - Method in class agi.foundation.compatibility.EventWaitHandle
-
- close() - Method in class agi.foundation.compatibility.FileStream
-
- close() - Method in interface agi.foundation.compatibility.IDisposable
-
- close() - Method in class agi.foundation.compatibility.WaitHandle
-
When overridden in a derived class, releases all resources held by the current
WaitHandle.
- ClosedTurnDirection - Enum in agi.foundation.routedesign
-
An enumeration that indicates which direction to turn during a closed turn such as
a circular or racetrack hold.
- closeStreamAndResources() - Method in class agi.foundation.graphics.imaging.VideoStream
-
Closes the video stream and any associated resources.
- CloudFogAttenuationModelItuRP840Version6 - Class in agi.foundation.communications.signalpropagation
-
ITU-R P.840 version 6 cloud and fog attenuation model.
- CloudFogAttenuationModelItuRP840Version6() - Constructor for class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Constructs version 6 of the ITU-R P.840 model.
- CloudFogAttenuationModelItuRP840Version6(CloudFogAttenuationModelItuRP840Version6, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Initializes a new instance as a copy of an existing instance.
- Clouds - Class in agi.foundation.graphics
-
Load, show and hide clouds in the scene.
- CoefficientOfReflectivityType - Enum in agi.foundation.celestial
-
- CollectionAlgorithms - Class in agi.foundation.infrastructure
-
Contains algorithms that operate on collections.
- CollectionAlgorithms.ComparisonOfDifferentTypes<T1,T2> - Class in agi.foundation.infrastructure
-
Represents a method that compares two objects of different types.
- CollectionAlgorithms.ComparisonOfDifferentTypes.Function<T1,T2> - Interface in agi.foundation.infrastructure
-
A functional interface for the containing delegate type.
- collectionItemsAreSameDefinition(Iterable<T>, Iterable<T>) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Determines if two collections contain items with the same definition and in the same order,
or are both null
.
- collectionItemsAreSameDefinition(T[], T[]) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Determines if two collections contain items with the same definition and in the same order,
or are both null
.
- collectionItemsAreSameDefinition(TimeIntervalCollection1<T>, TimeIntervalCollection1<T>) - Static method in class agi.foundation.infrastructure.DefinitionalObject
-
Determines if two interval collections contain items with the same definition and in the same order,
or are both null
.
- ColorToLuminanceFilter - Class in agi.foundation.graphics.imaging
-
Extracts a
Luminance
band derived from the color bands of the source raster.
- ColorToLuminanceFilter() - Constructor for class agi.foundation.graphics.imaging.ColorToLuminanceFilter
-
Initializes a new instance.
- Combinatorics - Class in agi.foundation.numericalmethods.advanced
-
A tool for computing various quantities associated with combinations of objects associated with a
finite or countable set of discrete items.
- combine(Action, Action) - Static method in class agi.foundation.compatibility.Action
-
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
- combine(DoWorkEventHandler, DoWorkEventHandler) - Static method in class agi.foundation.compatibility.DoWorkEventHandler
-
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
- combine(EventHandler<TEventArgs>, EventHandler<TEventArgs>) - Static method in class agi.foundation.compatibility.EventHandler
-
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
- combine(ProgressChangedEventHandler, ProgressChangedEventHandler) - Static method in class agi.foundation.compatibility.ProgressChangedEventHandler
-
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
- combine(RunWorkerCompletedEventHandler, RunWorkerCompletedEventHandler) - Static method in class agi.foundation.compatibility.RunWorkerCompletedEventHandler
-
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
- combine(int, int) - Static method in class agi.foundation.infrastructure.HashCode
-
Combines two hash codes.
- combine(int, int, int) - Static method in class agi.foundation.infrastructure.HashCode
-
Combines three hash codes.
- combine(int, int, int, int) - Static method in class agi.foundation.infrastructure.HashCode
-
Combines four hash codes.
- combine(int, int, int, int, int) - Static method in class agi.foundation.infrastructure.HashCode
-
Combines five hash codes.
- combine(int...) - Static method in class agi.foundation.infrastructure.HashCode
-
Combines an arbitrary number of hash codes.
- CombinedCostFunction - Class in agi.foundation.numericalmethods
-
This
costFunction
will take the weighted and scaled sum of all of
its constituent cost functions as a new cost function.
- CombinedCostFunction(CostFunctionGoal, double, CostFunctionScaling, double, List<SegmentPropagatorCostFunction>) - Constructor for class agi.foundation.numericalmethods.CombinedCostFunction
-
Initializes a new instance.
- CombinedCostFunction(CombinedCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.CombinedCostFunction
-
Initializes a new instance as a copy of an existing instance.
- commit(Transaction, Object) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
-
Commits the specified modification.
- commit() - Method in class agi.foundation.Transaction
-
Commits this transaction so that its changes are visible to other transactions.
- CommonEntityInterfaces - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityAcceleration - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityIdentifier - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityLastUpdate - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityOrientation - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityPosition - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityRotationalAcceleration - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityRotationalVelocity - Class in agi.foundation.tracking
-
- CommonEntityInterfaces.IEntityVelocity - Class in agi.foundation.tracking
-
- CommunicationAccessQueryCollection - Class in agi.foundation.navigation.advanced
-
- CommunicationAccessQueryCollection() - Constructor for class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
Initializes a new instance.
- CommunicationAccessQueryCollection(Iterable<? extends NavigationReceiverAccessQuery>) - Constructor for class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
- CommunicationAccessQueryCollection(CommunicationAccessQueryCollection, CopyContext) - Constructor for class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
Initializes a new instance as a copy of an existing instance.
- CommunicationAnalysis - Class in agi.foundation.communications
-
Contains methods which are helpful when performing communications analysis, such as methods for converting to and from decibels.
- CommunicationFigureOfMerit - Class in agi.foundation.coverage.figureofmerit
-
A figure of merit based on a
CommunicationObjectScalar
representing a link budget parameter
or other communication related value.
- CommunicationFigureOfMerit() - Constructor for class agi.foundation.coverage.figureofmerit.CommunicationFigureOfMerit
-
Initializes a new instance.
- CommunicationFigureOfMerit(CommunicationObjectScalar) - Constructor for class agi.foundation.coverage.figureofmerit.CommunicationFigureOfMerit
-
Initialize a new instance based on the given scalar communication parameter.
- CommunicationLinkCollection - Class in agi.foundation.communications
-
- CommunicationLinkCollection() - Constructor for class agi.foundation.communications.CommunicationLinkCollection
-
Creates a default instance.
- CommunicationLinkCollection(CommunicationLinkCollection, CopyContext) - Constructor for class agi.foundation.communications.CommunicationLinkCollection
-
Creates an instance containing the objects provided.
- CommunicationLinkConstraint - Class in agi.foundation.access.constraints
-
- CommunicationLinkConstraint() - Constructor for class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Initializes a new instance.
- CommunicationLinkConstraint(CommunicationLinkScalar, double, double) - Constructor for class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Initialize a new instance with the given scalar communication parameter, minimum threshold, and maximum threshold.
- CommunicationLinkConstraint(CommunicationLinkConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Initializes a new instance as a copy of an existing instance.
- CommunicationLinkScalar - Class in agi.foundation.geometry
-
Base class for scalars representing values associated with a
CommunicationLink
(
get
/
set
).
- CommunicationLinkScalar() - Constructor for class agi.foundation.geometry.CommunicationLinkScalar
-
Initializes a new instance.
- CommunicationLinkScalar(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.CommunicationLinkScalar
-
Initialize a new instance based on the given parameters.
- CommunicationLinkScalar(CommunicationLinkScalar, CopyContext) - Constructor for class agi.foundation.geometry.CommunicationLinkScalar
-
Initializes a new instance as a copy of an existing instance.
- CommunicationLinkSignalData<T> - Class in agi.foundation.geometry
-
An object that represents a particular piece of data
obtained from a
Signal
propagating along a
CommunicationLink
(
get
/
set
).
- CommunicationLinkSignalData(TypeLiteral<T>) - Constructor for class agi.foundation.geometry.CommunicationLinkSignalData
-
Initializes a new instance.
- CommunicationLinkSignalData(TypeLiteral<T>, IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.CommunicationLinkSignalData
-
Initialize a new instance based on the given parameters.
- CommunicationLinkSignalData(TypeLiteral<T>, CommunicationLinkSignalData<T>, CopyContext) - Constructor for class agi.foundation.geometry.CommunicationLinkSignalData
-
Initializes a new instance as a copy of an existing instance.
- CommunicationObjectConstraint - Class in agi.foundation.access.constraints
-
- CommunicationObjectConstraint() - Constructor for class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Initializes a new instance.
- CommunicationObjectConstraint(CommunicationObjectScalar, double, double) - Constructor for class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Initialize a new instance with the given scalar communication parameter, minimum threshold, and maximum threshold.
- CommunicationObjectConstraint(CommunicationObjectConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Initializes a new instance as a copy of an existing instance.
- CommunicationObjectScalar - Class in agi.foundation.geometry
-
Base class for scalars representing values associated with a
CommunicationObject
(
get
/
set
).
- CommunicationObjectScalar() - Constructor for class agi.foundation.geometry.CommunicationObjectScalar
-
Initializes a new instance.
- CommunicationObjectScalar(IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy) - Constructor for class agi.foundation.geometry.CommunicationObjectScalar
-
Initialize a new instance based on the given parameters.
- CommunicationObjectScalar(CommunicationObjectScalar, CopyContext) - Constructor for class agi.foundation.geometry.CommunicationObjectScalar
-
Initializes a new instance as a copy of an existing instance.
- CommunicationsConstants - Class in agi.foundation.communications
-
A collection of communications specific constants.
- CommunicationsLibraryVersion - Class in agi.foundation
-
Version information for the Communications library.
- CommunicationSystem - Class in agi.foundation.communications
-
Models a communications system involving multiple transmitters, receivers, transponders, and transceivers.
- CommunicationSystem() - Constructor for class agi.foundation.communications.CommunicationSystem
-
Initializes a new instance.
- CommunicationSystem(CommunicationSystem, CopyContext) - Constructor for class agi.foundation.communications.CommunicationSystem
-
Initializes a new instance as a copy of an existing instance.
- compareTo(DegreesMinutesSeconds) - Method in class agi.foundation.DegreesMinutesSeconds
-
Compares this instance with another instance of the same type.
- compareTo(TerrainCacheTimeStamp) - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
Compares this instance with another instance of the same type.
- compareTo(Duration) - Method in class agi.foundation.time.Duration
-
Compares this instance with another instance of the same type.
- compareTo(GlobalPositioningSystemDate) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Compares this instance with another instance of the same type.
- compareTo(GregorianDate) - Method in class agi.foundation.time.GregorianDate
-
Compares this instance with another instance of the same type.
- compareTo(JulianDate) - Method in class agi.foundation.time.JulianDate
-
Compares this instance with another instance of the same type.
- compareTo(YearMonthDay) - Method in class agi.foundation.time.YearMonthDay
-
Compares this instance with another instance of the same type.
- ComparisonOfDifferentTypes() - Constructor for class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
-
Creates a new instance of this delegate.
- ComparisonOfDifferentTypes(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
-
Initializes a delegate that will invoke an instance method on a class instance.
- ComparisonOfDifferentTypes(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.CollectionAlgorithms.ComparisonOfDifferentTypes
-
Initializes a delegate that will invoke a static method on a class.
- complement() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Complements this region, returning the complement and any holes as regions.
- complement(JulianDate, JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection
-
Computes the complement of this time interval collection.
- complement(JulianDate, JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Computes the complement of this time interval collection.
- complement(JulianDate, JulianDate, T) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Computes the complement of this time interval collection.
- complementaryErrorFunction(double) - Static method in class agi.foundation.GaussianStatistics
-
- completeSatisfactionTime(Iterable<? extends CoverageGridPointWithResults>) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
-
Gets the earliest time at which satisfaction has been achieved (not necessarily concurrently) for all the
grid points, or null
if one or more grid points are never satisfied.
- Complex - Class in agi.foundation.coordinates
-
Structure which represents a complex value.
- Complex() - Constructor for class agi.foundation.coordinates.Complex
-
Initializes a new instance.
- Complex(double) - Constructor for class agi.foundation.coordinates.Complex
-
Initializes a new instance with only the real component.
- Complex(double, double) - Constructor for class agi.foundation.coordinates.Complex
-
Initializes a new instance with real and imaginary components.
- ComplexAnalogTransmitter - Class in agi.foundation.communications
-
- ComplexAnalogTransmitter() - Constructor for class agi.foundation.communications.ComplexAnalogTransmitter
-
Initializes a new instance.
- ComplexAnalogTransmitter(String, Point, RadioFrequencyGainPattern, Signal) - Constructor for class agi.foundation.communications.ComplexAnalogTransmitter
-
Creates a new instance using the specified
Name
(
get
/
set
),
LocationPoint
(
get
/
set
),
AntennaGainPattern
(
get
/
set
), and
SignalToTransmit
(
get
/
set
).
- ComplexAnalogTransmitter(String, Point, Axes, RadioFrequencyGainPattern, Signal) - Constructor for class agi.foundation.communications.ComplexAnalogTransmitter
-
Creates a new instance, specifying all parameters.
- ComplexAnalogTransmitter(String, Point, Axes, RadioFrequencyGainPattern, Signal, PolarizationSource) - Constructor for class agi.foundation.communications.ComplexAnalogTransmitter
-
Creates a new instance, specifying all parameters.
- ComplexAnalogTransmitter(SimpleAnalogTransmitter) - Constructor for class agi.foundation.communications.ComplexAnalogTransmitter
-
- ComplexAnalogTransmitter(ComplexAnalogTransmitter, CopyContext) - Constructor for class agi.foundation.communications.ComplexAnalogTransmitter
-
Initializes a new instance as a copy of an existing instance.
- ComplexConic - Class in agi.foundation.geometry.shapes
-
A sensor volume defined by inner and outer half angles, minimum and maximum clock angles,
and a radial range limit.
- ComplexConic() - Constructor for class agi.foundation.geometry.shapes.ComplexConic
-
Constructs a volume with a default definition.
- ComplexConic(double, double, double, double) - Constructor for class agi.foundation.geometry.shapes.ComplexConic
-
Constructs a volume of infinite radius with the provided parameters.
- ComplexConic(double, double, double, double, double) - Constructor for class agi.foundation.geometry.shapes.ComplexConic
-
Constructs a volume of limited radius with the provided parameters.
- ComplexCrossSectionScatteringCoefficient - Class in agi.foundation.communications
-
Type that represents a complex 2x2 scattering coefficient matrix.
- ComplexCrossSectionScatteringCoefficient() - Constructor for class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Initializes a new instance.
- ComplexCrossSectionScatteringCoefficient(double) - Constructor for class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Initializes a new instance.
- ComplexCrossSectionScatteringCoefficient(Complex, Complex, Complex, Complex) - Constructor for class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Initializes a new instance with four complex values which represent the 2x2 matrix.
- ComplexCrossSectionScatteringCoefficient(ComplexCrossSectionScatteringCoefficient, CopyContext) - Constructor for class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Initializes a new instance as a copy of an existing instance.
- ComplexDigitalTransmitter - Class in agi.foundation.communications
-
A digital transmitter with a user-defined configuration.
- ComplexDigitalTransmitter() - Constructor for class agi.foundation.communications.ComplexDigitalTransmitter
-
Creates a new instance using default values.
- ComplexDigitalTransmitter(String, Point, DigitalModulation, RadioFrequencyGainPattern, double, double, double, SignalDataCollection) - Constructor for class agi.foundation.communications.ComplexDigitalTransmitter
-
Creates a new instance from the specified parameters.
- ComplexDigitalTransmitter(String, Point, Axes, DigitalModulation, RadioFrequencyGainPattern, double, double, double, SignalDataCollection) - Constructor for class agi.foundation.communications.ComplexDigitalTransmitter
-
Creates a new instance from the specified parameters.
- ComplexDigitalTransmitter(String, Point, Axes, DigitalModulation, RadioFrequencyGainPattern, double, double, double, SignalDataCollection, PolarizationSource) - Constructor for class agi.foundation.communications.ComplexDigitalTransmitter
-
Creates a new instance from the specified parameters.
- ComplexDigitalTransmitter(SimpleDigitalTransmitter) - Constructor for class agi.foundation.communications.ComplexDigitalTransmitter
-
- ComplexDigitalTransmitter(ComplexDigitalTransmitter, CopyContext) - Constructor for class agi.foundation.communications.ComplexDigitalTransmitter
-
Initializes a new instance as a copy of an existing instance.
- ComplexMatrix - Class in agi.foundation.coordinates
-
A two-dimensional matrix of
Complex
values.
- ComplexMatrix(int, int) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
Initializes a new instance with the specified row and column dimensions.
- ComplexMatrix(int, int, Complex) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
Initializes a new instance with the specified row and column dimensions.
- ComplexMatrix(Complex[][]) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
Initializes a new instance from a two-dimensional array of values.
- ComplexMatrix(Complex[][], int, int) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
Construct a matrix without copying the given array.
- ComplexMatrix(Complex[], int) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
Initializes a new instance from a one-dimensional packed array.
- ComplexMatrix(ComplexMatrix) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
- ComplexMatrix(ComplexMatrix, CopyContext) - Constructor for class agi.foundation.coordinates.ComplexMatrix
-
Initializes a new instance as a copy of an existing instance.
- ComplexReceiver - Class in agi.foundation.communications
-
A communications receiver defined by an antenna, gain pattern and list of signal processors.
- ComplexReceiver() - Constructor for class agi.foundation.communications.ComplexReceiver
-
Creates a new instance.
- ComplexReceiver(String, Point, Amplifier, RadioFrequencyGainPattern) - Constructor for class agi.foundation.communications.ComplexReceiver
-
Creates a new instance using the specified name, location, amplifier and gain pattern.
- ComplexReceiver(String, Point, Axes, Amplifier, RadioFrequencyGainPattern) - Constructor for class agi.foundation.communications.ComplexReceiver
-
Creates a new instance specifying all parameters.
- ComplexReceiver(String, Point, Axes, Amplifier, RadioFrequencyGainPattern, PolarizationSource) - Constructor for class agi.foundation.communications.ComplexReceiver
-
Creates a new instance specifying all parameters.
- ComplexReceiver(SimpleReceiver) - Constructor for class agi.foundation.communications.ComplexReceiver
-
- ComplexReceiver(ComplexReceiver, CopyContext) - Constructor for class agi.foundation.communications.ComplexReceiver
-
Initializes a new instance as a copy of an existing instance.
- compose(HelmertTransformation) - Method in class agi.foundation.coordinates.HelmertTransformation
-
- compose(KinematicTransformation) - Method in class agi.foundation.coordinates.KinematicTransformation
-
- compose(KinematicTransformation, int) - Method in class agi.foundation.coordinates.KinematicTransformation
-
- compose(Motion2<UnitQuaternion, Cartesian>, Motion2<UnitQuaternion, Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
-
Forms a new rotational transformation as the composition of two transformations.
- compose(Motion2<UnitQuaternion, Cartesian>, ElementaryRotation, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
-
Forms a new rotational transformation as the composition of two transformations.
- compose(ElementaryRotation, Motion2<UnitQuaternion, Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
-
Forms a new rotational transformation as the composition of two transformations.
- compose(Motion2<UnitQuaternion, Cartesian>, AngleAxisRotation, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
-
Forms a new rotational transformation as the composition of two transformations.
- compose(AngleAxisRotation, Motion2<UnitQuaternion, Cartesian>, int) - Static method in class agi.foundation.coordinates.RotationalTransformation
-
Forms a new rotational transformation as the composition of two transformations.
- CompositeAxes - Class in agi.foundation.geometry
-
A Axes that is defined by a collection of intervals, where the data
associated with each interval is a another Axes representing the
orientation for that interval.
- CompositeAxes() - Constructor for class agi.foundation.geometry.CompositeAxes
-
Initializes a new instance.
- CompositeAxes(TimeIntervalCollection1<Axes>) - Constructor for class agi.foundation.geometry.CompositeAxes
-
Initializes a new instance with the provided intervals.
- CompositeAxes(CompositeAxes, CopyContext) - Constructor for class agi.foundation.geometry.CompositeAxes
-
Initializes a new instance as a copy of an existing instance.
- CompositeCesiumProperty<T> - Class in agi.foundation.cesium
-
A
CesiumProperty
that specifies values over multiple distinct intervals of time.
- CompositeCesiumProperty() - Constructor for class agi.foundation.cesium.CompositeCesiumProperty
-
Initializes a new instance.
- CompositeCesiumProperty(TimeIntervalCollection1<CesiumProperty<T>>) - Constructor for class agi.foundation.cesium.CompositeCesiumProperty
-
- CompositeDisplayCondition - Class in agi.foundation.graphics
-
- CompositeDisplayCondition() - Constructor for class agi.foundation.graphics.CompositeDisplayCondition
-
Initializes an empty composite display condition.
- CompositeIntendedSignalStrategy - Class in agi.foundation.communications.signalprocessing
-
- CompositeIntendedSignalStrategy() - Constructor for class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Initializes a new instance.
- CompositeIntendedSignalStrategy(CompositeIntendedSignalStrategy, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Initializes a new instance as a copy of an existing instance.
- CompositeManeuver - Class in agi.foundation.aircraftpropagation
-
Defines an aircraft maneuver as a combination of a horizontal behavior and vertical behavior.
- CompositeManeuver() - Constructor for class agi.foundation.aircraftpropagation.CompositeManeuver
-
Initializes a new instance.
- CompositeManeuver(CompositeManeuver, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.CompositeManeuver
-
Initializes a new instance as a copy of an existing instance.
- CompositePoint - Class in agi.foundation.geometry
-
A Point that is defined by a collection of intervals, where the data
associated with each interval is a another Point representing the
location for that interval.
- CompositePoint() - Constructor for class agi.foundation.geometry.CompositePoint
-
Initializes a new instance.
- CompositePoint(TimeIntervalCollection1<Point>) - Constructor for class agi.foundation.geometry.CompositePoint
-
Initializes a new instance with the provided intervals.
- CompositePoint(CompositePoint, CopyContext) - Constructor for class agi.foundation.geometry.CompositePoint
-
Initializes a new instance as a copy of an existing instance.
- CompositePrimitive - Class in agi.foundation.graphics
-
A primitive that is composed of multiple other primitives.
- CompositePrimitive() - Constructor for class agi.foundation.graphics.CompositePrimitive
-
Initializes a default composite primitive.
- CompositeProfileSegment - Class in agi.foundation.routedesign.advanced
-
A profile segment composed of a number of other profile segments in a sequence.
- CompositeProfileSegment(ProfileSegment, Duration, ProfileSegment) - Constructor for class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Create a new instance based on two profile segments and the time at which to transition from one to the next.
- CompositeProfileSegment(List<Duration>, List<ProfileSegment>) - Constructor for class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Create a new instance based on two profile segments and the time at which to transition from one to the next.
- CompositeProfileSegment(CompositeProfileSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Initializes a new instance as a copy of an existing instance.
- CompositeSurfaceSegment - Class in agi.foundation.routedesign.advanced
-
A segment that combines a number of other surface segments together sequentially.
- CompositeSurfaceSegment(SurfaceSegment...) - Constructor for class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Create a new instance based on the given set of segments.
- CompositeSurfaceSegment(Iterable<? extends SurfaceSegment>) - Constructor for class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Create a new instance based on the given list of segments.
- CompositeSurfaceSegment(CompositeSurfaceSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Initializes a new instance as a copy of an existing instance.
- CompositeTerrainProvider - Class in agi.foundation.terrain
-
A terrain provider that is composed of multiple other terrain providers.
- CompositeTerrainProvider() - Constructor for class agi.foundation.terrain.CompositeTerrainProvider
-
Initializes a new instance.
- compute(Cartesian) - Static method in class agi.foundation.geometry.discrete.BoxTriangulator
-
Computes the triangulation for a box of the specified size
, centered at the origin.
- compute(double, double) - Static method in class agi.foundation.geometry.discrete.CylinderTriangulator
-
Computes the triangulation for a cylinder centered at the origin.
- compute(double, double, double, int, CylinderFill) - Static method in class agi.foundation.geometry.discrete.CylinderTriangulator
-
Computes the triangulation for a cylinder centered at the origin.
- compute(Cartesian) - Static method in class agi.foundation.geometry.discrete.EllipsoidTriangulator
-
Computes the triangulation for an ellipsoid with the specified radii
,
centered at the origin, using 32 slices and 16 stacks.
- compute(Cartesian, int, int) - Static method in class agi.foundation.geometry.discrete.EllipsoidTriangulator
-
Computes the triangulation for an ellipsoid with the specified radii
,
centered at the origin.
- compute(CentralBody, Iterable<Cartesian>, Iterable<Cartesian>) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
Computes an extrusion between bottomPositions
and topPositions
on the specified centralBody
.
- compute(CentralBody, Iterable<Cartesian>, Iterable<Cartesian>, WindingOrder) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
Computes an extrusion between bottomPositions
and topPositions
on the specified centralBody
.
- compute(CentralBody, Iterable<Cartesian>, double, double) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
Computes an extrusion of positions
on the specified
centralBody
with a constant bottomAltitude
and topAltitude
.
- compute(CentralBody, Iterable<Cartesian>, double, double, WindingOrder) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
Computes an extrusion of positions
on the specified
centralBody
with a constant bottomAltitude
and topAltitude
.
- compute(CentralBody, CartographicExtent) - Static method in class agi.foundation.geometry.discrete.SurfaceExtentTriangulator
-
Computes a triangulation on the specified centralBody
for
the specified extent
.
- compute(CentralBody, CartographicExtent, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceExtentTriangulator
-
Computes a triangulation on the specified centralBody
for
the specified extent
.
- compute(CentralBody, Iterable<Cartesian>) - Static method in class agi.foundation.geometry.discrete.SurfacePolygonTriangulator
-
Computes the triangulation on the specified centralBody
for a polygon whose boundary is defined by the specified positions
.
- compute(CentralBody, Iterable<Cartesian>, Iterable<Cartesian>) - Static method in class agi.foundation.geometry.discrete.SurfacePolygonTriangulator
-
Computes the triangulation on the specified centralBody
for a polygon whose boundary is defined by the specified positions
with a hole specified by holePositions
.
- compute(CentralBody, Iterable<Cartesian>, Iterable<Cartesian>, double, double) - Static method in class agi.foundation.geometry.discrete.SurfacePolygonTriangulator
-
Computes the triangulation on the specified centralBody
for a polygon whose boundary is defined by the specified positions
with a hole specified by holePositions
.
- compute(CentralBody, Iterable<Cartesian>, double, double, WindingOrder) - Static method in class agi.foundation.geometry.discrete.SurfacePolygonTriangulator
-
Computes the triangulation on the specified centralBody
for a polygon whose boundary is defined by the specified positions
.
- compute(Matrix3By3, Iterable<Cartesian>) - Static method in class agi.foundation.navigation.DilutionOfPrecision
-
Computes the Dilution of Precision (DOP).
- compute(Matrix3By3, DilutionOfPrecision, List<SatelliteUserRangeError>, List<Double>) - Static method in class agi.foundation.navigation.NavigationAccuracyAssessed
-
Computes assessed navigation accuracy.
- compute(DilutionOfPrecision, List<PredictionSupportRecord>, List<Double>) - Static method in class agi.foundation.navigation.NavigationAccuracyPredicted
-
Computes predicted navigation accuracy.
- compute(Matrix3By3, PerformanceAssessmentField) - Static method in class agi.foundation.navigation.SatelliteGlobalUserRangeError
-
Computes the global user range error for a satellite.
- compute(Cartesian, PerformanceAssessmentField) - Static method in class agi.foundation.navigation.SatelliteUserRangeError
-
Computes the user range error for a satellite.
- compute(TerrainProvider, Cartographic, int, double, double) - Static method in class agi.foundation.terrain.TerrainAzimuthElevationMask
-
Computes an azimuth-elevation mask from the specified terrain provider.
- compute(TerrainProvider, Cartographic, int, double, double, ITrackCalculationProgress) - Static method in class agi.foundation.terrain.TerrainAzimuthElevationMask
-
Computes an azimuth-elevation mask from the specified terrain provider with progress tracking.
- compute(TerrainProvider, double, double, Cartographic, int, double, double) - Static method in class agi.foundation.terrain.TerrainAzimuthElevationMask
-
Computes an azimuth-elevation mask from the specified terrain provider.
- compute(TerrainProvider, double, double, Cartographic, int, double, double, ITrackCalculationProgress) - Static method in class agi.foundation.terrain.TerrainAzimuthElevationMask
-
Computes an azimuth-elevation mask from the specified terrain provider with progress tracking.
- computeApDailyAverage(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns the constant ap geomagnetic index value.
- computeApDailyAverage(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Calculates the arithmetic average of the eight ap geomagnetic flux values for the given day,
rounded to the nearest whole value.
- computeApDailyAverage(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Calculates the arithmetic average of the eight ap geomagnetic flux values for the given day,
rounded to the nearest whole value.
- computeApproximateHeight(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Compute an approximate value of the height above the surface.
- computeApValue(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns the constant ap geomagnetic index value.
- computeApValue(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Computes the geomagnetic flux ap value at the given date.
- computeApValue(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Computes the geomagnetic flux ap value at the given date.
- computeAriel(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeAtmosphereParameters(ItuRP835Version, double, JulianDate, double) - Static method in class agi.foundation.communications.signalpropagation.AtmosphereModelItuRP835
-
Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 seasonal/regional model.
- computeAtmosphereParameters(ItuRP835Version, double) - Static method in class agi.foundation.communications.signalpropagation.AtmosphereModelItuRP835
-
Compute the pressure, water vapor pressure, and temperature using the ITU-R P.835 global model.
- computeAuxiliary(JulianDate, PropagationStateArray) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementEvaluator
-
Compute the auxiliary variable values and store them in the auxiliary state.
- computeAverageSolarRadioFlux(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns the constant solar radiation flux value.
- computeAverageSolarRadioFlux(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Gets the 81 day average solar radiation flux value centered on the given date.
- computeAverageSolarRadioFlux(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Gets the 81 day average solar radiation flux value centered on the given date.
- computeBitErrorRate(Signal) - Method in class agi.foundation.communications.signalprocessing.DigitalModulation
-
A method to decode the digital signal and produce the probability that any given bit will be incorrect.
- computeBitErrorRate(double) - Method in class agi.foundation.communications.signalprocessing.DigitalModulation
-
A method to decode the digital signal and produce the probability that any given bit will be incorrect.
- computeBitErrorRate(double) - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
-
A method to decode the digital signal and produce the probability that any given bit will be incorrect.
- computeBitErrorRate(Signal) - Method in class agi.foundation.communications.signalprocessing.ModulationOok
-
A method to decode the digital signal and produce the probability that any given bit will be incorrect.
- computeBitErrorRate(double) - Method in class agi.foundation.communications.signalprocessing.ModulationOok
-
A method to decode the digital signal and produce the probability that any given bit will be incorrect.
- computeBitErrorRate(double) - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
-
A method to decode the digital signal and produce the probability that any given bit will be incorrect.
- computeCallisto(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeCartographic(CentralBody, Iterable<Cartographic>, Iterable<Cartographic>) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
For convenience.
- computeCartographic(CentralBody, Iterable<Cartographic>, Iterable<Cartographic>, WindingOrder) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
For convenience.
- computeCartographic(CentralBody, Iterable<Cartographic>, double, double) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
For convenience.
- computeCartographic(CentralBody, Iterable<Cartographic>, double, double, WindingOrder) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
For convenience.
- computeCartographic(CentralBody, Iterable<Cartographic>) - Static method in class agi.foundation.geometry.discrete.SurfacePolygonTriangulator
-
For convenience.
- computeCartographic(CentralBody, Iterable<Cartographic>, double, double, WindingOrder) - Static method in class agi.foundation.geometry.discrete.SurfacePolygonTriangulator
-
For convenience.
- computeCartographicExtent() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Computes the cartographic bounding box which completely contains all the constituent curves.
- computeCartographicExtent() - Method in class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Computes the cartographic bounding box which contains the surface curve.
- computeCartographicExtent() - Method in class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Computes the cartographic bounding box which completely contains the surface curve.
- computeCartographicExtent() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Computes the cartographic bounding box which completely contains the surface curve.
- computeCartographicExtent() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Computes the cartographic bounding box which completely contains the surface region.
- computeCartographicExtent() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
Computes the cartographic bounding box which completely contains the surface region.
- computeCartographicExtent() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Computes the latitude and longitude boundary surrounding this segment.
- computeCartographicExtent() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Computes the latitude and longitude boundary surrounding this segment.
- computeCartographicExtent() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Computes the latitude and longitude boundary surrounding this segment.
- computeCelestialPoleOffset(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Finds the offset to the Celestial Intermediate Pole (CIP) for the given date by interpolating
this EOP data, in arc seconds.
- computeCeres(JulianDate) - Static method in class agi.foundation.celestial.DawnCeresVestaOrientation
-
- computeCeres(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeCharon(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeCircle(CentralBody, Cartesian, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
Computes boundary positions for a circle on the specified centralBody
with the specified center
, radius
and
granularity
.
- computeCircle(CentralBody, Cartesian, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
Computes boundary positions for a circle on the specified centralBody
with the specified center
and radius
.
- computeCircleCartographic(CentralBody, Cartographic, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
For convenience.
- computeCircleCartographic(CentralBody, Cartographic, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
For convenience.
- computeCoverage(JulianDate, JulianDate) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Computes the coverage intervals.
- computeCoverage(TimeIntervalCollection) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Computes the coverage intervals.
- computeCoverage(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Computes the coverage intervals.
- computeCoverage(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Computes the coverage intervals.
- computeCoverageOverTheGrid(JulianDate, JulianDate) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(TimeIntervalCollection) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(JulianDate, JulianDate, Duration) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(JulianDate, JulianDate, Duration, ITrackCalculationProgress) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(TimeIntervalCollection, Duration) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCoverageOverTheGrid(TimeIntervalCollection, Duration, ITrackCalculationProgress) - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Computes the
CoverageResults
which stores the results of this calculation for the whole grid.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessComputation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessConstraintCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQuery
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryAnd
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryAtMostN
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryExactlyN
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryNot
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryOr
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.CircularAccessConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.RangeConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.LinkInstantaneous
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.LinkPath
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.LinkSpeedOfLight
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.access.MinimumMaximumAccessConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.AccelerationPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.ClimbDescentPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.ClimbPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.DescentPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.MaintainCourseOrHeadingBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.MaintainHorizontalAndVerticalSpeedsBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleAccelerationPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageFile
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ArielCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CallistoCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CentralBodyInertialAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CeresCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.CharonCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ClassicalEquationOfEquinoxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ConstantForce
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ConstantTorque
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ConstantWindModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DeimosCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DioneCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragBodyPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragOneDofSolarPanelPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.DragTwoDofSolarPanelPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EarthCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EarthMoonBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EquationOfEquinoxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.EuropaCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ForceModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.GravityGradientTorque
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.HyperionCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IapetusCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.Iau1976Precession
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.Iau1980Nutation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IauOrientationAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.Iers2003SolidTideModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IndividualPlateModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.InternationalGeomagneticReferenceFieldVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.IoCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ItuRP834Version4AtmosphericRefractionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE200
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE403
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE405
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE421
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE430
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDE440
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JplDEFile
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JupiterCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.JupiterSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.LibrationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.LinkRefracted
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MagneticFieldVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MarsCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MarsSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MercuryCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MimasCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.MoonCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NeptuneSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NPlateModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.NutationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.OffAxisTorque
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PermanentSolidTideModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PhobosCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PlutoCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PlutoSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.PrecessionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.RheaCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SaturnCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SaturnSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityJacchia1970
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityJacchiaRoberts
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityMsis2000
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityMsis86
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarDensityMsis90
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationCylindrical
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationDualCone
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationNoShadow
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarOccultationRegulatedDualCone
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarVariableArea
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ScalarVariableAreaJulianDate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SimpleSolidTideModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationOneDofSolarPanelPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarRadiationTwoDofSolarPanelPlate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SolidTideModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SpaceControlFacilityAtmosphericRefractionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SphericalHarmonicGravitySecularVariations
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.SunCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TethysCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TitanCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TorqueModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TritonCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.TwoBodyGravity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.UranusCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.UranusSystemBarycenter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.USStandardAtmosphere1976
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.VenusCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.VestaCentralBody
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.WindModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.celestial.WorldMagneticModelVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteFanDirectionsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteOrientationExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePolygonHolesExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePolygonPositionsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePolylinePositionsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeletePositionExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumDeleteVectorDirectionExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumFixedStepExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumOrientationExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumPositionExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.DescriptionExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.GraphicalVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.cesium.ViewFromExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.AnsysHfssFarFieldDataPolarizationSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.AnsysHfssFarFieldDataGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BesselCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.BesselEnvelopeCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.CustomGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DipoleGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DirectionsProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.DualPolarizedRadioFrequencyTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.FrequencyDependentElectricFieldGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.FrpaGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.GaussianGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.GpsSatelliteAntennaPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.HelicalGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.HemisphericalGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.IsotropicGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CoPolarGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRBO1213Version1CrossPolarGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRF1245Version1GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRF1245Version3GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS1528R12GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS1528R13GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS465Version5GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS465Version6GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS580Version6GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS672Version4GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ItuRS731Version1GainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalAntennaSignalProcessor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.OpticalTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ParabolicGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayBeamformer
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayElementFactor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyAntennaSignalProcessor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RadioFrequencyTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.RectangularBeamGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.SincExponentCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.SincExponentRectangularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.SquareHornGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.StaticDirection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.UniformCircularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.UniformRectangularApertureGainPattern
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.antennas.WeightedLinkExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.CommunicationSystem
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexCrossSectionScatteringCoefficient
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ComplexReceiver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.EllipticalPolarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.FrequencyDependentElectricFieldPolarizationSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Ieee1979PolarizationSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.LeftHandCircularPolarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.LinearPolarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OpticalReceiver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OpticalTransmitter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OrthogonalPolarizationChannelIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererFrequencyBandCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererInformation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererInformationCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PointScattererLinkPath
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Polarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PolarizationSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.PrimaryPolarizationChannelIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.RightHandCircularPolarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.ScatteringCoefficient
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalChannelIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalComputation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalDataCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SignalIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.Amplifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.AvalanchePhotodiode
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedReferenceSignal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByDataType
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByFrequency
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByOrthogonalPolarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByPrimaryPolarization
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.IntendedSignalStrategy
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.Photodiode
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PinPhotodiode
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.PulsedSignalSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalFilter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalProcessor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.SignalSource
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.DopplerShiftModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.FreeSpacePathLossModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.HufnagelValleyRefractiveIndexStructureParameterModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP838AtmosphericModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version12
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP618Version9
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SimpleReceiver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.StringSignalIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Transceiver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.Transponder
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.communications.WirelessLinkExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.AxesAdapter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.ComplexMatrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DenseMatrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DoNothingStateElementAdapter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.DynamicState
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.Matrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.ReferenceFrameAdapter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.SimpleAdapter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.SimpleMotionAdapter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.AssetDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.ContinuousCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.DiscreteCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Axes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesBPlane
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFixedOffset
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFromArchive
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesLinearRate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesTargetingLink
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CompositeAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.CompositePoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicCovariance3By3
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicMatrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.EntityAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.EntityPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.GeometryDynamicState
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.LinkSubdivision
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnStateScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ParameterizedVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Point
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointAtAltitude
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointCartographic
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointDifferentiator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointFixedOffset
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointFromArchive
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInPointsFrame
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointPropagationParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.PointVectorToPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ReferenceFrame
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Scalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarAntennaGainInLinkDirection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarBitErrorRate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToInterference
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoise
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoiseDensityPlusInterference
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCarrierToNoisePlusInterference
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarCosine
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDependentOnServiceProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDerivative
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDotProduct
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEffectiveIsotropicRadiatedPower
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEnergyPerBitToNoiseDensity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarExponent
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarFixed
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarJammingToSignal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarMachNumber
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarNoisePlusInterference
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPointElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPolarizationEfficiency
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPowerAtReceiverOutput
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarProduct
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarReceivedIsotropicPower
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarReceivedPowerFluxDensity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSine
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSphericalElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarSum
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ScalarVectorElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ServiceProviderAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.ServiceProviderPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.DynamicSensorFieldOfView
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.shapes.SensorProjectionOptions
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.TwoDimensionalConvexHull
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.Vector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorAcceleration
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorBPlane
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorCrossProduct
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDependentOnServiceProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDerivative
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDifferentiator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorDisplacement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorFixed
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorInverted
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorMagnitude
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorNormalized
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorScaled
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorSum
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorTrueDisplacement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.geometry.VectorVelocity
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ConstantValueDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.DefinitionalObject
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ExtensibleObjectCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.IdentifierExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ObjectExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ParameterizedValueDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ParentExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.infrastructure.ValueDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsLineOfSightVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsReceiver
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsReceiverNoiseModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.GpsReceiverErrorModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.SaastamoinenTroposphericCorrectionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.navigation.models.SingleFrequencyIonosphericCorrectionModel
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.HermitePolynomialApproximation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.InterpolationAlgorithm
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.LagrangeOrbitVariationOfParameters
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.LagrangePolynomialApproximation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.LinearApproximation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.CombinedCostFunction
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AccessConstraintsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AccessResultExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.advanced.GraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AzimuthElevationMaskExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.AzimuthElevationMaskGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceCurveGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.CentralBodySurfaceRegionGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ChildPlatformCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ConstantGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.GraphicalVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.GraphicsParameterFormatter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ImagingDeviceExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LinkGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LocationPointCovarianceGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.LocationPointExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.MarkerGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ModelGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.NameExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.Platform
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PlatformCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PointGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ReferenceFrameGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.TextGraphicsExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.TimeIntervalGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.PropagationPointElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.PropagationStateCorrector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.advanced.PropagationStateElement
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.BallisticPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.J2Propagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.J4Propagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagationVector
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.PropagatorPoint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.Sgp4Propagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.TwoBodyStateTransitionMatrixPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.propagators.WaypointPropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.DualPolarizedRadarReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.DualPolarizedRadarTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.DwellTimeScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.FixedNumberOfPulsesWaveformIntegrator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.GoalSignalToNoiseRatioWaveformIntegrator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.IntegratedPulseCountScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.MitchellWalkerProbabilityOfDetectionScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.MonostaticAmbiguousTargetRangeScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.MonostaticAmbiguousTargetVelocityScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.PerfectFixedNumberOfPulsesWaveformIntegrator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.PerfectGoalSignalToNoiseRatioWaveformIntegrator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.PulseIntegrationTimeScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarAntennaSignalProcessor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarReceivingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarTransmittingAntennaExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ReceiveAntennaGainScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ReceiveAntennaOutputInterferencePowerScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.ReceiveAntennaOutputPowerScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetRadarCrossSectionScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetScatteredPowerScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverDopplerFrequencyScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverDopplerShiftScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverPropagationLossScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TargetToReceiverReceivedIsotropicPowerScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitAntennaGainScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetDopplerFrequencyScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetDopplerShiftScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetPropagationLossScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.radar.TransmitterToTargetReceivedIsotropicPowerScalar
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.ProfileSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.StandardTransitionProfileSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.HeadingAtWaypointProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.InscribedTurnProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.LandingProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RasterSearchProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RouteConnection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RouteProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RoutePropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.RouteSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.SurfaceCurveProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.TurnAfterWaypointProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.routedesign.TurnBeforeWaypointProcedure
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginning
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentEnding
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsAsWithDefaultConditions
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsAtEndOfBasePropagator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithDefaultInitialState
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.HoldSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.RunSegmentListOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SegmentList
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.StateUpdaterDefinition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.StopSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperator
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.ServiceProviderCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.JplSpkEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.JplSpkFile
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.DurationStoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.JulianDateStoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.StoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingConditionConstraint
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.AccessEntityFilter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.DelegateEntityFilter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityDescriptor
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityFilter
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityFilterChain
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityFilterCollection
-
Computes a hash code based on the current properties of this object.
- computeCurrentDefinitionHashCode() - Method in class agi.foundation.tracking.EntityParameter
-
Computes a hash code based on the current properties of this object.
- computeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Compute figure of merit over the coverage grid.
- computeData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration, ITrackCalculationProgress) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Compute figure of merit over the coverage grid.
- computeData(CoverageResults, List<T>, TimeInterval, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Compute figure of merit over the coverage grid.
- computeData(CoverageResults, List<T>, TimeInterval, Duration, ITrackCalculationProgress) - Static method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Compute figure of merit over the coverage grid.
- computeData(CoverageData, TimeInterval, Duration, Scalar) - Static method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Compute the figure of merit data for the given set of results.
- computeData(TimeIntervalCollection, TimeInterval, Duration, Scalar) - Static method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Compute the figure of merit data for the given set of results.
- computeDeimos(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeDeltaEpsilonCorrection(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Finds the correction to the nutation in obliquity (delta Delta epsilon), in arc seconds, for the given date by interpolating
this EOP data.
- computeDeltaPsiCorrection(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Finds the correction to the nutation in longitude (delta Delta psi), in arc seconds, for the given date by interpolating
this EOP data.
- computeDerivatives(double, double[], double[]) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Compute the derivatives of the dependent variables and store them to the given array.
- computeDerivatives(double, double[], double[], double[]) - Method in class agi.foundation.numericalmethods.advanced.DependentVariableDerivatives
-
Compute the "fast" derivatives of the dependent variables, add them to the given
"slow" derivatives, and store them to the given array.
- computeDione(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeDragCoefficient(double, double, double, double, double) - Static method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Computes the drag coefficient from the provided parameters.
- computeEarthMoonBarycenterPoint(Point, Point, double) - Static method in class agi.foundation.celestial.EarthMoonBarycenter
-
Computes the position of the Earth-Moon barycenter using the
Earth-Moon mass ratio and the positions of the
Earth and Moon.
- computeEccentricAnomaly() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the eccentric anomaly based on the current Keplerian position.
- computeEccentricAnomaly() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the mean eccentric anomaly.
- computeEccentricAnomaly() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the eccentric anomaly based on the current Keplerian position.
- computeEccentricity() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the mean eccentricity of the orbit.
- computeEccentricity() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the eccentricity based on the current elements.
- computeEccentricity(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the eccentricity of the orbit.
- computeEfficiency(Polarization, Polarization, UnitQuaternion, UnitCartesian, double) - Static method in class agi.foundation.communications.Polarization
-
Computes the polarization efficiency.
- computeElectricFieldComponents(Cartesian) - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Computes the electric field vector components given the cartesian direction.
- computeElevationAngleAboveTerrain(Cartesian, Cartesian, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the angle from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeElevationAngleAboveTerrain(Cartesian, Cartesian, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the angle from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeElevationAngleAboveTerrain(Cartographic, Cartographic, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the angle from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeElevationAngleAboveTerrain(Cartographic, Cartographic, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the angle from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeEllipse(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
Computes boundary positions for an ellipse on the specified centralBody
.
- computeEllipse(CentralBody, Cartesian, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
- computeEllipseCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
For convenience.
- computeEllipseCartographic(CentralBody, Cartographic, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
For convenience.
- computeEnceladus(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeEopData(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
- computeEuropa(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeFigureOfMeritData(CoverageResults, IFigureOfMeritDefinition, TimeInterval, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
-
Compute the given figure of merit over the coverage grid.
- computeFigureOfMeritData(CoverageResults, List<IFigureOfMeritDefinition>, TimeInterval, Duration) - Static method in class agi.foundation.coverage.figureofmerit.GridDescriptiveStatistics
-
Compute the given figure of merit over the coverage grid.
- computeFixedToEastNorthUpRotation(Ellipsoid, Cartesian) - Static method in class agi.foundation.geometry.AxesEastNorthUp
-
Computes the rotation from the central body's fixed axes to a set of east-north-up axes based on
a specified reference point.
- computeFixedToEastNorthUpRotation(Ellipsoid, Motion1<Cartesian>, int) - Static method in class agi.foundation.geometry.AxesEastNorthUp
-
Computes the rotation from the central body's fixed axes to a set of east-north-up axes based on
a specified reference point.
- computeFixedToNorthEastDownRotation(Ellipsoid, Cartesian) - Static method in class agi.foundation.geometry.AxesNorthEastDown
-
Computes the rotation from the central body's fixed axes to a set of north-east-down axes based on
a specified reference point.
- computeFixedToNorthEastDownRotation(Ellipsoid, Motion1<Cartesian>, int) - Static method in class agi.foundation.geometry.AxesNorthEastDown
-
Computes the rotation from the central body's fixed axes to a set of north-east-down axes based on
a specified reference point.
- computeGanymede(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeGradientsNumerically(OptimizerMultivariableFunction, double[], double[], FiniteDifferenceMethod, boolean, OptimizerMultivariableFunctionResults, ITrackCalculationProgress) - Static method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
- computeGroundSampleDistance(AzimuthElevationRange, double) - Static method in class agi.foundation.platforms.ImagingDeviceExtension
-
Compute the ground sample distance representing a measure of the ability of an imaging sensor to detect a target on the ground.
- computeHashCode() - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Computes the hash code for this curve.
- computeHashCode() - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Computes the hash code for this curve.
- computeHyperbolicAnomaly() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the hyperbolic anomaly based on the current Keplerian position.
- computeIapetus(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- ComputeIauOrientationParameters - Class in agi.foundation.celestial
-
The definition of a function which computes a set of orientation parameters.
- ComputeIauOrientationParameters() - Constructor for class agi.foundation.celestial.ComputeIauOrientationParameters
-
Creates a new instance of this delegate.
- ComputeIauOrientationParameters(Object, String, Class<?>...) - Constructor for class agi.foundation.celestial.ComputeIauOrientationParameters
-
Initializes a delegate that will invoke an instance method on a class instance.
- ComputeIauOrientationParameters(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.celestial.ComputeIauOrientationParameters
-
Initializes a delegate that will invoke a static method on a class.
- ComputeIauOrientationParameters.Function - Interface in agi.foundation.celestial
-
A functional interface for the containing delegate type.
- computeIntersection(EllipsoidSurfaceCurve) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
- computeIntervals(JulianDate, JulianDate) - Method in class agi.foundation.access.AccessComputation
-
Finds the intervals during which all constraints are satisfied.
- computeIntervals(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessComputation
-
Finds the intervals during which all constraints are satisfied.
- computeIntervals(TimeIntervalCollection) - Method in class agi.foundation.access.AccessComputation
-
Finds the intervals during which all constraints are satisfied.
- computeIntervals(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessComputation
-
Finds the intervals during which all constraints are satisfied.
- computeIo(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeJacobianNumerically(SolvableMultivariableFunction, double[], double[], FiniteDifferenceMethod, boolean, SolvableMultivariableFunctionResults, ITrackCalculationProgress) - Static method in class agi.foundation.numericalmethods.advanced.SolvableMultivariableFunctionOperations
-
- computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeJupiter(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeKpDailyAverage(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns the constant kp geomagnetic index value.
- computeKpDailyAverage(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Calculates the sum of the array of the eight ap geomagnetic flux values for the given day.
- computeKpDailyAverage(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Calculates the sum of the array of the eight ap geomagnetic flux values for the given day.
- computeKpValue(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns the constant kp geomagnetic index value.
- computeKpValue(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Computes the geomagnetic flux kp value at the given date.
- computeKpValue(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Computes the geomagnetic flux kp value at the given date.
- computeLengthOfDayCorrection(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Finds the correction to the length of a solar day (86400.0 sec) for the given date by interpolating
this EOP data.
- computeLifetime() - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Compute the set of metrics describing the time history of the orbit as well
as the number of orbit revolutions and the time at which the orbit is expected to decay.
- computeLifetime(ITrackCalculationProgress) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Compute the set of metrics describing the time history of the orbit as well
as the number of orbit revolutions and the time at which the orbit is expected to decay.
- computeLiftCoefficient(double, double, double) - Static method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Computes the lift coefficient from the provided parameters.
- computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeMars(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeMaximum() - Method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Computes the maximum value over the computed timespan
- computeMaximumGain(double, double, double) - Static method in class agi.foundation.communications.antennas.GaussianOpticalGainPattern
-
Computes the maximum antenna gain using the equation (4 * PI * ApertureArea * Efficiency) / wavelength^2.
- computeMeanAnomaly() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the Mean anomaly based on the current Keplerian position.
- computeMeanAnomaly() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the mean mean anomaly.
- computeMeanAnomaly() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the mean anomaly based on the current Keplerian position.
- computeMeanMotion() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the mean motion based on the current Keplerian elements.
- computeMeanMotion() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the mean motion based on the current Keplerian elements.
- computeMeanMotion(double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the mean motion of the orbit.
- computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeMercury(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeMimas(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeMinimum() - Method in class agi.foundation.coverage.figureofmerit.TimeSampledValues
-
Computes the minimum value over the computed timespan
- computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeMoon(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeNeptune(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- ComputeNewThresholdCallback<T> - Class in agi.foundation.segmentpropagation
-
The callback to compute a new threshold based on the old threshold.
- ComputeNewThresholdCallback() - Constructor for class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
-
Creates a new instance of this delegate.
- ComputeNewThresholdCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- ComputeNewThresholdCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.segmentpropagation.ComputeNewThresholdCallback
-
Initializes a delegate that will invoke a static method on a class.
- ComputeNewThresholdCallback.Function<T> - Interface in agi.foundation.segmentpropagation
-
A functional interface for the containing delegate type.
- computeNextStep(double[], Matrix, ParameterOptimizerIterationResults, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Computes the next optimization step that this parameter optimizer should take.
- computeNextStep(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.MultivariableFunctionDifferentialSolver
-
Computes the next differential step that this differential corrector should take.
- computeNextStep(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.NewtonRaphsonMultivariableFunctionSolver
-
Computes the next differential step that this differential corrector should take.
- computeNextStep(double[], Matrix, ParameterOptimizerIterationResults, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SequentialQuadraticProgrammingOptimizer
-
Computes the next optimization step that this parameter optimizer should take.
- computeObstructionMetric(Cartesian, Cartesian, TerrainProvider, boolean, boolean) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeObstructionMetric(Cartesian, Cartesian, TerrainProvider, double, double, boolean, boolean) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeObstructionMetric(Cartographic, Cartographic, TerrainProvider, boolean, boolean) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- computeObstructionMetric(Cartographic, Cartographic, TerrainProvider, double, double, boolean, boolean) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes a metric value indicating the amount of obstruction from the line of sight between the target and observer positions
and the direction to the point on terrain with the highest elevation angle.
- ComputeOrientationParameters() - Constructor for class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
-
Creates a new instance of this delegate.
- ComputeOrientationParameters(Object, String, Class<?>...) - Constructor for class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
-
Initializes a delegate that will invoke an instance method on a class instance.
- ComputeOrientationParameters(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.celestial.CentralBodyInertialAxes.ComputeOrientationParameters
-
Initializes a delegate that will invoke a static method on a class.
- computeOsculatingRadiusOfApoapsis() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the osculating radius of apoapsis.
- computeOsculatingRadiusOfPeriapsis() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the osculating radius of periapsis.
- computeOutages(GpsReceiver, JulianDate, JulianDate, Duration) - Static method in class agi.foundation.navigation.ReceiverAutonomousIntegrityMonitoring
-
Computes Receiver Autonomous Integrity Monitoring (RAIM) outages using RTCA values.
- computeOutages(GpsReceiver, TimeInterval, Duration) - Static method in class agi.foundation.navigation.ReceiverAutonomousIntegrityMonitoring
-
Computes Receiver Autonomous Integrity Monitoring (RAIM) outages using RTCA values.
- computeOutages(GpsReceiver, TimeInterval, Duration, RaimOptions) - Static method in class agi.foundation.navigation.ReceiverAutonomousIntegrityMonitoring
-
Computes Receiver Autonomous Integrity Monitoring (RAIM) outages using the
specified
RaimOptions
.
- computeOutages(GpsReceiver, TimeInterval, Duration, RaimOptions, ITrackCalculationProgress) - Static method in class agi.foundation.navigation.ReceiverAutonomousIntegrityMonitoring
-
Computes Receiver Autonomous Integrity Monitoring (RAIM) outages.
- computeOverallMaximum() - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Computes the maximum value of the entire data set (the maximum of the maximum values of each grid point).
- computeOverallMean() - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Computes the mean value of the entire combined data set (not the mean value of the individual mean values).
- computeOverallMinimum() - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Computes the minimum value of the entire data set (the minimum of the minimum values of each grid point).
- computeOverallPercentile(double) - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Computes the figure of merit value which is closest to the given percentile after
sorting the combined figure of merit data from smallest to largest.
- computeOverallRootMeanSquare() - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Computes the root mean square average of the entire combined data set (not the root mean square of the
individual root mean square values).
- computeOverallStandardDeviation() - Method in class agi.foundation.coverage.figureofmerit.GridTimeSampledValues
-
Computes the standard deviation for the combined data set (not the standard deviation of the standard deviations).
- computeParabolicAnomaly() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the parabolic anomaly based on the current Keplerian position.
- computePeriod() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the orbital period of the current Keplerian elements.
- computePeriod() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the orbital period of the current Keplerian elements.
- computePeriod(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the period of the orbit.
- computePhobos(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computePhoebe(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computePluto(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computePluto(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computePolarization(PolarizationReferenceAxis) - Method in class agi.foundation.communications.ElectricFieldVectorComponents
-
Computes polarization based on the horizontal and vertical vector components and the supplied polarization reference axis.
- computePoleWander(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Finds the pole wander for the given date by interpolating this EOP data, in arc seconds.
- computePositionWithMaximumElevationAngle(Cartesian, Cartesian, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the point on terrain with the highest elevation angle between the observer and target positions
from the perspective of the position closest to the
Shape
(
get
/
set
).
- computePositionWithMaximumElevationAngle(Cartesian, Cartesian, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the point on terrain with the highest elevation angle between the observer and target positions
from the perspective of the position closest to the
Shape
(
get
/
set
).
- computePositionWithMaximumElevationAngle(Cartographic, Cartographic, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the point on terrain with the highest elevation angle between the observer and target positions
from the perspective of the position closest to the
Shape
(
get
/
set
).
- computePositionWithMaximumElevationAngle(Cartographic, Cartographic, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the point on terrain with the highest elevation angle between the observer and target positions
from the perspective of the position closest to the
Shape
(
get
/
set
).
- computeRadiusOfApoapsis() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the apoapsis of the current Keplerian elements.
- computeRadiusOfApoapsis() - Method in class agi.foundation.coordinates.ModifiedKeplerianElements
-
Computes the radius of apoapsis based on the current elements.
- computeRadiusOfApoapsis(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the radius of apoapsis of the orbit.
- computeRadiusOfPeriapsis() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the periapsis of the current Keplerian elements.
- computeRadiusOfPeriapsis(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the radius of periapsis of the orbit.
- computeRhea(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeRotation(Polarization, Polarization, UnitQuaternion, UnitCartesian) - Static method in class agi.foundation.communications.Polarization
-
Computes the rotation angle between the source and sink polarizations.
- computeRotation(PolarizationReferenceAxis, double, PolarizationReferenceAxis, UnitQuaternion, UnitCartesian) - Static method in class agi.foundation.communications.Polarization
-
Computes the rotation angle between the source and sink polarizations.
- computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeSaturn(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeScatteringCoefficient(UnitCartesian) - Method in class agi.foundation.communications.AnsysHfssCrossSectionScatteringCoefficient
-
Computes the scattering coefficient in the supplied monostatic direction.
- computeScatteringCoefficient(UnitCartesian) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Computes the scattering coefficient in the supplied monostatic direction.
- computeScatteringCoefficient(Spherical) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Computes the scattering coefficient in the supplied monostatic direction.
- computeSector(CentralBody, Cartesian, double, double, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
Computes boundary positions for a sector on the specified centralBody
.
- computeSector(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
- computeSectorCartographic(CentralBody, Cartographic, double, double, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
For convenience.
- computeSectorCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.geometry.discrete.SurfaceShapes
-
For convenience.
- computeSemilatusRectum() - Method in class agi.foundation.coordinates.KeplerianElements
-
Computes the semilatus rectum of the current Keplerian elements.
- computeSemilatusRectum(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the semilatus rectum of the orbit.
- computeSemimajorAxis() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the mean semi-major axis length of the orbit.
- computeSemimajorAxis(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the semimajor axis of the orbit.
- computeSingleConstantAltitude(CentralBody, Iterable<Cartesian>, double) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
Computes an extrusion of positions
on the specified
centralBody
.
- computeSingleConstantAltitude(CentralBody, Iterable<Cartesian>, double, WindingOrder) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
Computes an extrusion of positions
on the specified
centralBody
.
- computeSingleConstantAltitudeCartographic(CentralBody, Iterable<Cartographic>, double) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
For convenience.
- computeSingleConstantAltitudeCartographic(CentralBody, Iterable<Cartographic>, double, WindingOrder) - Static method in class agi.foundation.geometry.discrete.ExtrudedPolylineTriangulator
-
For convenience.
- computeSolarRadioFlux(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns the constant solar radiation flux value.
- computeSolarRadioFlux(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Computes the solar radiation flux value (often called F10.7) at the given date.
- computeSolarRadioFlux(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Computes the solar radiation flux value (often called F10.7) at the given date.
- computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeSun(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeSurfaceArea(CartographicExtent) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes an approximation of the surface area of a given cartographic extent on the surface of this ellipsoid
using Gauss Legendre 10th order quadrature.
- computeSurfaceArea(double, double, double, double) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Computes an approximation of the surface area of a given section of the surface of an ellipsoid using
Gauss Legendre 10th order quadrature.
- computeSurfaceBoundaryLines() - Method in class agi.foundation.graphics.advanced.TriangulatedSensorProjection
-
- computeTaiMinusUtc(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Returns the difference TAI - UTC for the given date by returning the number of leap seconds
at the previous data point.
- computeTerrainIntersection(Cartesian, UnitCartesian, double, double, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the location of the first intersection with terrain from the provided location along the indicated direction.
- computeTerrainIntersection(Cartesian, UnitCartesian, double, double, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the location of the first intersection with terrain from the provided location along the indicated direction.
- computeTerrainIntersection(Cartographic, UnitCartesian, double, double, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the location of the first intersection with terrain from the provided location along the indicated direction.
- computeTerrainIntersection(Cartographic, UnitCartesian, double, double, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the location of the first intersection with terrain from the provided location along the indicated direction.
- computeTerrainIntersection(Cartesian, Cartographic, UnitCartesian, double, double, TerrainProvider) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the location of the first intersection with terrain from the provided location along the indicated direction.
- computeTerrainIntersection(Cartesian, Cartographic, UnitCartesian, double, double, TerrainProvider, double, double) - Static method in class agi.foundation.terrain.TerrainAlongLine
-
Computes the location of the first intersection with terrain from the provided location along the indicated direction.
- computeTethys(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeThreeHourApValues(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns a size eight array with each value equal to the constant ap geomagnetic index.
- computeThreeHourApValues(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Calculates the array of the eight ap geomagnetic flux values for the given day.
- computeThreeHourApValues(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Calculates the array of the eight ap geomagnetic flux values for the given day.
- computeThreeHourKpValues(JulianDate) - Method in class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Returns a size eight array with each value equal to the constant kp geomagnetic index.
- computeThreeHourKpValues(JulianDate) - Method in class agi.foundation.celestial.CssiSolarGeophysicalData
-
Calculates the array of the eight ap geomagnetic flux values for the given day.
- computeThreeHourKpValues(JulianDate) - Method in class agi.foundation.celestial.SolarGeophysicalData
-
Calculates the array of the eight ap geomagnetic flux values for the given day.
- computeThreshold() - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
- computeTimeOfFlight(double, double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Calculates the time of flight between two true anomalies.
- computeTitan(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeTitania(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeTotalPower() - Method in class agi.foundation.communications.SignalCollection
-
Computes the total sum of the power of the individual signals.
- computeTransformation(Cartesian, Cartesian) - Static method in class agi.foundation.geometry.AxesAlignedConstrained
-
Given a principal and reference vector expressed in the same set of axes, computes a transformation that
will take a vector expressed in that set of axes and expresses it in the aligned-constrained axes.
- computeTransformation(Cartesian, AxisIndicator, Cartesian, AxisIndicator) - Static method in class agi.foundation.geometry.AxesAlignedConstrained
-
Given a principal and reference vector expressed in the same set of axes, computes a transformation that
will take a vector expressed in that set of axes and expresses it in the aligned-constrained axes.
- computeTransformation(Motion1<Cartesian>, Motion1<Cartesian>, int) - Static method in class agi.foundation.geometry.AxesAlignedConstrained
-
Given a principal and reference vector expressed in the same set of axes, computes a transformation that
will take a vector expressed in that set of axes and expresses it in the aligned-constrained axes.
- computeTransformation(Motion2<UnitCartesian, Cartesian>, Motion2<UnitCartesian, Cartesian>, int) - Static method in class agi.foundation.geometry.AxesAlignedConstrained
-
Given a principal and reference vector expressed in the same set of axes, computes a transformation that
will take a vector expressed in that set of axes and expresses it in the aligned-constrained axes.
- computeTransformation(Motion1<Cartesian>, AxisIndicator, Motion1<Cartesian>, AxisIndicator, int) - Static method in class agi.foundation.geometry.AxesAlignedConstrained
-
Given a principal and reference vector expressed in the same set of axes, computes a transformation that
will take a vector expressed in that set of axes and expresses it in the aligned-constrained axes.
- computeTransformation(Motion2<UnitCartesian, Cartesian>, AxisIndicator, Motion2<UnitCartesian, Cartesian>, AxisIndicator, int) - Static method in class agi.foundation.geometry.AxesAlignedConstrained
-
Given a principal and reference vector expressed in the same set of axes, computes a transformation that
will take a vector expressed in that set of axes and expresses it in the aligned-constrained axes.
- computeTriton(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeTrueAnomaly() - Method in class agi.foundation.coordinates.KozaiIzsakMeanElements
-
Computes the mean true anomaly.
- computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeUranus(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeUt1MinusUtc(JulianDate) - Method in class agi.foundation.celestial.EarthOrientationParameters
-
Returns the difference UT1 - UTC for the given date by interpolating this EOP data.
- ComputeValueFromState<T> - Class in agi.foundation.geometry
-
- ComputeValueFromState() - Constructor for class agi.foundation.geometry.ComputeValueFromState
-
Creates a new instance of this delegate.
- ComputeValueFromState(Object, String, Class<?>...) - Constructor for class agi.foundation.geometry.ComputeValueFromState
-
Initializes a delegate that will invoke an instance method on a class instance.
- ComputeValueFromState(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.geometry.ComputeValueFromState
-
Initializes a delegate that will invoke a static method on a class.
- ComputeValueFromState.Function<T> - Interface in agi.foundation.geometry
-
A functional interface for the containing delegate type.
- computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2000Orientation
-
- computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2006Orientation
-
- computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2009Orientation
-
- computeVenus(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- computeVesta(JulianDate) - Static method in class agi.foundation.celestial.DawnCeresVestaOrientation
-
- computeVesta(JulianDate) - Static method in class agi.foundation.celestial.Iau2015Orientation
-
- ConditionCheckCallback - Class in agi.foundation.stoppingconditions
-
The
delegate
type that is used by the
DelegateStoppingCondition
to compute the value used
in determining if propagation should stop.
- ConditionCheckCallback() - Constructor for class agi.foundation.stoppingconditions.ConditionCheckCallback
-
Creates a new instance of this delegate.
- ConditionCheckCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.ConditionCheckCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- ConditionCheckCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.ConditionCheckCallback
-
Initializes a delegate that will invoke a static method on a class.
- ConditionCheckCallback.Function - Interface in agi.foundation.stoppingconditions
-
A functional interface for the containing delegate type.
- ConeCoverageGrid - Class in agi.foundation.geometry.discrete
-
A cone grid with (0,0,0) defined as the apex of the cone.
- ConeCoverageGrid(double, double, int, int, int, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
-
- ConeCoverageGrid(double, double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
-
- ConeCoverageGrid(double, double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
-
- ConeCoverageGrid(double, double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
-
- ConeCoverageGrid(double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Initializes a cone grid with the specified parameters.
- ConeCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.ConeCoverageGrid
-
Initializes a cone grid with the specified parameters.
- ConfidenceInterval - Class in agi.foundation.navigation
-
Provides confidence interval multiplier methods.
- ConfidenceInterval() - Constructor for class agi.foundation.navigation.ConfidenceInterval
-
Create a new instance.
- ConfidenceInterval(BufferedReader) - Constructor for class agi.foundation.navigation.ConfidenceInterval
-
- ConfidenceInterval(ConfidenceInterval, CopyContext) - Constructor for class agi.foundation.navigation.ConfidenceInterval
-
Initializes a new instance as a copy of an existing instance.
- ConfidenceIntervalVariableDimension - Enum in agi.foundation.navigation
-
Signifies the dimension of a variable for the confidence interval calculation.
- ConfigurableConnection - Class in agi.foundation.routedesign.advanced
-
- ConfigurableConnection() - Constructor for class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Initializes a new instance.
- ConfigurableProfile - Class in agi.foundation.routedesign.advanced
-
A configurable profile is used by the
RoutePropagator
to ensure that the
route heights and speeds are continuous from one segment to the next.
- ConfigurableProfile() - Constructor for class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Initializes a new instance.
- ConfigurableSurfaceProcedure - Class in agi.foundation.routedesign.advanced
-
A definition for the procedure from which to configure the surface geometry between
procedures and connections.
- ConfigurableSurfaceProcedure(SurfaceProcedureConnectionDependency) - Constructor for class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Create a new instance based on the given configuration dependency
- configure(List<ConfigurableConnection>, int) - Method in class agi.foundation.routedesign.advanced.ConfigurableConnection
-
Configure this connection based on its index in the given list of all connections in the route.
- configureAntennaTargeting() - Method in class agi.foundation.communications.CommunicationSystem
-
Attempts to configure the
OrientationAxes
(
set
) of each transmitter and receiver
in the
Links
(
get
) collection.
- configureConnection(ConfigurableConnection, KindOfTangent) - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
Given a connection, configure it so that it is tangent to the surface arc.
- configureEntry(List<ConfigurableConnection>, int) - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Given the list of connections, configure the previous connection as it enters this procedure.
- configureExit(List<ConfigurableConnection>, int) - Method in class agi.foundation.routedesign.advanced.ConfigurableSurfaceProcedure
-
Given the list of connections, configure the next connection as it leaves this procedure.
- configureForMinimumEccentricity(Cartographic) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory with the minimum orbital
eccentricity.
- configureForMinimumEccentricity(Cartesian) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory with the minimum orbital
eccentricity.
- configureForMinimumEnergy(Cartographic) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory with the minimum orbital energy.
- configureForMinimumEnergy(Cartesian) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory with the minimum orbital energy.
- configureFromApogeeAltitude(Cartographic, double) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory which, at apogee,
reaches the specified altitude.
- configureFromApogeeAltitude(Cartesian, double) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory which, at apogee,
reaches the specified altitude.
- configureFromAxes(Axes, JulianDate, JulianDate, Duration, int) - Method in class agi.foundation.stk.StkAttitudeFile
-
Configures this instance with values computed by sampling an
Axes
over an interval with
a fixed step.
- configureFromAxesInterpolator(AxesInterpolator) - Method in class agi.foundation.stk.StkAttitudeFile
-
Configures the instance to represent the attitude and interpolation stored in an
AxesInterpolator
.
- configureFromDeltaV(Cartographic, double, boolean) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for a trajectory which begins with the
specified velocity in the fixed frame.
- configureFromDeltaV(Cartesian, double, boolean) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for a trajectory which begins with the
specified delta-V in the fixed frame.
- configureFromFlightDuration(Cartographic, Duration) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory with the specified flight duration.
- configureFromFlightDuration(Cartesian, Duration) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialVelocity
(
get
/
set
) and
FinalTime
(
get
/
set
) values for the trajectory with the specified flight duration.
- configureFromPoint(Point, JulianDate, JulianDate, Duration, int) - Method in class agi.foundation.stk.StkEphemerisFile
-
Configures this instance with values computed by sampling a
Point
over an interval with
a fixed step.
- configureFromPointInterpolator(PointInterpolator) - Method in class agi.foundation.stk.StkEphemerisFile
-
Configures the instance to represent the ephemeris and interpolation stored in a
PointInterpolator
.
- configureIndicesOnEvaluator(EvaluatorGroup, AircraftMotionIntegrationPoint, Motion1<int[]>) - Static method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
- configureIndicesOnEvaluator(EvaluatorGroup, AxesPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.AxesPropagationParameter
-
- configureIndicesOnEvaluator(EvaluatorGroup, DynamicMatrixPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.DynamicMatrixPropagationParameter
-
- configureIndicesOnEvaluator(EvaluatorGroup, PointPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.PointPropagationParameter
-
- configureIndicesOnEvaluator(EvaluatorGroup, VectorPropagationParameter, Motion1<int[]>) - Static method in class agi.foundation.geometry.VectorPropagationParameter
-
- configureInitialPositionFromCartographic(Cartographic) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialPosition
(
get
/
set
) property with the position in the inertial frame which corresponds to
the given position in the fixed frame at
InitialTime
(
get
/
set
).
- configureInitialPositionFromFixedCartesian(Cartesian) - Method in class agi.foundation.propagators.BallisticPropagator
-
Populates the
InitialPosition
(
get
/
set
) property with the position in the inertial frame which corresponds to
the given position in the fixed frame at
InitialTime
(
get
/
set
).
- configureInterpolation(InterpolationAlgorithm, int) - Method in class agi.foundation.stk.StkAttitudeFile
-
Configures the
Interpolator
(
get
/
set
) to use the specified interpolation algorithm
and polynomial degree.
- configureInterpolation(InterpolationAlgorithm, int) - Method in class agi.foundation.stk.StkEphemerisFile
-
Configures the
Interpolator
(
get
/
set
) to use the specified interpolation algorithm
and polynomial degree.
- configureMainLobeGainAndBeamwidth(double, double) - Method in class agi.foundation.communications.antennas.PencilBeamGainPattern
-
Helper function for configuring the side lobe gain for a given main lobe gain and desired beamwidth.
- configureProfileAsConnection(ConfigurableProfile, ConfigurableProfile, ITrackCalculationProgress) - Method in interface agi.foundation.routedesign.advanced.IConfigurableProfileConnection
-
Configures this profile for use as a connection between two other profiles.
- configureProfiles(ConfigurableProfile, ConfigurableProfile, ITrackCalculationProgress) - Method in class agi.foundation.routedesign.advanced.ConfigurableProfile
-
Configure this profile in relation to the previous and next profile to make sure than
they each connect continuously.
- configureProfiles(ConfigurableProfile, ConfigurableProfile, ITrackCalculationProgress) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile.StaticConfigurableProfile
-
Configure this profile in relation to the previous and next profile to make sure than
they each connect continuously.
- ConfigureRequest() - Constructor for class agi.foundation.graphics.NetworkContext.ConfigureRequest
-
Creates a new instance of this delegate.
- ConfigureRequest(Object, String, Class<?>...) - Constructor for class agi.foundation.graphics.NetworkContext.ConfigureRequest
-
Initializes a delegate that will invoke an instance method on a class instance.
- ConfigureRequest(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.graphics.NetworkContext.ConfigureRequest
-
Initializes a delegate that will invoke a static method on a class.
- configureToUseAllLogicalProcessors() - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
-
Configures the threading policy so that parallelizable operations use one thread for each
logical processor on the system.
- configureToUseCurrentThreadOnly() - Static method in class agi.foundation.infrastructure.threading.ThreadingPolicy
-
Configures the threading policy so that parallelizable operations are executed using only
the thread that invoked them.
- conjugate(Complex) - Static method in class agi.foundation.coordinates.Complex
-
Computes the conjugate for a complex number and returns the result.
- conjugate() - Method in class agi.foundation.coordinates.Quaternion
-
Forms the conjugate of this instance, yielding a new
Quaternion
.
- conjugate() - Method in class agi.foundation.coordinates.UnitQuaternion
-
Forms the conjugate of this instance.
- ConnectionConfigurationResult - Class in agi.foundation.routedesign.advanced
-
- ConnectionConfigurationResult(RouteProcedure, RouteProcedure, ProfileConfigurationResult) - Constructor for class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Create a new instance based on the configuration results for the given connection.
- ConnectionConfigurationResult(ConnectionConfigurationResult, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Initializes a new instance as a copy of an existing instance.
- ConnectionStrategy - Class in agi.foundation.routedesign.advanced
-
Base class for a set of connections that represent a path from one
Cartographic
point to another.
- ConnectionStrategy() - Constructor for class agi.foundation.routedesign.advanced.ConnectionStrategy
-
Initializes a new instance.
- ConstantAuthorizationProvider - Class in agi.foundation.infrastructure
-
An authorization provider which stores a constant authorization token
which will be used for all resources.
- ConstantAuthorizationProvider() - Constructor for class agi.foundation.infrastructure.ConstantAuthorizationProvider
-
Initializes a new instance.
- ConstantAuthorizationProvider(String) - Constructor for class agi.foundation.infrastructure.ConstantAuthorizationProvider
-
Initializes a new instance.
- ConstantCesiumProperty<T> - Class in agi.foundation.cesium
-
- ConstantCesiumProperty() - Constructor for class agi.foundation.cesium.ConstantCesiumProperty
-
Initializes a new instance.
- ConstantCesiumProperty(T) - Constructor for class agi.foundation.cesium.ConstantCesiumProperty
-
Initializes a new instance with a specified value.
- ConstantCovariance3By3 - Class in agi.foundation.geometry
-
Represents position covariance with standard deviations which remain constant in the given axes.
- ConstantCovariance3By3() - Constructor for class agi.foundation.geometry.ConstantCovariance3By3
-
Initializes a new instance.
- ConstantCovariance3By3(Cartesian, Axes) - Constructor for class agi.foundation.geometry.ConstantCovariance3By3
-
Creates a new instance from the specified constant size and the orientation axes.
- ConstantCovariance3By3(ConstantCovariance3By3, CopyContext) - Constructor for class agi.foundation.geometry.ConstantCovariance3By3
-
Initializes a new instance as a copy of an existing instance.
- ConstantCrossSectionScatteringCoefficient - Class in agi.foundation.communications
-
- ConstantCrossSectionScatteringCoefficient() - Constructor for class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Initializes a new instance.
- ConstantCrossSectionScatteringCoefficient(double) - Constructor for class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Initializes a new instance.
- ConstantCrossSectionScatteringCoefficient(ConstantCrossSectionScatteringCoefficient, CopyContext) - Constructor for class agi.foundation.communications.ConstantCrossSectionScatteringCoefficient
-
Initializes a new instance as a copy of an existing instance.
- ConstantDisplayCondition - Class in agi.foundation.graphics
-
A display condition that evaluates to a user-defined value.
- ConstantDisplayCondition() - Constructor for class agi.foundation.graphics.ConstantDisplayCondition
-
Initializes a default constant display condition.
- ConstantDisplayCondition(boolean) - Constructor for class agi.foundation.graphics.ConstantDisplayCondition
-
Initializes a constant display condition with the value the display condition
evaluates to.
- ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator - Class in agi.foundation.radar
-
A fixed number of pulses integrator which computes the integrated signal-to-noise ratio based on a constant
efficiency.
- ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator() - Constructor for class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Initializes a new instance.
- ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(double) - Constructor for class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Initializes a new instance.
- ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(int) - Constructor for class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Initializes a new instance.
- ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(double, int) - Constructor for class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Initializes a new instance.
- ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator(ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator, CopyContext) - Constructor for class agi.foundation.radar.ConstantEfficiencyFixedNumberOfPulsesWaveformIntegrator
-
Initializes a new instance as a copy of an existing instance.
- ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator - Class in agi.foundation.radar
-
A goal signal-to-noise ratio integrator which computes the integrated number of pulses and integrated signal-to-noise
ratio based on a constant efficiency.
- ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator() - Constructor for class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Initializes a new instance.
- ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator(double, double) - Constructor for class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Initializes a new instance.
- ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator(ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator, CopyContext) - Constructor for class agi.foundation.radar.ConstantEfficiencyGoalSignalToNoiseRatioWaveformIntegrator
-
Initializes a new instance as a copy of an existing instance.
- ConstantEvaluator<T> - Class in agi.foundation
-
An
Evaluator
which always returns the same value.
- ConstantEvaluator(EvaluatorGroup, T) - Constructor for class agi.foundation.ConstantEvaluator
-
Initializes a new instance.
- ConstantForce - Class in agi.foundation.celestial
-
Represents a constant force.
- ConstantForce() - Constructor for class agi.foundation.celestial.ConstantForce
-
Initializes a new instance.
- ConstantForce(Axes, Cartesian) - Constructor for class agi.foundation.celestial.ConstantForce
-
Initializes a new instance of the class.
- ConstantForce(ConstantForce, CopyContext) - Constructor for class agi.foundation.celestial.ConstantForce
-
Initializes a new instance as a copy of an existing instance.
- ConstantFrequencyMixer - Class in agi.foundation.communications.signalprocessing
-
A signal processor which increases or decreases the frequency of the incoming signals by a constant offset.
- ConstantFrequencyMixer() - Constructor for class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Initializes a new instance.
- ConstantFrequencyMixer(SignalProcessor, double, double) - Constructor for class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Initializes a new instance from the given signal input, additive frequency, and noise temperature.
- ConstantFrequencyMixer(ConstantFrequencyMixer, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Initializes a new instance as a copy of an existing instance.
- ConstantGainAmplifier - Class in agi.foundation.communications.signalprocessing
-
A signal processor which applies a gain to its input.
- ConstantGainAmplifier() - Constructor for class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Initializes a new instance.
- ConstantGainAmplifier(SignalProcessor, double) - Constructor for class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Initializes a new instance from the given signal input, amplification gain, and noise temperature.
- ConstantGainAmplifier(SignalProcessor, double, double, double) - Constructor for class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Initializes a new instance from the given signal input, amplification gain, noise factor, and reference temperature.
- ConstantGainAmplifier(ConstantGainAmplifier, CopyContext) - Constructor for class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Initializes a new instance as a copy of an existing instance.
- ConstantGpsReceiverNoiseModel - Class in agi.foundation.navigation
-
Reports a constant value for the total noise in any GPS receiver when receiving
a signal from any GPS satellite.
- ConstantGpsReceiverNoiseModel(double) - Constructor for class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Initializes a new instance.
- ConstantGpsReceiverNoiseModel(ConstantGpsReceiverNoiseModel, CopyContext) - Constructor for class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Initializes a new instance as a copy of an existing instance.
- ConstantGraphicsParameter<T> - Class in agi.foundation.platforms
-
- ConstantGraphicsParameter() - Constructor for class agi.foundation.platforms.ConstantGraphicsParameter
-
Initializes a new instance.
- ConstantGraphicsParameter(T) - Constructor for class agi.foundation.platforms.ConstantGraphicsParameter
-
Initializes a new instance with the specified value.
- ConstantGraphicsParameter(ConstantGraphicsParameter<T>, CopyContext) - Constructor for class agi.foundation.platforms.ConstantGraphicsParameter
-
Initializes a new instance as a copy of an existing instance.
- ConstantHeightProfile - Class in agi.foundation.routedesign
-
A profile that simply represents a constant height and constant speed with respect to the
reference surface of the corresponding
surface path
.
- ConstantHeightProfile() - Constructor for class agi.foundation.routedesign.ConstantHeightProfile
-
Create a new instance.
- ConstantHeightProfile(double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.ConstantHeightProfile
-
Create a new instance with the given speed and height.
- ConstantHeightProfile(double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.ConstantHeightProfile
-
Create a new instance with the given speed and height.
- ConstantHeightProfile(double, double, double, double, RouteHeightReference) - Constructor for class agi.foundation.routedesign.ConstantHeightProfile
-
Create a new instance with the given speed and height.
- ConstantHeightProfile(double, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.ConstantHeightProfile
-
Create a new instance with the given speed and height.
- ConstantHeightSegment - Class in agi.foundation.routedesign.advanced
-
A profile defining geometry for a constant height above the reference surface.
- ConstantHeightSegment(SurfaceSegment, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Create a new instance based on the given surface path, speed, and height.
- ConstantHeightSegment(SurfaceSegment, double, double, double, TerrainProvider) - Constructor for class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Create a new instance based on the given surface path, speed, and height.
- ConstantHeightSegment(ConstantHeightSegment, CopyContext) - Constructor for class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Initializes a new instance as a copy of an existing instance.
- ConstantParameterizedEvaluator1<TParameter1,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and one additional parameter
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator1(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Initializes a new instance.
- ConstantParameterizedEvaluator2<TParameter1,TParameter2,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and two additional parameters
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator2(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Initializes a new instance.
- ConstantParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and three additional parameters
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator3(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Initializes a new instance.
- ConstantParameterizedEvaluator4<TParameter1,TParameter2,TParameter3,TParameter4,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and four additional parameters
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator4(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Initializes a new instance.
- ConstantParameterizedEvaluator5<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and five additional parameters
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator5(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Initializes a new instance.
- ConstantParameterizedEvaluator6<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and six additional parameters
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator6(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Initializes a new instance.
- ConstantParameterizedEvaluator7<TParameter1,TParameter2,TParameter3,TParameter4,TParameter5,TParameter6,TParameter7,TResult> - Class in agi.foundation.infrastructure
-
An evaluator that takes a
JulianDate
and seven additional parameters
and produces a constant return value of a given type, ignoring all parameters.
- ConstantParameterizedEvaluator7(EvaluatorGroup, TResult) - Constructor for class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Initializes a new instance.
- ConstantPolarizationSource - Class in agi.foundation.communications
-
A polarization source which returns a constant polarization over time, regardless of the link geometry.
- ConstantPolarizationSource() - Constructor for class agi.foundation.communications.ConstantPolarizationSource
-
Initializes a new instance.
- ConstantPolarizationSource(Polarization) - Constructor for class agi.foundation.communications.ConstantPolarizationSource
-
Initializes a new instance with a given polarization.
- ConstantPolarizationSource(ConstantPolarizationSource, CopyContext) - Constructor for class agi.foundation.communications.ConstantPolarizationSource
-
Initializes a new instance as a copy of an existing instance.
- Constants - Class in agi.foundation
-
A collection of constants.
- ConstantSolarGeophysicalData - Class in agi.foundation.celestial
-
Represents the solar radiation and geomagnetic flux indices as constant values.
- ConstantSolarGeophysicalData() - Constructor for class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Initializes an instance of
ConstantSolarGeophysicalData
using the typical values of 150.0 for the F10.7 cm solar radio flux and
3.0 for the kp magnetic flux.
- ConstantSolarGeophysicalData(double, double) - Constructor for class agi.foundation.celestial.ConstantSolarGeophysicalData
-
- ConstantSolarGeophysicalData(double, double, double) - Constructor for class agi.foundation.celestial.ConstantSolarGeophysicalData
-
- ConstantSolarGeophysicalData(ConstantSolarGeophysicalData, CopyContext) - Constructor for class agi.foundation.celestial.ConstantSolarGeophysicalData
-
Initializes a new instance as a copy of an existing instance.
- ConstantStateStoppablePropagator - Class in agi.foundation.propagators
-
- ConstantStateStoppablePropagator() - Constructor for class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Initialize a new instance.
- ConstantStateStoppablePropagator(Duration) - Constructor for class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Initialize a new instance.
- ConstantStateStoppablePropagator(ConstantStateStoppablePropagator, CopyContext) - Constructor for class agi.foundation.propagators.ConstantStateStoppablePropagator
-
Initializes a new instance as a copy of an existing instance.
- ConstantTorque - Class in agi.foundation.celestial
-
Represents a constant torque.
- ConstantTorque() - Constructor for class agi.foundation.celestial.ConstantTorque
-
Initializes a new instance.
- ConstantTorque(Axes, Cartesian) - Constructor for class agi.foundation.celestial.ConstantTorque
-
Initializes a new instance of the class.
- ConstantTorque(ConstantTorque, CopyContext) - Constructor for class agi.foundation.celestial.ConstantTorque
-
Initializes a new instance as a copy of an existing instance.
- ConstantValueDefinition<T> - Class in agi.foundation.infrastructure
-
Defines a constant value used in a broader computation.
- ConstantValueDefinition() - Constructor for class agi.foundation.infrastructure.ConstantValueDefinition
-
Initializes a new instance.
- ConstantValueDefinition(T) - Constructor for class agi.foundation.infrastructure.ConstantValueDefinition
-
Initializes a new instance.
- ConstantValueDefinition(ConstantValueDefinition<T>, CopyContext) - Constructor for class agi.foundation.infrastructure.ConstantValueDefinition
-
Initializes a new instance as a copy of an existing instance.
- ConstantWindModel - Class in agi.foundation.celestial
-
Represents a constant wind speed and direction.
- ConstantWindModel() - Constructor for class agi.foundation.celestial.ConstantWindModel
-
Initializes a new instance with a default central body of Earth and no wind.
- ConstantWindModel(double, double, double) - Constructor for class agi.foundation.celestial.ConstantWindModel
-
Initializes a new instance with a default central body of Earth and the specified parameters.
- ConstantWindModel(double, double, double, CentralBody) - Constructor for class agi.foundation.celestial.ConstantWindModel
-
Initializes a new instance with the specified parameters.
- ConstantWindModel(ConstantWindModel, CopyContext) - Constructor for class agi.foundation.celestial.ConstantWindModel
-
Initializes a new instance as a copy of an existing instance.
- constrain(TimeInterval) - Method in class agi.foundation.cesium.advanced.CesiumGeneratorContext
-
Return a new instance that has
RequestedInterval
(
get
) intersected with the given interval.
- ConstrainedUpAxis - Enum in agi.foundation.graphics.advanced
-
When setting the
Camera's
Axes
(
get
), this
defines which axis of the axes is up in screen space, where up is from the bottom
to the top of the screen.
- constrainIntervals(TimeIntervalCollection1<Integer>) - Method in class agi.foundation.coverage.CoverageFilter
-
Constrains a set of time intervals based on the number of assets indicated by the data of the interval collection.
- ConstraintQueryBuilder - Class in agi.foundation.access
-
This type is used to build an
AccessQuery
from a single constraint by assembling all
of the individual functions that make up the constraint.
- ConstraintQueryBuilder() - Constructor for class agi.foundation.access.ConstraintQueryBuilder
-
Initializes a new instance.
- ConstraintSatisfiedCallback - Class in agi.foundation.stoppingconditions
-
- ConstraintSatisfiedCallback() - Constructor for class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
-
Creates a new instance of this delegate.
- ConstraintSatisfiedCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- ConstraintSatisfiedCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.stoppingconditions.ConstraintSatisfiedCallback
-
Initializes a delegate that will invoke a static method on a class.
- ConstraintSatisfiedCallback.Function - Interface in agi.foundation.stoppingconditions
-
A functional interface for the containing delegate type.
- constructConstantVelocityWaypointPropagator(CentralBody, List<JulianDate>, List<Cartographic>) - Static method in class agi.foundation.propagators.WaypointPropagator
-
Creates a waypoint propagator from a list of times and locations.
- constructDateMotionCollectionFromMatrix3By3Collection(DateMotionCollection1<Matrix3By3>) - Static method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
- constructDateMotionCollectionFromMatrixCollection(DateMotionCollection1<Matrix>) - Static method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
- constructInstance(LinkPath) - Static method in class agi.foundation.communications.PointScattererLinkPath
-
Constructs a new instance from a
LinkPath
.
- constructOrthogonalPolarization(Polarization) - Static method in class agi.foundation.communications.Polarization
-
Constructs an instance of polarization which is orthogonal to the supplied source polarization.
- contains(IServiceProvider) - Method in class agi.foundation.access.LinkGraph
-
Determines whether the given link is in the graph.
- contains(Object) - Method in class agi.foundation.communications.SignalCollection
-
Search to determine whether the given signal is an element of the composite signal.
- contains(TypeLiteral<T>) - Method in class agi.foundation.communications.SignalDataCollection
-
Determines whether this collection contains data of the specified type.
- contains(Object) - Method in class agi.foundation.compatibility.BaseCollection
-
- contains(FileAccess) - Method in class agi.foundation.compatibility.FileAccess
-
Determines whether the specified value is present in the current set.
- contains(FontStyle) - Method in class agi.foundation.compatibility.FontStyle
-
Determines whether the specified value is present in the current set.
- contains(MouseButtons) - Method in class agi.foundation.compatibility.MouseButtons
-
Determines whether the specified value is present in the current set.
- contains(CylinderFill) - Method in class agi.foundation.geometry.discrete.CylinderFill
-
Determines whether the specified value is present in the current set.
- contains(RenderPass) - Method in class agi.foundation.graphics.advanced.RenderPass
-
Determines whether the specified value is present in the current set.
- contains(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
Determines whether the collection contains a specific overlay.
- contains(Primitive) - Method in class agi.foundation.graphics.CompositePrimitive
-
Determines whether the composite contains a primitive.
- contains(Object) - Method in class agi.foundation.graphics.ImageCollection
-
- contains(URI) - Method in class agi.foundation.graphics.ImageCollection
-
- contains(String) - Method in class agi.foundation.graphics.ImageCollection
-
- contains(RasterFilter) - Method in class agi.foundation.graphics.imaging.SequenceFilter
-
Returns true if the sequence contains the filter.
- contains(String) - Method in class agi.foundation.graphics.ModelArticulation
-
- contains(String) - Method in class agi.foundation.graphics.ModelArticulationCollection
-
- contains(Primitive) - Method in class agi.foundation.graphics.OrderedCompositePrimitive
-
Determines whether the composite contains a primitive.
- contains(Primitive) - Method in class agi.foundation.graphics.PrimitiveManager
-
Determines whether the manager contains a primitive.
- contains(Object) - Method in class agi.foundation.graphics.TerrainCollection
-
- contains(URI) - Method in class agi.foundation.graphics.TerrainCollection
-
- contains(String) - Method in class agi.foundation.graphics.TerrainCollection
-
Checks the presence of a
TerrainOverlay
with the specified Uri in the collection.
- contains(ParameterAction) - Method in class agi.foundation.infrastructure.ParameterAction
-
Determines whether the specified value is present in the current set.
- contains(int) - Method in class agi.foundation.navigation.advanced.CommunicationAccessQueryCollection
-
- contains(int) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
- contains(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalarsCollection
-
- contains(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.GpsSignalGeneratorCollection
-
Determines whether the collection contains a
GpsSignalGenerator
with the
specified
signalType
.
- contains(StepSizeInformation) - Method in class agi.foundation.numericalmethods.StepSizeInformation
-
Determines whether the specified value is present in the current set.
- contains(Object) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
- contains(ElevationMask) - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
Determine whether the requested item is in this azimuth elevation mask.
- contains(GTOPO30Options) - Method in class agi.foundation.terrain.GTOPO30Options
-
Determines whether the specified value is present in the current set.
- contains(int, int) - Method in class agi.foundation.terrain.QuantizedMeshTileRange
-
Determines if this tile range contains the given X and Y coordinate values.
- contains(JulianDate) - Method in class agi.foundation.time.TimeInterval
-
Determines if the interval contains a specified date.
- contains(JulianDate) - Method in class agi.foundation.time.TimeInterval1
-
Determines if the interval contains a specified date.
- contains(JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection
-
Determines if the collection contains a specified date.
- contains(Object) - Method in class agi.foundation.time.TimeIntervalCollection
-
Determines if this collection contains all of a specified interval.
- contains(JulianDate) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Determines if the collection contains a specified date.
- contains(Object) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Determines if this collection contains all of a specified interval.
- containsAdapter(String) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
- containsAll(Collection<?>) - Method in class agi.foundation.communications.SignalCollection
-
- containsAll(Collection<?>) - Method in class agi.foundation.compatibility.BaseCollection
-
- containsAll(Collection<?>) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
- containsAll(Collection<?>) - Method in class agi.foundation.graphics.ImageCollection
-
- containsAll(Collection<?>) - Method in class agi.foundation.graphics.TerrainCollection
-
- containsAll(Collection<?>) - Method in class agi.foundation.terrain.CompositeTerrainProvider
-
- containsAll(Collection<?>) - Method in class agi.foundation.time.TimeIntervalCollection
-
- containsAll(Collection<?>) - Method in class agi.foundation.time.TimeIntervalCollection1
-
- containsByType(Class<?>) - Method in class agi.foundation.communications.SignalDataCollection
-
Determines whether this collection contains data of the specified type.
- containsDataByType(TypeLiteral<T>) - Method in class agi.foundation.communications.Signal
-
Gets a value indicating whether this signal contains data of the specified type.
- containsDataByType(Class<?>) - Method in class agi.foundation.communications.Signal
-
Gets a value indicating whether this signal contains data of the specified type.
- containsElement(String) - Method in class agi.foundation.geometry.GeometryDynamicState
-
Checks to see if the specified element is contained in this definition.
- containsElement(String) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
- containsKey(TKey) - Method in class agi.foundation.infrastructure.threading.PersistentDictionary
-
Determines if a specified key exists in the dictionary.
- containsLinkOrNode(IServiceProvider) - Method in class agi.foundation.communications.SignalPropagationGraph
-
Searches the graph for the given link or node and returns true if the object
exists in the graph.
- containsPriority(NavigationSignalPriority) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
- containsSatelliteID(int) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannelCollection
-
- containsSegmentConfiguration(SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Checks to see if the segment
has a configuration stored in this configuration.
- containsSegmentConfiguration(String) - Method in class agi.foundation.segmentpropagation.SegmentListConfiguration
-
Checks to see if a segment configuration with the segmentName
exists in this configuration.
- containsSignalType(NavigationSignalType) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
- containsTrackingType(NavigationSignalTrackingType) - Method in class agi.foundation.navigation.advanced.NavigationSignalCollection
-
- containsUri(String) - Method in class agi.foundation.cesium.advanced.CachingCesiumUriResolver
-
Checks whether the cache already contains a resolved URI for the given URI.
- ContinuousCoverageDefinition - Class in agi.foundation.coverage
-
A type of coverage definition that provides a convenient way to organize and initialize a coverage calculation, which computes access calculations over a set of grid points.
- ContinuousCoverageDefinition() - Constructor for class agi.foundation.coverage.ContinuousCoverageDefinition
-
Initializes a new instance.
- ContinuousCoverageDefinition(ContinuousCoverageDefinition, CopyContext) - Constructor for class agi.foundation.coverage.ContinuousCoverageDefinition
-
Initializes a new instance as a copy of an existing instance.
- ContinuousThrustForceModel - Class in agi.foundation.celestial
-
Represents a force generated by continuous thrust.
- ContinuousThrustForceModel() - Constructor for class agi.foundation.celestial.ContinuousThrustForceModel
-
Initialize a new instance.
- ContinuousThrustForceModel(Vector, Axes) - Constructor for class agi.foundation.celestial.ContinuousThrustForceModel
-
Initialize a new instance.
- ContinuousThrustForceModel(Vector, Axes, boolean) - Constructor for class agi.foundation.celestial.ContinuousThrustForceModel
-
Initialize a new instance.
- ContrastFilter - Class in agi.foundation.graphics.imaging
-
Adjusts the contrast of the source raster.
- ContrastFilter() - Constructor for class agi.foundation.graphics.imaging.ContrastFilter
-
Initializes a new instance.
- ContrastFilter(double) - Constructor for class agi.foundation.graphics.imaging.ContrastFilter
-
Initializes a new instance with the Adjustment
to contrast.
- controlToOverlay(double, double) - Method in class agi.foundation.graphics.Overlay
-
Transforms a given position, specified relative to the overall
Insight3D
control, into coordinates relative to this overlay.
- convergenceCheck(OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer
-
Determines whether the optimizer converged or not.
- convergenceCheck(OptimizerMultivariableFunctionResults, OptimizerMultivariableFunctionResults) - Method in class agi.foundation.numericalmethods.SequentialQuadraticProgrammingOptimizer
-
Determines whether the optimizer converged or not.
- ConvergenceChecker() - Constructor for class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
-
Creates a new instance of this delegate.
- ConvergenceChecker(Object, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
-
Initializes a delegate that will invoke an instance method on a class instance.
- ConvergenceChecker(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.numericalmethods.ActiveSetSequentialQuadraticProgrammingOptimizer.ConvergenceChecker
-
Initializes a delegate that will invoke a static method on a class.
- ConvergenceCriteria - Enum in agi.foundation.numericalmethods.advanced
-
Specifies the criteria to be used in determining convergence.
- convert(TFormatType, TFormatType, T) - Method in class agi.foundation.infrastructure.FormatConverter
-
Converts the specified instance from one format to another.
- convert(JulianDate, TimeStandard) - Static method in class agi.foundation.time.TimeStandardConverter
-
- convertAxes(EarthCentralBody, Axes, String) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Converts an
Axes
such that an ITRF transformation is applied when it is evaluated.
- convertAxes(EarthCentralBody, Axes, String, ArrayList<InternationalTerrestrialReferenceFrameTransformer>) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Converts an
Axes
such that an ITRF transformation is applied when it is evaluated.
- convertAxes(Axes, Axes) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Converts an
Axes
such that the ITRF transformation is applied when it is evaluated.
- convertData(Converter<T, TNew>) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Converts this collection to a different kind of data without changing the intervals.
- convertEccentricAnomalyToMeanAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Tries to convert the eccentric anomaly to the mean anomaly.
- convertEccentricAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the eccentric anomaly to the time of flight from the corresponding periapsis passage in seconds.
- convertEccentricAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the eccentric anomaly to the true anomaly.
- Converter<TInput,TOutput> - Class in agi.foundation.compatibility
-
Represents a method that converts an object from one type to another type.
- Converter() - Constructor for class agi.foundation.compatibility.Converter
-
Creates a new instance of this delegate.
- Converter(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Converter
-
Initializes a delegate that will invoke an instance method on a class instance.
- Converter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.Converter
-
Initializes a delegate that will invoke a static method on a class.
- Converter.Function<TInput,TOutput> - Interface in agi.foundation.compatibility
-
A functional interface for the containing delegate type.
- convertFromStkAttitudeConvention(DateMotionCollection2<UnitQuaternion, Cartesian>) - Static method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Converts raw attitude data from the STK Desktop convention used by
AttitudeData
(
get
/
set
)
to use the DME Component Libraries convention for representing attitude, which expresses the derivatives
in the body frame instead of the frame in which the body is defined.
- convertHorizontalAirspeedRateToHorizontalGroundSpeedRate(double, double, double, double, double, Cartesian, double, double) - Static method in class agi.foundation.aircraftpropagation.Maneuver
-
Converts the rate of change of horizontal airspeed to rate of change of horizontal ground speed.
- convertHyperbolicAnomalyToMeanAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the hyperbolic anomaly to the mean anomaly.
- convertHyperbolicAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the hyperbolic anomaly to the time of flight from the corresponding periapsis passage in seconds.
- convertHyperbolicAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the hyperbolic anomaly to the true anomaly.
- convertMeanAnomalyToEccentricAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the mean anomaly to the eccentric anomaly.
- convertMeanAnomalyToHyperbolicAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Tries to convert the mean anomaly to the hyperbolic anomaly.
- convertMeanAnomalyToParabolicAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the mean anomaly to the parabolic anomaly.
- convertMeanAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the mean anomaly to the time of flight from the corresponding periapsis passage in seconds.
- convertMeanAnomalyToTimeSincePreviousPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the mean anomaly to the time of flight since the previous periapsis passage in seconds.
- convertMeanAnomalyToTimeUntilNextPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the mean anomaly to the time of flight until the next periapsis passage in seconds.
- convertMeanAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the mean anomaly to the true anomaly.
- convertMotion(Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.AzimuthElevationRange
-
Construct a Motion<Cartesian> which represents the motion
expressed with
AzimuthElevationRange
values and derivatives.
- convertMotion(Motion1<LongitudeLatitudeRadius>, int) - Static method in class agi.foundation.coordinates.Cartesian
-
- convertMotion(Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
- convertMotion(Motion1<Cartesian>, int) - Static method in class agi.foundation.coordinates.UnitCartesian
-
Converts the motion given in terms of a set of
Cartesian
coordinates to motion
of the corresponding set of
UnitCartesian
coordinates.
- convertMovingAtmosphereRatesToStaticAtmosphereRates(double, double, double, double, double, double, double, double, Cartesian, AzimuthHorizontalVertical) - Static method in class agi.foundation.aircraftpropagation.Maneuver
-
Converts the rates with respect to the moving atmosphere to rates with respect to the static atmosphere.
- convertParabolicAnomalyToMeanAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the parabolic anomaly to the mean anomaly.
- convertParabolicAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the parabolic anomaly to the time of flight from the corresponding periapsis passage in seconds.
- convertParabolicAnomalyToTrueAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the parabolic anomaly to the true anomaly.
- convertPoint(EarthCentralBody, Point, String) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Converts a
Point
such that an ITRF transformation is applied when it is evaluated.
- convertPoint(EarthCentralBody, Point, String, ArrayList<InternationalTerrestrialReferenceFrameTransformer>) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Converts a
Point
such that an ITRF transformation is applied when it is evaluated.
- convertPoint(ReferenceFrame, Point) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Converts a
Point
such that the ITRF transformation is applied when it is evaluated.
- convertState(double[]) - Method in class agi.foundation.aircraftpropagation.AircraftStateElementConverter
-
Convert the raw state into a
Cartesian
and its derivatives.
- convertState(double[]) - Method in class agi.foundation.propagators.advanced.AuxiliaryStateElementConverter
-
Convert the raw auxiliary state into this instance's
TypeOfOutput
(
get
)
and its derivatives.
- convertState(double[]) - Method in class agi.foundation.propagators.advanced.CartesianStateElementConverter
-
Convert the raw state into a
Cartesian
and its derivatives.
- convertState(double[]) - Method in class agi.foundation.propagators.advanced.MatrixStateElementConverter
-
Convert the raw state into a
Matrix
and its derivatives.
- convertState(double[]) - Method in class agi.foundation.propagators.advanced.PropagationStateElementConverter
-
Convert the raw state into this instance's
TypeOfOutput
(
get
)
and its derivatives.
- convertState(double[]) - Method in class agi.foundation.propagators.advanced.RotationVectorAngularVelocityStateElementConverter
-
- convertState(String, double[]) - Method in class agi.foundation.propagators.PropagationStateConverter
-
Convert a given state and auxiliary values to useful data based on the given element.
- convertTimeFromPeriapsisToEccentricAnomaly(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the time from periapsis passage to eccentric anomaly.
- convertTimeFromPeriapsisToHyperbolicAnomaly(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the time from periapsis passage to hyperbolic anomaly.
- convertTimeFromPeriapsisToMeanAnomaly(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the time from periapsis passage to mean anomaly.
- convertTimeFromPeriapsisToParabolicAnomaly(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the time from periapsis passage to parabolic anomaly.
- convertTimeFromPeriapsisToTrueAnomaly(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the time from periapsis passage to true anomaly.
- convertToGaussianConfidence(double, int, ConfidenceIntervalVariableDimension) - Method in class agi.foundation.navigation.ConfidenceInterval
-
Converts a one standard deviation value to a given confidence level using
the standard Gaussian derived multipliers, for the specified dimension.
- convertToGlobalPositioningSystemConfidence(double, int, ConfidenceIntervalVariableDimension) - Method in class agi.foundation.navigation.ConfidenceInterval
-
Converts a root mean square predicted GPS error value to a given confidence level using the GPS multipliers for a
specific prediction type and specified variable dimension.
- convertToStkAttitudeConvention(DateMotionCollection2<UnitQuaternion, Cartesian>) - Static method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Converts raw attitude data from the DME Component Libraries convention to use the STK Desktop convention
used by
AttitudeData
(
get
/
set
), which expresses the derivatives
in the body frame instead of the frame in which the body is defined.
- convertTrueAnomalyToEccentricAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the eccentric anomaly.
- convertTrueAnomalyToHyperbolicAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the hyperbolic anomaly.
- convertTrueAnomalyToMeanAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the mean anomaly.
- convertTrueAnomalyToParabolicAnomaly(double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the parabolic anomaly.
- convertTrueAnomalyToTimeFromPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the time of flight from the corresponding periapsis passage in seconds.
- convertTrueAnomalyToTimeSincePreviousPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the time of flight since the previous periapsis passage in seconds.
- convertTrueAnomalyToTimeUntilNextPeriapsis(double, double, double, double) - Static method in class agi.foundation.coordinates.OrbitalElements
-
Converts the true anomaly to the time of flight until the next periapsis passage in seconds.
- convertTrueHeadingRateToTrueCourseRate(double, double, double, double, double, double, Cartesian, double, double) - Static method in class agi.foundation.aircraftpropagation.Maneuver
-
Converts the rate of change of true heading to the rate of change of true course.
- ConvexBoundaryEllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
-
- ConvexBoundaryEllipsoidSurfaceRegionBuilder(Ellipsoid, Iterable<Cartographic>, Cartographic, boolean) - Constructor for class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Initializes a new builder.
- ConvexBoundaryEllipsoidSurfaceRegionBuilder(Ellipsoid, Iterable<Cartographic>) - Constructor for class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Initializes a new builder.
- ConvexBoundaryEllipsoidSurfaceRegionBuilder() - Constructor for class agi.foundation.geometry.ConvexBoundaryEllipsoidSurfaceRegionBuilder
-
Initializes a new builder.
- ConvolutionFilter - Class in agi.foundation.graphics.imaging
-
Applies convolution to the source raster.
- ConvolutionFilter() - Constructor for class agi.foundation.graphics.imaging.ConvolutionFilter
-
Initializes a new instance.
- ConvolutionFilter(Matrix3By3) - Constructor for class agi.foundation.graphics.imaging.ConvolutionFilter
-
Initializes a new instance with the specified Kernel
.
- ConvolutionFilter(Matrix3By3, double) - Constructor for class agi.foundation.graphics.imaging.ConvolutionFilter
-
Initializes a new instance with the specified Kernel
and Divisor
.
- ConvolutionFilter(Matrix3By3, double, double) - Constructor for class agi.foundation.graphics.imaging.ConvolutionFilter
-
Initializes a new instance with the specified Kernel
, Divisor
, and Offset
.
- copy(T) - Static method in class agi.foundation.infrastructure.CopyForAnotherThread
-
Copies an object for use in another thread.
- CopyContext - Class in agi.foundation.infrastructure
-
A context that identifies a complete copy operation.
- CopyContext() - Constructor for class agi.foundation.infrastructure.CopyContext
-
Initializes a new instance.
- CopyForAnotherThread - Class in agi.foundation.infrastructure
-
Enables copying of
IThreadAware
objects for use in another thread.
- CopyForAnotherThread() - Constructor for class agi.foundation.infrastructure.CopyForAnotherThread
-
- copyFromBitmap(BufferedImage) - Method in class agi.foundation.graphics.imaging.Raster
-
- copyFromMemory(byte[], RasterAttributes) - Method in class agi.foundation.graphics.imaging.Raster
-
Copies the given memory into the raster.
- copyFromRaster(Raster) - Method in class agi.foundation.graphics.imaging.Raster
-
Copies the data associated with the given
Raster
into this raster.
- copyTo(Signal[], int) - Method in class agi.foundation.communications.SignalCollection
-
Copy the constituent signals to the given array, starting at the given index.
- copyTo(ScreenOverlay[], int) - Method in class agi.foundation.graphics.advanced.ScreenOverlayCollectionBase
-
- copyTo(GlobeImageOverlay[], int) - Method in class agi.foundation.graphics.ImageCollection
-
- copyTo(TerrainOverlay[], int) - Method in class agi.foundation.graphics.TerrainCollection
-
- copyTo(ElevationMask[], int) - Method in class agi.foundation.terrain.DelayedTerrainAzimuthElevationMask
-
- copyTo(TimeInterval[], int) - Method in class agi.foundation.time.TimeIntervalCollection
-
Copies the intervals in this collection to an array.
- copyTo(TimeInterval1<T>[], int) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Copies the intervals in this collection to an array.
- CoreLibraryVersion - Class in agi.foundation
-
Version information for the Core library.
- correctAfterStep(PropagationStepInformation) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Calculates the last steps state corrections.
- correctAfterStep(PropagationStepInformation, PropagationStateArray) - Method in class agi.foundation.propagators.advanced.PropagationStateCorrectionEvaluator
-
Calculates the last steps state corrections, as well as the acceleration correction needed by a multistep integrator.
- cos(Complex) - Static method in class agi.foundation.coordinates.Complex
-
Calculates the cosine of the input complex value.
- CosineCircularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine circular aperture antenna gain pattern.
- CosineCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Initializes a new instance.
- CosineCircularApertureGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Create a new instance based on the given diameter, efficiency, and back lobe gain.
- CosineCircularApertureGainPattern(CosineCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineCircularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosineExponentElementFactor - Class in agi.foundation.communications.antennas
-
- CosineExponentElementFactor() - Constructor for class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Initializes a new instance.
- CosineExponentElementFactor(double, double) - Constructor for class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Initializes a new instance.
- CosineExponentElementFactor(CosineExponentElementFactor, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineExponentElementFactor
-
Initializes a new instance as a copy of an existing instance.
- CosinePedestalCircularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine pedestal circular aperture antenna gain pattern.
- CosinePedestalCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Initializes a new instance.
- CosinePedestalCircularApertureGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Create a new instance based on the given pedestal level, diameter, efficiency, and back lobe gain.
- CosinePedestalCircularApertureGainPattern(CosinePedestalCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosinePedestalCircularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosinePedestalRectangularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine pedestal rectangular aperture antenna gain pattern.
- CosinePedestalRectangularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Initializes a new instance.
- CosinePedestalRectangularApertureGainPattern(double, double, double, double, double) - Constructor for class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Create a new instance based on the given pedestal level, x and y dimensions, efficiency, and back lobe gain.
- CosinePedestalRectangularApertureGainPattern(CosinePedestalRectangularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosinePedestalRectangularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosineRectangularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine rectangular aperture antenna gain pattern.
- CosineRectangularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Initializes a new instance.
- CosineRectangularApertureGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Create a new instance based on the given x and y dimensions, efficiency, and back lobe gain.
- CosineRectangularApertureGainPattern(CosineRectangularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineRectangularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosineSquaredCircularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine squared circular aperture antenna gain pattern.
- CosineSquaredCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Initializes a new instance.
- CosineSquaredCircularApertureGainPattern(double, double, double) - Constructor for class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Create a new instance based on the given diameter, efficiency, and back lobe gain.
- CosineSquaredCircularApertureGainPattern(CosineSquaredCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineSquaredCircularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosineSquaredPedestalCircularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine squared pedestal circular aperture antenna gain pattern.
- CosineSquaredPedestalCircularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Initializes a new instance.
- CosineSquaredPedestalCircularApertureGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Create a new instance based on the given pedestal level, diameter, efficiency, and back lobe gain.
- CosineSquaredPedestalCircularApertureGainPattern(CosineSquaredPedestalCircularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineSquaredPedestalCircularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosineSquaredPedestalRectangularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine squared pedestal rectangular aperture antenna gain pattern.
- CosineSquaredPedestalRectangularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Initializes a new instance.
- CosineSquaredPedestalRectangularApertureGainPattern(double, double, double, double, double) - Constructor for class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Create a new instance based on the given pedestal level, x and y dimensions, efficiency, and back lobe gain.
- CosineSquaredPedestalRectangularApertureGainPattern(CosineSquaredPedestalRectangularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineSquaredPedestalRectangularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CosineSquaredRectangularApertureGainPattern - Class in agi.foundation.communications.antennas
-
A cosine squared rectangular aperture antenna gain pattern.
- CosineSquaredRectangularApertureGainPattern() - Constructor for class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Initializes a new instance.
- CosineSquaredRectangularApertureGainPattern(double, double, double, double) - Constructor for class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Create a new instance based on the given x and y dimensions, efficiency, and back lobe gain.
- CosineSquaredRectangularApertureGainPattern(CosineSquaredRectangularApertureGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CosineSquaredRectangularApertureGainPattern
-
Initializes a new instance as a copy of an existing instance.
- costFunctionChangeWithinTolerance(double, double) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Calculates if the absolute value of the change in the cost function between iterations is smaller
than the
Tolerance
(
get
/
set
).
- CostFunctionGoal - Enum in agi.foundation.numericalmethods
-
Specifies whether the cost function should be minimized or maximized.
- CostFunctionScaling - Class in agi.foundation.numericalmethods
-
Derived classes of this type specify the type of scaling applied to the cost function of the optimizer.
- CostFunctionScaling() - Constructor for class agi.foundation.numericalmethods.CostFunctionScaling
-
Initializes a new instance.
- CostFunctionSettings - Class in agi.foundation.numericalmethods
-
- CostFunctionSettings(CostFunctionGoal, double) - Constructor for class agi.foundation.numericalmethods.CostFunctionSettings
-
Initializes a new instance with no scaling.
- CostFunctionSettings(CostFunctionGoal, double, CostFunctionScaling) - Constructor for class agi.foundation.numericalmethods.CostFunctionSettings
-
Initializes a new instance.
- CostFunctionSettings(CostFunctionGoal, double, CostFunctionScaling, String) - Constructor for class agi.foundation.numericalmethods.CostFunctionSettings
-
Initializes a new instance.
- CostFunctionSettings(CostFunctionGoal, double, CostFunctionScaling, String, double) - Constructor for class agi.foundation.numericalmethods.CostFunctionSettings
-
Initializes a new instance.
- CostFunctionSettings(CostFunctionSettings, CopyContext) - Constructor for class agi.foundation.numericalmethods.CostFunctionSettings
-
Initializes a new instance as a copy of an existing instance.
- CouldNotCreateVideoCardResourceException - Exception in agi.foundation.graphics
-
The exception that is thrown when a video card resource cannot be created.
- CouldNotCreateVideoCardResourceException(String) - Constructor for exception agi.foundation.graphics.CouldNotCreateVideoCardResourceException
-
Initializes a new instance.
- Covariance() - Constructor for class agi.foundation.stk.StkEphemerisFile.Covariance
-
- Covariance3By3Derivative - Class in agi.foundation.coordinates
-
Holds the derivatives of the positional variance and covariance information for an object.
- Covariance3By3Derivative(Cartesian, Cartesian, int) - Constructor for class agi.foundation.coordinates.Covariance3By3Derivative
-
- Covariance3By3DynamicMatrix - Class in agi.foundation.geometry
-
- Covariance3By3DynamicMatrix() - Constructor for class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Initializes a new instance.
- Covariance3By3DynamicMatrix(DynamicCovariance3By3) - Constructor for class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Initializes a new instance.
- Covariance3By3DynamicMatrix(Covariance3By3DynamicMatrix, CopyContext) - Constructor for class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Initializes a new instance as a copy of an existing instance.
- Covariance3By3Evaluator - Class in agi.foundation.geometry
-
Evaluates the position covariance of an object over time.
- Covariance3By3Evaluator(EvaluatorGroup) - Constructor for class agi.foundation.geometry.Covariance3By3Evaluator
-
Initializes a new instance.
- Covariance3By3Evaluator(Covariance3By3Evaluator, CopyContext) - Constructor for class agi.foundation.geometry.Covariance3By3Evaluator
-
Initializes a new instance as a copy of an existing instance.
- Covariance3By3SizeAndOrientation - Class in agi.foundation.coordinates
-
Holds the positional variance and covariance information for an object.
- Covariance3By3SizeAndOrientation(Matrix3By3Symmetric) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
- Covariance3By3SizeAndOrientation(Matrix6By6) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
- Covariance3By3SizeAndOrientation(Matrix6By6Symmetric) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
- Covariance3By3SizeAndOrientation(Cartesian, UnitQuaternion) - Constructor for class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
- Covariance3By3SizeAndOrientationInterpolator - Class in agi.foundation.numericalmethods
-
- Covariance3By3SizeAndOrientationInterpolator() - Constructor for class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Initializes a new instance.
- Covariance3By3SizeAndOrientationInterpolator(DateMotionCollection2<Covariance3By3SizeAndOrientation, Covariance3By3Derivative>) - Constructor for class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Initializes a new instance.
- Covariance3By3SizeAndOrientationInterpolator(InterpolationAlgorithm, int, InterpolationAlgorithm, int, DateMotionCollection2<Covariance3By3SizeAndOrientation, Covariance3By3Derivative>) - Constructor for class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Initializes a new instance.
- Covariance3By3SizeAndOrientationInterpolator(InterpolationAlgorithm, int, InterpolationAlgorithm, int, DateMotionCollection2<Covariance3By3SizeAndOrientation, Covariance3By3Derivative>, List<JulianDate>) - Constructor for class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Initializes a new instance.
- Covariance3By3SizeAndOrientationInterpolator(Covariance3By3SizeAndOrientationInterpolator, CopyContext) - Constructor for class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Initializes a new instance as a copy of an existing instance.
- Covariance6By6TwoBodyBlender - Class in agi.foundation.numericalmethods
-
Quadratically blends nearby covariance matrices using two-body state transition matrix propagation.
- Covariance6By6TwoBodyBlender(DateMotionCollection1<Cartesian>, IDateMotionCollection1<Matrix6By6Symmetric>) - Constructor for class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Initializes a new instance.
- Covariance6By6TwoBodyBlender(DateMotionCollection1<Cartesian>, DateMotionCollection1<Matrix>) - Constructor for class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Initializes a new instance.
- Covariance6By6TwoBodyBlender(DateMotionCollection1<Cartesian>, IDateMotionCollection1<Matrix6By6Symmetric>, ReferenceFrame, Axes, ReferenceFrame, double) - Constructor for class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Initializes a new instance.
- Covariance6By6TwoBodyBlender(DateMotionCollection1<Cartesian>, DateMotionCollection1<Matrix>, ReferenceFrame, Axes, ReferenceFrame, double) - Constructor for class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Initializes a new instance.
- CovarianceReadOptions - Enum in agi.foundation.stk
-
An enumerator describing the different options for reading Covariance from an ephemeris file.
- CovarianceSeparationConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that the ends of the
ConstrainedLink
(
get
/
set
) with uncertain position have a 'worst-case' separation
above a minimum and below a maximum distance in meters.
- CovarianceSeparationConstraint() - Constructor for class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Initializes a new instance with default values.
- CovarianceSeparationConstraint(double) - Constructor for class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Initializes a new instance with the specified minimum value.
- CovarianceSeparationConstraint(IServiceProvider, double) - Constructor for class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- CovarianceSeparationConstraint(double, double) - Constructor for class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Initializes a new instance with the specified minimum value and maximum value.
- CovarianceSeparationConstraint(IServiceProvider, double, double) - Constructor for class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, minimum value,
and maximum value.
- CovarianceSeparationConstraint(CovarianceSeparationConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Initializes a new instance as a copy of an existing instance.
- CovarianceTimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.CovarianceTimePos
-
- CovarianceTimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
- CoverageData - Class in agi.foundation.coverage
-
Contains all the information generated by a coverage calculation for a single point.
- CoverageData() - Constructor for class agi.foundation.coverage.CoverageData
-
Initializes a new instance.
- CoverageData(CoverageData) - Constructor for class agi.foundation.coverage.CoverageData
-
Initializes a new instance as a copy of an existing instance.
- CoverageDefinitionOnSingleObject - Class in agi.foundation.coverage
-
This coverage definition provides a convenient way to organize and compute a coverage calculation between an object of interest
and an associated group of assets.
- CoverageDefinitionOnSingleObject() - Constructor for class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Initializes a new instance with default values.
- CoverageDefinitionOnSingleObject(IServiceProvider) - Constructor for class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Initializes a new instance with a specified coverage target.
- CoverageDefinitionOnSingleObject(CoverageDefinitionOnSingleObject, CopyContext) - Constructor for class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Initializes a new instance as a copy of an existing instance.
- CoverageFilter - Class in agi.foundation.coverage
-
Filters coverage results based on the number of available assets.
- CoverageFilter() - Constructor for class agi.foundation.coverage.CoverageFilter
-
Initializes a new instance configured to filter based on 'at least' one asset.
- CoverageFilter(CoverageFilterType, int) - Constructor for class agi.foundation.coverage.CoverageFilter
-
Initializes a new instance with a specified filter type and number of assets.
- CoverageFilterType - Enum in agi.foundation.coverage
-
Indicates whether an interval of coverage is valid based on the number of assets available.
- CoverageGaps - Class in agi.foundation.coverage.figureofmerit
-
A figure of merit which provides statistical information regarding gaps in coverage.
- CoverageGridPoint - Class in agi.foundation.geometry.discrete
-
Represents a grid point for use with the coverage system.
- CoverageGridPoint(Point, Scalar, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CoverageGridPoint
-
Creates a new instance based on the given point, weight, and reference frame.
- CoverageGridPoint(Point, Scalar, ReferenceFrame, CentralBody) - Constructor for class agi.foundation.geometry.discrete.CoverageGridPoint
-
Creates a new instance based on the given point, weight, central body, and reference frame.
- CoverageGridPoint(Point, Scalar, ICoverageGridCell, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CoverageGridPoint
-
Creates a new instance based on the given point, weight, grid cell, and reference frame.
- CoverageGridPoint(Point, Scalar, ICoverageGridCell, ReferenceFrame, CentralBody) - Constructor for class agi.foundation.geometry.discrete.CoverageGridPoint
-
Creates a new instance based on the given point, weight, grid cell, central body, and reference frame.
- CoverageGridPointCreationCallback - Class in agi.foundation.coverage
-
A delegate which defines a method for creating a service provider for use in access based on a given
coverage grid point position.
- CoverageGridPointCreationCallback() - Constructor for class agi.foundation.coverage.CoverageGridPointCreationCallback
-
Creates a new instance of this delegate.
- CoverageGridPointCreationCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.coverage.CoverageGridPointCreationCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- CoverageGridPointCreationCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.coverage.CoverageGridPointCreationCallback
-
Initializes a delegate that will invoke a static method on a class.
- CoverageGridPointCreationCallback.Function - Interface in agi.foundation.coverage
-
A functional interface for the containing delegate type.
- CoverageGridPointWithResults - Class in agi.foundation.coverage
-
Represents a coverage grid point that holds the geometrical/statistical
CoverageGridPoint
(
get
/
set
)
(the position, reference frame, weighting, optional central body, and optional grid cell),
and stores the
CoverageQueryResult
which contains the results of a coverage calculation for this grid point.
- CoverageGridPointWithResults() - Constructor for class agi.foundation.coverage.CoverageGridPointWithResults
-
Initializes a new instance.
- CoverageGridPointWithResults(CoverageGridPoint) - Constructor for class agi.foundation.coverage.CoverageGridPointWithResults
-
Creates a new instance based on the given grid point.
- CoverageGridPointWithResults(CoverageGridPoint, CoverageQueryResult) - Constructor for class agi.foundation.coverage.CoverageGridPointWithResults
-
Creates a new instance based on the given grid point and coverage result.
- CoverageQueryResult - Class in agi.foundation.coverage
-
Contains all the information generated by a coverage calculation for a single grid point.
- CoverageQueryResult(TimeIntervalCollection) - Constructor for class agi.foundation.coverage.CoverageQueryResult
-
Initializes a new instance based on the given intervals of consideration.
- CoverageQueryResult(TimeIntervalCollection, AccessQueryResult) - Constructor for class agi.foundation.coverage.CoverageQueryResult
-
Initializes a new instance based on an existing
AccessQueryResult
and a set of intervals considered in the coverage calculation producing these results.
- CoverageQueryResult(TimeIntervalCollection, CoverageFilter, List<Object>, List<AccessQueryResult>) - Constructor for class agi.foundation.coverage.CoverageQueryResult
-
Initializes a new instance based on a set of assets and their corresponding
AccessQueryResults
.
- CoverageResults - Class in agi.foundation.coverage
-
This represents the overall results of a coverage calculation over a grid.
- CoverageResults(List<CoverageGridPointWithResults>) - Constructor for class agi.foundation.coverage.CoverageResults
-
Create a new instance based on the given grid points.
- CoverageResults(Scalar, List<CoverageGridPointWithResults>) - Constructor for class agi.foundation.coverage.CoverageResults
-
Create a new instance based on the given grid points and total statistical weight.
- CoverageTime - Class in agi.foundation.coverage.figureofmerit
-
A figure of merit calculating statistics on the amount of time that coverage exists.
- CraneRainAttenuationModel - Class in agi.foundation.communications.signalpropagation
-
Crane rain attenuation propagation model implementation.
- CraneRainAttenuationModel() - Constructor for class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Initializes a new instance.
- CraneRainAttenuationModel(CraneRainAttenuationModel, CopyContext) - Constructor for class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Initializes a new instance as a copy of an existing instance.
- create(String, int, String) - Static method in class agi.foundation.navigation.advanced.GpsCommunicationsConstellation
-
Creates a GPS constellation that includes navigation signal transmitters specific to each satellite block type.
- create(SemAlmanac, String) - Static method in class agi.foundation.navigation.advanced.GpsCommunicationsConstellation
-
Create a GPS communications constellation from an almanac and a set of GPS constellation information.
- create(SemAlmanac, ArrayList<GpsSatelliteInformation>) - Static method in class agi.foundation.navigation.advanced.GpsCommunicationsConstellation
-
Create a GPS communications constellation from an almanac and a set of GPS constellation information.
- create(Class<S>) - Static method in class agi.foundation.TypeLiteral
-
Returns a type literal representing the generic super-type of class supplied as
clazz
.
- create(Object) - Static method in class agi.foundation.TypeLiteral
-
Returns a type literal representing the generic super-type of class of
object
.
- create(Type) - Static method in class agi.foundation.TypeLiteral
-
Returns a type literal representing the component type supplied via
type
.
- create(Class<S>) - Static method in class agi.foundation.TypeLiteral
-
Returns a type literal representing the generic super-type of class supplied as
clazz
.
- create(Object) - Static method in class agi.foundation.TypeLiteral
-
Returns a type literal representing the generic super-type of class of
object
.
- create(Type) - Static method in class agi.foundation.TypeLiteral
-
Returns a type literal representing the component type supplied via
type
.
- createAdapterBetweenSegments(String, SegmentDefinition, SegmentDefinition, EvaluatorGroup) - Static method in class agi.foundation.segmentpropagation.StateElementAdapterHelpers
-
- CreateAdapterCallback - Class in agi.foundation.coordinates
-
- CreateAdapterCallback() - Constructor for class agi.foundation.coordinates.CreateAdapterCallback
-
Creates a new instance of this delegate.
- CreateAdapterCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.coordinates.CreateAdapterCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- CreateAdapterCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.coordinates.CreateAdapterCallback
-
Initializes a delegate that will invoke a static method on a class.
- CreateAdapterCallback.Function - Interface in agi.foundation.coordinates
-
A functional interface for the containing delegate type.
- createAddSingleValueToScalar(Scalar, String) - Static method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
- createAxes() - Method in class agi.foundation.stk.StkAttitudeFile.Attitude
-
Creates an
Axes
whose time-varying orientation is computed by interpolating
over the attitude data held by this instance.
- createAxes() - Method in class agi.foundation.stk.StkAttitudeFile.AttitudeTimeQuaternions
-
Creates an
Axes
whose time-varying orientation is computed by interpolating
over the attitude data held by this instance.
- createAxes() - Method in class agi.foundation.stk.StkAttitudeFile
-
Creates an
Axes
whose time-varying orientation is computed by interpolating
over the attitude data held by this instance.
- createBlender(StkEphemerisFile.EphemerisTimePosVel) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Creates a two-body covariance blender from the orbit states ephemeris and the
covariance data.
- createBlender(StkEphemerisFile.EphemerisTimePosVel, ReferenceFrame, Double) - Method in class agi.foundation.stk.StkEphemerisFile.CovarianceTimePosVel
-
Creates a two-body covariance blender from the orbit states ephemeris and the
covariance data.
- CreateCalculationContextFacetCallback - Class in agi.foundation.infrastructure
-
- CreateCalculationContextFacetCallback() - Constructor for class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
-
Creates a new instance of this delegate.
- CreateCalculationContextFacetCallback(Object, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
-
Initializes a delegate that will invoke an instance method on a class instance.
- CreateCalculationContextFacetCallback(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.infrastructure.CreateCalculationContextFacetCallback
-
Initializes a delegate that will invoke a static method on a class.
- CreateCalculationContextFacetCallback.Function - Interface in agi.foundation.infrastructure
-
A functional interface for the containing delegate type.
- createCircle(CentralBody, Cartesian, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a circle triangle mesh.
- createCircle(CentralBody, Cartesian, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a circle triangle mesh with a specified granularity.
- createCircleBoundary(CentralBody, Cartesian, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createCircleBoundary(CentralBody, Cartesian, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createCircleBoundaryCartographic(CentralBody, Cartographic, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createCircleBoundaryCartographic(CentralBody, Cartographic, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createCircleCartographic(CentralBody, Cartographic, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a circle triangle mesh.
- createCircleCartographic(CentralBody, Cartographic, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a circle triangle mesh with a specified granularity.
- createCircularOrbit(JulianDate, ReferenceFrame, double, double, double, double, double, double, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit with the desired characteristics.
- createColorFromColorAndTranslucency(Color, float) - Static method in class agi.foundation.graphics.advanced.TranslucencyHelper
-
Creates a color from a given color and a given translucency.
- createCompositeIgrfCofAndWmmVector(String, String) - Static method in class agi.foundation.celestial.MagneticFieldVector
-
Create a composite magnetic field vector that follows
the recommended strategy of using IGRF coefficients for the past
and WMM for future magnetic field predictions.
- createCompositeIgrfTxtAndWmmVector(String, String) - Static method in class agi.foundation.celestial.MagneticFieldVector
-
Create a composite magnetic field vector that follows
the recommended strategy of using IGRF coefficients for the past
and WMM for future magnetic field predictions.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.SimpleRouteProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.advanced.StaticRouteProfile
-
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.CircularHoldProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.ConstantHeightProfile
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.FollowPathProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.HeightTransitionProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.LandingProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.PrescribedAccelerationTransitionProfile
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.RacetrackHoldProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.RouteProfile
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.RouteSegment
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.StandardTransitionProfile
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.StationaryHoldProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.TakeoffProcedure
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConfigurableProfile(SurfaceSegment) - Method in class agi.foundation.routedesign.TerrainAvoidanceProfile
-
Create a profile based on the given settings that the
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.
- createConnection(RouteProcedure, RouteProcedure) - Method in class agi.foundation.routedesign.DefaultConnectionBehavior
-
Create a connection between two
RouteProcedures
based on the
current settings for the connection behavior.
- createConnection(ConfigurableSurfaceProcedure, ConfigurableSurfaceProcedure, RouteProcedure, RouteProcedure) - Method in class agi.foundation.routedesign.ProfileRouteConnection
-
Create the
ConfigurableConnection
used to configure how the route behaves when
transitioning from one procedure to the next.
- createConnection(ConfigurableSurfaceProcedure, ConfigurableSurfaceProcedure, RouteProcedure, RouteProcedure) - Method in class agi.foundation.routedesign.RouteConnection
-
- createConstantDefinedIn(Axes) - Static method in class agi.foundation.geometry.AxesEvaluator
-
Creates a
TimeIntervalCollection
indicating that the Axes that this Axes is defined in is
the same for all possible times.
- createConstantDefinedIn(ReferenceFrame) - Static method in class agi.foundation.geometry.PointEvaluator
-
Creates a
TimeIntervalCollection
indicating that the ReferenceFrame that this Point is
defined in is the same for all possible times.
- createConstantDefinedIn(Axes) - Static method in class agi.foundation.geometry.VectorEvaluator
-
Creates a
TimeIntervalCollection
indicating that the Axes that this Vector is defined in is
the same for all possible times.
- createCovarianceInterpolator() - Method in class agi.foundation.stk.StkEphemerisFile
-
- createCriticallyInclinedOrbit(JulianDate, ReferenceFrame, ReferenceFrame, double, double, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a critically-inclined orbit with an argument of periapsis that remains constant under J2 Perturbations.
- createCriticallyInclinedSunSynchronousOrbit(JulianDate, ReferenceFrame, ReferenceFrame, double, double, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates an orbit with an argument of periapsis that remains constant under J2 perturbations (critically-inclined) and
a right ascension of the ascending node that drifts under J2 perturbations at the same rate as the central body's orbit
around the Sun (Sun-synchronous).
- createCurve(EllipsoidSurfaceCurve...) - Static method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Constructs a complex curve based on a given set of constituent curves.
- createCurve(List<EllipsoidSurfaceCurve>) - Static method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Constructs a complex curve based on a given set of constituent curves.
- createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile
-
- createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.Pattern
-
- createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.PatternAngleOffBoresight
-
- createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.PatternAzElMask
-
- createCustomSensorPattern() - Method in class agi.foundation.stk.StkPatternFile.PatternReferencePlane
-
- createDelayedMask(TerrainProvider, Cartographic, int, double, double) - Static method in class agi.foundation.terrain.TerrainAzimuthElevationMask
-
Creates an azimuth-elevation mask which can compute its values dynamically from the specified terrain provider.
- createDelayedMask(TerrainProvider, double, double, Cartographic, int, double, double) - Static method in class agi.foundation.terrain.TerrainAzimuthElevationMask
-
Creates an azimuth-elevation mask which can compute its values dynamically from the specified terrain provider.
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
- createDoubleThreshold() - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
- createEarthCircularOrbit(JulianDate, double, double, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit using default Earth parameters with the desired characteristics.
- createEarthCriticallyInclinedOrbit(JulianDate, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a critically-inclined orbit with an argument of periapsis that remains constant under J2 Perturbations.
- createEarthCriticallyInclinedSunSynchronousOrbit(JulianDate, double, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates an orbit with an argument of periapsis that remains constant under J2 perturbations (critically-inclined) and
a right ascension of the ascending node that drifts under J2 perturbations at the same rate as the central body's orbit
around the Sun (Sun-synchronous).
- createEarthMolniyaOrbit(JulianDate, double, double, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates an elliptical orbit with an argument of periapsis that remains constant under J2 perturbations (critically-inclined) and has an orbital
period that is exactly half the rotation period of the Earth (semi-synchronous).
- createEarthMoonBarycenterPoint() - Method in class agi.foundation.celestial.JplDE
-
Creates a
Point
that represents the position of
the Earth-Moon barycenter calculated from the data in this class.
- createEarthPermanentTideCoefficients() - Static method in class agi.foundation.celestial.SphericalHarmonicGravityModel
-
Creates a set of the default IERS 2003 permanent tide coefficients for Earth.
- createEarthRepeatGroundTraceOrbitUsingApproximateAltitude(JulianDate, double, double, int, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createEarthRepeatGroundTraceOrbitUsingApproximateRevsPerDay(JulianDate, double, double, int, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createEarthRepeatGroundTraceSunSynchronousOrbitUsingApproximateAltitude(JulianDate, double, Duration, int, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createEarthRepeatGroundTraceSunSynchronousOrbitUsingApproximateRevsPerDay(JulianDate, double, Duration, int, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createEarthSunSynchronousOrbitUsingAltitude(JulianDate, double, Duration) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit whose right ascension of the ascending node drifts under J2 perturbations
at the same rate as the central body's orbit around the Sun (Sun-synchronous).
- createEarthSunSynchronousOrbitUsingInclination(JulianDate, double, Duration) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit whose right ascension of the ascending node drifts under J2 perturbations
at the same rate as the central body's orbit around the Sun (Sun-synchronous).
- createEllipse(CentralBody, Cartesian, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates an ellipse triangle mesh.
- createEllipse(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates an ellipse triangle mesh with a specified granularity.
- createEllipseBoundary(CentralBody, Cartesian, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createEllipseBoundary(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createEllipseBoundaryCartographic(CentralBody, Cartographic, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createEllipseBoundaryCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createEllipseCartographic(CentralBody, Cartographic, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates an ellipse triangle mesh.
- createEllipseCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates an ellipse triangle mesh with a specified granularity.
- createEntity(TransactionContext, Object) - Method in interface agi.foundation.tracking.IEntityArchiveDescriptor
-
Creates a new entity with the given identifier.
- createEntity(int, Transaction) - Method in class agi.foundation.tracking.RawEntityData
-
Creates an entity with the data from a specified record in the data set.
- createEvaluator(EvaluatorGroup.Callback0<TEvaluator>) - Method in class agi.foundation.EvaluatorGroup
-
Creates an evaluator in the context of this evaluator group by invoking a callback, if the
evaluator does not already exist in the group.
- createEvaluator(EvaluatorGroup.Callback1<TEvaluator, TParameter1>, TParameter1) - Method in class agi.foundation.EvaluatorGroup
-
Creates an evaluator in the context of this evaluator group by invoking a callback, if the
evaluator does not already exist in the group.
- createEvaluator(EvaluatorGroup.Callback2<TEvaluator, TParameter1, TParameter2>, TParameter1, TParameter2) - Method in class agi.foundation.EvaluatorGroup
-
Creates an evaluator in the context of this evaluator group by invoking a callback, if the
evaluator does not already exist in the group.
- createEvaluator(EvaluatorGroup.Callback3<TEvaluator, TParameter1, TParameter2, TParameter3>, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.EvaluatorGroup
-
Creates an evaluator in the context of this evaluator group by invoking a callback, if the
evaluator does not already exist in the group.
- createEvaluator(EvaluatorGroup.Callback4<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4>, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.EvaluatorGroup
-
Creates an evaluator in the context of this evaluator group by invoking a callback, if the
evaluator does not already exist in the group.
- createEvaluator(EvaluatorGroup.Callback5<TEvaluator, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5>, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.EvaluatorGroup
-
Creates an evaluator in the context of this evaluator group by invoking a callback, if the
evaluator does not already exist in the group.
- createEvaluatorHelper(EvaluatorGroup, RadiationVectorType, ArrayList<VectorEvaluator>[], ArrayList<VectorEvaluator>[], ArrayList<Ellipsoid>[], Ellipsoid[]) - Method in class agi.foundation.celestial.ScalarOccultation
-
Checks all properties and creates the vectors required to evaluate occultation fractions.
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.AzimuthElevationMaskVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceCurveVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.CentralBodySurfaceRegionVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.FieldOfViewCentralBodyProjectionVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.LinkVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.LocationPointCovarianceVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.MarkerVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ModelVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.PointVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ReferenceFrameVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.ServiceProviderVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.TextVisualizer
-
- createEvaluators(Iterable<? extends IServiceProvider>, EvaluatorGroup) - Method in class agi.foundation.platforms.advanced.VectorVisualizer
-
- createEvenlySpacedAltitudeBoundaries(int, double) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
A helper method that computes evenly spaced layers from zero to maxHeightOfLayers
.
- createFrom(LinkBudgetScalars, ScalarCarrierToNoiseDensityPlusInterference, ScalarJammingToSignal, ScalarNoisePlusInterference, int, NavigationSignalType) - Static method in class agi.foundation.navigation.advanced.GnssLinkBudgetScalars
-
Creates a new instance based on a LinkBudgetScalars instance, and the GNSS specific link budget scalars.
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.AzimuthElevationMaskCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.BillboardCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CentralBodySurfaceCurveCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CentralBodySurfaceRegionCesiumSource
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, ICesiumPropertyWriter) - Method in class agi.foundation.cesium.advanced.CesiumProperty
-
Non-typesafe overload.
- createGenerators(CesiumGeneratorContext, Iterable<T>) - Method in class agi.foundation.cesium.advanced.CesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.CustomPropertiesCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DeleteCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DeleteOrientationCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DeletePositionCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.DescriptionCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.EllipsoidCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.FieldOfViewCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.LabelCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.LinkCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.LocationPointCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.ModelCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.NameCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.OrientationAxesCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.ParentCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.PathCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.PointGraphicsCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.TilesetCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.VectorCesiumSource
-
- createGenerators(CesiumGeneratorContext, Object) - Method in class agi.foundation.cesium.advanced.ViewFromCesiumSource
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, MaterialCesiumWriter) - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.CheckerboardMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, MaterialCesiumWriter) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.GridMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, MaterialCesiumWriter) - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.ImageMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.PolylineArrowMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.PolylineDashMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.PolylineGlowMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.PolylineOutlineMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, MaterialCesiumWriter) - Method in class agi.foundation.cesium.SolidColorMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.SolidColorMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, MaterialCesiumWriter) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
- createGenerators(IContainerCesiumGenerator, CesiumGeneratorContext, IServiceProvider, PolylineMaterialCesiumWriter) - Method in class agi.foundation.cesium.StripeMaterialGraphics
-
- createGeodesic(Ellipsoid, Iterable<Cartographic>) - Static method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Creates a complex curve made up of
EllipsoidGeodesics
which connect the given set of
nodes
on the surface of the ellipsoid
shape
.
- createGeostationaryOrbit(JulianDate, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a geostationary orbit that always remains above the Earth at the desired Earth-fixed longitude.
- createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
- createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.MaterializedSpatiallyPartitionedCoverageDefinition
-
- createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.MaterializedTemporallyPartitionedCoverageDefinition
-
- createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.ParameterizedSpatiallyPartitionedCoverageDefinition
-
- createGridPoint(CoverageGridPoint) - Method in class agi.foundation.coverage.ParameterizedTemporallyPartitionedCoverageDefinition
-
- createImmutableView() - Method in class agi.foundation.DateMotionCollection1
-
Creates a view of this instance that is guaranteed not to change.
- createImmutableView() - Method in class agi.foundation.DateMotionCollection2
-
Creates a view of this instance that is guaranteed not to change.
- createIspThrustVector(Scalar, Scalar, Axes, Cartesian) - Static method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Creates a thrust
Vector
where the thrust is computed from the
isp
, and
massFlowRate
pointing in the
thrustDirection
in the specified
burnAxes
.
- createJ2Propagator(JulianDate, ReferenceFrame, double, double) - Method in class agi.foundation.propagators.WalkerConstellation
-
Creates a nested collection of satellite propagators.
- createJ4Propagator(JulianDate, ReferenceFrame, double, double, double) - Method in class agi.foundation.propagators.WalkerConstellation
-
Creates a nested collection of satellite propagators.
- createJaggedDoubleArray(int, int) - Static method in class agi.foundation.infrastructure.CollectionAlgorithms
-
Creates a two-dimensional, jagged double array of the specified dimensions.
- createLatitudeLongitudeGrid(CentralBody) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a lat/long grid on centralBody
where the spacing between set of latitude
and set of longitude lines is 30 degrees.
- createLatitudeLongitudeGrid(CentralBody, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a lat/long grid on centralBody
where the spacing between the set of latitude
and set of longitude lines is latitudeSpacing
and
longitudeSpacing
, respectively.
- createLatitudeLongitudeGridExtent(CentralBody, CartographicExtent, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createLatitudeLongitudeGridExtent(CentralBody, CartographicExtent, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createLimitedFuelStoppingCondition(Scalar, double, String, boolean) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- createLimitedFuelStoppingCondition(Scalar, double, String, boolean, double) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- createMagneticCoilTorqueUsingIgrfCofModel(String, Point, double, Scalar, Vector, Axes) - Static method in class agi.foundation.celestial.MagneticCoilTorque
-
- createMagneticCoilTorqueUsingIgrfTxtModel(String, Point, double, Scalar, Vector, Axes) - Static method in class agi.foundation.celestial.MagneticCoilTorque
-
- createMagneticCoilTorqueUsingWmmModel(String, Point, double, Scalar, Vector, Axes) - Static method in class agi.foundation.celestial.MagneticCoilTorque
-
Creates a new magnetic coil torque that uses a
WorldMagneticModelVector
to describe the magnetic field and a
Point
to describe
the position of the spacecraft.
- createMolniyaOrbit(JulianDate, ReferenceFrame, ReferenceFrame, double, double, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates an elliptical orbit with an argument of periapsis that remains constant under J2 perturbations (critically-inclined) and has an orbital
period that is exactly half the rotation period of the central body (semi-synchronous).
- createMultiplySingleValueToScalar(Scalar, String) - Static method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Creates a
SingleValueStateUpdater
where the
value
will be multiplied with
the scalar value in the propagated state.
- createNewConfiguration() - Method in class agi.foundation.segmentpropagation.SegmentListPropagator
-
Creates a new configuration for this segment.
- createNumericalPropagatorState() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- createNumericalPropagatorState(EvaluatorGroup) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
- createOutOfFuelStoppingCondition(Scalar, String, boolean) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- createOutOfFuelStoppingCondition(Scalar, String, boolean, double) - Static method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- createPartialDerivativesWithRespectToNothing(IPartialDifferentiable) - Static method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Creates a new instance that represents the partials of an entity with respect to nothing.
- createPlatform(StkCityDatabaseEntry) - Static method in class agi.foundation.platforms.StkCityDatabaseEntryExtensions
-
- createPlatform(StkFacilityDatabaseEntry) - Static method in class agi.foundation.platforms.StkFacilityDatabaseEntryExtensions
-
- createPlatform(StkSatelliteDatabaseEntry) - Static method in class agi.foundation.platforms.StkSatelliteDatabaseEntryExtensions
-
- createPlatforms(StkCityDatabase) - Static method in class agi.foundation.platforms.StkCityDatabaseExtensions
-
Creates a platform for each city entry in the supplied database.
- createPlatforms(StkCityDatabase, StkCityDatabaseQuery) - Static method in class agi.foundation.platforms.StkCityDatabaseExtensions
-
Creates platforms representing the cities in the database that match the input query.
- createPlatforms(StkFacilityDatabase) - Static method in class agi.foundation.platforms.StkFacilityDatabaseExtensions
-
Creates a platform for each facility entry in the supplied database.
- createPlatforms(StkFacilityDatabase, StkFacilityDatabaseQuery) - Static method in class agi.foundation.platforms.StkFacilityDatabaseExtensions
-
Creates platforms representing the facilities in the database that match the input query.
- createPlatforms(StkSatelliteDatabase) - Static method in class agi.foundation.platforms.StkSatelliteDatabaseExtensions
-
Creates a platform for each satellite entry in the supplied database.
- createPlatforms(StkSatelliteDatabase, StkSatelliteDatabaseQuery) - Static method in class agi.foundation.platforms.StkSatelliteDatabaseExtensions
-
Creates platforms representing the satellites in the database that match the input query.
- createPoint() - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Creates a
Point
whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
- createPoint(int) - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
- createPoint() - Method in class agi.foundation.propagators.BallisticPropagator
-
Creates a
Point
defining the motion of an object following the calculated trajectory.
- createPoint() - Method in class agi.foundation.propagators.CartesianOnePointPropagator
-
Creates a
Point
that represents the motion produced by this propagator.
- createPoint() - Method in class agi.foundation.propagators.Sgp4Propagator
-
Creates a
Point
that represents the motion produced by this propagator.
- createPoint() - Method in class agi.foundation.stk.StkEphemerisFile
-
Creates a
Point
whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
- createPoint() - Method in class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
Creates a
Point
whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
- createPoint() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
Creates a
Point
whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
- createPoint() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
Creates a
Point
whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
- createPoint() - Method in class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
Creates a
Point
whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
- createPointFromRoute() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Create a
Point
representing the position of the platform along the route expressed in the
FixedFrame
(
get
/
set
).
- createPointInterpolatorInFixedFrame(EarthCentralBody, Iterable<InternationalTerrestrialReferenceFrameTransformer>, String, InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Creates a point interpolator in the Earth
FixedFrame
(
get
/
set
) that is built using data in an ITRF.
- createPointInterpolatorInFixedFrame(EarthCentralBody, InternationalTerrestrialReferenceFrameTransformer, String, InterpolationAlgorithm, int, DateMotionCollection1<Cartesian>) - Static method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameTransformer
-
Creates a point interpolator in the Earth
FixedFrame
(
get
/
set
) that is built using data in an ITRF.
- createPolygon(CentralBody, List<Cartesian>) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a polygon triangle mesh.
- createPolygonBoundary(List<Cartesian>) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a bounded polygon from a list of positions.
- createPolygonBoundaryCartographic(CentralBody, List<Cartographic>) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a bounded polygon from a list of positions.
- createPolygonCartographic(CentralBody, List<Cartographic>) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a polygon triangle mesh.
- createPropagationGraph() - Method in class agi.foundation.communications.CommunicationSystem
-
- createPropagator() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagator(boolean) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagator(EvaluatorGroup) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagator(boolean, EvaluatorGroup) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
- createPropagator(EvaluatorGroup, List<StateElementAdapterDefinition>) - Method in class agi.foundation.propagators.TwoBodyStoppablePropagator
-
- createPropagatorWithoutComputingAuxiliaryState() - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagatorWithoutComputingAuxiliaryState(boolean) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagatorWithoutComputingAuxiliaryState(EvaluatorGroup) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createPropagatorWithoutComputingAuxiliaryState(boolean, EvaluatorGroup) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
- createQuery() - Method in class agi.foundation.access.AccessComputation
-
- createRepeatGroundTraceOrbitUsingApproximateAltitude(JulianDate, ReferenceFrame, ReferenceFrame, double, double, int, double, double, double, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createRepeatGroundTraceOrbitUsingApproximateRevsPerDay(JulianDate, ReferenceFrame, ReferenceFrame, double, double, int, double, double, double, double) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createRepeatGroundTraceSunSynchronousOrbitUsingApproximateAltitude(JulianDate, ReferenceFrame, ReferenceFrame, double, Duration, int, double, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createRepeatGroundTraceSunSynchronousOrbitUsingApproximateRevsPerDay(JulianDate, ReferenceFrame, ReferenceFrame, double, Duration, int, double, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit that exactly repeats its ground trace after a specified number of revolutions under
the influence of J2 perturbations.
- createRhumbLine(Ellipsoid, Iterable<Cartographic>) - Static method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
Creates a complex curve made up of
EllipsoidRhumbLines
which connect the given set of
nodes
on the surface of the ellipsoid
shape
.
- createSatellite() - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Creates a GPS satellite for this RINEX record.
- createSatellite(BehaviorBeyondAvailability) - Method in class agi.foundation.navigation.datareaders.RinexNavigationRecord
-
Creates a GPS satellite for this RINEX record.
- createSatellite() - Method in class agi.foundation.navigation.datareaders.SemAlmanacRecord
-
Creates a GPS satellite for this SEM almanac record.
- createSatellite() - Method in class agi.foundation.navigation.datareaders.YumaAlmanacRecord
-
Creates a GPS satellite for this YUMA almanac record.
- createSatelliteCollection() - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Creates a GPS satellite for each record in the RINEX Navigation file.
- createSatelliteCollection(BehaviorBeyondAvailability) - Method in class agi.foundation.navigation.datareaders.RinexNavigation
-
Creates a GPS satellite for each record in the RINEX Navigation file, using the specified evaluation behavior.
- createSatelliteCollection() - Method in class agi.foundation.navigation.datareaders.SemAlmanac
-
Creates a GPS satellite for each record in the SEM almanac.
- createSatelliteCollection() - Method in class agi.foundation.navigation.datareaders.SP3aEphemeris
-
Creates a GPS satellite for each PRN referenced in the SP3 file.
- createSatelliteCollection() - Method in class agi.foundation.navigation.datareaders.SP3cEphemeris
-
Creates a GPS satellite for each PRN referenced in the SP3 file.
- createSatelliteCollection() - Method in class agi.foundation.navigation.datareaders.SP3dEphemeris
-
Creates a GPS satellite for each PRN referenced in the SP3 file.
- createSatelliteCollection() - Method in class agi.foundation.navigation.datareaders.YumaAlmanac
-
Creates a GPS satellite for each record in the Yuma almanac.
- createScalarDerivative(int) - Method in class agi.foundation.geometry.Scalar
-
Constructs a scalar which represents a derivative of this scalar.
- createSector(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a sector triangle mesh.
- createSector(CentralBody, Cartesian, double, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a sector triangle mesh with a specified granularity.
- createSectorBoundary(CentralBody, Cartesian, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createSectorBoundary(CentralBody, Cartesian, double, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createSectorBoundaryCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createSectorBoundaryCartographic(CentralBody, Cartographic, double, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
- createSectorCartographic(CentralBody, Cartographic, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a sector triangle mesh.
- createSectorCartographic(CentralBody, Cartographic, double, double, double, double, double) - Static method in class agi.foundation.graphics.PrimitiveFactory
-
Creates a sector triangle mesh with a specified granularity.
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.HoldSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentDefinition
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SegmentList
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.StopSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
- createSegmentPropagator(EvaluatorGroup, SegmentDefinition) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
- createSequenceWithPreLaunchHold(Duration) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
- createSetSingleValueToScalar(Scalar, String) - Static method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
- createSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
- createSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
- createSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
- createSettings() - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
- createSignal(double, double, double, double) - Static method in class agi.foundation.communications.Signal
-
Create a new noiseless signal based on the given properties.
- createSignal(double, double, double, double, Iterable<? extends Object>) - Static method in class agi.foundation.communications.Signal
-
Create a new noiseless signal based on the given properties.
- createSignal(double, double, double, double, double, double, double) - Static method in class agi.foundation.communications.Signal
-
Create a new signal based on the given properties.
- createSignal(double, double, double, double, double, double, double, Iterable<? extends Object>) - Static method in class agi.foundation.communications.Signal
-
Create a new signal based on the given properties.
- createStationaryOrbit(JulianDate, ReferenceFrame, ReferenceFrame, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a stationary orbit that always remains above the central body at the desired body-fixed longitude.
- createStoppedPropagatorResult(StoppingConditionEvent, List<StoppingConditionEvent>, List<ITimeBasedState>, boolean) - Method in class agi.foundation.propagators.SinglePointStoppablePropagator
-
Creates the results of the overall propagation after the stopping event has been found.
- createStoppedPropagatorResult(StoppingConditionEvent, List<StoppingConditionEvent>, List<ITimeBasedState>, boolean) - Method in class agi.foundation.propagators.StoppablePropagator
-
Creates the results of the overall propagation after the stopping event has been found.
- createStreamingDocument(Writer) - Method in class agi.foundation.cesium.CzmlDocument
-
- createStreamingDocument() - Method in class agi.foundation.cesium.CzmlDocument
-
- createStreamingDocument(Writer) - Method in class agi.foundation.cesium.CzmlUpdateDocument
-
- createStreamingDocument() - Method in class agi.foundation.cesium.CzmlUpdateDocument
-
- createSunSynchronousOrbitUsingAltitude(JulianDate, ReferenceFrame, ReferenceFrame, double, Duration, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit whose right ascension of the ascending node drifts under J2 perturbations
at the same rate as the central body's orbit around the Sun (Sun-synchronous).
- createSunSynchronousOrbitUsingInclination(JulianDate, ReferenceFrame, ReferenceFrame, double, Duration, double, double, double, double, boolean) - Static method in class agi.foundation.propagators.SpecializedOrbitSolver
-
Creates a circular orbit whose right ascension of the ascending node drifts under J2 perturbations
at the same rate as the central body's orbit around the Sun (Sun-synchronous).
- createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
- createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.DegenerateSurfaceSegment
-
- createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.SurfaceCurveSegment
-
- createSurfaceCurve() - Method in class agi.foundation.routedesign.advanced.SurfaceSegment
-
- createSurfaceCurve() - Method in class agi.foundation.routedesign.PropagatedRoute
-
Create a curve representing the path of this route along the surface of the
CentralBody
(
get
)'s
Ellipsoid
surface.
- createTwoBodyPropagator(JulianDate, ReferenceFrame) - Method in class agi.foundation.propagators.WalkerConstellation
-
Creates a nested collection of satellite propagators.
- createTwoDimensionalConvexHull(ArrayList<Rectangular>) - Static method in class agi.foundation.geometry.TwoDimensionalConvexHull
-
Constructs the convex hull via the input points.
- createVariable(double, double, SetVariableCallback<ImpulsiveManeuverSegmentConfiguration>, SolverVariableScaling) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
- createVariable(double, double, SetVariableCallback<ImpulsiveManeuverSegmentConfiguration>) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
- createVariable(double, double, SetVariableCallback<T>, SolverVariableScaling) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Creates a
DelegateBasedVariable
based on this segments configuration, which is
the
state
that will be returned when this segment is propagated.
- createVariable(double, double, SetVariableCallback<T>) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Creates a
DelegateBasedVariable
based on this segments configuration, which is
the
state
that will be returned when this segment is propagated.
- createVectorAcceleration(ReferenceFrame) - Method in class agi.foundation.geometry.Point
-
Constructs a vector which represents the second derivative of this point's position.
- createVectorAngularVelocity(Axes) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Constructs a vector which represents the angular velocity of this axes with respect to another axes.
- createVectorDerivative(ReferenceFrame, int) - Method in class agi.foundation.geometry.Point
-
Constructs a vector which represents the requested order of the derivative of this point's position.
- createVectorDerivative(int, Axes) - Method in class agi.foundation.geometry.Vector
-
Constructs a vector which represents a derivative of this vector.
- createVectorVelocity(ReferenceFrame) - Method in class agi.foundation.geometry.Point
-
Constructs a vector which represents the derivative of this point's position.
- createVectorVelocity(ReferenceFrame) - Method in class agi.foundation.geometry.PointPropagationParameter
-
Constructs a vector which represents the derivative of this point's position.
- createVeThrustVector(Scalar, Scalar, Axes, Vector) - Static method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Creates a thrust
Vector
where the thrust is computed from the
exhaustSpeed
, and
massFlowRate
pointing in the
thrustDirection
in the specified
burnAxes
.
- cropEphemerisForOverallTrajectory(IntegrationSense, TimeInterval) - Method in class agi.foundation.segmentpropagation.SegmentListResults
-
This method will clear the
EphemerisForOverallTrajectory
(
get
) and fill it in with
the ephemeris from the
EntireComputedEphemeris
(
get
) that is in the
interval
.
- cropEphemerisForOverallTrajectory(IntegrationSense, TimeInterval) - Method in class agi.foundation.segmentpropagation.SegmentResults
-
This method will clear the
EphemerisForOverallTrajectory
(
get
) and fill it in with
the ephemeris from the
EntireComputedEphemeris
(
get
) that is in the
interval
.
- cross(Cartesian) - Method in class agi.foundation.coordinates.Cartesian
-
Forms the cross product of the specified set of
Cartesian
coordinates with this instance.
- cross(Rectangular) - Method in class agi.foundation.coordinates.Rectangular
-
Forms the cross product of the specified set of
Rectangular
coordinates with this instance.
- cross(Cartesian) - Method in class agi.foundation.coordinates.UnitCartesian
-
Forms the cross product of the specified set of
Cartesian
coordinates with this instance.
- cross(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
-
Forms the cross product of the specified set of
UnitCartesian
coordinates with this instance.
- cross(Vector) - Method in class agi.foundation.geometry.Vector
-
Produce the vector cross product between this vector and another one.
- crossProductEquivalentMatrix(Cartesian) - Static method in class agi.foundation.coordinates.Matrix3By3
-
Forms a
Matrix3By3
from the input vector such that the result of the cross product of the input vector
with another vector is equivalent to premultiplying the other vector by the returned matrix.
- crossProductEquivalentMatrix(UnitCartesian) - Static method in class agi.foundation.coordinates.Matrix3By3
-
Forms a
Matrix3By3
from the input vector such that the result of the cross product of the input unit vector
with another vector is equivalent to premultiplying the other vector by the returned matrix.
- CrossSectionScatteringMatrixSphericalTable(double[], double[], ComplexCrossSectionScatteringCoefficient[][], SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis, Double) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
- CrossSectionScatteringMatrixSphericalTable(double[], double[], double[][], SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis, Double) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Initializes an instance given an array of clock angles, an array of cone angles, and a two-dimensional array of
real cross section values, in meters squared.
- CrossSectionScatteringMatrixSphericalTable(double[], ComplexCrossSectionScatteringCoefficient[], SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis, Double) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Initializes a new instance given an array of cone angles, in radians, and an array of .
- CrossSectionScatteringMatrixSphericalTable(double[], double[], SphericalTabularMonostaticCrossSectionScatteringCoefficient.PolarizationScatteringBasis, Double) - Constructor for class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Initializes a new instance given an array of cone angles, in radians, and an array of real cross section values, in meters squared.
- CruiseBehavior - Class in agi.foundation.aircraftpropagation
-
Defines a vertical behavior of a
CompositeManeuver
in which an aircraft attempts to achieve cruising flight at a desired altitude.
- CruiseBehavior() - Constructor for class agi.foundation.aircraftpropagation.CruiseBehavior
-
Initializes a new instance.
- CruiseBehavior(TerrainProvider) - Constructor for class agi.foundation.aircraftpropagation.CruiseBehavior
-
Initializes a new instance.
- CruiseCommandedValues - Class in agi.foundation.aircraftpropagation
-
Defines the commanded performance values during cruise.
- CruiseCommandedValues() - Constructor for class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Initializes a new instance.
- CruiseCommandedValues(double, double) - Constructor for class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Initializes an instance with the provided parameters.
- CruiseCommandedValuesElement - Enum in agi.foundation.aircraftpropagation
-
- CruisePerformanceModel - Class in agi.foundation.aircraftpropagation
-
Defines an aircraft's performance model during cruise, by determining
a set of
CruiseCommandedValues
at a given time.
- CruisePerformanceModel() - Constructor for class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Initializes a new instance.
- CruisePerformanceModel(CruisePerformanceModel, CopyContext) - Constructor for class agi.foundation.aircraftpropagation.CruisePerformanceModel
-
Initializes a new instance as a copy of an existing instance.
- CssiSolarGeophysicalData - Class in agi.foundation.celestial
-
Represents the solar radiation and geomagnetic flux indices as they vary over time.
- CssiSolarGeophysicalData(CssiSolarGeophysicalData, CopyContext) - Constructor for class agi.foundation.celestial.CssiSolarGeophysicalData
-
Initializes a new instance as a copy of an existing instance.
- cubeRoot(double) - Static method in class agi.foundation.FloatingPointComparison
-
Computes the real-valued cube root if a given number.
- CubicRealPolynomial - Class in agi.foundation.numericalmethods
-
Represents a 3rd order polynomial function of one variable with only real coefficients.
- CubicRealPolynomial(double, double, double, double) - Constructor for class agi.foundation.numericalmethods.CubicRealPolynomial
-
Constructs a cubic polynomial with the provided real coefficients.
- CuboidCoverageGrid - Class in agi.foundation.geometry.discrete
-
- CuboidCoverageGrid(double, double, double, int, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with each coordinate gridded by the specified number of points.
- CuboidCoverageGrid(double, double, double, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with each coordinate gridded by the specified number of points.
- CuboidCoverageGrid(double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with a uniform resolution in each coordinate.
- CuboidCoverageGrid(double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with a uniform resolution in each coordinate.
- CuboidCoverageGrid(double, double, double, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with a single gridding technique used for each coordinate.
- CuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with a single gridding technique used for each coordinate.
- CuboidCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CuboidCoverageGrid
-
Initializes a cuboid grid with a single gridding technique used for each coordinate.
- CullFace - Enum in agi.foundation.graphics.renderer
-
Identifies whether front- and/or back-facing triangles are culled.
- Curve - Class in agi.foundation.geometry.shapes
-
A 1-dimensional geometric figure.
- Curve() - Constructor for class agi.foundation.geometry.shapes.Curve
-
- CurveCollection - Class in agi.foundation.geometry.shapes
-
A collection of
Curve
instances;
- CurveCollection() - Constructor for class agi.foundation.geometry.shapes.CurveCollection
-
- CustomGainPattern - Class in agi.foundation.communications.antennas
-
Defines an antenna gain pattern based on external data specified as a
Function2
.
- CustomGainPattern() - Constructor for class agi.foundation.communications.antennas.CustomGainPattern
-
Initializes a new instance.
- CustomGainPattern(Function2<Cartesian, Double>) - Constructor for class agi.foundation.communications.antennas.CustomGainPattern
-
Initialize an instance with a given pattern function.
- CustomGainPattern(CustomGainPattern, CopyContext) - Constructor for class agi.foundation.communications.antennas.CustomGainPattern
-
Initializes a new instance as a copy of an existing instance.
- CustomImageGlobeOverlay - Class in agi.foundation.graphics.advanced
-
A GlobeImageOverlay
that allows for a user defined image to be specified.
- CustomImageGlobeOverlay() - Constructor for class agi.foundation.graphics.advanced.CustomImageGlobeOverlay
-
Initializes a new instance.
- CustomPropertiesCesiumSource - Class in agi.foundation.cesium.advanced
-
- CustomSensorPattern - Class in agi.foundation.geometry.shapes
-
A custom
SensorFieldOfView
defined by a list of directions defining the outer
perimeter of the field of view.
- CustomSensorPattern() - Constructor for class agi.foundation.geometry.shapes.CustomSensorPattern
-
Initializes a new instance.
- CustomSensorPattern(List<UnitSpherical>) - Constructor for class agi.foundation.geometry.shapes.CustomSensorPattern
-
Initializes a new instance with the specified list of directions defining the
custom sensor pattern.
- CustomSensorPattern(List<UnitSpherical>, double) - Constructor for class agi.foundation.geometry.shapes.CustomSensorPattern
-
Initializes a new instance with the specified list of directions defining the
custom sensor pattern.
- CylinderCoverageGrid - Class in agi.foundation.geometry.discrete
-
A cylinder grid with (0,0,0) defined to be at the center of the cylinder for the constructors that take length as parameters.
- CylinderCoverageGrid(double, double, int, int, int, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
- CylinderCoverageGrid(double, double, int, int, int, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
- CylinderCoverageGrid(double, double, double, double, double, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
- CylinderCoverageGrid(double, double, double, double, double, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
- CylinderCoverageGrid(double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Initializes a cylinder grid with the specified parameters.
- CylinderCoverageGrid(double, double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Initializes a cylinder grid with the specified parameters.
- CylinderCoverageGrid(Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, boolean, boolean) - Constructor for class agi.foundation.geometry.discrete.CylinderCoverageGrid
-
Initializes a cylinder grid with the specified parameters.
- CylinderFill - Class in agi.foundation.geometry.discrete
-
Cylinder faces that can be filled.
- CylinderTriangulator - Class in agi.foundation.geometry.discrete
-
Triangulates a cylinder.
- Cylindrical - Class in agi.foundation.coordinates
-
A set of curvilinear 3-dimensional coordinates.
- Cylindrical() - Constructor for class agi.foundation.coordinates.Cylindrical
-
Initializes a new instance.
- Cylindrical(double, double, double) - Constructor for class agi.foundation.coordinates.Cylindrical
-
Initializes a set of
Cylindrical
coordinates from the provided values.
- Cylindrical(Spherical) - Constructor for class agi.foundation.coordinates.Cylindrical
-
- Cylindrical(LongitudeLatitudeRadius) - Constructor for class agi.foundation.coordinates.Cylindrical
-
- Cylindrical(Cartesian) - Constructor for class agi.foundation.coordinates.Cylindrical
-
- Cylindrical(AzimuthElevationRange) - Constructor for class agi.foundation.coordinates.Cylindrical
-
- Cylindrical(double[]) - Constructor for class agi.foundation.coordinates.Cylindrical
-
Initializes a set of
Cylindrical
coordinates from the first 3 consecutive elements in the provided array.
- Cylindrical(double[], int) - Constructor for class agi.foundation.coordinates.Cylindrical
-
Initializes a set of
Cylindrical
coordinates from 3 consecutive elements in the provided array.
- CylindricalBounds - Class in agi.foundation.coordinates
-
Holds two
Cylindrical
values which form the bounds of a range of cylindrical coordinates.
- CylindricalBounds() - Constructor for class agi.foundation.coordinates.CylindricalBounds
-
Initializes a new instance.
- CylindricalBounds(Cylindrical, Cylindrical) - Constructor for class agi.foundation.coordinates.CylindricalBounds
-
Holds two
Cylindrical
values which form the bounds of a range of cylindrical coordinates.
- CzmlClientEntitySet - Class in agi.foundation.cesium
-
Represents a set of entities described by one or more
CzmlDocuments
.
- CzmlClientEntitySet() - Constructor for class agi.foundation.cesium.CzmlClientEntitySet
-
Initializes a new instance.
- CzmlDocument - Class in agi.foundation.cesium
-
Generates CZML files.
- CzmlDocument() - Constructor for class agi.foundation.cesium.CzmlDocument
-
Initializes a new instance.
- CzmlDocumentPacketizer - Class in agi.foundation.cesium
-
Generates a CZML document one packet at a time to allow for incremental processing by client applications.
- CzmlUpdateDocument - Class in agi.foundation.cesium
-
A CZML document which includes only the differences from the prior client state.
- CzmlUpdateDocumentPacketizer - Class in agi.foundation.cesium
-
Generates a CZML update document one packet at a time to allow for incremental processing by client applications.
- EarthCentralBody - Class in agi.foundation.celestial
-
The planet Earth.
- EarthCentralBody() - Constructor for class agi.foundation.celestial.EarthCentralBody
-
Initializes a new instance.
- EarthCentralBody(EarthCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.EarthCentralBody
-
Initializes a new instance as a copy of an existing instance.
- EarthGravitationalModel1996 - Class in agi.foundation.celestial
-
Provides the semimajor axis, gravitational parameter, and 2nd, 3rd, 4th, and 5th zonal harmonic coefficients
for the Earth Gravitational Model of 1996 (EGM96) according to NASA Technical Publication 1998-206861.
- EarthGravitationalModel2008 - Class in agi.foundation.celestial
-
Provides the semimajor axis, gravitational parameter, and 2nd, 3rd, 4th, and 5th zonal harmonic coefficients
for the Earth Gravitational Model of 2008 (EGM2008) according to the Journal of Geophysical Research, Vol 117, Issue B4, April 2012.
- EarthGravityModel96MeanSeaLevel - Class in agi.foundation.terrain
-
Provides the height of mean sea level (MSL) relative to the World Geodetic System 1984 (WGS84) reference ellipsoid
by using the Earth Gravity Model 1996 (EGM96) worldwide 15 minute binary geoid height data file, WW15MGH.DAC.
- EarthGravityModel96MeanSeaLevel() - Constructor for class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
-
Initializes a new instance.
- EarthGravityModel96MeanSeaLevel(String) - Constructor for class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
-
Initializes a new instance.
- EarthGravityModel96MeanSeaLevel(InputStream) - Constructor for class agi.foundation.terrain.EarthGravityModel96MeanSeaLevel
-
Initializes a new instance.
- EarthMoonBarycenter - Class in agi.foundation.celestial
-
The barycenter of the Earth-Moon system.
- EarthMoonBarycenter() - Constructor for class agi.foundation.celestial.EarthMoonBarycenter
-
Initializes a new instance.
- EarthMoonBarycenter(EarthMoonBarycenter, CopyContext) - Constructor for class agi.foundation.celestial.EarthMoonBarycenter
-
Initializes a new instance as a copy of an existing instance.
- EarthOdot - Static variable in class agi.foundation.navigation.NavstarISGps200D
-
IS-GPS-200D definition of the argument of perigee Dot value for the Earth.
- EarthOrientationParameters - Class in agi.foundation.celestial
-
Specifies Earth polar motion coordinates and the difference between UT1 and UTC.
- EarthOrientationParameters() - Constructor for class agi.foundation.celestial.EarthOrientationParameters
-
Initializes a new instance with no pole wander and no difference between UT1 and UTC.
- EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData>) - Constructor for class agi.foundation.celestial.EarthOrientationParameters
-
Initializes a new instance from the specified list of data points.
- EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData>, TimeInterval, TimeInterval, Iterable<LeapSecond>) - Constructor for class agi.foundation.celestial.EarthOrientationParameters
-
Initializes a new instance from the specified list of data points.
- EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData>, TimeInterval, TimeInterval, Iterable<LeapSecond>, String) - Constructor for class agi.foundation.celestial.EarthOrientationParameters
-
Initializes a new instance from the specified list of data points.
- EarthOrientationParametersData - Class in agi.foundation.celestial
-
Specifies Earth Orientation Parameters at a specific instant.
- EarthOrientationParametersData(JulianDate, double, double, double) - Constructor for class agi.foundation.celestial.EarthOrientationParametersData
-
Initializes a new instance with the specified parameters.
- EarthOrientationParametersData(JulianDate, double, double, double, double, double, double, double, double, double) - Constructor for class agi.foundation.celestial.EarthOrientationParametersData
-
Initializes a new instance with the specified parameters.
- EarthOrientationParametersFile - Class in agi.foundation.celestial
-
- EarthOrientationParametersReadOptions - Class in agi.foundation.celestial
-
- EarthOrientationParametersReadOptions() - Constructor for class agi.foundation.celestial.EarthOrientationParametersReadOptions
-
- EarthReferenceDistance - Static variable in class agi.foundation.celestial.MagneticFieldVector
-
- EarthSurfaceGravity - Static variable in class agi.foundation.Constants
-
Earth standard surface gravity at sea level according to the International System of Units and
the 3rd General Conference on Weights and Measures, in meters per second squared: 9.80665.
- eastNorthUpTransformation(Cartesian) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
Returns the quaternion transformation between the x-y-z axes of the ellipsoid to the axes oriented to the cartographic
east-north-up axes at the given position on the surface.
- eclipseAngles(Ellipsoid, Cartesian, Cartesian, Ellipsoid) - Static method in class agi.foundation.celestial.ScalarOccultation
-
Returns the angles needed for the various eclipse calculations in the format
[relative angle, eclipse body half angle, illuminating body half angle].
- EclipseType - Enum in agi.foundation.celestial
-
Enumerates the different types of shadowing that can occur during an eclipse.
- EdgeDetectFilter - Class in agi.foundation.graphics.imaging
-
- EdgeDetectFilter() - Constructor for class agi.foundation.graphics.imaging.EdgeDetectFilter
-
Initializes a new instance.
- EdgeDetectFilter(EdgeDetectMethod) - Constructor for class agi.foundation.graphics.imaging.EdgeDetectFilter
-
- EdgeDetectMethod - Enum in agi.foundation.graphics.imaging
-
The method used to detect edges in a raster.
- EffectiveIsotropicRadiatedPowerScalar - Class in agi.foundation.radar
-
- EffectiveIsotropicRadiatedPowerScalar(IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph) - Constructor for class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Initializes a new instance.
- EffectiveIsotropicRadiatedPowerScalar(EffectiveIsotropicRadiatedPowerScalar, CopyContext) - Constructor for class agi.foundation.radar.EffectiveIsotropicRadiatedPowerScalar
-
Initializes a new instance as a copy of an existing instance.
- EffectiveRadiusAtmosphericRefractionModel - Class in agi.foundation.celestial
-
The effective radius model approximates the effects of refraction by assuming that the refractive index decreases linearly with altitude.
- EffectiveRadiusAtmosphericRefractionModel() - Constructor for class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Initializes a new instance.
- EffectiveRadiusAtmosphericRefractionModel(CentralBody) - Constructor for class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Initializes a new instance.
- EffectiveRadiusAtmosphericRefractionModel(EffectiveRadiusAtmosphericRefractionModel, CopyContext) - Constructor for class agi.foundation.celestial.EffectiveRadiusAtmosphericRefractionModel
-
Initializes a new instance as a copy of an existing instance.
- EigenDecomposition - Class in agi.foundation.coordinates
-
Holds results of the Eigen decomposition of a 3-by-3 matrix.
- EigenDecomposition(Matrix3By3, Matrix3By3) - Constructor for class agi.foundation.coordinates.EigenDecomposition
-
Initializes a new instance.
- eigenDecomposition() - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Determines the eigenvectors and eigenvalues of the matrix.
- ElectricFieldVectorComponents - Class in agi.foundation.communications
-
Defines the horizontal and vertical electric field vector components of a signal.
- ElectricFieldVectorComponents() - Constructor for class agi.foundation.communications.ElectricFieldVectorComponents
-
Initializes a new instance.
- ElectricFieldVectorComponents(Complex, Complex) - Constructor for class agi.foundation.communications.ElectricFieldVectorComponents
-
Initializes a new instance.
- ElectronicCharge - Static variable in class agi.foundation.communications.CommunicationsConstants
-
Electronic charge, in coulombs.
- ElementaryRotation - Class in agi.foundation.coordinates
-
Represents a rotation about a principal axis.
- ElementaryRotation() - Constructor for class agi.foundation.coordinates.ElementaryRotation
-
Initializes a new instance.
- ElementaryRotation(AxisIndicator, double) - Constructor for class agi.foundation.coordinates.ElementaryRotation
-
- elementDivide(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
-
Creates a new
ComplexMatrix
which is the element-by-element division of the two given matrices.
- elementDivide(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element division of
the two given matrices.
- elementDivide(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element division of
the two given matrices.
- elementDivide(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element division of
the two given matrices.
- elementDivide(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element division of
the two given matrices.
- elementDivide(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element division of
the two given matrices.
- elementDivideAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
-
Assigns the elements of quotient
to the element-wise division
of dividend
divided by divisor
.
- elementDivideAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Sets the quotient
Matrix
to equal the element-wise division
of the
dividend
divided by the
divisor
.
- elementMultiply(ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
-
Creates a new
ComplexMatrix
which is the element-by-element multiplication of the two given matrices.
- elementMultiply(ComplexMatrix) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Creates a
ComplexMatrix
which is the element-by-element multiplication of
this matrix times the given matrix.
- elementMultiply(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element multiplication of
the two given matrices.
- elementMultiply(Matrix, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element multiplication of
the two given matrices.
- elementMultiply(Matrix3By3, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element multiplication of
the two given matrices.
- elementMultiply(Matrix, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element multiplication of
the two given matrices.
- elementMultiply(Matrix6By6, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Creates a new
Matrix
which is the element-by-element multiplication of
the two given matrices.
- elementMultiplyAssign(ComplexMatrix, ComplexMatrix, ComplexMatrix) - Static method in class agi.foundation.coordinates.ComplexMatrix
-
Sets the product
ComplexMatrix
to equal the element-wise multiplication
of the
multiplicand
times the
multiplier
.
- elementMultiplyAssign(Matrix, Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Sets the product
Matrix
to equal the element-wise multiplication
of the
multiplicand
times the
multiplier
.
- ElevationAngleConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that the object at the other end of the
ConstrainedLink
(
get
/
set
)
be between a span of elevation angles as viewed from the
ConstrainedLinkEnd
(
get
/
set
).
- ElevationAngleConstraint() - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with default values.
- ElevationAngleConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified central body and minimum value.
- ElevationAngleConstraint(double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified minimum value.
- ElevationAngleConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified central body, minimum value, and maximum value.
- ElevationAngleConstraint(double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified minimum value and maximum value.
- ElevationAngleConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- ElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
and minimum value.
- ElevationAngleConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
minimum value, and maximum value.
- ElevationAngleConstraint(ElevationAngleConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.ElevationAngleConstraint
-
Initializes a new instance as a copy of an existing instance.
- ElevationAngleRateConstraint - Class in agi.foundation.access.constraints
-
An Access constraint that requires that the object at the other end of the
ConstrainedLink
(
get
/
set
)
be between a range of elevation angle rates in radians per second as viewed from the
ConstrainedLinkEnd
(
get
/
set
).
- ElevationAngleRateConstraint() - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with default values.
- ElevationAngleRateConstraint(CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified central body and minimum value.
- ElevationAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, central body,
and minimum value.
- ElevationAngleRateConstraint(double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified minimum value.
- ElevationAngleRateConstraint(IServiceProvider, LinkRole, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, and minimum value.
- ElevationAngleRateConstraint(CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified central body, minimum value, and maximum value.
- ElevationAngleRateConstraint(IServiceProvider, LinkRole, CentralBody, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified constrained link, constrained link end,
central body, minimum value, and maximum value.
- ElevationAngleRateConstraint(double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified minimum value and maximum value.
- ElevationAngleRateConstraint(IServiceProvider, LinkRole, double, double) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value.
- ElevationAngleRateConstraint(ElevationAngleRateConstraint, CopyContext) - Constructor for class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Initializes a new instance as a copy of an existing instance.
- ElevationMask - Class in agi.foundation.terrain
-
- ElevationMask() - Constructor for class agi.foundation.terrain.ElevationMask
-
Initializes a new instance.
- ElevationMask(double, double) - Constructor for class agi.foundation.terrain.ElevationMask
-
Initializes a new instance.
- ElevationRise - Class in agi.foundation.terrain
-
Describes a rise in obscured elevation angle along a particular azimuth ray of an
AzimuthElevationMask
.
- ElevationRise() - Constructor for class agi.foundation.terrain.ElevationRise
-
Initializes a new instance.
- ElevationRise(double, double) - Constructor for class agi.foundation.terrain.ElevationRise
-
Initializes a new instance.
- Ellipsoid - Class in agi.foundation.geometry.shapes
-
A quadratic surface defined in Cartesian coordinates by the equation:
- Ellipsoid(double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a unit sphere.
- Ellipsoid() - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a unit sphere.
- Ellipsoid(double, double, double, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a scalene ellipsoid.
- Ellipsoid(double, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a scalene ellipsoid.
- Ellipsoid(Cartesian, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a scalene ellipsoid.
- Ellipsoid(Cartesian) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a scalene ellipsoid.
- Ellipsoid(double, double, AxisIndicator, double, double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a spheroid.
- Ellipsoid(double, double, AxisIndicator) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a spheroid.
- Ellipsoid(double) - Constructor for class agi.foundation.geometry.shapes.Ellipsoid
-
Initializes an ellipsoid as a sphere.
- EllipsoidCesiumSource - Class in agi.foundation.cesium.advanced
-
- EllipsoidComplexSurfaceCurve - Class in agi.foundation.geometry.shapes
-
Represents a curve comprised of several connected curves on the surface of an ellipsoid
- EllipsoidGeodesic - Class in agi.foundation.geometry.shapes
-
A minimum length path conforming to the surface of an ellipsoid and connecting two planetodetic surface points.
- EllipsoidGeodesic(Ellipsoid, Cartographic, Cartographic) - Constructor for class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Initializes a geodesic on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidGeodesic(Ellipsoid, Cartographic, double, double) - Constructor for class agi.foundation.geometry.shapes.EllipsoidGeodesic
-
Initializes a geodesic on the ellipsoid starting at the provided point and which
has the indicated heading at that point and ends at a point located at the provided
distance from the starting point.
- EllipsoidGraphics - Class in agi.foundation.cesium
-
Defines the graphical properties of an ellipsoid.
- EllipsoidGraphics() - Constructor for class agi.foundation.cesium.EllipsoidGraphics
-
Initializes a new instance.
- EllipsoidGraphicsExtension - Class in agi.foundation.cesium
-
- EllipsoidGraphicsExtension() - Constructor for class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Initializes a new instance.
- EllipsoidGraphicsExtension(EllipsoidGraphics) - Constructor for class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Initializes a new instance with the provided
EllipsoidGraphics
(
get
/
set
).
- EllipsoidGraphicsExtension(EllipsoidGraphicsExtension, CopyContext) - Constructor for class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Initializes a new instance as a copy of an existing instance.
- EllipsoidRhumbLine - Class in agi.foundation.geometry.shapes
-
A path of constant heading conforming to the surface of an ellipsoid and connecting two planetodetic surface points.
- EllipsoidRhumbLine(Ellipsoid, Cartographic, Cartographic) - Constructor for class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Initializes a rhumb line (a line of constant heading) on the ellipsoid connecting the two provided planetodetic points.
- EllipsoidRhumbLine(Ellipsoid, Cartographic, double, double) - Constructor for class agi.foundation.geometry.shapes.EllipsoidRhumbLine
-
Initializes a rhumb line (a line of constant heading) on the ellipsoid starting at the provided planetodetic point which
has the indicated heading at that point and ends at a point located at the provided
distance from the starting point.
- ellipsoidSeparationDistance(Ellipsoid, Cartesian, Matrix3By3) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
If the given
Ellipsoid
does not intersect with this ellipsoid this method returns the minimum separation
between the surfaces of the two ellipsoids.
- ellipsoidSeparationDistance(Ellipsoid, Cartesian, Matrix3By3, Cartesian[], Cartesian[]) - Method in class agi.foundation.geometry.shapes.Ellipsoid
-
If the given
Ellipsoid
does not intersect with this ellipsoid this method returns the minimum separation
between the surfaces of the two ellipsoids.
- EllipsoidSurfaceCurve - Class in agi.foundation.geometry.shapes
-
Represents a curve on the surface of an ellipsoid.
- EllipsoidSurfaceCurve() - Constructor for class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Initializes a new instance.
- EllipsoidSurfaceCurveIntersectionResults - Class in agi.foundation.geometry.shapes
-
- EllipsoidSurfaceCurveIntersectionResults(Cartographic, double, double) - Constructor for class agi.foundation.geometry.shapes.EllipsoidSurfaceCurveIntersectionResults
-
Initializes an instance.
- EllipsoidSurfaceRegion - Class in agi.foundation.geometry.shapes
-
This class represents a region of the surface of an
Ellipsoid
bounded by a closed surface curve.
- EllipsoidSurfaceRegionBuilder - Class in agi.foundation.geometry
-
- EllipsoidSurfaceRegionBuilder() - Constructor for class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Initializes a new instance.
- EllipsoidSurfaceRegionBuilder(Ellipsoid) - Constructor for class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Initializes a new instance with the specified ellipsoid.
- EllipsoidSurfaceRegionBuilder(Ellipsoid, double) - Constructor for class agi.foundation.geometry.EllipsoidSurfaceRegionBuilder
-
Initializes a new instance with the specified ellipsoid and border granularity.
- EllipsoidSurfaceRegionCoverageGridCell - Class in agi.foundation.geometry.discrete
-
An ellipsoid surface region grid cell that does not vary in time.
- EllipsoidSurfaceRegionCoverageGridCell(Collection<Cartographic>, double, Ellipsoid) - Constructor for class agi.foundation.geometry.discrete.EllipsoidSurfaceRegionCoverageGridCell
-
Initializes this 2D grid cell with the specified parameters.
- EllipsoidSurfaceRegionCurveConnectionType - Enum in agi.foundation.geometry
-
Specifies one of two surface curve connection types.
- EllipsoidSurfaceRegionHole - Class in agi.foundation.geometry.shapes
-
This class represents a hole in a region of the surface of an
Ellipsoid
bounded by a closed surface curve.
- EllipsoidTerrainProvider - Class in agi.foundation.terrain
-
A very simple terrain provider that returns 0.0 whenever asked for a height.
- EllipsoidTerrainProvider() - Constructor for class agi.foundation.terrain.EllipsoidTerrainProvider
-
- EllipsoidTerrainProvider(Ellipsoid, ReferenceFrame) - Constructor for class agi.foundation.terrain.EllipsoidTerrainProvider
-
Initializes a new instance with the specified shape and fixed frame.
- EllipsoidTriangulator - Class in agi.foundation.geometry.discrete
-
Triangulates an ellipsoid.
- EllipsoidType - Enum in agi.foundation.geometry.shapes
-
The type of an ellipsoid.
- EllipticalPolarization - Class in agi.foundation.communications
-
Represents elliptical polarization.
- EllipticalPolarization(double) - Constructor for class agi.foundation.communications.EllipticalPolarization
-
Initializes a new instance.
- EllipticalPolarization(double, double) - Constructor for class agi.foundation.communications.EllipticalPolarization
-
Initializes a new instance.
- EllipticalPolarization(double, double, PolarizationReferenceAxis) - Constructor for class agi.foundation.communications.EllipticalPolarization
-
Initializes a new instance.
- Empty - Static variable in class agi.foundation.compatibility.EventArgs
-
Represents an event with no event data.
- Empty - Static variable in class agi.foundation.infrastructure.threading.PersistentDictionary
-
An empty dictionary.
- EnceladusCentralBody - Class in agi.foundation.celestial
-
The Saturnian moon Enceladus.
- EnceladusCentralBody() - Constructor for class agi.foundation.celestial.EnceladusCentralBody
-
Initializes a new instance.
- EnceladusCentralBody(EnceladusCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.EnceladusCentralBody
-
Initializes a new instance as a copy of an existing instance.
- encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.ComplexConic
-
Indicates if the provided point is inside the volume.
- encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.CustomSensorPattern
-
Indicates if the provided point is inside the volume.
- encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.RectangularPyramid
-
Indicates if the provided point is inside the volume.
- encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.Solid
-
Indicates if the provided point is inside the volume.
- encloses(Cartesian) - Method in class agi.foundation.geometry.shapes.SyntheticApertureRadarVolume
-
Indicates if the provided point is inside the volume.
- EnclosureDescription - Class in agi.foundation.geometry.shapes
-
- EnclosureDescription(RealValuedScalarFunction1<Cartesian>, EnclosureFunctionType) - Constructor for class agi.foundation.geometry.shapes.EnclosureDescription
-
Initializes a new instance.
- EnclosureDescriptionCollection - Class in agi.foundation.geometry.shapes
-
- EnclosureDescriptionCollection() - Constructor for class agi.foundation.geometry.shapes.EnclosureDescriptionCollection
-
Initializes a new instance.
- EnclosureDescriptionCollection(Iterable<? extends EnclosureDescription>) - Constructor for class agi.foundation.geometry.shapes.EnclosureDescriptionCollection
-
Initializes a new instance.
- EnclosureFunctionType - Enum in agi.foundation.geometry.shapes
-
- endEntityMatching(Transaction) - Method in class agi.foundation.tracking.EntityFilter
-
- EndianBitConverter - Class in agi.foundation.infrastructure
-
BitConverter
assumes that the byte arrays given to it are always in
the system's native byte order.
- EndsOfSegment - Enum in agi.foundation.numericalmethods
-
Specifies if the initial state or final state of a segment should be considered.
- ensure(Transaction, Object) - Method in class agi.foundation.tracking.EntitySet
-
Ensures that the entity with a specified
EntityIdentifier
(
get
)
is not removed or replaced with a different entity with the same identifier before
a transaction is committed.
- ensureAll(Transaction) - Method in class agi.foundation.tracking.EntitySet
-
Ensures that the entity set does not change at all before the transaction is committed.
- ensureValue(Transaction) - Method in class agi.foundation.infrastructure.threading.TransactedProperty
-
- EntityAxes<TEntity extends IEntityOrientation> - Class in agi.foundation.geometry
-
- EntityAxes(TypeLiteral<TEntity>, EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.geometry.EntityAxes
-
Initializes a new instance representing the orientation of the specified entity parameter.
- EntityAxes(TypeLiteral<TEntity>, EntityAxes<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.EntityAxes
-
Initializes a new instance as a copy of an existing instance.
- EntityDescriptor<TEntity> - Class in agi.foundation.tracking
-
Describes a family of entities.
- EntityDescriptor() - Constructor for class agi.foundation.tracking.EntityDescriptor
-
Initializes a new instance.
- EntityDescriptor(EntityDescriptor<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityDescriptor
-
Initializes a new instance as a copy of an existing instance.
- EntityDynamicSensorFieldOfView<TEntity extends IEntitySensorFieldOfView> - Class in agi.foundation.geometry.shapes
-
- EntityDynamicSensorFieldOfView(EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Initializes a new instance representing the field of view of the specified entity parameter.
- EntityDynamicSensorFieldOfView(EntityDynamicSensorFieldOfView<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Initializes a new instance as a copy of an existing instance.
- EntityFilter<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
-
The base class for classes that are used with
EntityFilterChain
to
filter entities into different
EntitySets
based on their properties.
- EntityFilter(TransactionContext) - Constructor for class agi.foundation.tracking.EntityFilter
-
Initializes a new instance with the specified context.
- EntityFilter(EntityFilter<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityFilter
-
Initializes a new instance as a copy of an existing instance.
- EntityFilterChain<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
-
Groups entities into
EntitySets
with
a series of filters.
- EntityFilterChain(EntitySet<TEntity>, MatchingStrategy) - Constructor for class agi.foundation.tracking.EntityFilterChain
-
Initializes a new instance using the provided
EntitySet
and value indicating if entities should be matched against multiple filters.
- EntityFilterChain(EntityFilterChain<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityFilterChain
-
Initializes a new instance as a copy of an existing instance.
- EntityFilterCollection<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
-
- EntityFilterCollection() - Constructor for class agi.foundation.tracking.EntityFilterCollection
-
Initializes a new instance.
- EntityFilterCollection(Iterable<? extends EntityFilter<TEntity>>) - Constructor for class agi.foundation.tracking.EntityFilterCollection
-
Initializes a new instance that contains elements copied from the specified collection.
- EntityFilterCollection(EntityFilterCollection<TEntity>, CopyContext) - Constructor for class agi.foundation.tracking.EntityFilterCollection
-
Initializes a new instance as a copy of an existing instance.
- EntityHistory - Class in agi.foundation.tracking
-
- EntityIdentifierName - Static variable in class agi.foundation.tracking.CommonEntityInterfaces.IEntityIdentifier
-
The name of the
EntityIdentifier
(
get
) property.
- entityMatchingCleanup(Transaction) - Method in class agi.foundation.tracking.EntityFilter
-
Allows the filter to perform any filter-specific cleanup at the end of entity
matching.
- entityMatchingSetup(Transaction) - Method in class agi.foundation.tracking.AccessEntityFilter
-
Allows the filter to perform any filter-specific setup at the start of entity
matching.
- entityMatchingSetup(Transaction) - Method in class agi.foundation.tracking.DelegateEntityFilter
-
Allows the filter to perform any filter-specific setup at the start of entity
matching.
- entityMatchingSetup(Transaction) - Method in class agi.foundation.tracking.EntityFilter
-
Allows the filter to perform any filter-specific setup at the start of entity
matching.
- EntityParameter<TEntity> - Class in agi.foundation.tracking
-
The placeholder for a parameterized entity within an evaluator.
- EntityParameter() - Constructor for class agi.foundation.tracking.EntityParameter
-
Initializes a new instance.
- EntityPoint<TEntity extends IEntityPosition> - Class in agi.foundation.geometry
-
- EntityPoint(TypeLiteral<TEntity>, EntityParameter<TEntity>, TransactionParameter) - Constructor for class agi.foundation.geometry.EntityPoint
-
Initializes a new instance representing the position of the specified entity parameter.
- EntityPoint(TypeLiteral<TEntity>, EntityPoint<TEntity>, CopyContext) - Constructor for class agi.foundation.geometry.EntityPoint
-
Initializes a new instance as a copy of an existing instance.
- EntityPropertyGetter<TEntity> - Class in agi.foundation.tracking
-
Represents a method to get the value of a property on an entity.
- EntityPropertyGetter() - Constructor for class agi.foundation.tracking.EntityPropertyGetter
-
Creates a new instance of this delegate.
- EntityPropertyGetter(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertyGetter
-
Initializes a delegate that will invoke an instance method on a class instance.
- EntityPropertyGetter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertyGetter
-
Initializes a delegate that will invoke a static method on a class.
- EntityPropertyGetter.Function<TEntity> - Interface in agi.foundation.tracking
-
A functional interface for the containing delegate type.
- EntityPropertySetter<TEntity> - Class in agi.foundation.tracking
-
Represents a method to set the value of a property on an entity.
- EntityPropertySetter() - Constructor for class agi.foundation.tracking.EntityPropertySetter
-
Creates a new instance of this delegate.
- EntityPropertySetter(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertySetter
-
Initializes a delegate that will invoke an instance method on a class instance.
- EntityPropertySetter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityPropertySetter
-
Initializes a delegate that will invoke a static method on a class.
- EntityPropertySetter.Function<TEntity> - Interface in agi.foundation.tracking
-
A functional interface for the containing delegate type.
- EntitySchema<TEntity> - Class in agi.foundation.tracking
-
Describes the archived schema for an entity.
- EntitySchema(Class<?>) - Constructor for class agi.foundation.tracking.EntitySchema
-
Initializes a new instance.
- EntitySchemaProperty<TEntity> - Class in agi.foundation.tracking
-
- EntitySchemaProperty(String, Class<?>, EntityPropertyGetter<TEntity>, EntityPropertySetter<TEntity>) - Constructor for class agi.foundation.tracking.EntitySchemaProperty
-
Initializes a new instance.
- EntitySet<TEntity extends IEntityIdentifier> - Class in agi.foundation.tracking
-
This class holds and manages a collection of tracked entities.
- EntitySet(TransactionContext) - Constructor for class agi.foundation.tracking.EntitySet
-
Initializes a new instance.
- EntitySet(TransactionContext, Object) - Constructor for class agi.foundation.tracking.EntitySet
-
Initializes a new instance.
- EntitySetChangedEventArgs<TEntity> - Class in agi.foundation.tracking
-
Holds information about changes to an
EntitySet
.
- EntitySetChangedEventArgs(Collection<TEntity>, Collection<Object>) - Constructor for class agi.foundation.tracking.EntitySetChangedEventArgs
-
Initializes a new instance.
- EntityTransactedPropertyGetter<TEntity,T> - Class in agi.foundation.tracking
-
Represents a method to get a transacted property on an entity.
- EntityTransactedPropertyGetter() - Constructor for class agi.foundation.tracking.EntityTransactedPropertyGetter
-
Creates a new instance of this delegate.
- EntityTransactedPropertyGetter(Object, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityTransactedPropertyGetter
-
Initializes a delegate that will invoke an instance method on a class instance.
- EntityTransactedPropertyGetter(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.tracking.EntityTransactedPropertyGetter
-
Initializes a delegate that will invoke a static method on a class.
- EntityTransactedPropertyGetter.Function<TEntity,T> - Interface in agi.foundation.tracking
-
A functional interface for the containing delegate type.
- EntityVisualizer<TEntity extends IEntityIdentifier & IEntityPosition> - Class in agi.foundation.tracking
-
Abstract base class for visualizers, which display entities in Insight3D.
- EntityVisualizer(TypeLiteral<TEntity>) - Constructor for class agi.foundation.tracking.EntityVisualizer
-
Initializes a new instance.
- enumerate(T) - Method in class agi.foundation.infrastructure.DependencyEnumerator
-
Called by the object for each of its dependencies.
- enumerateAnyObject(Object) - Method in class agi.foundation.infrastructure.DependencyEnumerator
-
Called by the object for each of its dependencies.
- enumerateAnyObjectCollection(Iterable) - Method in class agi.foundation.infrastructure.DependencyEnumerator
-
Calls #enumerate(T)
for each of the objects in an enumerable list.
- enumerateCollection(Iterable<T>) - Method in class agi.foundation.infrastructure.DependencyEnumerator
-
- enumerateDefinitionalObject(Object) - Method in class agi.foundation.infrastructure.DependencyEnumerator
-
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessComputation
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryAnd
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryAtLeastN
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryAtMostN
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryExactlyN
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryNot
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryOr
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryStartAndMaintain
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AccessQueryTrackedSatellite
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.AlwaysSatisfiedLinkConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AltitudeConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AngleInPlaneConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AngleOutOfPlaneConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AzimuthAngleConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AzimuthAngleRateConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.AzimuthElevationMaskConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CartographicZoneConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodyEllipticCylindricalAccessConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodyLayeredProjectedVolumeAccessConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodyObstructionConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceCurveElevationAngleConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionElevationAngleConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CentralBodySurfaceRegionSensorVolumeConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CircularEquatorialOrbitGrazingAngleConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CommunicationLinkConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CommunicationObjectConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.CovarianceSeparationConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.DilutionOfPrecisionConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ElevationAngleConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ElevationAngleRateConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.GroundSampleDistanceConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.HeightAboveHorizonConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.NavigationAccuracyAssessedConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.NavigationAccuracyPredictedConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.RangeConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.RangeRateConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ScalarConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SensorVolumeConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SingleTargetRadarObjectConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.SurfaceDistanceConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.TerrainLineOfSightConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.ThirdBodyElevationAngleConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.constraints.TotalAngularRateConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.LinkInstantaneous
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.access.LinkSpeedOfLight
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.AircraftMotionIntegrationPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.CompositeManeuver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.CruiseBehavior
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.HorizontalBehavior
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.LinearClimbOrDescentBehavior
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.Maneuver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.PerformanceModels
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.PushOverOrPullUpBehavior
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleClimbPerformanceModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleCruisePerformanceModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleDescentPerformanceModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingCoordinatedFlight
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleFixedWingForwardFlightAerodynamics
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightJetPropulsion
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.SimpleForwardFlightPropellerPropulsion
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.TurnAtConstantRateBehavior
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.aircraftpropagation.VerticalBehavior
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.ccsds.CcsdsOrbitEphemerisMessageSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ArielCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.AtmosphericDragForce
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.AtmosphericRefractionModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CallistoCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CeresCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.CharonCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ConstantForce
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ConstantTorque
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ContinuousThrustForceModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DeimosCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DioneCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.DragBodyPlate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EarthCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EnceladusCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.EuropaCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ForceModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.GanymedeCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.GravityGradientTorque
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.HyperionCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IapetusCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IersTechnicalNote36RelativisticCorrectionForce
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.IoCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.JplDE
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.JupiterCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.LinkRefracted
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MagneticCoilTorque
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MagneticFieldVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MarsCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MercuryCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MimasCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.MoonCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NeptuneCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NPlateAtmosphericDragForce
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.NPlateSolarRadiationForce
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.OffAxisTorque
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PhobosCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PhoebeCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PlanetarySystemBarycenter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.PlutoCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ReactionWheelTorque
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.RheaCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SaturnCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarAtmosphericDensity
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarOccultation
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ScalarVariableAreaArgumentLatitude
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SimpleSolarRadiationForce
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarRadiationBodyPlate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarRadiationBoundaryMitigation
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolarSystemBarycenter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SolidTideModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SphericalHarmonicGravity
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.SunCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TethysCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.ThirdBodyGravity
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TimeVaryingSolidTideModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TitanCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TitaniaCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TorqueModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TritonCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.TwoBodyGravity
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.UranusCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VectorRefractedDisplacement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VenusCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.VestaCentralBody
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.celestial.WindModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.AzimuthElevationMaskGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.BillboardGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CentralBodySurfaceCurveGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CentralBodySurfaceRegionGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumAvailabilityExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumCustomPropertiesExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.CesiumReferenceFrameExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.DescriptionExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.EllipsoidGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.FieldOfViewGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.GraphicalVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.LabelGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.LinkGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.ModelGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.PathGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.PointGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.TilesetGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.cesium.ViewFromExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.AntennaSignalProcessor
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedReceivingAntennaExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseDualPolarizedTransmittingAntennaExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseReceivingAntennaExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.BaseTransmittingAntennaExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.LinkDirectionsProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.MinimumVarianceDistortionlessResponseBeamformer
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.PhasedArrayGainPattern
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.ScalarWeightLinkExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.StaticDirection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.antennas.StaticDirectionsProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.CommunicationLinkCollection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.CommunicationSystem
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexAnalogTransmitter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexDigitalTransmitter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ComplexReceiver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.ConstantPolarizationSource
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.IdentifiableTransmitterExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OpticalReceiver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OpticalTransmitter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.OrthogonalPolarizationSource
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererFrequencyBand
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererInformation
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.PointScattererLinkPath
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SignalChannelIdentifier
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.CompositeIntendedSignalStrategy
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.ConstantFrequencyMixer
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.ConstantGainAmplifier
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalDataSource
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalDemodulator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.DigitalModulator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByModulation
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.IntendedSignalByTransmitter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.LowNoiseAmplifier
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.OrthogonalPolarizationChannelSource
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.Photodetector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.PrimaryPolarizationChannelSource
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalModulator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.RectangularFilter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.SignalOutputExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.VariableFrequencyMixer
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifier
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version10
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.AtmosphericAttenuationModelItuRP676Version9
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.BeerLambertLawAtmosphericAttenuationModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.CloudFogAttenuationModelItuRP840Version6
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.CraneRainAttenuationModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.IonosphericAttenuationModelItuRP531Version13
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version10
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP618Version12
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RainAttenuationModelItuRP838Version3
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.RefractiveIndexStructureParameterModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.SignalPropagationModelChain
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.SimpleSatcomAtmosphericAttenuationModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TiremPropagationModel3_18
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.signalpropagation.TropoScintAttenuationModelItuRP1814
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleAnalogTransmitter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleDigitalTransmitter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SimpleReceiver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.Transceiver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.Transponder
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.communications.WirelessLinkExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.NumericalPropagatorAdapterHelper
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.StateElementAdapterDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coordinates.TransformationalStateElementAdapterDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.AssetDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.BaseCoverageDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.coverage.CoverageDefinitionOnSingleObject
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesAlignedConstrained
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesAlongTerrain
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesBPlane
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesEastNorthUp
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFixedAtJulianDate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFixedOffset
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesFromBankAngle
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInPointsAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesInVectorsAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesLinearRate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesLocalVerticalLocalHorizontal
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesNorthEastDown
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesPropagationParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesTargetingLink
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesVehicleVelocityLocalHorizontal
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.AxesVelocityOrbitNormal
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationLinkScalar
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationLinkSignalData
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CommunicationObjectScalar
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CompositeAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.CompositePoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ConstantCovariance3By3
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.Covariance3By3DynamicMatrix
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DelegateOnStateValueDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicDelaunayElements
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicEquinoctialElements
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicKozaiIzsakMeanElements
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.DynamicModifiedKeplerianElements
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.EntityAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.EntityPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.GeometryDynamicState
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.JplDECenterOfMassPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnEvaluatorPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnStatePoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedOnStateVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ParameterizedVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointAtAltitude
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointCartographic
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointCentralBodyProjection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointDifferentiator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointFixedAtJulianDate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointFixedOffset
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInPointsFrame
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInReferenceFrame
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInRegionNearestToReferencePoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointPropagationParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.PointVectorToPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ReferenceFrame
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAbsoluteValue
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleBetweenVectors
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleInRange
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarAngleSmallSpan
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarCartographicElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarCosine
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDelaunayElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDelayedByLink
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDeltaSphericalElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDerivative
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDihedralAngle
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDopplerConeAngle
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDotProduct
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarDynamicPressure
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarEquinoctialElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarEquivalentAirspeed
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarExponent
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarFixedAtJulianDate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarGpsCommunicationsReceiverChannelNoise
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarGrazingAltitudeBetweenTwoPoints
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarInverseTangent
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarKozaiIzsakMeanElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMachNumber
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMaximumValue
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarMinimumValue
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarModifiedKeplerianElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarPointElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarProduct
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarPropagationLoss
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteHeading
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteHeight
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteSurfaceSpeed
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarRouteTotalSpeed
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSine
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSphericalElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSquintAngle
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarSum
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ScalarVectorElement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ServiceProviderAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.ServiceProviderPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.shapes.EntityDynamicSensorFieldOfView
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.SpecifiedResolutionLinkSubdivision
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.TimeFromStateValueDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAcceleration
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAngularAcceleration
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorAngularVelocity
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorApparentDisplacement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorBPlane
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorCrossProduct
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDerivative
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDifferentiator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorDisplacement
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorEllipsoidSurfaceNormal
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorFixed
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorFixedAtJulianDate
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInPointsAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInVectorsAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorInverted
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorMagnitude
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorNormalized
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorPropagationParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorScaled
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorSum
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.geometry.VectorVelocity
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ChildrenExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.DefinitionalObject
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.DefinitionalObjectCollection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ExtensibleObject
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ExtensionCollection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in interface agi.foundation.infrastructure.IEnumerateDependencies
-
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ObjectExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.infrastructure.ParentExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsFrontEnd
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.GpsCommunicationsNoiseModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.GpsSignalGenerator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationReceiverAccessQuery
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationReceiverChannel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationSignal
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.NavigationTransmitterExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.advanced.signalprocessing.GpsPowerSpectralDensityFilter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.ConstantGpsReceiverNoiseModel
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsReceiver
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsReceiverExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsSatelliteExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.GpsSatelliteInformationExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.models.ScalarSaastamoinenTroposphericCorrection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.navigation.models.ScalarSingleFrequencyIonosphericCorrection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesFixed
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesSum
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.CombinedCostFunction
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.CostFunctionSettings
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.Covariance3By3SizeAndOrientationInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.Covariance6By6TwoBodyBlender
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedCostFunction
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedInequalityConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DelegateBasedVariable
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.DoubleMotionInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.InequalityConstraintSettings
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedDateVariable
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedDoubleVariable
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedDurationVariable
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ParameterizedScalarVariable
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.RotationalMotionInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfNumericalSegmentConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentCostFunction
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarAtEndOfSegmentInequalityConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentCostFunction
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.ScalarDifferenceOfSegmentInequalityConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunction
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariable
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.SolverVariableSettings
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListDifferentialCorrector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.TargetedSegmentListParameterOptimizer
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.numericalmethods.TranslationalMotionInterpolator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AccessConstraintsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AccessQueryGraphicsParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AccessResultExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.AxesGraphicsParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.CentralBodySurfaceCurve
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.CentralBodySurfaceRegion
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.ChildPlatformCollection
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.DynamicFieldOfViewExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.FieldOfViewCentralBodyProjectionGraphicsExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.FieldOfViewExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.GraphicalVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.GraphicsParameterTransform
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.LocationPointCovarianceExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.LocationPointExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.OrientationAxesExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.Platform
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.PlatformLocationPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.PlatformOrientationAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.PointGraphicsParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.ScalarGraphicsParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.platforms.VectorGraphicsParameter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.AuxiliaryStateScalar
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.AuxiliaryStateVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.BallisticPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.DynamicStateStoppablePropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.GpsRinexPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.J2Propagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.J4Propagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.LifetimeOrbitPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.NavstarISGps200DPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.NumericalPropagatorDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationEulerianAxes
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationNewtonianPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationScalar
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagationVector
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.PropagatorPoint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.Sgp4Propagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.SimpleAscentPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.SinglePointStoppablePropagatorDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.StateTransitionMatrix
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.StoppableNumericalPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.StoppablePropagatorDefinition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.TwoBodyPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.propagators.WaypointPropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.InterferenceSignalIdentifier
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.ProcessedRadarWaveformOutputExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.RadarWaveformProcessor
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.SignalToNoiseRatioScalar
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.SingleTargetRadarLinkScalar
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.radar.TargetRadarCrossSectionExtension
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.CompositeProfileSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.CompositeSurfaceSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ConnectionConfigurationResult
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ConstantHeightSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ParametricRouteSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.PartialSurfaceSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.advanced.ProcedureConfigurationResult
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.PropagatedRoute
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.routedesign.RoutePropagator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.BasicLaunchSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangePropagateSegmentsPropagatorOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeReturnSegmentOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionEnabledOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeStoppingConditionThresholdOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ChangeStopSegmentOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FiniteManeuverSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FollowSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FollowSegmentEndsWithStoppingConditions
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.FollowSegmentStartsWithStoppingConditions
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverInformation
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ImpulsiveManeuverSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.InitialStateSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.NumericalInitialStateSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.NumericalPropagatorSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.PropagateSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.ReturnSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SeedFiniteManeuverOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SegmentList
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SingleValueStateUpdater
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SwapSegmentOperator
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.SwitchableSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.TargetedSegmentList
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.segmentpropagation.UpdateSegment
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.AsteroidsBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.CeresBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.JplSpkEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Jup365BspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.JupiterBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.MarsBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Nep097BspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.NeptuneBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.PlanetsBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Plu058BspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.PlutoBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Sat441BspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.SaturnBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.Ura111BspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.UranusBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.spice.VestaBspEphemerisProvider
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.AccessStoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.DelegateStoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.DelegateStoppingConditionConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.DurationStoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.ScalarStoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.ScalarStoppingConditionConstraint
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.StoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.stoppingconditions.ValueInStateStoppingCondition
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateDependencies(DependencyEnumerator) - Method in class agi.foundation.tracking.AccessEntityFilter
-
Enumerates the dependencies of this object by calling
DependencyEnumerator#enumerate(T)
for each object that this object directly depends upon.
- enumerateNonDefinitionalObject(Object) - Method in class agi.foundation.infrastructure.DependencyEnumerator
-
Called by the object for each of its dependencies.
- Enumeration - Interface in agi.foundation.compatibility
-
A marker interface for types implementing an enumeration based on an integer value.
- Ephemeris() - Constructor for class agi.foundation.stk.StkEphemerisFile.Ephemeris
-
- EphemerisLLATimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePos
-
- EphemerisLLATimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLATimePosVel
-
- EphemerisLLRTimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePos
-
- EphemerisLLRTimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisLLRTimePosVel
-
- EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE200
-
The
PlanetaryEphemerisNumber
(
get
) represented by this class.
- EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE403
-
The
PlanetaryEphemerisNumber
(
get
) represented by this class.
- EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE405
-
The
PlanetaryEphemerisNumber
(
get
) represented by this class.
- EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE421
-
The
PlanetaryEphemerisNumber
(
get
) represented by this class.
- EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE430
-
The
PlanetaryEphemerisNumber
(
get
) represented by this class.
- EphemerisNumber - Static variable in class agi.foundation.celestial.JplDE440
-
The
PlanetaryEphemerisNumber
(
get
) represented by this class.
- EphemerisTimePos() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisTimePos
-
- EphemerisTimePosVel() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVel
-
- EphemerisTimePosVelAcc() - Constructor for class agi.foundation.stk.StkEphemerisFile.EphemerisTimePosVelAcc
-
- EpochSecondsStoppingCondition - Class in agi.foundation.stoppingconditions
-
A
StoppingCondition
whose threshold is the number of seconds
past an arbitrary epoch.
- EpochSecondsStoppingCondition() - Constructor for class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Initializes a new instance.
- EpochSecondsStoppingCondition(JulianDate, JulianDate) - Constructor for class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Initializes a new instance.
- EpochSecondsStoppingCondition(EpochSecondsStoppingCondition, CopyContext) - Constructor for class agi.foundation.stoppingconditions.EpochSecondsStoppingCondition
-
Initializes a new instance as a copy of an existing instance.
- Epsilon1 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-1
- Epsilon10 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-10
- Epsilon11 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-11
- Epsilon12 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-12
- Epsilon13 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-13
- Epsilon14 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-14
- Epsilon15 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-15
- Epsilon16 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-16
- Epsilon17 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-17
- Epsilon18 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-18
- Epsilon19 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-19
- Epsilon2 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-2
- Epsilon20 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-20
- Epsilon3 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-3
- Epsilon4 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-4
- Epsilon5 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-5
- Epsilon6 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-6
- Epsilon7 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-7
- Epsilon8 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-8
- Epsilon9 - Static variable in class agi.foundation.Constants
-
A small number useful for comparisons, 1e-9
- equalityWithinTolerance(double) - Method in class agi.foundation.numericalmethods.SolverConstraintSettings
-
Calculates if the absolute value of the current constraint value minus the
DesiredValue
(
get
/
set
)
(i.e.
- equals(Object) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Indicates whether another object is exactly equal to this instance.
- equals(ClimbDescentCommandedValues, ClimbDescentCommandedValues) - Static method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Indicates whether another object is exactly equal to this instance.
- equals(CruiseCommandedValues, CruiseCommandedValues) - Static method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
-
Indicates whether another object is exactly equal to this instance.
- equals(HorizontalBehaviorDerivatives, HorizontalBehaviorDerivatives) - Static method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
-
Indicates whether another object is exactly equal to this instance.
- equals(VerticalBehaviorDerivatives, VerticalBehaviorDerivatives) - Static method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.Bounds
-
Indicates whether another object is exactly equal to this instance.
- equals(Bounds, Bounds) - Static method in class agi.foundation.Bounds
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Indicates whether another object is exactly equal to this instance.
- equals(EarthOrientationParametersData, EarthOrientationParametersData) - Static method in class agi.foundation.celestial.EarthOrientationParametersData
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.celestial.IauOrientationParameters
-
Indicates whether another object is exactly equal to this instance.
- equals(IauOrientationParameters, IauOrientationParameters) - Static method in class agi.foundation.celestial.IauOrientationParameters
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.celestial.Nutation
-
Indicates whether another object is exactly equal to this instance.
- equals(Nutation, Nutation) - Static method in class agi.foundation.celestial.Nutation
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.celestial.Precession
-
Indicates whether another object is exactly equal to this instance.
- equals(Precession, Precession) - Static method in class agi.foundation.celestial.Precession
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Indicates whether another object is exactly equal to this instance.
- equals(SphericalHarmonicCoefficients, SphericalHarmonicCoefficients) - Static method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
-
Returns true if this object is equivalent to the given object.
- equals(ThirdBodyGravity.ThirdBodyInfo, ThirdBodyGravity.ThirdBodyInfo) - Static method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.cesium.NearFarScalar
-
Indicates whether another object is exactly equal to this instance.
- equals(NearFarScalar, NearFarScalar) - Static method in class agi.foundation.cesium.NearFarScalar
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.communications.antennas.WeightedDirection
-
- equals(ElectricFieldVectorComponents, ElectricFieldVectorComponents) - Static method in class agi.foundation.communications.ElectricFieldVectorComponents
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.communications.ElectricFieldVectorComponents
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.Signal
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.SignalCollection
-
Indicates whether another object is exactly equal to this instance.
- equals(SignalCollection) - Method in class agi.foundation.communications.SignalCollection
-
Indicates whether this collection of signals is equivalent to another collection of signals.
- equals(Object) - Method in class agi.foundation.communications.SignalDopplerShiftData
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationBpsk
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationFsk
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationOok
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationPsk
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.signalprocessing.ModulationQpsk
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
-
Indicates whether another object is exactly equal to this instance.
- equals(PulsedSignalData, PulsedSignalData) - Static method in class agi.foundation.communications.signalprocessing.PulsedSignalData
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValues
-
- equals(Object) - Method in class agi.foundation.communications.signalpropagation.ItuRP835ComputedValues
-
- equals(Object) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValues
-
- equals(Object) - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.compatibility.Delegate
-
- equals(Object) - Method in class agi.foundation.compatibility.DimensionF
-
- equals(Object) - Method in class agi.foundation.compatibility.FileAccess
-
- equals(Object) - Method in class agi.foundation.compatibility.FontStyle
-
- equals(T, T) - Method in interface agi.foundation.compatibility.IEqualityComparer
-
Determines whether the specified objects are equal.
- equals(Object) - Method in class agi.foundation.compatibility.MouseButtons
-
- equals(Object) - Method in class agi.foundation.compatibility.PointF
-
- equals(Object) - Method in exception agi.foundation.compatibility.WrappedRuntimeException
-
- equals(Object) - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Indicates whether another object is exactly equal to this instance.
- equals(AngleAxisRotation, AngleAxisRotation) - Static method in class agi.foundation.coordinates.AngleAxisRotation
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Indicates whether another object is exactly equal to this instance.
- equals(AzimuthElevationRange, AzimuthElevationRange) - Static method in class agi.foundation.coordinates.AzimuthElevationRange
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Indicates whether another object is exactly equal to this instance.
- equals(AzimuthHorizontalVertical, AzimuthHorizontalVertical) - Static method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.BoundingRectangle
-
Indicates whether another object is exactly equal to this instance.
- equals(BoundingRectangle, BoundingRectangle) - Static method in class agi.foundation.coordinates.BoundingRectangle
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Cartesian
-
Indicates whether another object is exactly equal to this instance.
- equals(Cartesian, Cartesian) - Static method in class agi.foundation.coordinates.Cartesian
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.CartesianBounds
-
Indicates whether another object is exactly equal to this instance.
- equals(CartesianBounds, CartesianBounds) - Static method in class agi.foundation.coordinates.CartesianBounds
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Cartographic
-
Indicates whether another object is exactly equal to this instance.
- equals(Cartographic, Cartographic) - Static method in class agi.foundation.coordinates.Cartographic
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.CartographicExtent
-
Indicates whether another object is exactly equal to this instance.
- equals(CartographicExtent, CartographicExtent) - Static method in class agi.foundation.coordinates.CartographicExtent
-
Returns true
if the two instances are exactly equal.
- equals(Complex, Complex) - Static method in class agi.foundation.coordinates.Complex
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Complex
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.coordinates.ComplexMatrix
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.coordinates.Covariance3By3Derivative
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
Indicates whether another object is exactly equal to this instance.
- equals(Covariance3By3SizeAndOrientation) - Method in class agi.foundation.coordinates.Covariance3By3SizeAndOrientation
-
Indicates whether another instance of this type is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.coordinates.Cylindrical
-
Indicates whether another object is exactly equal to this instance.
- equals(Cylindrical, Cylindrical) - Static method in class agi.foundation.coordinates.Cylindrical
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.CylindricalBounds
-
Indicates whether another object is exactly equal to this instance.
- equals(CylindricalBounds, CylindricalBounds) - Static method in class agi.foundation.coordinates.CylindricalBounds
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.DenseMatrix
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.coordinates.DiagonalMatrix
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.coordinates.EigenDecomposition
-
Indicates whether another object is exactly equal to this instance.
- equals(EigenDecomposition, EigenDecomposition) - Static method in class agi.foundation.coordinates.EigenDecomposition
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.ElementaryRotation
-
Indicates whether another object is exactly equal to this instance.
- equals(ElementaryRotation, ElementaryRotation) - Static method in class agi.foundation.coordinates.ElementaryRotation
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.EulerSequence
-
Indicates whether another object is exactly equal to this instance.
- equals(EulerSequence, EulerSequence) - Static method in class agi.foundation.coordinates.EulerSequence
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.HelmertTransformation
-
Indicates whether another object is exactly equal to this instance.
- equals(HelmertTransformation, HelmertTransformation) - Static method in class agi.foundation.coordinates.HelmertTransformation
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.KinematicTransformation
-
Indicates whether another object is exactly equal to this instance.
- equals(KinematicTransformation, KinematicTransformation) - Static method in class agi.foundation.coordinates.KinematicTransformation
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Indicates whether another object is exactly equal to this instance.
- equals(LongitudeLatitudeRadius, LongitudeLatitudeRadius) - Static method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Returns true
if the two instances are exactly equal.
- equals(Matrix, Matrix) - Static method in class agi.foundation.coordinates.Matrix
-
Indicates whether the two provided matrices hold the same data.
- equals(Object) - Method in class agi.foundation.coordinates.Matrix3By3
-
Indicates whether another object is exactly equal to this instance.
- equals(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3
-
Indicates whether another instance of this type is exactly equal to this instance.
- equals(Matrix3By3, Matrix3By3) - Static method in class agi.foundation.coordinates.Matrix3By3
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Indicates whether another object is exactly equal to this instance.
- equals(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Indicates whether another instance of this type is exactly equal to this instance.
- equals(Matrix3By3Symmetric, Matrix3By3Symmetric) - Static method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Matrix6By6
-
Indicates whether another object is exactly equal to this instance.
- equals(Matrix6By6, Matrix6By6) - Static method in class agi.foundation.coordinates.Matrix6By6
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Indicates whether another object is exactly equal to this instance.
- equals(Matrix6By6Symmetric, Matrix6By6Symmetric) - Static method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Indicates whether another object is exactly equal to this instance.
- equals(MilitaryGridReferenceSystem, MilitaryGridReferenceSystem) - Static method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Polar
-
Indicates whether another object is exactly equal to this instance.
- equals(Polar, Polar) - Static method in class agi.foundation.coordinates.Polar
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Pyramidal
-
Indicates whether another object is exactly equal to this instance.
- equals(Pyramidal, Pyramidal) - Static method in class agi.foundation.coordinates.Pyramidal
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.PyramidalBounds
-
Indicates whether another object is exactly equal to this instance.
- equals(PyramidalBounds, PyramidalBounds) - Static method in class agi.foundation.coordinates.PyramidalBounds
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Quaternion
-
Indicates whether another object is exactly equal to this instance.
- equals(Quaternion, Quaternion) - Static method in class agi.foundation.coordinates.Quaternion
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.Rectangular
-
Indicates whether another object is exactly equal to this instance.
- equals(Rectangular, Rectangular) - Static method in class agi.foundation.coordinates.Rectangular
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Indicates whether another object is exactly equal to this instance.
- equals(RotationVectorAngularVelocity, RotationVectorAngularVelocity) - Static method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
- equals(Object) - Method in class agi.foundation.coordinates.Spherical
-
Indicates whether another object is exactly equal to this instance.
- equals(Spherical, Spherical) - Static method in class agi.foundation.coordinates.Spherical
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.SphericalBounds
-
Indicates whether another object is exactly equal to this instance.
- equals(SphericalBounds, SphericalBounds) - Static method in class agi.foundation.coordinates.SphericalBounds
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Indicates whether another object is exactly equal to this instance.
- equals(TextureCoordinate4DF, TextureCoordinate4DF) - Static method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.UnitCartesian
-
Indicates whether another object is exactly equal to this instance.
- equals(UnitCartesian, UnitCartesian) - Static method in class agi.foundation.coordinates.UnitCartesian
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.UnitQuaternion
-
Indicates whether another object is exactly equal to this instance.
- equals(UnitQuaternion, UnitQuaternion) - Static method in class agi.foundation.coordinates.UnitQuaternion
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.UnitRectangular
-
Indicates whether another object is exactly equal to this instance.
- equals(UnitRectangular, UnitRectangular) - Static method in class agi.foundation.coordinates.UnitRectangular
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.UnitSpherical
-
Indicates whether another object is exactly equal to this instance.
- equals(UnitSpherical, UnitSpherical) - Static method in class agi.foundation.coordinates.UnitSpherical
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Indicates whether another object is exactly equal to this instance.
- equals(UniversalPolarStereographic, UniversalPolarStereographic) - Static method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Indicates whether another object is exactly equal to this instance.
- equals(UniversalTransverseMercator, UniversalTransverseMercator) - Static method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.coordinates.YawPitchRoll
-
Indicates whether another object is exactly equal to this instance.
- equals(YawPitchRoll, YawPitchRoll) - Static method in class agi.foundation.coordinates.YawPitchRoll
-
Returns true
if the two instances are exactly equal.
- equals(DegreesMinutesSeconds, DegreesMinutesSeconds) - Static method in class agi.foundation.DegreesMinutesSeconds
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.DegreesMinutesSeconds
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.geometry.discrete.CylinderFill
-
- equals(Object) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.geometry.shapes.PointOnCurve
-
Indicates whether another object is exactly equal to this instance.
- equals(PointOnCurve, PointOnCurve) - Static method in class agi.foundation.geometry.shapes.PointOnCurve
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.graphics.advanced.BoundingSphere
-
Indicates whether another object is exactly equal to this instance.
- equals(BoundingSphere, BoundingSphere) - Static method in class agi.foundation.graphics.advanced.BoundingSphere
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.graphics.advanced.RenderPass
-
- equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayPadding
-
- equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayPoint
-
- equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlayRotationPoint
-
- equals(Object) - Method in class agi.foundation.graphics.advanced.ScreenOverlaySize
-
- equals(Object) - Method in class agi.foundation.graphics.PathPoint
-
Indicates whether another object is exactly equal to this instance.
- equals(PathPoint, PathPoint) - Static method in class agi.foundation.graphics.PathPoint
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.graphics.PathPointBuilder
-
Indicates whether another object is exactly equal to this instance.
- equals(PathPointBuilder, PathPointBuilder) - Static method in class agi.foundation.graphics.PathPointBuilder
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Indicates whether another object is exactly equal to this instance.
- equals(TextureFilter2D, TextureFilter2D) - Static method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
-
Indicates whether another object is exactly equal to this instance.
- equals(TextureTemplate2D, TextureTemplate2D) - Static method in class agi.foundation.graphics.renderer.TextureTemplate2D
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.infrastructure.ParameterAction
-
- equals(Object) - Method in class agi.foundation.Motion1
-
Indicates whether another object is exactly equal to this instance.
- equals(Motion1<T>, Motion1<T>) - Static method in class agi.foundation.Motion1
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.Motion2
-
Indicates whether another object is exactly equal to this instance.
- equals(Motion2<T, TDerivative>, Motion2<T, TDerivative>) - Static method in class agi.foundation.Motion2
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Indicates whether another object is exactly equal to this instance.
- equals(RinexNavigationEphemeris, RinexNavigationEphemeris) - Static method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Indicates whether another object is exactly equal to this instance.
- equals(SatelliteIdentifier, SatelliteIdentifier) - Static method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.numericalmethods.CostFunctionScaling
-
- equals(Object) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.numericalmethods.InequalityConstraintScaling
-
- equals(Object) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnCostFunction
-
- equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnInequalityConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.NoScalingOnVariable
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfBoundValueScalingOnInequalityConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfDesiredValueScalingOnConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfInitialValueScalingOnVariable
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnCostFunction
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnInequalityConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.ReciprocalOfToleranceScalingOnVariable
-
- equals(Object) - Method in class agi.foundation.numericalmethods.SolverConstraintScaling
-
- equals(Object) - Method in class agi.foundation.numericalmethods.SolverVariableScaling
-
- equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnCostFunction
-
- equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnInequalityConstraint
-
- equals(Object) - Method in class agi.foundation.numericalmethods.SpecifiedValueScalingOnVariable
-
- equals(Object) - Method in class agi.foundation.numericalmethods.StepSizeInformation
-
- equals(Object) - Method in class agi.foundation.propagators.advanced.PropagationEvaluationInformation
-
- equals(Object) - Method in class agi.foundation.propagators.PropagationStateArray
-
Indicates whether another object is exactly equal to this instance.
- equals(PropagationStateArray, PropagationStateArray) - Static method in class agi.foundation.propagators.PropagationStateArray
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.propagators.Waypoint
-
Indicates whether another object is exactly equal to this instance.
- equals(Waypoint, Waypoint) - Static method in class agi.foundation.propagators.Waypoint
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.radar.SignalSwerlingTargetModel
-
- equals(Object) - Method in class agi.foundation.terrain.ElevationMask
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.terrain.ElevationRise
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.terrain.FirstPartialsOfHeight
-
- equals(Object) - Method in class agi.foundation.terrain.GTOPO30Options
-
- equals(Object) - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Indicates whether another object is exactly equal to this instance.
- equals(QuantizedMeshTileCoordinateExtent, QuantizedMeshTileCoordinateExtent) - Static method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.terrain.QuantizedMeshTileID
-
Indicates whether another object is exactly equal to this instance.
- equals(QuantizedMeshTileID, QuantizedMeshTileID) - Static method in class agi.foundation.terrain.QuantizedMeshTileID
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Indicates whether another object is exactly equal to this instance.
- equals(RasterTerrainIndexExtent, RasterTerrainIndexExtent) - Static method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.terrain.SecondPartialsOfHeight
-
- equals(TerrainCacheTimeStamp, TerrainCacheTimeStamp) - Static method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.terrain.TerrainRegion
-
Indicates whether another object is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.time.Duration
-
Returns
true
if this
Duration
exactly equals another
Duration
, within the limits
of floating point precision.
- equals(Duration, Duration) - Static method in class agi.foundation.time.Duration
-
Returns
true
if two
Durations
are exactly equal, within the limits
of floating point precision.
- equals(Object) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Indicates whether another object is exactly equal to this instance.
- equals(GlobalPositioningSystemDate, GlobalPositioningSystemDate) - Static method in class agi.foundation.time.GlobalPositioningSystemDate
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.time.GregorianDate
-
Indicates whether another object is exactly equal to this instance.
- equals(GregorianDate, GregorianDate) - Static method in class agi.foundation.time.GregorianDate
-
Returns true
if the two instances are exactly equal.
- equals(JulianDate, JulianDate) - Static method in class agi.foundation.time.JulianDate
-
Returns true if two dates are exactly equal.
- equals(Object) - Method in class agi.foundation.time.JulianDate
-
Returns true if this date exactly equals another date.
- equals(Object) - Method in class agi.foundation.time.LeapSecond
-
Indicates whether another object is exactly equal to this instance.
- equals(LeapSecond, LeapSecond) - Static method in class agi.foundation.time.LeapSecond
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.time.TimeInterval
-
Indicates whether another object is exactly equal to this instance.
- equals(TimeInterval, TimeInterval) - Static method in class agi.foundation.time.TimeInterval
-
Returns true
if the two instances are exactly equal.
- equals(TimeInterval1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeInterval1
-
Indicates whether another instance of this type is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.time.TimeInterval1
-
Indicates whether another object is exactly equal to this instance.
- equals(TimeInterval1<T>, TimeInterval1<T>) - Static method in class agi.foundation.time.TimeInterval1
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.time.TimeIntervalCollection
-
Indicates whether another object is exactly equal to this instance.
- equals(TimeIntervalCollection, TimeIntervalCollection) - Static method in class agi.foundation.time.TimeIntervalCollection
-
Returns true
if the two instances are exactly equal.
- equals(TimeIntervalCollection1<T>, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Indicates whether another instance of this type is exactly equal to this instance.
- equals(Object) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Indicates whether another object is exactly equal to this instance.
- equals(TimeIntervalCollection1<T>, TimeIntervalCollection1<T>) - Static method in class agi.foundation.time.TimeIntervalCollection1
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.time.YearMonthDay
-
Indicates whether another object is exactly equal to this instance.
- equals(YearMonthDay, YearMonthDay) - Static method in class agi.foundation.time.YearMonthDay
-
Returns true
if the two instances are exactly equal.
- equals(Object) - Method in class agi.foundation.TypeLiteral
-
Returns true of
object
is a type literal representing the same
type
as this type literal, false if not.
- equals(Object) - Method in class agi.foundation.TypeLiteral
-
Returns true of
object
is a type literal representing the same
type
as this type literal, false if not.
- equalsEpsilon(Bounds, double) - Method in class agi.foundation.Bounds
-
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
- equalsEpsilon(AngleAxisRotation, double) - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Returns true if all of the elements of this rotation are within epsilon
of the same elements of the specified rotation.
- equalsEpsilon(AzimuthElevationRange, double) - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(AzimuthHorizontalVertical, double) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(BoundingRectangle, double) - Method in class agi.foundation.coordinates.BoundingRectangle
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Cartesian, double) - Method in class agi.foundation.coordinates.Cartesian
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(CartesianBounds, double) - Method in class agi.foundation.coordinates.CartesianBounds
-
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
- equalsEpsilon(Cartographic, double) - Method in class agi.foundation.coordinates.Cartographic
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(CartographicExtent, double) - Method in class agi.foundation.coordinates.CartographicExtent
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Cylindrical, double) - Method in class agi.foundation.coordinates.Cylindrical
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(CylindricalBounds, double) - Method in class agi.foundation.coordinates.CylindricalBounds
-
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
- equalsEpsilon(ElementaryRotation, double) - Method in class agi.foundation.coordinates.ElementaryRotation
-
Returns true if all of the elements of this rotation are within epsilon
of the same elements of the specified rotation.
- equalsEpsilon(EulerSequence, double) - Method in class agi.foundation.coordinates.EulerSequence
-
Returns true
if all of the elements of this rotation are within epsilon
of the same elements of the specified rotation.
- equalsEpsilon(LongitudeLatitudeRadius, double) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Matrix, double) - Method in class agi.foundation.coordinates.Matrix
-
Indicates whether each cell value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Matrix3By3, double) - Method in class agi.foundation.coordinates.Matrix3By3
-
Returns true if all of the elements of this matrix are within epsilon
of the same elements of the specified matrix.
- equalsEpsilon(Matrix3By3Symmetric, double) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Returns true if all of the elements of this matrix are within epsilon
of the same elements of the specified matrix.
- equalsEpsilon(Matrix6By6, double) - Method in class agi.foundation.coordinates.Matrix6By6
-
Returns true if all of the elements of this matrix are within epsilon
of the same elements of the specified matrix.
- equalsEpsilon(Matrix6By6Symmetric, double) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Returns true if all of the elements of this matrix are within epsilon
of the same elements of the specified matrix.
- equalsEpsilon(MilitaryGridReferenceSystem, double) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Polar, double) - Method in class agi.foundation.coordinates.Polar
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Pyramidal, double) - Method in class agi.foundation.coordinates.Pyramidal
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(PyramidalBounds, double) - Method in class agi.foundation.coordinates.PyramidalBounds
-
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
- equalsEpsilon(Quaternion, double) - Method in class agi.foundation.coordinates.Quaternion
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Rectangular, double) - Method in class agi.foundation.coordinates.Rectangular
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(Spherical, double) - Method in class agi.foundation.coordinates.Spherical
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(SphericalBounds, double) - Method in class agi.foundation.coordinates.SphericalBounds
-
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
- equalsEpsilon(TextureCoordinate4DF, double) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Indicates whether each coordinate parameter of another instance of this type
is within the required tolerance of the corresponding coordinate parameter.
- equalsEpsilon(UnitCartesian, double) - Method in class agi.foundation.coordinates.UnitCartesian
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(UnitQuaternion, double) - Method in class agi.foundation.coordinates.UnitQuaternion
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(UnitRectangular, double) - Method in class agi.foundation.coordinates.UnitRectangular
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(UnitSpherical, double) - Method in class agi.foundation.coordinates.UnitSpherical
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(UniversalPolarStereographic, double) - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(UniversalTransverseMercator, double) - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
- equalsEpsilon(YawPitchRoll, double) - Method in class agi.foundation.coordinates.YawPitchRoll
-
Returns true
if all of the elements of this quaternion are within epsilon
of the same elements of the specified quaternion.
- equalsEpsilon(DegreesMinutesSeconds, double) - Method in class agi.foundation.DegreesMinutesSeconds
-
- equalsEpsilon(BoundingSphere, double) - Method in class agi.foundation.graphics.advanced.BoundingSphere
-
Indicates whether the center and radius of another instance of this type
is within the required tolerance of the corresponding center and radius value of this instance.
- equalsEpsilon(T, double) - Method in interface agi.foundation.infrastructure.IEquatableEpsilon
-
Returns true if this instance is equal to the specified instance, within epsilon
.
- equalsEpsilon(Duration, double) - Method in class agi.foundation.time.Duration
-
Returns
true
if this
Duration
is within
epsilon
seconds of the
specified
Duration
.
- equalsEpsilon(GlobalPositioningSystemDate, double) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Returns true if this date is within epsilon
seconds of the
specified date.
- equalsEpsilon(JulianDate, double) - Method in class agi.foundation.time.JulianDate
-
Returns true if this date is within epsilon
seconds of the specified date.
- equalsEpsilon(TimeInterval, double) - Method in class agi.foundation.time.TimeInterval
-
Determines if this time interval is equal to another time interval, using an epsilon to compare
the
Start
(
get
) and
Stop
(
get
) properties of the
two intervals.
- equalsEpsilon(TimeInterval1<T>, double) - Method in class agi.foundation.time.TimeInterval1
-
Determines if this time interval is equal to another time interval, using an epsilon to compare
the
Start
(
get
) and
Stop
(
get
) properties of the
two intervals.
- equalsEpsilon(TimeInterval1<T>, double, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeInterval1
-
Determines if this time interval is equal to another time interval, using an epsilon to compare
the
Start
(
get
) and
Stop
(
get
) properties of the
two intervals.
- equalsEpsilon(TimeIntervalCollection, double) - Method in class agi.foundation.time.TimeIntervalCollection
-
- equalsEpsilon(TimeIntervalCollection1<T>, double) - Method in class agi.foundation.time.TimeIntervalCollection1
-
- equalsEpsilon(TimeIntervalCollection1<T>, double, IEqualityComparer<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
-
- equalsSignificantDigits(double, double, int) - Static method in class agi.foundation.FloatingPointComparison
-
Compares two numbers up to the specified number of significant digits.
- equalsSignificantDigits(double, double, int, int) - Static method in class agi.foundation.FloatingPointComparison
-
Compares two numbers up to the specified number of significant digits.
- equalsSignificantDigitsOrAbsoluteError(double, double, int, double) - Static method in class agi.foundation.FloatingPointComparison
-
Compares two numbers up to the specified number of significant digits or by their absolute error.
- equalsType(BandedCruisePerformanceModel.Band) - Method in class agi.foundation.aircraftpropagation.BandedCruisePerformanceModel.Band
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(ClimbDescentCommandedValues) - Method in class agi.foundation.aircraftpropagation.ClimbDescentCommandedValues
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(CruiseCommandedValues) - Method in class agi.foundation.aircraftpropagation.CruiseCommandedValues
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(HorizontalBehaviorDerivatives) - Method in class agi.foundation.aircraftpropagation.HorizontalBehaviorDerivatives
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(VerticalBehaviorDerivatives) - Method in class agi.foundation.aircraftpropagation.VerticalBehaviorDerivatives
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Bounds) - Method in class agi.foundation.Bounds
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(EarthOrientationParametersData) - Method in class agi.foundation.celestial.EarthOrientationParametersData
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(IauOrientationParameters) - Method in class agi.foundation.celestial.IauOrientationParameters
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Nutation) - Method in class agi.foundation.celestial.Nutation
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Precession) - Method in class agi.foundation.celestial.Precession
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(SphericalHarmonicCoefficients) - Method in class agi.foundation.celestial.SphericalHarmonicCoefficients
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(ThirdBodyGravity.ThirdBodyInfo) - Method in class agi.foundation.celestial.ThirdBodyGravity.ThirdBodyInfo
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(NearFarScalar) - Method in class agi.foundation.cesium.NearFarScalar
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(ElectricFieldVectorComponents) - Method in class agi.foundation.communications.ElectricFieldVectorComponents
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(FrequencySpecificElectricFieldPattern) - Method in class agi.foundation.communications.FrequencySpecificElectricFieldPattern
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Signal) - Method in class agi.foundation.communications.Signal
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PulsedSignalData) - Method in class agi.foundation.communications.signalprocessing.PulsedSignalData
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(SphericalTabularElectricFieldPattern) - Method in class agi.foundation.communications.SphericalTabularElectricFieldPattern
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable) - Method in class agi.foundation.communications.SphericalTabularMonostaticCrossSectionScatteringCoefficient.CrossSectionScatteringMatrixSphericalTable
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(T) - Method in interface agi.foundation.compatibility.IEquatable
-
Indicates whether the current object is equal to another object of the same type.
- equalsType(AngleAxisRotation) - Method in class agi.foundation.coordinates.AngleAxisRotation
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(AzimuthElevationRange) - Method in class agi.foundation.coordinates.AzimuthElevationRange
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(AzimuthHorizontalVertical) - Method in class agi.foundation.coordinates.AzimuthHorizontalVertical
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(BoundingRectangle) - Method in class agi.foundation.coordinates.BoundingRectangle
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Cartesian) - Method in class agi.foundation.coordinates.Cartesian
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(CartesianBounds) - Method in class agi.foundation.coordinates.CartesianBounds
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Cartographic) - Method in class agi.foundation.coordinates.Cartographic
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(CartographicExtent) - Method in class agi.foundation.coordinates.CartographicExtent
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Complex) - Method in class agi.foundation.coordinates.Complex
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Covariance3By3Derivative) - Method in class agi.foundation.coordinates.Covariance3By3Derivative
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Cylindrical) - Method in class agi.foundation.coordinates.Cylindrical
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(CylindricalBounds) - Method in class agi.foundation.coordinates.CylindricalBounds
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(EigenDecomposition) - Method in class agi.foundation.coordinates.EigenDecomposition
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(ElementaryRotation) - Method in class agi.foundation.coordinates.ElementaryRotation
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(EulerSequence) - Method in class agi.foundation.coordinates.EulerSequence
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(HelmertTransformation) - Method in class agi.foundation.coordinates.HelmertTransformation
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(KinematicTransformation) - Method in class agi.foundation.coordinates.KinematicTransformation
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(LongitudeLatitudeRadius) - Method in class agi.foundation.coordinates.LongitudeLatitudeRadius
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Matrix3By3) - Method in class agi.foundation.coordinates.Matrix3By3
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Matrix3By3Symmetric) - Method in class agi.foundation.coordinates.Matrix3By3Symmetric
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Matrix6By6) - Method in class agi.foundation.coordinates.Matrix6By6
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Matrix6By6Symmetric) - Method in class agi.foundation.coordinates.Matrix6By6Symmetric
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(MilitaryGridReferenceSystem) - Method in class agi.foundation.coordinates.MilitaryGridReferenceSystem
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Polar) - Method in class agi.foundation.coordinates.Polar
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Pyramidal) - Method in class agi.foundation.coordinates.Pyramidal
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PyramidalBounds) - Method in class agi.foundation.coordinates.PyramidalBounds
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Quaternion) - Method in class agi.foundation.coordinates.Quaternion
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Rectangular) - Method in class agi.foundation.coordinates.Rectangular
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(RotationVectorAngularVelocity) - Method in class agi.foundation.coordinates.RotationVectorAngularVelocity
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Spherical) - Method in class agi.foundation.coordinates.Spherical
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(SphericalBounds) - Method in class agi.foundation.coordinates.SphericalBounds
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TextureCoordinate4DF) - Method in class agi.foundation.coordinates.TextureCoordinate4DF
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(UnitCartesian) - Method in class agi.foundation.coordinates.UnitCartesian
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(UnitQuaternion) - Method in class agi.foundation.coordinates.UnitQuaternion
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(UnitRectangular) - Method in class agi.foundation.coordinates.UnitRectangular
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(UnitSpherical) - Method in class agi.foundation.coordinates.UnitSpherical
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(UniversalPolarStereographic) - Method in class agi.foundation.coordinates.UniversalPolarStereographic
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(UniversalTransverseMercator) - Method in class agi.foundation.coordinates.UniversalTransverseMercator
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(YawPitchRoll) - Method in class agi.foundation.coordinates.YawPitchRoll
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(DegreesMinutesSeconds) - Method in class agi.foundation.DegreesMinutesSeconds
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(EllipsoidSurfaceCurve) - Method in class agi.foundation.geometry.shapes.EllipsoidComplexSurfaceCurve
-
- equalsType(EllipsoidSurfaceCurve) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceCurve
-
- equalsType(EllipsoidSurfaceRegion) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegion
-
- equalsType(EllipsoidSurfaceRegionHole) - Method in class agi.foundation.geometry.shapes.EllipsoidSurfaceRegionHole
-
- equalsType(PointOnCurve) - Method in class agi.foundation.geometry.shapes.PointOnCurve
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(BoundingSphere) - Method in class agi.foundation.graphics.advanced.BoundingSphere
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PathPoint) - Method in class agi.foundation.graphics.PathPoint
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PathPointBuilder) - Method in class agi.foundation.graphics.PathPointBuilder
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TextureFilter2D) - Method in class agi.foundation.graphics.renderer.TextureFilter2D
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TextureTemplate2D) - Method in class agi.foundation.graphics.renderer.TextureTemplate2D
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Motion1<T>) - Method in class agi.foundation.Motion1
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Motion2<T, TDerivative>) - Method in class agi.foundation.Motion2
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PerformanceAssessmentField) - Method in class agi.foundation.navigation.datareaders.PerformanceAssessmentField
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PredictionSupportRecord) - Method in class agi.foundation.navigation.datareaders.PredictionSupportRecord
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(RinexNavigationEphemeris) - Method in class agi.foundation.navigation.datareaders.RinexNavigationEphemeris
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(SatelliteIdentifier) - Method in class agi.foundation.navigation.datareaders.SatelliteIdentifier
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(DoubleFunctionSampling) - Method in class agi.foundation.numericalmethods.DoubleFunctionSampling
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(DurationFunctionSampling) - Method in class agi.foundation.numericalmethods.DurationFunctionSampling
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(JulianDateFunctionSampling) - Method in class agi.foundation.numericalmethods.JulianDateFunctionSampling
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(PropagationStateArray) - Method in class agi.foundation.propagators.PropagationStateArray
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Waypoint) - Method in class agi.foundation.propagators.Waypoint
-
Indicates whether another instance of this type is equal to this instance.
- equalsType(ElevationMask) - Method in class agi.foundation.terrain.ElevationMask
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(ElevationRise) - Method in class agi.foundation.terrain.ElevationRise
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(QuantizedMeshTileCoordinateExtent) - Method in class agi.foundation.terrain.QuantizedMeshTileCoordinateExtent
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(QuantizedMeshTileID) - Method in class agi.foundation.terrain.QuantizedMeshTileID
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(RasterTerrainIndexExtent) - Method in class agi.foundation.terrain.RasterTerrainIndexExtent
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TerrainCacheTimeStamp) - Method in class agi.foundation.terrain.TerrainCacheTimeStamp
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TerrainRegion) - Method in class agi.foundation.terrain.TerrainRegion
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(Duration) - Method in class agi.foundation.time.Duration
-
Returns
true
if this
Duration
exactly equals another
Duration
, within the limits
of floating point precision.
- equalsType(GlobalPositioningSystemDate) - Method in class agi.foundation.time.GlobalPositioningSystemDate
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(GregorianDate) - Method in class agi.foundation.time.GregorianDate
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(JulianDate) - Method in class agi.foundation.time.JulianDate
-
Returns true if this date exactly equals another date.
- equalsType(LeapSecond) - Method in class agi.foundation.time.LeapSecond
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TimeInterval) - Method in class agi.foundation.time.TimeInterval
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TimeInterval1<T>) - Method in class agi.foundation.time.TimeInterval1
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TimeIntervalCollection) - Method in class agi.foundation.time.TimeIntervalCollection
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(TimeIntervalCollection1<T>) - Method in class agi.foundation.time.TimeIntervalCollection1
-
Indicates whether another instance of this type is exactly equal to this instance.
- equalsType(YearMonthDay) - Method in class agi.foundation.time.YearMonthDay
-
Indicates whether another instance of this type is exactly equal to this instance.
- EquationOfEquinoxes - Class in agi.foundation.celestial
-
Represents the equation of the equinox (also called the "nutation in right ascension" according
to the Explanatory Supplement to the Astronomical Almanac) which defines the right ascension of
the mean equinox with respect to the true equator and equinox.
- EquationOfEquinoxes() - Constructor for class agi.foundation.celestial.EquationOfEquinoxes
-
Initializes a new instance.
- EquationOfEquinoxes(EquationOfEquinoxes, CopyContext) - Constructor for class agi.foundation.celestial.EquationOfEquinoxes
-
Initializes a new instance as a copy of an existing instance.
- EquinoctialElement - Enum in agi.foundation.coordinates
-
An enumeration indicating a specific element in equinoctial elements.
- EquinoctialElements - Class in agi.foundation.coordinates
-
A set of equinoctial orbital elements.
- EquinoctialElements(double, double, double, double, double, double, boolean, double) - Constructor for class agi.foundation.coordinates.EquinoctialElements
-
Initialize a set of equinoctial elements.
- EquinoctialElements(Cartesian, Cartesian, double) - Constructor for class agi.foundation.coordinates.EquinoctialElements
-
Initialize a set of equinoctial elements from cartesian position and velocity.
- EquinoctialElements(Motion1<Cartesian>, double) - Constructor for class agi.foundation.coordinates.EquinoctialElements
-
Initializes a new instance from the specified cartesian motion and gravitational constant.
- EquinoctialElements(ModifiedKeplerianElements) - Constructor for class agi.foundation.coordinates.EquinoctialElements
-
- EquinoctialElements(KeplerianElements) - Constructor for class agi.foundation.coordinates.EquinoctialElements
-
- EquinoctialElements(DelaunayElements) - Constructor for class agi.foundation.coordinates.EquinoctialElements
-
- errorFunction(double) - Static method in class agi.foundation.GaussianStatistics
-
Calculates the error function for all values of x.
- estimateElements(DateMotionCollection1<Cartesian>, Sgp4Propagator.Sgp4EstimationInput) - Static method in class agi.foundation.propagators.Sgp4Propagator
-
Produces a batch least squares fit for a given set of trajectory observations (states).
- estimateElements(DateMotionCollection1<Cartesian>, Cartesian, Cartesian, Sgp4Propagator.Sgp4EstimationInput) - Static method in class agi.foundation.propagators.Sgp4Propagator
-
Produces a batch least squares fit for a given set of trajectory observations (states).
- estimateSurfaceDistance() - Method in class agi.foundation.routedesign.advanced.SurfaceArc
-
- EulerSequence - Class in agi.foundation.coordinates
-
- EulerSequence() - Constructor for class agi.foundation.coordinates.EulerSequence
-
Initializes a new instance.
- EulerSequence(double, double, double, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
-
Initializes an
EulerSequence
from the provided angles and sequence.
- EulerSequence(ElementaryRotation, ElementaryRotation, ElementaryRotation) - Constructor for class agi.foundation.coordinates.EulerSequence
-
- EulerSequence(YawPitchRoll) - Constructor for class agi.foundation.coordinates.EulerSequence
-
- EulerSequence(Matrix3By3, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
-
- EulerSequence(UnitQuaternion, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
-
- EulerSequence(AngleAxisRotation, EulerSequenceIndicator) - Constructor for class agi.foundation.coordinates.EulerSequence
-
- EulerSequenceIndicator - Enum in agi.foundation.coordinates
-
Indicates the order of the axes rotations in an Euler sequence.
- EuropaCentralBody - Class in agi.foundation.celestial
-
The Jovian moon Europa.
- EuropaCentralBody() - Constructor for class agi.foundation.celestial.EuropaCentralBody
-
Initializes a new instance.
- EuropaCentralBody(EuropaCentralBody, CopyContext) - Constructor for class agi.foundation.celestial.EuropaCentralBody
-
Initializes a new instance as a copy of an existing instance.
- evaluate(JulianDate, JulianDate) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates from the start date until the end date.
- evaluate(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates from the start date until the end date.
- evaluate(TimeInterval) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates over a single considered time interval.
- evaluate(TimeInterval, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates over a single considered time interval.
- evaluate(TimeIntervalCollection) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates over the supplied time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates over the supplied time intervals.
- evaluate(JulianDate) - Method in class agi.foundation.access.EvaluatorDelayedByLink
-
Evaluate the inner evaluator at a time delayed from
date
by the
specified
LinkDelayEvaluator
.
- evaluate(Cartesian) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Evaluate the gain given the cartesian direction expressed in the antennas axes.
- evaluate(Cartesian, int) - Method in class agi.foundation.communications.antennas.SphericalTabularGainData
-
Evaluate the gain given the cartesian direction expressed in the antennas axes.
- evaluate(JulianDate) - Method in class agi.foundation.communications.SignalEvaluator
-
Evaluates the function.
- evaluate(JulianDate, Signal) - Method in class agi.foundation.communications.SignalPolarizationEvaluator
-
Given a signal and a time of interest, produces a signal polarization.
- evaluate(Double) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
-
Evaluate the backoff polynomial given the normalized input power.
- evaluate(Double, int) - Method in class agi.foundation.communications.signalprocessing.VariableGainAmplifierBackoffPolynomial
-
Evaluate the backoff polynomial given the normalized input power.
- evaluate(JulianDate, Cartographic) - Method in class agi.foundation.communications.signalpropagation.ItuRP676AtmosphericValuesEvaluator
-
Evaluates this evaluator.
- evaluate(JulianDate, Cartographic) - Method in class agi.foundation.communications.signalpropagation.ItuRP840AtmosphericValuesEvaluator
-
Evaluates this evaluator.
- evaluate(JulianDate) - Method in class agi.foundation.ConstantEvaluator
-
Evaluates the function.
- evaluate(JulianDate) - Method in class agi.foundation.coordinates.StateEvaluator
-
- evaluate(JulianDate) - Method in class agi.foundation.Evaluator
-
Evaluates the function.
- evaluate(JulianDate, JulianDate, Duration) - Method in class agi.foundation.Evaluator
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(JulianDate, JulianDate, Duration, ITrackCalculationProgress) - Method in class agi.foundation.Evaluator
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TimeInterval, Duration) - Method in class agi.foundation.Evaluator
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TimeInterval, Duration, ITrackCalculationProgress) - Method in class agi.foundation.Evaluator
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TIndependent) - Method in class agi.foundation.Function2
-
Evaluates the function.
- evaluate(TIndependent, int) - Method in class agi.foundation.Function2
-
Evaluates the function.
- evaluate(TIndependent) - Method in class agi.foundation.Function3
-
Evaluates the function.
- evaluate(TIndependent, int) - Method in class agi.foundation.Function3
-
Evaluates the function.
- evaluate(JulianDate) - Method in class agi.foundation.geometry.InternationalTerrestrialReferenceFrameEvaluator
-
Gets the transformation that will transform a motion expressed in the
From
(
get
/
set
)
and express it in the
To
(
get
/
set
).
- evaluate(JulianDate) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
-
Evaluates the function.
- evaluate(JulianDate, int) - Method in class agi.foundation.geometry.NormalizedVectorEvaluator
-
Evaluates the function.
- evaluate(JulianDate) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Gets the transformation that will transform a point expressed in the frame in which
this frame is defined and express it in this frame.
- evaluate(JulianDate, int) - Method in class agi.foundation.geometry.ReferenceFrameEvaluator
-
Gets the transformation that will transform a point expressed in the frame in which
this frame is defined and express it in this frame.
- evaluate(JulianDate) - Method in interface agi.foundation.IEvaluator1
-
Evaluates the function.
- evaluate(JulianDate, JulianDate) - Method in interface agi.foundation.IEvaluatorOverIntervals
-
Evaluates from the start date until the end date.
- evaluate(JulianDate, JulianDate, ITrackCalculationProgress) - Method in interface agi.foundation.IEvaluatorOverIntervals
-
Evaluates from the start date until the end date.
- evaluate(TimeInterval) - Method in interface agi.foundation.IEvaluatorOverIntervals
-
Evaluates over a single considered time interval.
- evaluate(TimeInterval, ITrackCalculationProgress) - Method in interface agi.foundation.IEvaluatorOverIntervals
-
Evaluates over a single considered time interval.
- evaluate(TimeIntervalCollection) - Method in interface agi.foundation.IEvaluatorOverIntervals
-
Evaluates over the supplied time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress) - Method in interface agi.foundation.IEvaluatorOverIntervals
-
Evaluates over the supplied time intervals.
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.CachingEvaluator
-
Evaluates the function.
- evaluate(JulianDate, int) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Evaluates the function, first checking for a cached result corresponding to date
and order
.
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.CachingMotionEvaluator1
-
Evaluates the function.
- evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ConstantParameterizedEvaluator7
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluator7
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals1
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals2
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals3
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals4
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals5
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals6
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in interface agi.foundation.infrastructure.IParameterizedEvaluatorWithIntervals7
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate() - Method in interface agi.foundation.infrastructure.IValueEvaluator
-
Evaluates the function.
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterEvaluator
-
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluator7
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals1
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals2
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals3
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals4
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals5
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals6
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Evaluates this parameterized evaluator.
- evaluate(TimeIntervalCollection, ITrackCalculationProgress, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedEvaluatorWithIntervals7
-
Evaluates this parameterized evaluator over the collection of considered time intervals.
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluator7
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType1
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType2
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType3
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType4
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType5
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType6
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Evaluates this parameterized evaluator.
- evaluate(JulianDate, int, TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedMotionEvaluatorWithDerivativeType7
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator1
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1, TParameter2) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator2
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1, TParameter2, TParameter3) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator3
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1, TParameter2, TParameter3, TParameter4) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator4
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator5
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator6
-
Evaluates this parameterized evaluator.
- evaluate(TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7) - Method in class agi.foundation.infrastructure.ParameterizedValueEvaluator7
-
Evaluates this parameterized evaluator.
- evaluate() - Method in class agi.foundation.infrastructure.ValueEvaluator
-
Evaluates the function.
- evaluate(JulianDate, int) - Method in class agi.foundation.MotionEvaluator1
-
Evaluates the function.
- evaluate(JulianDate) - Method in class agi.foundation.MotionEvaluator1
-
Evaluates the function.
- evaluate(JulianDate, JulianDate, Duration, int) - Method in class agi.foundation.MotionEvaluator1
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(JulianDate, JulianDate, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator1
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TimeInterval, Duration, int) - Method in class agi.foundation.MotionEvaluator1
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TimeInterval, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator1
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(JulianDate, int) - Method in class agi.foundation.MotionEvaluator2
-
Evaluates the function.
- evaluate(JulianDate) - Method in class agi.foundation.MotionEvaluator2
-
Evaluates the function.
- evaluate(JulianDate, JulianDate, Duration, int) - Method in class agi.foundation.MotionEvaluator2
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(JulianDate, JulianDate, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator2
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TimeInterval, Duration, int) - Method in class agi.foundation.MotionEvaluator2
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(TimeInterval, Duration, int, ITrackCalculationProgress) - Method in class agi.foundation.MotionEvaluator2
-
Evaluates this evaluator at a specified fixed step over the specified interval.
- evaluate(JulianDate, int) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
-
- evaluate(JulianDate) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
-
- evaluate(double) - Method in class agi.foundation.numericalmethods.advanced.RealPolynomial
-
Evaluates the polynomial at the specified value of the independent variable.
- evaluate(double...) - Method in class agi.foundation.numericalmethods.advanced.RealPolynomial
-
Evaluates the polynomial at the specified values of the independent variable.
- evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Evaluates the function.
- evaluate(double[], int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Evaluates the function and the gradients.
- evaluate(T) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
-
Evaluates the function.
- evaluate(T, int) - Method in class agi.foundation.numericalmethods.RealValuedScalarFunctionAdapter
-
Evaluates the function.
- evaluate(SegmentListResults) - Method in class agi.foundation.numericalmethods.SegmentPropagatorConstraintEvaluator
-
Extracts or computes a value from the
results
for the
entire propagation up through the final segment in the parent
SegmentList
.
- evaluate(SegmentListResults) - Method in class agi.foundation.numericalmethods.SegmentPropagatorCostFunctionEvaluator
-
Extracts or computes a value from the
results
for the
entire propagation up through the final segment in the parent
SegmentList
.
- evaluate(SegmentListResults) - Method in class agi.foundation.numericalmethods.SegmentPropagatorInequalityConstraintEvaluator
-
Extracts or computes a value from the
results
for the
entire propagation up through the final segment in the parent
SegmentList
.
- evaluate(double, SegmentConfiguration) - Method in class agi.foundation.numericalmethods.SegmentPropagatorVariableEvaluator
-
Evaluates this variable by modifying the configuration
or by direct application.
- evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Evaluates the function.
- evaluate(double[], int, boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Evaluates the function and the Jacobian.
- evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.TargetedSegmentListFunction
-
Evaluates the function.
- evaluate(double[], ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.TargetedSegmentListOptimizerFunction
-
Evaluates the function.
- evaluate(TargetedSegmentListResults, TargetedSegmentListConfiguration, ITrackCalculationProgress) - Method in class agi.foundation.segmentpropagation.TargetedSegmentListOperatorEvaluator
-
Evaluates this operator.
- evaluateAndRemember(JulianDate) - Method in class agi.foundation.geometry.LinkDelayEvaluator
-
Evaluates the link delay and remembers it so that it can later be reversed.
- evaluateDerivative(double[], boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Evaluates the gradients of this function.
- evaluateDerivative(double[], boolean, OptimizerMultivariableFunctionResults, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.OptimizerMultivariableFunction
-
Evaluates the gradients of this function.
- evaluateDerivative(double[], boolean, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Evaluates the Jacobian of this function.
- evaluateDerivative(double[], boolean, SolvableMultivariableFunctionResults, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.SolvableMultivariableFunction
-
Evaluates the Jacobian of this function.
- evaluateIgnoringAvailability(JulianDate) - Method in class agi.foundation.access.AccessEvaluator
-
Evaluates the query at a specified time without determining whether the underlying
constraints and geometry are available.
- evaluateInitialState(SegmentPropagator, PropagateSegmentConfiguration, SegmentListResults, IntegrationSense) - Method in class agi.foundation.segmentpropagation.FollowSegmentBeginningPropagator
-
Computes the initial state that the segment will propagate from.
- evaluatePartialsOfChildren(JulianDate) - Method in class agi.foundation.numericalmethods.advanced.PartialDerivativesEvaluator
-
- evaluateRawValue(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.StoppingConditionEvaluator
-
Returns the raw value before it is bound by circular constraints.
- evaluateSingleValue(ITimeBasedState) - Method in class agi.foundation.stoppingconditions.ThresholdStoppingConditionConstraintEvaluator
-
This method will return the value that will be compared to the
Threshold
(
get
/
set
).
- Evaluator<T> - Class in agi.foundation
-
An abstract class that implements
IEvaluator1
, making all interface methods and
properties abstract.
- Evaluator(EvaluatorGroup) - Constructor for class agi.foundation.Evaluator
-
Initializes a new instance.
- Evaluator(Evaluator<T>, CopyContext) - Constructor for class agi.foundation.Evaluator
-
Initializes a new instance as a copy of an existing instance.
- EvaluatorDelayedByLink<T> - Class in agi.foundation.access
-
An evaluator which wraps another evaluator while delaying it by a time specified by a
LinkDelayEvaluator
.
- EvaluatorDelayedByLink(EvaluatorGroup, Evaluator<T>, LinkDelayEvaluator) - Constructor for class agi.foundation.access.EvaluatorDelayedByLink
-
Construct a new instance based on the given evaluator delayed by the given link delay.
- EvaluatorGroup - Class in agi.foundation
-
A group of evaluators that share common computations so that all members
of the group can be computed more efficiently.
- EvaluatorGroup() - Constructor for class agi.foundation.EvaluatorGroup
-
Initializes a new instance.
- EvaluatorGroup.Callback0<TEvaluator> - Class in agi.foundation
-
A delegate for a method that takes no creation parameters (other than the EvaluatorGroup) and returns an evaluator.
- EvaluatorGroup.Callback0.Function<TEvaluator> - Interface in agi.foundation
-
A functional interface for the containing delegate type.
- EvaluatorGroup.Callback1<TEvaluator,TParameter1> - Class in agi.foundation
-
A delegate for a method that takes one creation parameter (plus the EvaluatorGroup) and returns an evaluator.
- EvaluatorGroup.Callback1.Function<TEvaluator,TParameter1> - Interface in agi.foundation
-
A functional interface for the containing delegate type.
- EvaluatorGroup.Callback2<TEvaluator,TParameter1,TParameter2> - Class in agi.foundation
-
A delegate for a method that takes two creation parameters (plus the EvaluatorGroup) and returns an evaluator.
- EvaluatorGroup.Callback2.Function<TEvaluator,TParameter1,TParameter2> - Interface in agi.foundation
-
A functional interface for the containing delegate type.
- EvaluatorGroup.Callback3<TEvaluator,TParameter1,TParameter2,TParameter3> - Class in agi.foundation
-
A delegate for a method that takes three creation parameters (plus the EvaluatorGroup) and returns an evaluator.
- EvaluatorGroup.Callback3.Function<TEvaluator,TParameter1,TParameter2,TParameter3> - Interface in agi.foundation
-
A functional interface for the containing delegate type.
- EvaluatorGroup.Callback4<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4> - Class in agi.foundation
-
A delegate for a method that takes four creation parameters (plus the EvaluatorGroup) and returns an evaluator.
- EvaluatorGroup.Callback4.Function<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4> - Interface in agi.foundation
-
A functional interface for the containing delegate type.
- EvaluatorGroup.Callback5<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4,TParameter5> - Class in agi.foundation
-
A delegate for a method that takes five creation parameters (plus the EvaluatorGroup) and returns an evaluator.
- EvaluatorGroup.Callback5.Function<TEvaluator,TParameter1,TParameter2,TParameter3,TParameter4,TParameter5> - Interface in agi.foundation
-
A functional interface for the containing delegate type.
- EvaluatorHelper - Class in agi.foundation.infrastructure
-
A collection of methods that are helpful when writing evaluators.
- EventArgs - Class in agi.foundation.compatibility
-
EventArgs is the base class for classes containing event data.
- EventArgs() - Constructor for class agi.foundation.compatibility.EventArgs
-
- EventHandler<TEventArgs extends EventArgs> - Class in agi.foundation.compatibility
-
Represents a method that will handle an event.
- EventHandler() - Constructor for class agi.foundation.compatibility.EventHandler
-
Creates a new instance of this delegate.
- EventHandler(Object, String, Class<?>...) - Constructor for class agi.foundation.compatibility.EventHandler
-
Initializes a delegate that will invoke an instance method on a class instance.
- EventHandler(Class<?>, String, Class<?>...) - Constructor for class agi.foundation.compatibility.EventHandler
-
Initializes a delegate that will invoke a static method on a class.
- EventHandler.Function<TEventArgs extends EventArgs> - Interface in agi.foundation.compatibility
-
A functional interface for the containing delegate type.
- EventResetMode - Enum in agi.foundation.compatibility
-
Indicates whether an
EventWaitHandle
is reset automatically or manually after
receiving a signal.
- EventWaitHandle - Class in agi.foundation.compatibility
-
Represents a thread synchronization event.
- EventWaitHandle(boolean, EventResetMode) - Constructor for class agi.foundation.compatibility.EventWaitHandle
-
Initializes a new instance of the
EventWaitHandle
class, specifying whether
the wait handle is initially signaled, and whether it resets automatically or
manually.
- exactlyN(int, AccessQuery...) - Static method in class agi.foundation.access.AccessQuery
-
Creates a query that is satisfied whenever exactly N of the specified sub-queries are satisfied.
- ExceptionDuringPropagationEventArgs - Class in agi.foundation.propagators
-
Provides information about the exception during propagation event conditions.
- ExceptionDuringPropagationEventArgs(NumericalPropagationException, JulianDate, double[], JulianDate, double[], PropagationEventTrigger, StepSizeInformation) - Constructor for class agi.foundation.propagators.ExceptionDuringPropagationEventArgs
-
Initializes a new instance.
- executeInOneThread() - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Starts the calculation using the calling thread as the one and only worker thread.
- executeWorker(int) - Method in class agi.foundation.infrastructure.threading.ThreadedCalculation
-
Implement this method to perform the calculation.
- exp(Complex) - Static method in class agi.foundation.coordinates.Complex
-
Returns e raised to the specified power.
- explore(double, double) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Explores the function, raising events for each finding.
- explore(double, double, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.DoubleFunctionExplorer
-
Explores the function, raising events for each finding.
- explore(Duration, Duration) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Explores the function, raising events for each finding.
- explore(Duration, Duration, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.DurationFunctionExplorer
-
Explores the function, raising events for each finding.
- explore(JulianDate, JulianDate) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Explores the function, raising events for each finding.
- explore(JulianDate, JulianDate, ITrackCalculationProgress) - Method in class agi.foundation.numericalmethods.JulianDateFunctionExplorer
-
Explores the function, raising events for each finding.
- exploreExtremumForCrossing(DoubleFunctionThresholdDetails, DoubleFunctionThresholdDetails, boolean[]) - Method in class agi.foundation.numericalmethods.advanced.DoubleFunctionExtremumIndicated
-
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is
determined that this extremum will not result in a crossing.
- exploreExtremumForCrossing(DurationFunctionThresholdDetails, DurationFunctionThresholdDetails, boolean[]) - Method in class agi.foundation.numericalmethods.advanced.DurationFunctionExtremumIndicated
-
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is
determined that this extremum will not result in a crossing.
- exploreExtremumForCrossing(JulianDateFunctionThresholdDetails, JulianDateFunctionThresholdDetails, boolean[]) - Method in class agi.foundation.numericalmethods.advanced.JulianDateFunctionExtremumIndicated
-
Searches an extremum until either the precise date at which the function reaches its extremum is found, or it is
determined that this extremum will not result in a crossing.
- ExtensibleObject - Class in agi.foundation.infrastructure
-
An object that can be extended at run-time with various
ObjectExtension
instances in order to add
additional properties and behaviors.
- ExtensibleObject() - Constructor for class agi.foundation.infrastructure.ExtensibleObject
-
Initializes a new instance.
- ExtensibleObject(ExtensionCollection) - Constructor for class agi.foundation.infrastructure.ExtensibleObject
-
Initializes a new instance using a specific instance to hold extensions.
- ExtensibleObject(ExtensibleObject, CopyContext) - Constructor for class agi.foundation.infrastructure.ExtensibleObject
-
Initializes a new instance as a copy of an existing instance.
- ExtensibleObjectCollection - Class in agi.foundation.infrastructure
-
- ExtensibleObjectCollection() - Constructor for class agi.foundation.infrastructure.ExtensibleObjectCollection
-
Initializes a new instance.
- ExtensibleObjectCollection(ExtensibleObjectCollection, CopyContext) - Constructor for class agi.foundation.infrastructure.ExtensibleObjectCollection
-
Initializes a new instance as a copy of an existing instance.
- ExtensionCollection - Class in agi.foundation.infrastructure
-
- ExtensionCollection(ExtensibleObject) - Constructor for class agi.foundation.infrastructure.ExtensionCollection
-
Initializes a new instance.
- ExtensionCollection() - Constructor for class agi.foundation.infrastructure.ExtensionCollection
-
Initializes a new instance.
- ExtensionCollection(ExtensionCollection, CopyContext) - Constructor for class agi.foundation.infrastructure.ExtensionCollection
-
Initializes a new instance as a copy of an existing instance.
- extentToCoordinateExtent(int, CartographicExtent) - Method in class agi.foundation.terrain.QuantizedMeshTerrainProvider
-
- extractBand(RasterBand) - Method in class agi.foundation.graphics.imaging.Raster
-
Extracts the band of raster data associated with the given
RasterBand
.
- extractBand(RasterFormat) - Method in class agi.foundation.graphics.imaging.Raster
-
Extracts the bands of raster data associated with the given
RasterFormat
.
- extractTranslucencyFromColor(Color) - Static method in class agi.foundation.graphics.advanced.TranslucencyHelper
-
Extracts a translucency value from the alpha channel of a color.
- ExtremeValueOfSegmentConstraint - Class in agi.foundation.numericalmethods
-
- ExtremeValueOfSegmentConstraint() - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentConstraint(SegmentDefinition, double, double, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType, SolverConstraintScaling) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType, SolverConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentConstraint(Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentConstraint(ExtremeValueOfSegmentConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentConstraint
-
Initializes a new instance as a copy of an existing instance.
- ExtremeValueOfSegmentCostFunction - Class in agi.foundation.numericalmethods
-
- ExtremeValueOfSegmentCostFunction() - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Initializes a new instance.
- ExtremeValueOfSegmentCostFunction(CostFunctionGoal, SegmentDefinition, double, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Initializes a new instance.
- ExtremeValueOfSegmentCostFunction(CostFunctionGoal, Scalar, SegmentDefinition, double, TimeBasedStateParameter, ExtremumType, CostFunctionScaling, double) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Initializes a new instance.
- ExtremeValueOfSegmentCostFunction(CostFunctionGoal, Scalar, SegmentDefinition, double, TimeBasedStateParameter, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Initializes a new instance.
- ExtremeValueOfSegmentCostFunction(ExtremeValueOfSegmentCostFunction, CopyContext) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentCostFunction
-
Initializes a new instance as a copy of an existing instance.
- ExtremeValueOfSegmentInequalityConstraint - Class in agi.foundation.numericalmethods
-
- ExtremeValueOfSegmentInequalityConstraint() - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType, SegmentDefinition, double, double, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType, Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType, InequalityConstraintScaling, double) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentInequalityConstraint(InequalityBoundType, Scalar, SegmentDefinition, double, double, TimeBasedStateParameter, ExtremumType) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Initializes a new instance.
- ExtremeValueOfSegmentInequalityConstraint(ExtremeValueOfSegmentInequalityConstraint, CopyContext) - Constructor for class agi.foundation.numericalmethods.ExtremeValueOfSegmentInequalityConstraint
-
Initializes a new instance as a copy of an existing instance.
- ExtremumKind - Enum in agi.foundation.numericalmethods.advanced
-
Enumerates possible extremum types.
- ExtremumType - Enum in agi.foundation.numericalmethods
-
Indicates whether an extremum is a minimum or a maximum.
- ExtrudableLineGraphics - Class in agi.foundation.platforms
-
Defines the graphical properties of a line that can be extruded.
- ExtrudableLineGraphics() - Constructor for class agi.foundation.platforms.ExtrudableLineGraphics
-
Initializes a new instance.
- ExtrudedCentralBodyCoverageGrid - Class in agi.foundation.geometry.discrete
-
- ExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid) - Constructor for class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Initializes an extruded grid with the input underlying grid.
- ExtrudedCentralBodyCoverageGrid(CentralBodyCoverageGrid, Bounds, ICoverageGriddingTechnique) - Constructor for class agi.foundation.geometry.discrete.ExtrudedCentralBodyCoverageGrid
-
Initializes an extruded grid with the input underlying grid.
- ExtrudedPolylineTriangulator - Class in agi.foundation.geometry.discrete
-
Triangulates a polyline into an extrusion with bottom and top boundaries.
- ExtrudedPolylineTriangulatorResult - Class in agi.foundation.geometry.discrete
-
The result from extruded polyline triangulation: a triangle mesh defined using
an indexed triangle list with top and bottom boundary positions.